PluginManager (Function): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Tenal No edit summary |
>JulienDethurens No edit summary |
||
Line 1: | Line 1: | ||
{{protected}} | {{protected|nocat=true}} | ||
{{Function | {{Function |
Revision as of 01:16, 19 March 2012
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()