Advertisement
1STdewGmztvThailand

[ROBLOX] | RunSpeed

Oct 15th, 2015
1,578
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function edit(h)
  2.     if h ~= nil then
  3.         h.WalkSpeed = 100
  4.     end
  5. end
  6.  
  7. while true do
  8.     cur = game.Players:GetChildren()
  9.     for i = 1, #cur do
  10.         edit(cur[i].Character.Humanoid)
  11.         wait(0.1)
  12.     end
  13.     wait(4)
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement