Movement for Ship

Hello, on my current project i’m creating a framework for space ships. My question is what’s the best technique to use, movement-wise. I’d assume the best way would be Bodymovement, but which classes of body movement would I use. Ofcourse, i’m aware I’d use BodyGyro for Rotation but for Movement, BodyPosition or BodyVelocity? What could I combine together with BodyForce?

Basically, what class of bodymovement should I use/combine to create an efficient movement for my Ship.

I think you should just test out the different movement BodyMovers and just see which one works best with what your trying to accomplish