flarb
10 months agoPartner
How to reset leaderboard / show scores for just the last round?
So I have this game where there are two leaderboards--one is the all time leaderboard, the other shows just the scores for the last round. However, there seems to be no way to programmatically reset the leaderboard? What I'd like to do is clear this leaderboard so that the scores I insert are the newest ones just for the previous round.
Granted--I suppose this wouldn't work since the var is persistent and people in other instances of this world would see the leaderboards and vice versa...they'd get overwritten.
I guess what I'd like to see is some a type of leaderboard that is just for the instance of this world, not globally for all instances?
What are people using for this feature? Just rolling your own using the built in text gizmo?