Hey everyone, I just made a super lightweight plugin that helps you see the LookVector, RightVector, and UpVector of any moveable instance. (0,0,-1), (1,0,0), (0,1,0). Previously you might have been creating a temporary decal to see which face is Front, but that got harder to do now if you also need to know a pivots Front direction.
It works right when its installed with no extra work. All it does is make the cone parts of the default roblox move handles different colors. Because of this, it automatically works with pivots and attachments. Just make sure your in local space (Ctrl + L).
As you can see, the ones with a more unsaturated color are the marked axis of interest.
This is especially useful when your code works with CFrames. There are other attempts at this but they are more heavy, this is all I need.
Heres the plugin: https://create.roblox.com/marketplace/asset/13865515817/Show-CFrame-Axis
And heres the github: GitHub - vijet1/rbx_cf_visual: Visualizes the CFrame of a selected moveable object in roblox.
Hope it saves you some time!