Advertisement
Venus_Playz

walkspeed

Feb 3rd, 2021
54
-1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 1
  1. _G.WalkSpeed = 30
  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. end)
  9. _G.InitWS = true
  10. end
  11.  
  12. _G.WalkSpeed = [16]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement