Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.JP = "150";
- local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
- Humanoid:GetPropertyChangedSignal("JumpPower"):Connect(function()
- Humanoid.WalkSpeed = _G.JP;
- end)
- Humanoid.WalkSpeed = _G.JP;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement