Game stucks at loading screen and all games has slow games warning

I published a game and made it public but everytime you join, you get stucked at the loading screen and your server are always classified as “Slow Games”. Shown in the picture below:

I’ve checked for any infinite loop but I don’t really think there’s one.

(I have a script that kicks you if you don’t own the beta tester gamepass.)

1 Like

This could be due to a lot of things, which we really can’t figure out without more info. But I’ll list a few ideas.

  • You could have too many parts, which makes a server lag and makes players load slowly. Consider removing un-needed parts, and IF your game is like this because its open world or very big, create multiple places.

  • You could have a virus, either a new script or added into an existing one. I’d look into removing viruses, and making sure all your plugins are safe.

  • You could just have generally poor managed code, or too much going on at launch.

  • Roblox could have been experiencing issues, but if its happening all the time then most likely not.

Check ALL of your script
Go to explorer and type to search bar these things rotateP, Virus, Infection then delete everything what comes out (if u not using rotateP in your game for something)

@KdudeDev @krrtek

Sorry for the late replies.

I’ve figured out that the problem is I accidentally un-anchored all of the parts of the games, which caused insane lag due to all of the “physics things”.

3 Likes