How do I make my loading screen percentage?

How do I make this:


I want that number to be matching how far the bar has moved.

Depends on how you’re sizing it. If it’s scale, then just set it to the math.round(X.Scale * 100)

Otherwise, get a percent by dividing the width over the max width.

3 Likes

Maybe you can add another GUI to it, Then you could use TweenSize(UDim2.new) to make it grow out in that direction if that makes sense.