InfiniteSteaks

Roblox - Custom Speed Increase Script

Dec 2nd, 2019
48,576
1
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 1 0
  1. _G.WS = "Enter Speed Here";
  2. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  3. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  4. Humanoid.WalkSpeed = _G.WS;
  5. end)
  6. Humanoid.WalkSpeed = _G.WS;
Comments
Add Comment
Please, Sign In to add comment