I would like to create a timer using Lua, in a way that I could specify a callback function to be triggered after X seconds have passed.
What would be the best way t
use Script.SetTimer(interval, callbackFunction)