Issue with decal?

Does anyone ever get issues trying to display decals in GUI’s?

I’ve got this kill streak system that shows you a medal when you have a kill streak going. Double Kill, Triple Kill etc…

Every decal that I use in this system (15 of them) all work except one, it loads when placed onto a part. No errors uploading on website. But it doesn’t show in the GUI.

Any ideas? Or is this the wrong forum for this?

http://www.roblox.com/asset/?id=9532318746

1 Like


this is what happen if i click it so maybe this is why your decal did not load

It continued on a load cycle for some time when you use the Inventory address, but it loads in the end so I don’t think it’s an issue with the image.

https://www.roblox.com/library/9532318746/

There is no such thing as a decal on GUI’s there are only ImageLabels and ImageButtons. Decals are used on parts so they paint on one side at a time, whereas Textures can cover an entire part. If you are adding it as a Decal to the GUI then it probably won’t show unless it is a SurfaceGui you are putting the Decals on. Try to add a Decal to a screen GUI and it is greyed out in the selection menu. Use ImageLabels instead.

They’re referring to an on-site decal (image) as opposed to an in-game decal (decal instance).

1 Like

Are you sure? He clearly said it worked when placed onto a part.

I put the decal onto a part then copy its ID and paste it into a image label. All other images worked fine except this one.

This id is the ID used on a part or image label not the actual web id.

I posted the web ID to reassure GreenStorm it was not an issue with the image, therefore, he can look for other solutions to why this is not working.

My own id’s don’t work if you add them as a link, so clicking this will not load on the website:
http://www.roblox.com/asset/?id=9103865

[EDIT] actually that is not my image, I just searched for ImageLabels (in my game) and copied the first id I found. But the condition is still the same, if you can see it with that address it hasn’t been blocked.

Show me a video or some code if you still haven’t solved this please because (since the image is visible on the website, with the inventory address) there is nothing wrong with the image, it hasn’t been moderated.

Figured it out, was a studio bug. Restarted and fixed.