Using GetHumanoid DescriptionFromUserId and ApplyDescription resizing Layered clothing strangely

	local newdesc = game.Players:GetHumanoidDescriptionFromUserId(UserId)
	Model.Humanoid:ApplyDescription(newdesc)

As you can see the layered clothing is sized strangely. These are the only two lines of code in my script.

3 Likes