I'm wondering how you would use the functions:
IsLoaded()
and
RequestQueueSize()
to make a custom loading bar...
Would it be that I request the queue size and then make the bar based on that?
but how do I know how big the max size of the bar should be?
Just need a place to start, thanks