Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Am I using Velocity incorrectly?

Asked by 6 years ago

It's so weird, I'm trying to make the player's character "jump" high when you click a button by changing the velocity in it's HumanoidRootPart, but, it only works sometimes? Am I using veloctiy wrong?

Only put the part of the script in question

            player.Character.HumanoidRootPart.Velocity=Vector3.new(0,100,0)

1 answer

Log in to vote
0
Answered by 6 years ago

There is a much easier, built in way to increase jump height.

player.Character.Humanoid.JumpPower = 100

Simple.

Ad

Answer this question