Slow game joining

I have to make an RPG game, but I got an issue, when player trying to join the game, the player will be stuck in the Joining Server screen for a long time… (sometime Roblox crashed.) I have tried to separate all union but still doesn’t help… and I have removed all autoload data of DataStore2

So I want to know, what is solution to this case?

1 Like

This might be 1 of these problems

  1. Slow PC
  2. To Many Parts
  3. Parts Not Anchored
  4. You Have A Free Model Virus
  5. A Studio Bug
3 Likes

If you used any free models, make sure you didn’t miss any “infected” models.

They will replicate everywhere causing your game to slow down.

  1. I think it not… because it happen to all device… (mobile, pc)

  2. too many part? maybe but why game called blox fruit have many part too but why that game doesn’t have this problem

3.Parts Not Anchored? most of part are anchored.

  1. infected model? i will check it.

  2. studio bug? it happen to real game in roblox website and in studio.

He meant the issue occurs in every device.

I think it never because of free model… because i checked every model i picked from toolbox.

Please consider making your own models and don’t use free models. it’s just random crap that can ruin your game in one second.

I only pick meshpart from toolbox and i checked everything i picked from toolbox
( im bad at building )

Do you have a loading screen in your game?

No, I don’t have any loading screen.

So, how much time are we talking about here? What are your PC specs? And are you testing on Roblox Client or on Roblox Studio? Give us a bit more details.

I think it doesn’t related to my PC spec, because it occur to my phone too, This happen in Roblox Client and Roblox Studio

Could you link your game here, so I can see what issue your talking about.

Try turning on StreamingEnabled in the workspace. StreamingEnabled will only stream parts of your game to the client, and it should run a lot faster. Check out more here: Content Streaming | Documentation - Roblox Creator Hub

Link to my game… click here

EDIT: a lot of my script have error because the part is streaming is slow.

Joined your game, the game loaded in just a second. This might be an issue on your end.

…Because i removed a lot of terrain so it load faster. but i don’t want to remove it.