Advertisement
Guest User

Untitled

a guest
Nov 17th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. _G.WalkSpeed = 150 --this is the walkspeed that is going to be set, you can change it.
  2. local run = game:GetService('RunService')
  3. local players = game:GetService('Players')
  4.  
  5. if _G.InitWS ~= true then
  6. run.Heartbeat:connect(function()
  7. players.LocalPlayer.Character.Humanoid.WalkSpeed = _G.WalkSpeed
  8.  
  9. end)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement