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