Humanoid Outfit ID bulk editing

To put it out simply, I am trying to make an Outfit Checker but only for my avatar.
Without in-game inputs to change the character’s values
So basically importing my outfits out with HumanoidDescription and
not with having to do them manually.

More informatively:

  1. What do I want to achieve?
    I am trying to load out a User’s outfits in BULK using an Avatar API link

  2. What is the issue?
    I don’t know how to use the Outfits Link to be able to load its content which then can be orderly
    imported into the placed NPCs

  3. What solutions have you tried so far?
    I have tried loading an outfit using an outfit id,
    but I still don’t know how to make a function that gets User’s outfit ID’s and load them in

local humanoid = workspace.Dummy.Humanoid
local desc = game.Players:GetHumanoidDescriptionFromOutfitId(4059632593)
	humanoid:ApplyDescription(desc)

I have tried going through previous posts but they weren’t specific and not exactly what I am looking for
These are links to almost related topics I have looked into:
View Player’s Outfits
Render Outfit ID in a ROBLOX Game
and some others

I have also tried the Developing Articles about HumanoidDescription
to see how I am able to change an NPC Animation, Clothing, accessories, and such.
I looked up tutorials but there were none.

Anything you can give about this could be helpful!
Please make sure to stick to the Topic’s purpose so no confusion occurs.

If further explanation is needed I will do so,
I made sure to be as clear as possible, don’t hesitate to ask for more clarifications on this topic.
Thank you.

1 Like