Hello!
Currently, there is a bug in Roblox, where a game just crashes instead of loading. All scripts in the game are made by me.
**NOTICE: Stop touching my title!
Since you said that the scripts in the game are all made by you, then you might be using many loops or an infinite one without a delay that blocks it from freezing the game.
Also, check all the scripts again and make sure thereās nothing called āVaccineā in your game. Viruses can be given by plugins too, so check that there isnāt any Plugin made by unofficial groups like Creator Studio.
No viruses, Iām sure. I will be checking my stuff because there is an elevator from the workspace that doesnāt have viruses, but a lot of āInfinite Yields Possible @ā warnings.
Idk why tho, but I believe its the loops, as what @ScripterHumanoid have mentioned.
Did you add wait commands in it, because if you didnāt then Roblox Studio will run the same loop so fast at infinite speed that the entire game and unfortunately your PC will freeze and crash
It isnāt, I got it from VelocityCounter broken - #22 by heII_ish I juist added the prints to make sure it was running.
This is what happens when I launch it from studio.
Well then add a wait() to the loop. What are you trying to do with that script? If you just want to get rid of everything in lighting you can just go there in studio and delete everything
The script never gets past the loop because the loop never breaks. While the script is looping it halts and only continues when it stops looping, which will never happen if the condition is always true