PluginGuiService
A service that stores PluginGui objects to be displayed in Roblox Studio.
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 0
Description
PluginGuiService is a service that stores PluginGui objects to be displayed in Roblox Studio. It only allows PluginGuis to be direct children of the service, and PluginGuis are not allowed to be parented anywhere besides the service.
History 1
- 322 Add PluginGuiService