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!