How do games like PSX and others have loading screens where for the first couple of seconds, none of the TopBar icons are visible. Here is a video of what I mean:
I want to replicate this so I can use it in my games.
I’ve tried these (none have sovled this “issue”):
No, the Roblox button cannot be removed unless you use bugs to make the CoreGui fail to load, but this can either be fixed at anytime and is also not liked by Roblox in terms of moderation. I’m still positive on the “simply not loaded yet” theory
How do you think they did it (in the attached video)? It seems like the Gui was put in place of the normal loading screen before the CoreGui loaded in.
Your code line with removing the default loading screen (ReplicatedFirst) is the first step, as anything parented to it will be executed the moment a player joins. The best tutorial you can follow is the official one: