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