i want to create a general scorebaord that displays for all players and showhow much time they've played
on join:
set title of fastboard of player to "Timer"
every second in "world":
set {_count} to 1
loop all players:
set line {_count} of fastboard of loop-player to "%loop-player% | %time%"
add 1 to {_count}
somthing like that but with the list of all players