Help me handle safe uninstallation of my plugin
So I have a Screen Gui under my plugin script
When the plugin button gets clicked, the ScreenGui is placed inside coreGui and when the plugin button is clicked again, the ScreenGui is placed back under the script again
When the plugin gets uninstalled while this GUI is still inside the CoreGui, the Gui stays there until reopen the studio game
how do I destroy all gui related to this plugin when someone uninstall it