How do i make a character loader that loads your character on a npc?

How do i make a character loader that loads your character on a npc?
Well i cant find a way to load the char i can load its userid but then how do i change the appearence?

Can you show pictures please? Or any kind of Video.

what does that deal with tho? -

This loads in Clothing/Accessories onto a Character.

im trying to load the whole char

If you wanna test out what the thing above does there u go.

i still didnt find a way (revive)

help guys im kinda struggling.

Use GetCharacterAppearanceAsync.

local a = game:GetService("Players"):GetCharacterAppearanceAsync(UserId)

It should return a Model which approximately contains,

Accessories, Shirt, Pants, BodyColors - parent to the Character.

face (Decal) - either set its texture on the already existing face Decal or parent it to the head.

NumberValues - if you have a static character that isn’t gonna change size according to their character then you won’t need this. Otherwise they should be parented to the Humanoid.

I would recommend looping through this model and check the Instance with :IsA(ClassName) and parent to their respective positions.

2 Likes