Is there any good way of sorting ScreenGuis when you have a lot of them? Folders dont work since they get removed from PlayerGui when your character respawns. Using ScreenGuis as folders to store more ScreenGuis inside them seems a bit ehh? it works though.
I already know that you are NOT supposed to use 1 ScreenGui, and store a lot of frames inside, since just 1 update will redraw the entire ui, which is horrible for performance.
Sorting them once you already made them is a big trouble, if you already have like many ScreenGuis, probably don’t sort them, since then you might mess up some script or something
Like you should do one GUI for one purpose
Example: a ScreenGUI for loading, one for the welcome menu, one for like an avatar editor or something
Using one ScreenGUI is also fine, but it might be messy many times