I need help fixing my stopwatch

Yeah that’s one use for it although that doesn’t eliminate its use here.

Read here for what tick is and you’ll find it can have a similar use case to os.time()

Tick would probably be the easier one for this use case but it’s up to you. If it’s just for a delta of time then either one would work, but tick is local time and os.time is usually UTC.