Seems like a stupid question. I know.
Where would this script be placed to make it function properly. (I want the player not to be able to move at all)
local control = script.Parent:WaitForChild("ControllerScript")
function Stop()
control.Parent = nil
end
|