So i’m making a game right now which has character loading disabled half of the time, and I want to know how I can load all the player’s GUIs without their character having to load.
If you are unfamiliar with this behavior, the StarterGui is linked to the players’ characters. Meaning that you need the player’s character to load all the contents in the StarterGui.
Listen to when the player joins on the server and then copy the GUIs into the player manually. Personally, I think it’s better to do it this way over StarterGui in any case.