Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function edit(h)
- if h ~= nil then
- h.WalkSpeed = 100
- end
- end
- while true do
- cur = game.Players:GetChildren()
- for i = 1, #cur do
- edit(cur[i].Character.Humanoid)
- wait(0.1)
- end
- wait(4)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement