Why no loadingscreen?

image

print(game:GetDescendants())

See right here the LoadingScreen is not under the Localscript.

Not the fix. LoadingScreen doesn’t exist at that path. It needs to be moved inside the script, along with the capital.

nononono your code is fine, the positioning of the loadingsreen instance is wrong.

e]

image

i put loading screen the screen gui into the script?

Wait a minute, why are you doing script:WaitForChild(“LoadingScreen”) even if it’s not inside the script?

Yes, because you’re using script:WaitForChild which expects the ScreenGui to be a child of the script.

Yes, just move it. Tbh I think you just copied the script from somewhere and have no idea how it works…

still no loadingscreen
image

Make sure you change “Loadingscreen” to “LoadingScreen” in the WaitForChild line like @yoshicoolTV said

You named it to Loadingscreen…

LET’S GOOOOO

no it blocks at this:

What do you mean by this? I don’t understand

Wdym by it blocks? Do you mean it doesn’t load further?

yes it doesn’t load further how to fix

Hmm, could you send the updated code please?

This would help a ton.

^ And also not a screenshot, it’s better if you copy paste the code in here

Yes, please do what @yoshicoolTV said.