How would I go on about creating new CoreGUI elements, like hiding old ones and creation new ones. Because if I paste a GUI inside CoreGUI it will just reset itself to the normal ROBLOX CoreGUI.
Things I have tried so far:
- Inserting into CoreGUI (It just gets deleted on game start)
- Scripting (Doesn’t work)
- Creating a plugin (Works inside the game, but gets deleted after exiting)
So far I have come the furthest with a plugin, now how do I go on about making it persistent?