how to make the baeplate all and stop code example
Example: 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