Help with an Index System

So I am trying to add this feature into my game, where you can get different cards, and you have this card index which you can click on (a button on screen) and it shows you which cards you are missing and have. I also want it to show in different sets like for example:

Forest Fun Pack:
??? - Show this if you don’t have the card yet
Chompz- Show this if you have the card
etc.

also
I don’t know if this is possible yet
but can you add like gim images inside of the boxes where the cards you are missing look like?
Like this:
Forest Fun Pack:

Chompz (insert chompz image beside it)

and I also want it to have question marks over each gim image if you don’t have the card yet.

Well you could give a certain item every time the player gets a certain card.
Then you could do a bunch of checkers that check if the player have that item.
If so it will activate a sentry with the same gim as the card you pulled.

1 Like

i like the sentry part
but i’m using popup buttons
so idk how I would get the sentry image in there

Are you using popups for your index system or the card gacha system.

im using popups for the index system.

As far as I know this would be impossible.
Just a question why do you have to use popups any specific reason ?
I know other ways that would make this 10x simpler if you didn’t have to use popups.