Get connected players score on leaderboard

The only events I see are to display the leaderboard and nothing to get a “connected” players score, to use in the game with a variable or something.

Is it possible ?

you’ll have to make a leaderboard with, firebase.
I don’t like using it tho :c

Do you mean to get the highscore of the current player only?
You cannot get it from the leaderboard feature (yet?), but you can store the current best score in storage and load it later.

1 Like

That’s what I was wondering, just had a mechanic for a really small game that I didn’t intend on a storage function for.