PluginManager (Function)

From Legacy Roblox Wiki
Revision as of 04:27, 4 February 2012 by >JulienDethurens (Created page with "{{protected}} {{Function |name = PluginManager |returns = PluginManager |description = This function returns the [[RBX.lua.PluginManager (O...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
PluginManager( )
Returns PluginManager
Description: This function returns the PluginManager, which can be used to create Plugins.


Example

This example uses the PluginManager function to get the PluginManager and then uses it to create a Plugin:

local plugin = PluginManager():CreatePlugin()