of     1   

Merlin11188
#52714368Saturday, August 13, 2011 2:47 PM GMT

I have been gone for the past two weeks, and now there's all this buzz about plug-ins. What are they? How do I use them? Are they good or bad/totally useless?
Megamatrixdude
#52714416Saturday, August 13, 2011 2:49 PM GMT

They're... Plugins! You can add them to roblox studio and they have the same power as execute script. Here is an example: plugin = PluginManager():CreatePlugin() toolbar = plugin:CreateToolbar("Antivirus") toolbarbutton = toolbar:CreateButton("Clean slate Antivirus", "Clean slate Antivirus", "CSA.png") toolbarbutton.Click:connect(function() end) -[Insert witty comment here]
Merlin11188
#52714509Saturday, August 13, 2011 2:50 PM GMT

NOWAI! That's awesome. I can't wait to start using them >=D
RATEXmegaGAMER
#52714535Saturday, August 13, 2011 2:51 PM GMT

Plugins are basically building tools but for Edit mode read this: http://blog.roblox.com/?p=5534

    of     1