Cframe is not a valid member of Part "Workspace.Rock"

I was trying to make it check orientation with Cframe.Angles but it errors there when everywere else it is fine?
It errors at print(rock2.Cframe.Angles)
How would I fix this? I don’t have a clue.
image

1 Like

I believe it is capitalization, “Cframe” instead of “CFrame”

yep, its CFrame and not Cframe

A CFrame also doesn’t have an Angles property. You can use toEulerAnglesXYZ if you wish, but I don’t recommend it for rotation.

Try the cframe - that cframe.Position

I can’t believe I made that mistake again…

Do you just put toEulerAnglesXYZ after the cframe or is there some extra steps to using it?