Default loading screen disabled in replicatedfirst but still appears for a few seconds before disappearing

Basically the title. Even though I have disabled it in replicated first which is supposed to run first, it still disappears 1-3 seconds late.

2 Likes

I think its meant to be like that until you join the game

1 Like

I guess it only works for teleportservice, when doing it on join it just has to show up.

ReplicatedFirst has a hard coded wait of 5 seconds before it removes itself if either RemoveDefaultLoadingScreen is called or #GetChildren on ReplicatedFirst returns a non-zero value (>1 children in ReplicatedFirst).

Check here:

2 Likes