Best way to know when GUI *fully* loaded

WaitForChild gives me mixed results. I’m not using it on all the descendants! I want it to load ASAP and I want to know that it’s all loaded in when.

Thanks!

2 Likes

Try using PreloadAsync()

3 Likes