Function roblox::function::plugin_manager[][src]

pub fn plugin_manager() -> PluginManagerInterface<'static>
👎 Deprecated
Expand description

Equivalent to PluginManager PluginManager() in Luau.

Returns

The PluginManager which is a deprecated singleton that was previously required to create plugins. It still has applicable uses, such as if you need to create a Plugin object from Roblox Studio’s command bar.