CreatePlugin (Method)
From Legacy Roblox Wiki
Jump to navigationJump to search
Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
![]() | |
Returns | Instance |
Description: | Returns a Plugin. |
Member of: | PluginManager |
Example
This code will create a plugin using the PluginManager:
plugin = PluginManager():CreatePlugin()