I need a ‘map scan’ to run upon server start, even if there is no one in the server.
I considered using a while true do loop, but that would lock up the server and prevent players from joining.
I’m considering using Lua Lanes to make an alternative thread with a sleep interval call the main function, but I don’t think you can cross-call and moving the code into another thread is not an option.
Halp D:
Edit: Timers and schedule won’t work, as they use the Think hook