Image doesn't show on Billboard GUI (Egg preview feature)

So, I’m trying to make an egg preview feature. Everything works well except for one issue:
When I update the Billboard GUI, it doesn’t display the image of the pet. I’ve also tried using ViewportFrames, but that didn’t work either.

(Please ignore any typos:/ )

The code:

Explorer/In game:

This is due to the URLS being incorrectly formatted, replace "http://www.roblox.com/asset/?id= with rbxassetid://ASSETID.

There isn’t a problem with that. It’s because OP was using the DecalID of the decal instead of the ImageID.

The image of the decal (they’re 2 separate things) can be accessed from its Creator Hub page:


…or by pasting JUST the DecalID into a Decal/ImageLabel’s Texture’s field, in which Studio automatically replaces the DecalID with the ImageID of the decal.

2 Likes

wow didn’t know about that, after working with roblox studio almost three years now, thanks a lot!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.