How to make a model body to copy the exact same outfits/body/everything from another player when that player joins

So I need some help here is what do I want to do
1.When a player joins my game a existing body character copies their avatar
2.That body is visible only for that player and for other players it`s appear their avatar not his

1 Like

Put this in #help-and-feedback:scripting-support for actual answers.

I remember there being an API to get the users avatar but I forgot. Look it up probably.

1 Like

You might be able to use a HumanoidDescription and apply it to the character’s humanoid (make sure this is done on the client you want the appearance to change).
You can get a HumanoidDescription by using Players:GetHumanoidDescriptionFromUserId()