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

How can I make a loading bar using RequestQueueSize?

Asked by 6 years ago

If I have a value

x = RequestQueueSize

how would I make it so the bar's size will be relative to how much has loaded, if that makes sense.

Bar size script:

Bar.Size = UDim2.new(0,x,1,0)

0
requestQueueSize/totalAssetCount LifeInDevelopment 364 — 6y

Answer this question