I have no idea how to use the new bodymovers!

I need a bodymover to make my tank move. Ive decided that vector force is the best option. I need an alternative to body velocity. Problem: Its measured in force not velocity. Only linear velocity uses velocity. But when I use linear velocity my tank floats in the air.

My script checks if throttle is 1 every 0.05 seconds and updated the linear velocity.

1 Like

You need to use BodyVelocity, there is no current alternative for it.

1 Like

I used LinearVelocity on the line mode to fix the solution.