Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players.PlayerAdded:Connect(function(p)
- p.CharacterAdded:Connect(function(c)
- c:WaitForChild("Humanoid").WalkSpeed = 0
- wait(2) -- Change this to how long you want the player to not move
- c.Humanoid.WalkSpeed = 32
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement