how to wait seconds in lua code example Example: wait() in lua wait(5) -- Waits 5 seconds then prints "Hello world!" print("Hello world!")