I am going to base a score on number of seconds the player managed to play the game without loosing.
It's a mobile game, so inconsistent frame rate across the different terminals would not be surprising.
Is the standard "timer object:every x seconds" accurate enough to keep track of the seconds used, or should I find some other way to do this?