Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function enter(player)
- wait(2)
- local plr = game.Workspace:FindFirstChild(player.Name)
- if plr then
- local char = plr
- char.Humanoid.WalkSpeed = 50
- end
- end
- game.Players.ChildAdded:connect(enter)
Add Comment
Please, Sign In to add comment