Loading a Players Character

I would like to load in a player’s avatar using a script. Sort of like how AlreadyPro’s Load Character plugin does it. I just can’t find anything that would let me do that. I have already looked into GetCharacterAppearanceAsync and such, but I can’t seem to figure out how to make a model with all of the required stuff. The end goal is to be able to play an animation on this character.

The only solution I can think of is to just use AlreadyPro’s plugin through a script somehow? Thanks in advance for any solutions!

1 Like

CreateHumanoidModelFromDescription plus GetHumanoidDescriptionFromUserId seem useful for this.

Edit: BULK_BROGAN’s solution is better since it just combines these into one method.

6 Likes

Oh wow. A fast response and one that solved my problem. Thank you so much!

This is the best solution

https://developer.roblox.com/en-us/api-reference/function/Players/CreateHumanoidModelFromUserId

Skips a few stages

2 Likes