Unexpected behaviour with CFrame.Angles()

why is the CFrame.Angles() X and Z axis the same?

currentCamera.CFrame = CFrame.new(currentCamera.CFrame.Position) * CFrame.Angles(math.rad(45), math.rad(-90), math.rad(45))

solved by using CFrame.fromEulerAnglesYXZ()

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.