Advertisement
Guest User

Inf Jump

a guest
Mar 13th, 2022
10,511
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. --Subscribe To ArceusMODZ--
  2.  
  3. local InfiniteJumpEnabled = true
  4. game:GetService("UserInputService").JumpRequest:connect(function()
  5. if InfiniteJumpEnabled then
  6. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  7. end
  8. end)
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement