@crazyman32 your plugin site is down Ithink.
Also I want to make from an excutable a plugin, no idea how to tho. Could someone explain me how to create it? Or give me a link to download plugin? Code ( Tri- Fusia ): Nvm, couldnt insert it its breaking forum rules... However a link to the model; http://www.roblox.com/FusiaMapEditor-Read-Script-for-Version-item?id=127163391
well you could always make a command bar plugin thingy like so:
_G.DoStuff = function()
--CODING STOOF HERE
end
now then you type in the command bar _G.DoStuff(), and then the coding executes
--crazycamkalani