Game laggy and taking forever to load! [SOLVED]

FE is always on now you can never disable it!

3 Likes

I think the problem is while true do loops make sure if you have those you add wait() and inside of those the amount of seconds make it over 3.

So like this
While true do
Wait()
— stuff

3 Likes

We looked and all our while true do loops were good, and there were no errors such as: Script exhaustion or stuff like that.

1 Like

Do you have much in ReplicatedFirst?

1 Like

Nothing only stuff in replicatedstorage

1 Like

does putting models into a folder affect performance for your game

1 Like

I have not tried that yet but most of the stuff in my games are parts

1 Like

Just letting everybody know that this topic is now solved. Turns out it WAS a problem with the terrain. @Cullis_wullisAlt converted all the terrain into normal parts and, INSTANT load.

1 Like