16.10.2019, 14:23
How often does this happen and which HW version are you using? Can you send backup via PM so we can run the same setup locally and check if the same thing happens?
You also try running your script like this:
Adjust sleep time as needed and add break after each script.disable(_SCRIPTNAME)
You also try running your script like this:
Code:
while true do
-- YOUR SCRIPT HERE
sleep(10)
end