Advertisement
0mzyy

Untitled

Aug 11th, 2024 (edited)
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. getgenv().infiniteJump = true
  2. local UserInputService = game:GetService("UserInputService")
  3. UserInputService.JumpRequest:Connect(function()
  4. if getgenv().infiniteJump == true then
  5.     game:GetService "Players".LocalPlayer.Character:FindFirstChildOfClass 'Humanoid':ChangeState("Jumping")
  6.                 end
  7.             end)
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement