I’m trying to make a leaderboard for time
First you would want to have a timer set to repeat forever that is always adding 1 to a global variable (Say the timer is set to 10, which makes it repeat every second).
The Global would be named something like “seconds” or “secondsPassed”, and then (I’m assuming you want the leaderboard for a level speedrun time) at the end of the level, get the Global and connect it to the input of the leaderboard.
And since it’s for times, I would set the leaderboard to Lowest scores first.
2 Likes
Im new to flowlab and I got a timer from this example Timer Example - Flowlab Game Creator. Could you tell me how to make the leaderboard with this timer.