>
> > How are you guys posting your score to the leaderboard?
> >
> > My leaderboard doesn't seem to display anything at the moment.
> >
>
> You just use the 'Set score' action. then I guess the score you want to send is a variable. if the score you send is higher than the one alreade there it will update, otherwise not.
>
> Then retrieve the data as I described above.
>
> For me it works just fine.
>
I am still having issues. See image URL below for my event page. Must be doing something wrong?
https://ibb.co/cSnN77
If anybody can show me their event setup, I would be grateful.
1. It takes time to fetch data. You cannot show data in the same event as you request it. First request, then verify you got it, then show it.
2. You are only showing player ranked second and down... The first Index is zero. Always zero. And since you are testing your app (I guess) there will only be one player (you), and that index is not present in your game....