Character, Map, GUIs does not show up (Does not load) when I play

  1. What do you want to achieve? I would like to know why the game doesn’t load.

  2. What is the issue? When the server starts, the character does not show up, GUIs and maps does not load.

  3. What solutions have you thought of so far? Removing all the scripts, objects in game.

This was a team create game, and some viruses was there before (It is removed now, I still can’t figure out why the game does not work) But If viruses was a problem, what can I do?

Here’s the rbxl file with 100% nothing but a single brick on the game, if I get permission from the game owner soon, I will upload the game link and original rbxl.

stest.rbxl (22.5 KB)

Video descripting what happens:

1 Like

i think you need create new place

Ok so I know what the problem is. The map doesn’t get loaded in because your player isn’t loaded (CharacterAutoLoads is false) and you have StreamingEnabled on (which is dependent on the character to load from a radius around it’s position)

You can either turn off StreamingEnabled, turn on CharacterAutoLoads, or replicate the instances by yourself.

3 Likes