I don’t know if this might work but the wiki page lists a method called toOrientation that returns a tuple of values that might represent the CFrame’s orientation.
If it works then be sure to remember to convert the angles to the right values, since a BasePart’s orientation property is shown in degrees, while CFrame operations typically require angles to be in radians.