Can you set a max speed on a physics object?

I have tried taking an objects forward velocity and flip it, and add some speed to it, as seen below, but it doesn’t quite work.


is there a way to calculate it?

dont use add force.

use get physics linear velocity and set physics linear velocity

Note: there is also physics angular velocity and you may want to clamp it too.

1 Like

Thanks! works like a charm.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.