As a Roblox developer, it is currently too hard to use the CFrame property of AlignOrientation because it does not appear in the Properties pane.
As a result, I have to resort to writing code in the command line:
Additionally, having the property hidden makes it difficult to discover. I had to be informed by a friend that this property existed.
Recently the other CFrame properties (BasePart.CFrame, Camera.CFrame, etc) have been unhidden, so it would make sense to unhide this one too.
If Roblox is able to address this issue, it would improve my development experience because I’d be able to manipulate the CFrame property on AlignOrientation object without using the command line.