I want to rotate a bodygyro on the character to face the same direction as the player’s camera but ONLY on the left-right yaw
So as the camera looks left or right it rotates the character by altering their BodyGyro, but looking up/down with the camera does not affect the BodyGyro
Essentially the same as this, except I have to use the camera to modify a CFrame, not setting the orientation vector