How i do make plugin?

ServerStorage → Folder → Script

inside script

local Toolbar = plugin:CreateToolbar("Plugin") 
local YourPluginNameButton = Toolbar:CreateButton("YourPluginName","Text here","ImageId")
1 Like

Do you have an issue with your script or are you showing other people how to make a plugin?

3 Likes

Create a folder and put a script inside
Right click that folder and press “Save as Local Plugin”.