milliseconds = Math.floor(seconds * 1000)text = ( (milliseconds / 60000) + " : " + ((milliseconds / 1000) % 60) + " . " + (milliseconds % 1000) )
I'm using GDvelop which uses an event system, I'm not sure that will work. Thanks anyway though