How to import player avatar into game while it running?

Hello. So I got problem while working on game. I don’t have any idea how to import roblox player avatar. I have searched for it everywhere. But I can’t find something that can help me. Or im just stupid idk. I tried to use AvatarImportService but I dont have any idea how to use it.

Relatively simple, read through this:

https://education.roblox.com/en-us/resources/education/arcade/customCharacter#spawning-custom-startercharacters

Not really what I need. I want change player’s avatar in example on their friend avatar while game running. The only problem I got is get friend avatar.

Use Players.CreateHumanoidModelFromUserId

1 Like