When i run the plugin, it shows an X as the icon, and it prints an error: “Unable to load plugin icon” and i couldnt figure out why.
Code:
local toolbar = plugin:CreateToolbar('Triangles')
local button = toolbar:CreateButton('Create triangle', 'Create a triangle with 3 positions.', 'rbxassetid://7089315414')
Are you sure you are activating the plugin correctly?
I suggest going over the following article and making sure everything is correct on your end as the script itself is functioning correctly: Intro to Plugins