Issues with my script

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

Supposed to look like the image above and the percentage working

can you send a screen short of the loading screen you are getting and the output if there are any errors

you did loadingScreen:Cloned() do :Clone

local clondedLoadingScreen = loadingScreen:Clone()

Also as @daisytheghostchild98 said, you did task.want(). You have many spelling errors in the script.

1 Like

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).

mark a response as the solution