Humanoid:ApplyDescription() not loading the appearance correctly

So recently yesterday I’ve stumbled on a problem that I haven’t been able to find answers for, when I run the following function:

local function CreateOfflineCharacter(UserId, Dummy)
	local Appearance = PlayerService:GetHumanoidDescriptionFromUserId(UserId)
	Dummy.Humanoid:ApplyDescription(Appearance)
end

It loads in the player appearance but not correctly as shown here below:

As you can see the moustache isn’t placed properly, but when tested with other player models there’s always a displacement with the accessories, I already looked at different DevFourm posts but none were really relevant to my issue, thank you for reading!

This is more of a #bug-reports:engine-bugs post
can confirm this happens. I saw this in Work At A Pizza Place and it has been around for a while.
Screenshot of my old accounts outfit when applied with Humanoid:ApplyDescription():

1 Like

Nevermind! Turns out it was the model itself, I don’t know the logic behind this but, simply just adding in a R15 dummy fixed my issue! (it was R6 before)