Hi! I got an issue with my script, I do not script but this is from a tutorial and I followed it, I am making a loading screen GUI and it is supposed to come up with this GUI and do the percentage from 0 to 100 % but for me the whole GUI is not showing and the percentage is not there
I don’t think this is related directly to the issue, but I spotted something on line 30.
Where it says “task.want(),” did you mean task.wait()?
EDIT:
I also have a suggestion:
Instead of using task.wait(), you could replace it with wait() in the event of a very laggy game.
And, based on what I know, it won’t clog up the tasker (not that it did in any way for this case).