I need help with the popup: Roblox exhausted allowed execution time popup. The screenshots for the scripts are below. Any help is appreciated
You are doing too much stuff in one tick, there is a 10 second limits and really you should take much less, preferably no more than 1/30 of a second. Add wait() calls in the middle of the slowest code.
That can’t be it… That code is far from causing a pc to hang for 10 seconds… I would be surprised if it even lags a little.
Usually that error happens when you forget to put a wait in a while loop… It can also happen if you are doing VERY heavy calculations
That’s because that isn’t all the code.
That is just the code that I knew had issues, and the ones that controlled most of the storm
Does your code have any while loops?
Without a while loop, causing your pc to hang for 10 seconds will require a ridiculous amount of calculations and so I really really doubt “just code” is the cause of this issue, I suspect a loop that is running forever or something
Computers are crazy fast