My game Is taking forever to load

I don’t know if it’s just me, but I can’t load into this game: Untitled Game - Roblox
any help would be very much appreciated.

3 Likes

Disable any scripts you have on it
Might be a loop that is causing this

1 Like

Make sure you don’t have too many scripts in

ReplicatedFirst

Because the scripts here are run 1st and will cause lag and Longer run times.

To the issue you’re having put

game.ReplicatedFirst:RemoveDefaultLoadingScreen()

This should help.

The quantity of scripts is never always the culprit, it is the execution and expense of the code. If the game takes forever to load, it may or may not be anything hindering the player from loading in properly, most likely due to a bottlenecking issue from a script execution, either directly or indirectly.

1 Like

Yes but if it’s in replicated first then it could be part of the issue if he has too many wait() loops or checks on a player or object.

1 Like

IDK if you fixed it already, but if you didn’t fix it, it’s a problem on your side or roblox’s not the game’s

agreed. I had a while loop that errored and due to a condition not being met it basically never let me back into the place. Had to revert to an old save file