The only thing I can think of to have it be more accurate would be using Time() expressions with a datestamp instead, since that’ll use real-world time. You could compare a “Starter time” at the beginning of the scene (Storing Time(“timestamp”) as soon as the scene starts as a scene variable) against “Current time” (Time(“timestamp”)) to get a real world timer, I suppose?