Image not loading unless already in game

I am trying to add a feature to my game that involves decals, and I realised that unless the image is already in the game, it won’t appear

I don’t get what you’re fully trying to do. But, have you tried using Instance.new?

That’s not what mean, let me give you an example
image
Here are the empty card templates
image
The green card is the only one in the game currently

What is this feature you’re trying to add?? It seems like you are trying to insert new decals. I would use Instance.new then state the properties.

As you can see, the border of the card on the right is not visible, because i haven’t added any imagelabels with that asset id, the border does not show up when the image id is added through a script. And in the right one , the display wasn’t added in studio so when i try adding it with a script it is also invisible for some reason. And this is a problem cause my game has custom cards.