Leaderbord Help - Make the leaderboard post the time a person has been in the room

how do i make the leaderbord post the time a person has been in the room

1 Like

Hello @Sharkie-the-shark,

Here’s a quick tutorial to show how to display time with CV2.

Configure your Leaderboard projector to use time(ms) formatting.

Spawn in the following 3 chips and connect them like shown here:


The time value should be multiplied by 1000 since the leaderboard will format every integer as 1ms.

I used the “Random Float” chip to create a random time between 0-10 seconds as an example.

The random float landed on 2.6911 and this lines up with what the leaderboard now shows.
image

Hope this helps!

1 Like