Gravity FPS

Hi! I’m trying to make a first person character where, when the player presses G, the gravity flips. The gravity itself changes correctly, but I can’t get the camera to rotate with it.

I’m also trying to adapt this tutorial that uses a line trace: https://www.youtube.com/watch?v=04VJ45sX5U0&t=1636s
I want the same behavior but for a first person character. As I said, the gravity direction changes, but the camera doesn’t rotate. i tried with control rotation but it just rotates it 90 degrees :frowning:

Does anyone know how I can fix this?

Try using “Set Rotation” or “Set Actor Rotation” instead (don’t forget to set the target to be the camera).

İ tried but not working