I’m really new to scripting and I was trying to create my own loading screen using this code:
But when I tested the game the default loading screen was still there…
Any ideas?
And yes, I have looked up this topic on the Forum but it didn’t seem to help my situation
Have you tried testing it outside of studio? It may be the problem, most of the time Studio does not display custom loading screens and the only way to see them is to go in-game and test them.
Like this?
I tested it out on the Studio and it still didn’t work. And when I get to my Roblox account it only shows my public games and none of my private games:
Writing out names for objects without spaces usually makes things easier for you. In cases where you need the name property for displaying something (such as a Humanoid name), NPCs are usually “wrapped” in another model or referenced in some other way.
Normally I wouldn’t ever put spaces in my object names. The only people who see those are myself and potentially anyone else with game access either via team create or group game permissions. Lack of spaces makes things easier to work with in my experience.