Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

I have a question on how to make a gui wait until all assets are loaded. ...?

Asked by 9 years ago

Like in all those cool games, how do they do it? If there are wiki links i need to read .. link me up!

2 answers

Log in to vote
1
Answered by 9 years ago

There's actually something specifically for this kind of procedure. I'll spare you the lecture, since there does happen to be an in-depth wiki page about it that you can find here: http://wiki.roblox.com/index.php?title=Custom_loading_screen

Hope it helped, if you have any questions, let me know.

Ad
Log in to vote
0
Answered by 9 years ago

Games usually just make a false loading as they predict on these assets loading time. They would wait until the assets are loaded and lagg is as limited as possible off of a guess

1
The ContentProvider service offers a mechanic that lets you determine the amount of asset requests that are queuing. You can take this number and using a variety of equations, make things such as a real loading bar, a percentage text, or whatever other effect you'd like. ScriptGuider 5640 — 9y
0
I never knew that, thanks for the info :D koolkid8099 705 — 9y

Answer this question