"Unable to load icon" for plugins

I’m making a plugin, But the button icons aren’t loading for some reason, Does anyone know how to fix this? :thinking:

RobloxStudioBeta_2017-12-08_17-43-33

5 Likes

Are you using the Decal assetId instead of the Image assetId? It’s a classic mistake to make.

20 Likes

It either means the asset url is malformed or you have an invalid ID, or the assets have not been approved yet.

I’ve had this issue in the past, and it can happen to plugins with valid icons. It seems to happen when there are connection issues and the icon fails to download properly.

Oh, so you’re supposed to use the Texture AssetId instead of the Decal? Didn’t know that, Will try it out.

1 Like

Yep, it worked, Thanks for the help @Maximum_ADHD!

1 Like