As a developer it is currently too difficult to properly preview the way a UGC accessory will look when uploaded because of the automatic scaling.
Here is an accessory in my studio place (applied using Humanoid:AddAccessory()):
Once I uploaded the item and previewed it on the site it looked like this on my avatar:
Even after reuploading the item twice I still haven’t been able to correct this issue, and constantly reuploading accessories is expensive. Please add a way to properly preview the way an accessory will look before paying for an item upload.
I would also love to see a “Preview” button for classic shirts, classic pants, and classic t-shirts as that also costs robux to upload and when it looks bad after uploaded you have to keep spending robux until all issues are fixed.
I hope I don’t necropost but wondering if anyone got a solution for that, or at least a way to know how to properly scale accessories in studio so they don’t uploaded with wrong scale
These problems usually happen if you use plugins to help you, the AttachmentPoint inside of a Accessory object usually gets edited by these and ruins any position you’ve set as it automatically discards it and uses the AttachmentPoint properties.
Avoid having OriginalSize hanging around in handles and make sure you consistently clone your accessory into a dummy after every change to refresh and make sure it doesn’t have a slight edit outside of your un-refreshed version.