Rotate the player with joystick?

So currently what you are rotating is the player controller. What you need to be rotating is the player pawn.

If you want to be rotating both you can rotate the controller and on the pawn you should find a tick box for “Use Controller Rotation” or something similar and that will let you do both.

If you want to just rotate the character and keep the camera in position get your “Get Controller” to get Self and than use a set rotation from that.

1 Like