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)