Setting up steering for top down driving

In my current project (which is building off the Vehicle Template) I have a orthographic camera that doesn’t rotate with the car. I need help fixing the input controls so Left,Right,Up,Down are relative to the screen and not the car.

I’m not sure how to approach this, any help would be appreciated.

Hey @iHasFinger420!

It’d be like this:

You can replace the Add Movement Input node tho, I’m not on PC right now so used this older screenshot of mine. What’s important here is calculating the movement vector. Then you can use it however you like. For example you can break the Return Value pin and use each axis to separately set throttle and steering input respectively.

Hope this helps :innocent: