Advertisement
1x11337

Inf Jump

Aug 5th, 2018
414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local plr = game:GetService"Players".LocalPlayer
  2. game:GetService("UserInputService").JumpRequest:connect(function()
  3. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  4. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement