Customization Game: Final result output?

Hi everyone,
I’m working on a series of customization games e.g dress up and photo decorating and the games are working fine. However, I can’t figure out a way to “show” the results on the next frame for example.

For the photo decorating game, player can choose the frames, add stamps and draw on the photo. They are spawned and kept in holder_mc on top of the photo_mc. When the player finish decorating, it will go to the next frame and shows the final photo result.

I created a separate array to keep the photo_mc and holder_mc thinking that I can call them up. But I can’t think of how to show the holder and photo mc WITH all the customization the player did.

Any help?
Same idea goes to the dress up game, I want to show the player their final outfit.