Hi, I’m trying to fix this bug but I can’t, the problem is that the plugin icon made by me doesn’t appear. If I look at the output it says “Unable to load plugin icon”. Does anyone know how I can fix this?
Here is the code:
local toolbar = plugin:CreateToolbar("Notepad")
local button = toolbar:CreateButton("Open Notepad", "Notepad", "rbxassetid://10886215059")
I just tried. The 1st icon (Published on sept 11, 2022) isn’t in moderation. Now I tried with a 2nd icon and it isn’t in moderation and doesn’t appear too.
That’s the Decal ID, not the Asset ID of the image. They’re 2 different things.
There seems to be a lot of confusion on getting the Asset ID of Decals, so I’ll try to point a possible solution:
Copy the ID of the Decal (as you did in your reply already).
Insert a Decal in Workspace and paste the Id in the TextureId. Studio should automatically generate a rbxasset ID. Copy that and paste it in the Plugin’s script.