Help with plugin

Hey, I have recently made a simple plugin that adds any script with just 1 click. However, I have deleted the script from ServerStorage by accident. Is there any way I could recover it? I have the plugin file saved on my computer but just cannot find a way to import it. I’d appreciate any help.

1 Like

If you have it uploaded and installed as a plugin, you can go to %localappdata%\Roblox\[YOUR USER ID]\InstalledPlugins and find it there. It should be in a folder with the plugin’s ID. Once you enter it, just keep navigating into folders until you find the Plugin.rbxm file. Import that to Studio, and you’ll be set.

2 Likes

Thank you, I appreciate it. I’ll look through the files

2 Likes

how do i EXACTLY import it to studio?

1 Like

Nvm, i’ve found out how to do it. Thanks.

You can drag and drop the .rbxm file into Studio. It’ll put it as a tool in StarterPack.

Just to make it easier to understand, @Batimius’s method is probably best for plugins installed from the marketplace.

If it’s not installed from the marketplace, you should use the directory %localappdata%\Roblox\Plugins.


To insert something, right click an instance (such as Workspace) and press open from file. You can then navigate to the directories that myself or @Batimius posted.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.