All characters have their Character.Archivable property off. You can easily solve this by temporarily setting ‘Archivable’ to true and back to false, or you can create a custom dummy which has the HumanoidDescription which is applied to it via Humanoid:ApplyDescription(HumanoidDescription), with the description matching said Player.CharacterAppearanceId. It’s an easier and less ‘hacky’ way in my opinion, and plus you can control the dummy way easier.