Hey there,
The meaning is can i tell anything a command to count the time between ‘RaceBeganEvent’ to ‘RaceCompletedEvent’ ? otherwise what other options do i have to get the completed race time of a player?
Main goal is to put it on a billboard to created fastest leaderboards ofc.
Please help, thanks.
You can use Verse to call GetSecondsSinceEpoch() when RaceBeganEvent occurs and again when RaceCompletedEvent occurs then subtract the first (began) time from the second (completed) time to get the elapsed time in seconds (and milliseconds, it’s a float).
Hmm sounds like a nice idea, i didn’t know it’s possible. Thanks!
Any idea how it will look in a Verse code by any chance? I’m super noob xD