PlacePlugins Info

PlacePlugins is a plugin that allows you to load place-specific plugins.


How to:

  1. Create a PlacePlugins folder in ServerStorage
    image
  2. Add your scripts, models, folders, or ids to it
    image
    • If you use a NumberValue or StringValue, a plugin will be downloaded from Roblox based on the Value.
      image
  3. Press “Load New” to load all plugins.
    • User interaction is required to run plugins as a security measure. You can always inspect plugins before running them.
      image

Developing Place Plugins

Developing a Place Plugin is just like developing a normal plugin. Here’s what the TestPlugin from above looks like:

print(plugin, script)

plugin:CreateToolbar("Test Plugin"):CreateButton("Test!", "Info", "")

Place Plugins are great for per-project utilities. You can have user-friendly buttons instead of using the command bar. This is especially useful in Team Create, where Scripters can make utilities for Builders.


Members-only post

1 Like

This topic was automatically closed after 1 minute. New replies are no longer allowed.