lollolooloo

INF jump gui roblox pastebin.com

May 4th, 2021 (edited)
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. credit= SK8r
  2.  
  3. InfiniteJumpEnabled = true
  4. game:GetService('UserInputService').JumpRequest:connect(function()
  5. if InfiniteJumpEnabled then
  6. game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState('Jumping')end
  7. end)
Add Comment
Please, Sign In to add comment