tiffany352 / Roblox-Tag-Editor

A plugin for manipulating CollectionService in Roblox Studio.
https://devforum.roblox.com/t/tag-editor-plugin/101465
Other
59 stars 14 forks source link

Use a better unload detection method #42

Closed AmaranthineCodices closed 6 years ago

AmaranthineCodices commented 6 years ago

Builds on #41. This uses a more precise and faster unload detection method. Instead of detecting for a new PluginGui instance with the correct name, which is prone to name collisions, this detects when the old instance is removed and unloads the plugin along with it.