Checking part rotation

Would using print(part.Rotation) provide the rotation of the part or would it provide some other numbers? Are there any other ways to do it?

Could you try using Part.Orientation?

I saw part.Rotation in the orientation page so I don’t really know just yet.

You could use CFrame:ToOrientation() to get the angle portion of a part’s CFrame if that’s what you’re looking for

I’ll give that one a shot later. Thanks for your insight

Part.Orientation returns the angle in degrees of each axis. Like tilt up and down, left and right.

alright thanks for the help. I’ll check it out

Yours was basically the same thing so I couldn’t put 2 answers as solutions sorry.