Deleting local plugins

Hi I’m new to creating my own custom plugins so I’m not too sure on how everything works on it. I’ve been messing around with this one plugin and I updated it a lot to try and make it work. The problem is that now I have a bunch of local plugins I can’t delete.
image
(I marked out the names because I was messing around and naming them dumb things)
I tried deleting the plugin file and tried looking for them in the manage plugins folder tabs, but I just can’t find them or delete them.

I made the plugins through the functions
local Plugin = PluginManager():CreatePlugin()
local toolbar = Plugin:CreateToolbar("plugin name")

Delete them from your local plugins folder.

C:\Users\{Name}\AppData\Local\Roblox\Plugins

Replace {Name} with the name of your machine.

1 Like

I checked in that folder but it was empty. I backed out to Local\Roblox\InstalledPlugins and saw 2 empty folders. One was just called 0 and the other was the moon animator id, which I did have installed.

Not sure what happened but after I exit studio, all of my local plugins get cleared, so that fixes my problem. I’m sure that this will be a pain to work with in the future, though.

1 Like