How would I maintain a BodyVelocity's speed constant?

I have a BodyPosition with the following settings:
image
And I am trying to make its speed constant because else this is happening:


How would I make it so the speed is constant? I couldn’t find any solution on other topics, and I am trying to use the BodyPosition instance. Help!

Feels like this belongs in #help-and-feedback:scripting-support

You could just set the MaxForce property to a high number like (200000) & that should fix your issue

1 Like