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

Why changing the Velocity property of HumanoidRootPart makes no change?

Asked by
nievadev 112
4 years ago
character.PrimaryPart.Velocity = Vector3.new(0, 100, 0) -- Example

The line of code of above makes no change, the Velocity of my character is still always 0, 0, 0

Why does this happen?

0
I'm pretty sure the velocity must be constantly applied. You could put it on a loop or better, you can use BodyVelocity object and put it on the root part. You can check out BodyVelocity in roblox developer hub. XxCrazysZz12 20 — 4y

Answer this question