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?
Developer Forum | Roblox
Hello! I’m having an issue with my custom backpack GUI which causes tool previews to not be complete due to some of it descendants not having time to replicate. I’ve tried using WaitForChild but this only works on a specifc children as opposed to a whole bunch of them. Would there be a way to wait for all descendants to be loaded or an alterna...