Stuck on loading screen [RESOLVED@

I have resolved this issue (it was due to me not combining data)

Whenever I try to join my game Sword World [10X Power] - Roblox, I get stuck on the ROBLOX loading screen (only when there is an already existing server)

Any suggestions on how to fix this or what could be causing it would be appreciated as I just spent 10k on this game and players can’t even load the game

Works fine for me, did you try checking your wifi connection ?

The solution is simple. Put a LocalScript in ReplicatedFirst:

task.wait(0.5)
game.ReplicatedFirst:RemoveDefaultLoadingScreen()

Then, you will see what’s loading instead of just waiting at a grey screen.

1 Like