I Need A Script That Says Like Loading All The Way To 100% To Prevent Any Lagging, And Then I Will Add It To The Start GUI
1 | percent = 0 |
2 |
3 | for i = 1 , 100 do |
4 | script.Parent.Size = UDim 2. new(script.Parent.Size.X.Scale + . 01 , 0 , 1 , 0 ) |
5 | percent = percent + 1 |
6 | script.Parent.PercentDone.Text = percent.. "%" |
7 | end |
Thats just a quick example on how it could be done. Its not 100% fancy because I'm not going to write a script that creates the GUI because thats a pain.