Advertisement
DarionBoy

FE Jump power ROBLOX

Apr 10th, 2020
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. local jp = 100 --insert your desied jumppower number here
  2. while true do
  3. wait()
  4. game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = jp
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement