#How can i make to where the player cant move until they click start

8 messages · Page 1 of 1 (latest)

dapper mauve
#

you can anchor the players rootpart until they press start

pallid rapids
dapper mauve
#

get the players character

#

and anchor their rootpart

pallid rapids
#

sorry im really bad at scripting idk how to do all that

rare shuttle
#

local player = game:GetService("LocalPlayers")
local char = player.Character or player.Character:Wait()
local hrp = char:WaitForChild("HumanoidRootPart")

#

i wrote that in discord so it might not be exact

#

but something like that