[SPTS Remastered] Will not load in at all

Hello, from my recent post I was developing a game called “Super Power Training Simulator.” But the problem is, it will not load in at all. What I mean by this is it finds a server and when the roblox logo is spinning it freezes right before the point it takes to get in-game.

We are not sure what the problem is exactly, but we know for sure it has something to do with having 65k parts. Some people told me 100k+ was something to worry about, but a better source told me 10k was enough to have lag. Or maybe its even that the problem is the scripts, it used to work. I tried reverting to a previous version still did nothing :man_shrugging: Is this a common error? Try for yourself Super Power Training Simulator [Reborn] [Broken Ga - Roblox

Hmm is this in studios or in game maybe it works only in one.

65k parts are a lot but maybe you have some codes like this:

while true do 
--code
end

Because this can lag games too but If its works in Studio fine it can’t be this problem.
I had this problem too and then I just found a lot scripts without a wait() in a loop.

also you can try less lag scripts

Or you using a lot textures. Because textures can lag a game a lot too.