Lets say u would have to choose vectorvel or bodyvel for ur knockback system which one will u choose for ur development?
I am currently testing out both to experiement which one is better
1 Like
You’re probably referring to LinearVelocity when you say “VectorVelocity.” Although BodyVelocity has been deprecated and LinearVelocity has replaced it, both can be used to achieve the same result. Hence, LinearVelocity should be used instead of BodyVelocity. In your situation, you could also attempt to apply knockback in more detail using VectorForce.