InfMods

inf jump script by paradox (lua)

Aug 14th, 2022
28
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 Paradox
  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)
Advertisement
Add Comment
Please, Sign In to add comment