Creating CoreGUI Elements

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?

Hey, do you mean stuff like playerlist in game, or only for yourself in studio? For ingame you can always just disable the default one using CoreGui, and making your own custom implementation of whichever gui you need, and just using it as a normal gui

Alright thanks, im gonna give it a try then.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.