DeezBigNuts

Untitled

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