Help With Too Long Loading

Hello! I created a game but first loading so much long and poor :neutral_face:.


(this)

Me need choices to fix this. If you know how, please write down ↓ :crossed_fingers:t2:

2 Likes

How long is too long? Seconds? Minutes?

You may have a script with a loop in it that doesn’t have a wait() inside the loop.
This causes that script to keep looping instantly and doesn’t let anything else happen.

Do you use free models in the game? If so, it could be a backdoor. I’ve experienced this type of thing before.

Its more that 30 mins😕
I thin yes, by tutorial I writed in some of the scripts this. Need write an “wait(3)” smthn’ like taht, yes?

Yes, me need to found model who launch that process? :neutral_face:

1 Like

Try this: ServerDefender

1 Like

Then there could be a malicious script in the model.

Thank you! It’s really worked!