Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- getgenv().infiniteJump = true
- local UserInputService = game:GetService("UserInputService")
- UserInputService.JumpRequest:Connect(function()
- if getgenv().infiniteJump == true then
- game:GetService "Players".LocalPlayer.Character:FindFirstChildOfClass 'Humanoid':ChangeState("Jumping")
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement