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]
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
Make sure you change âLoadingscreenâ to âLoadingScreenâ in the WaitForChild line like @yoshicoolTV said
You named it to LoadingscreenâŚ
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