My Roblox game isn't loading

Hi, Devforum community.

I’m trying to open up my game to the public as a showcase map to be hired for jobs, but my map isn’t loading.

Part that isn't loading

It’s just stuck on a screen. I was wondering if there was any script to fix this. I need help badly, please help if you have a solution!

Probably something in your StarterGui that’s causing an obstruction of view on your screen. It could also be a backdoor in one of your plugins or server-scripts if that doesn’t fix it.

Do you have any scripts in the game running? It looks to bear that your camera is locked elsewhere.

1 Like

If you used free models at all in your map or game, check them for viruses. You can use the explorer search feature to search by class names like: script, localscript, modulescript to make it easier.

Does the character load automatically? If not, there is your problem. I’ve had that a couple of times off and nothing GUI related loaded. Otherwise, check the output for errors if there are none try preloading your content. That’s all I pretty much have to say. I would also like to hear other people’s thoughts but you’re not giving us a lot to work with.

Yes make sure game.Players.CharacterAutoLoads is set to true

1 Like