About 248,000 results
Open links in new tab
  1. Character occasionally has extremely high jump - Roblox

    Mar 28, 2024 · Can replicate the high jump with FPS unlocked, wasn’t able to with it locked to 60, but see a barely noticeable glitch in the arm rotations every few jumps.

  2. How do I make a jump script where if you hold down space you

    Jan 8, 2021 · Yeah, this code makes the jump height increase during the jump. But JumpHeight is only significant when you’re about to jump, not when you’re in the air, so this script essentially …

  3. How to change jump power/height - Scripting Support - Roblox

    Nov 27, 2022 · While making my game, I can’t find a way to change the player’s jump height. I read in the dev hub that jump power and jump height are read-only, but there must be some …

  4. How can I make a leap/super jump ability? - Roblox

    Apr 21, 2024 · You can just change the Humanoid.JumpPower to make a plr jump higher. If you want to make it look better, use Animations. For activating it with a Key, you can use …

  5. Bypass JumpHeight Limit - Scripting Support - Roblox

    Apr 24, 2024 · I’m currently working on a roblox game all about jumping. But ‘JumpHeight’ has a limit of around 6500, is there a way to bypass this? Scripts can be provided.

  6. How to make a player jump - Scripting Support - Roblox

    Jun 21, 2021 · To make a specific player jump use this script: local ThePlayer = game.Players.[PlayerNameHere] ThePlayer.Character.Humanoid.Jump = true For the specific …

  7. Jumping off a TrussPart is affected by FPS and Avatar Type - Roblox

    Dec 3, 2024 · Explanation When a player goes to jump off a truss, the distance in which they travel is different depending on their FPS and Avatar Type. In the videos attached below, I …

  8. Jumping high ability - Scripting Support - Developer Forum - Roblox

    May 22, 2025 · How to make a Jump high system! Baiscly you press L and you fling in the air or i guess force jump and you jump higher all the ones i see are just jumping high in general but …

  9. Make player jump higher - Scripting Support - Roblox

    May 26, 2025 · Roblox’s JumpHeight seems to be limited to a specific number, and even when changing it to an absurdly huge number it still does not jump high. Just a couple thousand …

  10. Add high Jump function when tool pressed?#2 - Roblox

    May 17, 2024 · Hi everyone I’m working on an Ability Tool thing and my question is how can I add so the Jump function automatically jumps 2 times higher than normal jump when tool is …