Well the title pretty much says it all lol.
Question: Is there a blank template for a simple plugin? I couldn't find a hole template on the roblox wiki, and when I did the template was outdated.
local Plugin=PluginManager():CreatePlugin() local Toolbar=Plugin:CreateToolbar("Toolbar Name") local Button=Toolbar:CreateButton("Text","Hover","Image") Button.Click:connect(function() Make_stuff_happen() end)