Jarno Gabriel
Results
1
issues of
Jarno Gabriel
I can't seem to find a way to interrupt a running function. Say you have an infinite while loop within a function ```lua function x() while true do ... code...