How do you check camera orientation?

How do you check the camera orientation?

Consider utilising Camera.CFrame.

Since you only have a cframe for cameras, you can try what this post says to get the rotation from a CFrame

3 Likes

sorry if i am being dumb but

print(math.rad(CFrame:ToOrientation())) --would this work?
2 Likes

yes this will work, just be aware that it returns the values in radians
if you want to get them in degrees then convert them with math.deg

3 Likes

then put it in math.rad prob solved