How would you copy someone's outfit fully?

So I’m aware: Players | Documentation - Roblox Creator Hub
exists with all of its information but this only copies clothing to my knowledge.
I want to apply clothing and any extra parts the user is wearing, for example, a morph.

image
Is there an efficient way to do this?

EDIT

If anyone is seeing this, and wondering. Oh no! No solution.
What I did was make an entire morph script, this morph script then pinged the server when I wanted someone to wear a morph, it would use their name and the morph name, it would find the morph in a store and force it onto the player.

1 Like

:GetCharacterAppearanceAsync()

1 Like

Oh, yeah I probably should have looked through the API a little more, whoops! I’ll check it out now.

1 Like

Well, I looked into it and it only clones and replicates accessories.
image

1 Like

if youre missing the human body (includes clothing, and rig scale), use HumanoidDescription

Yes, I understand the humanoid description, it does the following:
image
Which is perfect but it doesn’t replicate parts that the character has for example:
image

image
image

1 Like

Do you need to clone a player’s outfit who’s ingame?

1 Like

Yes including parts they have in their character. Not just accessories or clothing.

1 Like

Can’t your just clone the parts and parent them to the character then?

1 Like

Yeah I could but i was wondering if there’s a more efficient way.

There is this function which grabs everything, using a character apperance ID: CreateHumanoidModelFromDescription()

This didn’t work with the morph.