The wiki page is very vague and returns me with an error. I know it's deprecated but how do I create a plugin now?
1 | pluginmanager = PluginManager() |
2 | plugin = pluginmanager:CreatePlugin() |
3 | toolbarbutton = plugin:CreateButton( '' , 'CFrame' , '' ) |
'19:25:04.325 - An error occurred 19:25:04.328 - Script 'ServerScriptService.Script', Line 1 19:25:04.329 - Stack End'
I haven't used this in a while and I just need a way to create the plugin Instance
.