Advertisement
GhostRRRRRR

Roblox Inf Jump

Apr 7th, 2023
718
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | Gaming | 0 0
  1. local InfiniteJumpEnable = true
  2. game:GetService("UserInputService").JumpRequest:connect(function()
  3. if InfiniteJumpEnable then
  4.  
  5. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeS
  6. tate("Jumping")
  7. end
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement