Advertisement
bennytrt2

infinite jump script *roblox

Apr 15th, 2022
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. InfiniteJumpEnabled = true
  2. game:GetService('UserInputService').JumpRequest:connect(function()
  3. if InfiniteJumpEnabled then
  4. game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState('Jumping')end
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement