Advertisement
DeezBigNuts

Untitled

Aug 8th, 2022
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. _G.JP = "150";
  2. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  3. Humanoid:GetPropertyChangedSignal("JumpPower"):Connect(function()
  4. Humanoid.WalkSpeed = _G.JP;
  5. end)
  6. Humanoid.WalkSpeed = _G.JP;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement