Is there a way to quickly create a HumanoidDescription based on an existing NPC?

I’d like to make HumanoidDescriptions for all of these characters, so I can apply them to the user later. They all use proper clothing, accessories, etc.

Is there a way to quickly make a new HumanoidDescription for each of of them? Or will I have to manually set all of the properties?

1 Like

Forget quickly, you can’t do it at all. A majority of these assets can’t be converted back into their AssetIds which HumanoidDescriptions require for applying assets to characters. The only leeway I can see you having for this is with the following:

  • Faces
  • Skin colour
  • Body scales

You can’t get a catalog asset for a shirt or pants from their template id and you can’t convert an accessory back into a catalog asset id either.

Can’t I just go back and grab all the ID’s from the website then? And set it manually.

Manually is always an option. This was your second option - if I can’t make a HumanoidDescription out of these assets, then can’t I just get the catalog assets and input them manually? And the answer would be yes, you can do that, of course.