About 6,820,000 results
Open links in new tab
  1. How to change jump power/height - Scripting Support - Roblox

    Nov 27, 2022 · I read in the dev hub that jump power and jump height are read-only, but there must be some way to change them using scripts, right? I have tried switching from jump power from jump height and between server and client and nothing works.

  2. How to set player jump height - Scripting Support - Roblox

    Aug 4, 2023 · Humanoid jump power shouldn’t be set to 0, it’s best to use Humanoid.SetStateEnabled Humanoid:ChangeState () 16 as per the link. It may be that local h = hit.Parent.findFirstChild("Humanoid") is your issue. print (h.Name) after that line to …

  3. How Do I Access The Player’s Jump Height Through A Script? - Roblox

    Oct 23, 2020 · To access jump power you can use both a local and server script. For a server script: player.CharacterAdded:Connect(function(character) local humanoid = character.Humanoid. humanoid.JumpPower = 0 --power u want end) end) In a local script: local character = player.Character. local humanoid = character.Humanoid.

  4. How To Change Player Jump Height In Roblox Studio - YouTube

    Unlock the secrets of ultimate customization in Roblox Studio by mastering jump height adjustments! In this step-by-step guide, learn how to modify the player jump height for a more...

  5. Update Jump Height in Roblox Studio - CodePal

    This guide will show you how to update the jump height in Roblox Studio using Lua code. When the player’s Jumps value is equal to or higher than 1, the jump height will be set to 7.2. Follow the steps below to implement this functionality in your Roblox game.

  6. Humanoid.JumpHeight | Documentation - Roblox Creator Hub

    Provides control over the height a Humanoid jumps, in studs. The starting value of this property is determined by the value of StarterPlayer.CharacterJumpHeight which defaults to 7.2. Although setting this property to 0 will effectively prevent the humanoid from jumping, it's recommended to disable jumping by disabling the Enum ...

  7. [No Scripting] How to Increase/Decrease jump Height in Roblox Studio ...

    This video will teach you how to increase and decrease jump height in Roblox Studio. This is a very simple and easy to follow along video! Make sure to like+...

  8. Tip-030 - Change Jump Height [in Roblox Studio] - YouTube

    Tip-030 - Change Jump Height [in Roblox Studio]

  9. Scripty Roblox Scripting AI: Set Player's Jump Height in Roblox

    Aug 4, 2023 · To do that, you could use something like this: local jump = game.StarterPlayer.CharacterJumpHeight.Value wait(10) jump.Value = 0 wait(10) jump.Value = 7.2. This code will set the player's jump height to 0 after 10 seconds, wait another 10 seconds, and then set it back to 7.2.

  10. How do I create a part that when it's touched, your jump ... - Roblox

    Apr 29, 2022 · hit.Parent.Humanoid.JumpHeight = 100 -- Set the number to the desired jump height. end. Tested your solution too, which works as well. So I’m trying to change the jump height of a player after they touch a part in the workspace. Right now, the script isn’t doing anything in changing the jump height of a player.

  11. Some results have been removed
Refresh