Every time I try to run the game in studio, it crashes for 10~ seconds and then shows this error in the output:
The game runs properly after 10~ seconds. Should I care about it? How do I solve it?
Every time I try to run the game in studio, it crashes for 10~ seconds and then shows this error in the output:
The game runs properly after 10~ seconds. Should I care about it? How do I solve it?
The first error is a while loop that doesnt contain a delay, the while loop runs so fast, if theres no delay, it just crashes. So if you have a while loop, add in a small delay before each iteration.
For the other 2, it seems like theres an issue in the modules your trying to require, try checking if your requiring it normally, and check your module script for any errors and warnings it gives you. you can turn on strict mode if you need more control.
The scripts are Core Packages. I can’t edit them.
Update: It suddenly stopped. Idk why, but it stopped appearing.
Might be that your scripts are interfering with them, or it might be a bug.
Try refreshing studio, also what are you trying to make exactly? I need to understand better.
I was building a map, when i grouped all the parts it stopped appearing.
I guess it was studio acting out. Or you just had a ton of parts in your map, im not even sure what is causing this. maybe reporting it as a bug can fix it? idk honestly.