Hey, devs! This is probably the wrong category, please tell me if it is.
I wanted to view the code inside of a plugin, but how would I do that? Help appreciated, thanks!
Hey, devs! This is probably the wrong category, please tell me if it is.
I wanted to view the code inside of a plugin, but how would I do that? Help appreciated, thanks!
Paste this into the command bar.
for _, v in ipairs(game:GetObjects("rbxassetid://{ID_HERE}")) do v.Parent = workspace end
In your Roblox install folder, which is usually %localappdata%\Roblox, there’s a folder for your plugins that’s named your UserId.
Open it up, and go into the InstalledPlugins folder. Find the asset id for the plugin, and go into the folder with that name. There’s another folder in there? Open that, then drag the .rbxm into Studio.