Advertisement
Nova355killer

infinite jump

Mar 21st, 2019
6,170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. local InfiniteJumpEnabled = true
  2. game:GetService("UserInputService").JumpRequest:connect(function()
  3. if InfiniteJumpEnabled then
  4. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass"Humanoid":ChangeState("Jumping")
  5. end
  6. end)
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement