Imagelabel not showing up

Hi everyone,

So I’m trying to put an image on an image label, it won’t load in the game. Thing is, I have the exact same scripts and setup for another image label and it loads perfectly. It isn’t deleted or anything can someone help?

https://gyazo.com/1cc27345253c987880f2c7d2110d840b

1 Like

Is there a “failed to load asset” error in the console?

no there isnt. thats why i was so confused

Can you show me the script? please.

https://gyazo.com/41a6a8b8ea636a9124693189890eac52

A common mistake when showing images is using the Decal ID instead of the Image ID.

Another thing, not sure if this affects the script in any way but use this:
http://www.roblox.com/asset/?id=
instead of rbxassetid://

EDIT: It seems like you are in fact using the Decal ID, you should get the Image ID

Screen Shot 2020-12-21 at 10.48.39 PM

6 Likes