First of all, I apologize if this has been asked before. I tried looking into the subject myself, but I haven’t found any conclusive answers related to what I’m trying to do.
In a nutshell, I want to load a players current appearance [their accessories, shirt, pants, t-shirt graphic, etc.] onto a custom StarterCharacter. The problem is that I have no idea how to figure out what the player is currently wearing on their avatar [their current outfit is overridden by the custom rig upon spawning], so I can’t just nab the IDs and store it somewhere.
The only way I can think of going about this is nabbing the IDs, storing them somewhere, then swapping the player over to the custom rig, but that seems unnecessarily complicated.
Hopefully this doesn’t sound like too much of a request, I really just need to be pointed in a general direction, and I can probably figure it out from there.