#Waiting for game to be fully loaded

1 messages · Page 1 of 1 (latest)

brazen gust
#

I have a custom loading screen that should tween out when the game is fully loaded. I used this solution: https://devforum.roblox.com/t/how-to-wait-for-a-model-to-be-fully-loaded/3088410 (waiting until game:IsLoaded()) I also have an extra 3 second wait added onto that but it's still removing the loading screen as objects are still invisible and loading in. I have streamingenabled on, any ideas?

jovial lantern
#

game:IsLoaded() is true when all the stuff near the player have been streamed

#

it doesnt load the textures or sounds or anims

brazen gust
#

Is there any way to make sure everything is loaded, including textures?

#

Would Loading Screen 3 (Larger Games) help with that? In this video

#

From the looks of it, it would

jovial lantern
#

yea

brazen gust
#

Ok thanks I'll implement that and see if the issue persists