Advertisement
Guest User

ROBLOX WALKSPPED SCRIPT

a guest
Feb 19th, 2020
1,751
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. -- you dont need good exploit its a really basic script --
  2.  
  3. _G.WS = "Enter Speed Here";
  4. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  5. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  6. Humanoid.WalkSpeed = _G.WS;
  7. end)
  8. Humanoid.WalkSpeed = _G.WS;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement