What is the best way to move a part, almost like a RC car?

image

I want to set the currentcamera subject onto that part and use the WASD keys to move it around but I’m not sure what the most efficient way is. This seems to be pretty generic, but I couldn’t find it when searching, so if anyone has already done this before, please let me know what you did.

Since this has to be mobile and console friendly as well, key events are a nono.

Thanks.

I’m currently using Humanoid.MoveDirection with a loop, are there any better alternatives?

You can do that but I believe it’s easier just to use physics/force.

Maybe try using body movers? Like body force or velocity?