A Google search wouldn't help, and I've tried using pcall() quite a few times.
void_node has solved this problem. Thank you!
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