Copied Character works but suits arent working properly

1 . I am making a dummy copy the player’s appearance, everyone thing works fine but some accessories wont work.

Here’s the explorer : image }

Here’s the script : local LocalNPC = game.Workspace.CopiedCharacter.Humanoid

game.Players.PlayerAdded:Connect(function(player)
	LocalNPC:ApplyDescription(game.Players:GetHumanoidDescriptionFromUserId(player.UserId))
	wait()
end)

Here’s how it looks : image
(I’m on the left, the npc is on the right)