Answers for "how to make the baeplate all and stop"

0

how to make the baeplate all and stop

local Baseplate = game.Workspace.Baseplate

if Baseplate.Anchored == true then
	Baseplate.Anchored = false
	wait(2) --Ammount of Senconds You Want it To wait
	Baseplate.Anchored = true	
end
Posted by: Guest on October-16-2020

Code answers related to "how to make the baeplate all and stop"

Browse Popular Code Answers by Language