Me and my friend are making a game, and we put ourselves into it as npcs. The only problem is that we change our avatars very often, so I was trying to make it so that the body parts and clothing were accurate. I have no idea how to make the body parts accurate. Here is what I was thinking would work:
local userId = 928930007
local humanoidDescription = game.Players:GetHumanoidDescriptionFromUserId(userId)
local humanoid = script.Parent.Humanoid
humanoid:ApplyDescription(humanoidDescription)