I’m having trouble finding the best way to create a character customisation using not only catalog items, but also custom made items (not UGC item, those count as catalog)
I’ve made one before, using HumanoidDescriptions and simply using GetHumanoidDescriptionFromUserId
and then making edits, and then simply loading their character with those edits made LoadCharacterWithHumanoidDescription
and this working brilliantly with catalogue items. I could keep a module with catalogue ID’s for all sorts of items, like accessories, shirts, pants, faces, etc.
However, I want to go one step further and create something that allows for custom accessories, however, since these items aren’t uploaded to the catalogue, they aren’t technically ‘accessories’ and thus just models. So my question is how can I easily go about incorporating this? Do I need to ditch the HumanoidDescriptions?