When the round starts, have a relay broadcast as all players to 2 global counters with both a target and starting value of 0.
Place a property. We’ll name it Bob, but you can call it anything. Bob is a globally scoped number property with a default value of 0.
Copy and paste Bob. This new property will be called Tom.
Set one of the counters to update Tom.
Set the other counter to decrement when a player enters the zone. When the target is reached on this counter, broadcast on finish-level-1. Have the counter update Bob. Set Bob to broadcast on new_finisher when it is updated.
You’ll need another property. Let’s call the property Jeremy, but you can name it anything. Jeremy is a global scoped text property with a default value of absolutely nothing.
Put this block in the text device and have it run when recieving on new_finisher.
Your text device should now have a leaderboard! Unfortunately, having multiple lines in a text device doesn’t work, so we’re stuck with the whole leaderboard on one line. Hope this helps though!