Accessories aren't in the right place

For some reason when I apply a humanoid description the accessories aren’t in the correct place.

humanoid:ApplyDescription(Players:GetHumanoidDescriptionFromUserId(player.UserId))

I also noticed this in my “Outfit checker” game. I dont belive there is a fix for this… Because Roblox(Correct me if im wrong)

Might be because the character is missing the accessory attachments like these
image

I do have them.
338x148, 50%

try this: take the description and apply:

local UserHumanoid = humanoid:GetAppliedDescription ()
			
			player:LoadCharacterWithHumanoidDescription(UserHumanoid)