Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

[SOLVED] How do I fix the error "exhausted allowed execution time"?

Asked by 4 years ago
Edited 4 years ago

A Google search wouldn't help, and I've tried using pcall() quite a few times.

void_node has solved this problem. Thank you!

0
when is the error occuring? User#23252 26 — 4y
0
o shaoze, i forgot to put some code in LuckyOnes187 39 — 4y
0
there LuckyOnes187 39 — 4y

1 answer

Log in to vote
1
Answered by 4 years ago
Edited 4 years ago

oh, this means that one of the loops is running indefinitely(either the for loop, or the repeal-until loop).. so i recommend that you add a wait() statement to the bodies of both loops, or to one of them that you think will loop a lot

Ad

Answer this question