Leaderboard tutorial:
For the text box.
When this is tapped
perform response:
>Save variable -insert score variable here- to leader board
> Show leaderboard highest for -insert score variable here-
Or, if you want it to be always saving.
Create another actor and its code is:
When this is created
Repeat every 0.0167 seconds
> Save variable -insert score variable here- to leaderboard.
I suggest the saving all the time one as it is easier to code.