Selected character shows, but clothes don't

Hello! I’m making a dress-up game and i have 2 scenes - dressup and display. On a dressup scene there’s 3 characters (one of them shows up when a button with their name is clicked) and a wardrobe with clothes - all the clothes (top1, skirt1) are in a group called Draggable. So my code does this - it duplicates a cloth as many times as the player wants and player can put it on any place on the character.
So, a player dresses up a character and presses a button that changes a scene to display and on a display scene should appear a character in the middle of the screen in selected clothes (clothes are in a position that player chose). Here’s an issue - selected character shows, but clothes don’t (I even did a small check with text - items don’t even appear in structure). I tried to ask ai how to do it, but even ai couldn’t help me