Advertisement
Eliquimzzz

Untitled

Apr 28th, 2022
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. local InfiniteJumpEnabled = true
  2. game:GetService("UserInputService").JumpRequest:connect(function()
  3. if InfiniteJumpEnabled then
  4. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  5. end
  6. end)
  7.  
  8. while true do
  9. local Animate = game.Players.LocalPlayer.Character.Animate
  10. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=782845736"
  11. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=782841498"
  12. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=2510202577"
  13. Animate.run.RunAnim.AnimationId =
  14. "http://www.roblox.com/asset/?id=4417979645"
  15. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=1014411816"
  16. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=742636889"
  17. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=5319839762"
  18. game.Players.LocalPlayer.Character.Humanoid.Jump = false
  19. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 29
  20. game.Players.LocalPlayer.Character.FallDamageScript:Destroy()
  21. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 95
  22. wait(1)
  23. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement