Script timeout: exhausted allowed execution time

This basically just means the script is trying to run, but something is stopping it/not letting it run. So, it “gives up” because it exhausted the amount of time to perform its function.

You will get this error if you are spamming the script (think a while true loop without a “wait()”)

Several other topics about this:

2 Likes