My camera is supposed to rotate along the Y axis ( green line), although I want the rotation from the second picture, right now it rotates according to the first picture, how do I script this?
The rotation of the Attachment is -22.5 degrees on the X axis
cam.CFrame = current.WorldCFrame * CFrame.Angles(0, math.rad(rotation), 0)