Advertisement
cortesjoren

WALKSPEED

Feb 1st, 2019
493
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. _G.Speed=true
  2. local Speed=100
  3.  
  4. local Plr=game:GetService('Players').LocalPlayer
  5. local Hum=Plr.Character:FindFirstChildWhichIsA('Humanoid')
  6. Hum.WalkSpeed=Speed
  7.  
  8. Hum.Changed:Connect(function(C)
  9. if C=='WalkSpeed' and _G.Speed then
  10. Hum.WalkSpeed=Speed
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement