How to get someone’s avatar for animation

So I’m been struggling to get someone’s avatar for a cutscene I’m making (It’s hard for me to say what I want to do), just like games such as do it for the vine or d4dj when the username you input in the text box avatar replaces the default dummy for the animation. Can someone help me on how I can deal with this problem, I’ve been searching all through YouTube and can’t find any videos related to this topic, thank you for reading.

To explain my situation more clearly, I want to make a cutscene for a story game. I want the people who are in the server appear In the cutscene.

game:GetService"Players":CreateHumanoidModelFromUserId(UserId) creates a model using the parsed id. To make it work for the players in the server just use the .UserId property underneath the players already in the server.

You could also just clone their characters.

1 Like

If they already have a humanoid model they can use GetHumanoidDescriptionFromUserId.
https://developer.roblox.com/en-us/api-reference/function/Players/GetHumanoidDescriptionFromUserId