What bodymover should I use?

I’m working on a floating hovercar, I’ve already made the controls functional using user input service.
( https://gyazo.com/efbbfdaf8ae446ef57fab6b837706ec8 )
But I have no idea what bodymover I should use to let the hovercar float.
I’ve tried a bodyposition which only affects Y axis, I’ve tried bodyvelocity and bodyforce.
I’m not the most experienced one regarding bodymovers.

Any suggestions?

I would use a BodyForce and a BodyGyro. You can detect the amount of force needed to levitate an object by getting its mass and multiplying it by gravity.

2 Likes

Shouldn’t this be in #development-support:scripting-support ?