How do I know if a plugin I made is open (and therefore being used by the player)?
Because the PluginAction instance will fire off even if the plugin does not have its GUI opened and for all intensive purposes is closed.
1 Like
Are you using studio widgets for your GUIs? If so, you can check the widget.Enabled
property DockWidgetPluginGui | Documentation - Roblox Creator Hub