Advertisement
Guest User

Walkspeed by That_Blue_Guy

a guest
Aug 24th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. _G.WS = "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;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement