How do make player face forwards where the follow camera is looking? 3rd person shooter

Very good :slight_smile:

You can also just put a GetWorldRotation directly on the camera.

Like I say, to rotate the player you need to use SetControlRotation :wink: so just do a GetPlayerController, pull a pin and do a SetControlRotation, but only in Z.

I think that should do it…