of     1   

BrendonTheWizard
#139516508Monday, July 07, 2014 8:50 AM GMT

It's still written in Lua so I assume I should go here. I'm only going to post the line that I'm having trouble with. local Button = Toolbar:CreateButton("Clear Workspace!","Click here to clear workspace!", "icon.jpg") The problem is, the Icon won't work. Everything else works flawlessly, but just not the plugin's icon. There is an image called icon.jpg in the same folder as the plugin's code.
BrendonTheWizard
#139516967Monday, July 07, 2014 9:02 AM GMT

Another question - To you plugin savvy ROBLOXians, How do I actually upload my plugin to the Public? I have it on my roblox studio, and there doesn't seem to be a place to upload it. It says "You have no plugins. Open ROBLOX Studio to start building!"
AnonyAnonymous
#139517408Monday, July 07, 2014 9:15 AM GMT

BrendonTheWizard
#139517620Monday, July 07, 2014 9:20 AM GMT

I've already read that tutorial, it explains how to make one, but now how to make it public. I also don't know how to fix my icon :c
BrendonTheWizard
#139517649Monday, July 07, 2014 9:21 AM GMT

*not Typo. I accidentally put "now" but meant "not"
AnonyAnonymous
#139518169Monday, July 07, 2014 9:34 AM GMT

Right click something, such as a model or script and you'll see an option which should have the text, "Publish as Plugin".
BrendonTheWizard
#139518563Monday, July 07, 2014 9:46 AM GMT

Plugins are not part of the workspace. Right the plugin lets me enable or disable my plugin.
BrendonTheWizard
#139518700Monday, July 07, 2014 9:50 AM GMT

So, I published a plugin but because I right clicked the Baseplate How do I know that the plugin I published is actually the plugin that appears on my toolbar?
AnonyAnonymous
#139518832Monday, July 07, 2014 9:54 AM GMT

Go to the Toolbar click "Plugins" and click "Manage Plugins".
BrendonTheWizard
#139518889Monday, July 07, 2014 9:55 AM GMT

My plugin did not appear in Plugin Management. Is there any way that I could make sure that when I publish a plugin, it's actually the plugin that I scripted and not just a plugin that can't do anything?
AnonyAnonymous
#139518945Monday, July 07, 2014 9:57 AM GMT

Under "Plugin Management" it should come up with the name and the creator of the plugin, assuming you used "Create New".
AnonyAnonymous
#139518987Monday, July 07, 2014 9:58 AM GMT

Actually, you might need to restart "Roblox Studio".
BrendonTheWizard
#139518992Monday, July 07, 2014 9:58 AM GMT

Nevermind what I just said, I figured it out. When I put all of my syntax into a Script, and published it as a plugin, it worked. But, I still have the problem with the Icon. Especially now that I'm working with ROBLOX Studio and not a customizable Folder.
AnonyAnonymous
#139519218Monday, July 07, 2014 10:06 AM GMT

Did you specify where the "icon" is?.
BrendonTheWizard
#139519250Monday, July 07, 2014 10:07 AM GMT

C:\Users\(My Name)\AppData\Local\Roblox\plugins\ColorfulBrendon's Workspace Clearing Plugin
AnonyAnonymous
#139519309Monday, July 07, 2014 10:09 AM GMT

Upload the image as a decal and use the assetID.
BrendonTheWizard
#139519395Monday, July 07, 2014 10:11 AM GMT

Okay, I'll try that
AnonyAnonymous
#139519418Monday, July 07, 2014 10:12 AM GMT

*AssetID link rather.
BrendonTheWizard
#139519473Monday, July 07, 2014 10:14 AM GMT

Yeah, that didn't work. But I'm not surprised - if using the name of the file didn't work in the file version, it's no surprise that the assetID didn't work in the ROBLOX Version
BrendonTheWizard
#139519490Monday, July 07, 2014 10:14 AM GMT

Wait, I had to Update the plugin! It worked! Thank you!

    of     1