-- Start a timer for 3 seconds rem.StartTimer(3000, function() rem.ShowNNMessage(1699) print("Message displayed after 3 seconds!") end) print("This happens immediately while the timer runs.")