CFrame.Orientation

There is currently no immediately easy way to isolate a CFrame’s orientation component. You can isolate the position component with .Position. There should be a matching property for orientation.

Specifically, I want a property that returns self - self.Position.

46 Likes