PluginManagementService
Studio service that manages installed plugins; not intended for creator scripts or plugins.
This class is not replicated. Its interface does not cross the network boundary.
This class is not creatable. Instances of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
| Memory category | Instances |
|---|
Member index 2
Description
Not intended for creator scripts or plugins. A Studio-only, non-creatable, non-replicated service that backs Studio's plugin-management UI: it can enable or disable a plugin's automatic updates and look up the latest over-the-air (OTA) version published for a given plugin.
History 4
- 576 Add GetOTAPluginVersion
- 573 Change ReturnType of SetAutoUpdate from void to null
- 538 Add SetAutoUpdate
- 538 Add PluginManagementService
Members 2
GetOTAPluginVersion
| Parameters (1) | Default | |
|---|---|---|
| pluginName | string | |
| Returns (1) | ||
| int64 | ||
This function yields. It will block the calling thread until completion.
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 1
SetAutoUpdate
| Parameters (2) | ||
|---|---|---|
| pluginId | int64 | |
| state | bool | |
| Returns (1) | ||
| null | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
- 573 Change ReturnType of SetAutoUpdate from void to null
- 538 Add SetAutoUpdate