Advertisement
Guest User

Walkspeed Script

a guest
Jun 1st, 2019
8,391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. --Walkspeed script
  2. --Posted by redunded/deathfelier
  3.  
  4.  
  5. _G.WS = "0"; -- Enter speed here
  6.                 local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  7.                 Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  8.                 Humanoid.WalkSpeed = _G.WS;
  9.                 end)
  10.                 Humanoid.WalkSpeed = _G.WS;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement