I want to tilt the camera slightly left or right when strafing (roll axis), so it feels like the player is leaning a bit in the direction they’re moving.
My only idea for accomplishing this was to try to use a set relative rotation function on the camera, but it doesn’t appear to do anything. I’m wondering if it is because my cameras pitch/yaw are being controlled by mouse input so it’s locking down all rotation?