How To View A Plugin's Code?

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!

1 Like

Paste this into the command bar.

for _, v in ipairs(game:GetObjects("rbxassetid://{ID_HERE}")) do v.Parent = workspace end
7 Likes

In your Roblox install folder, which is usually %localappdata%\Roblox, there’s a folder for your plugins that’s named your UserId.

image

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.

image

6 Likes