question

drdphilipe avatar image
drdphilipe asked

Can I transfer a score to another leaderboard?

Hello for all, sorry if I can explain correctly, because English is not my first language.

Basically I need to separate a score between leaderboard.

Ex: i have a leaderboard called "Silver rank" that's get from 0 - 100 score, if a player have 101 or more, he's moved to another leaderboard "Gold Rank", like multiple leaderboard for the same score.

Leaderboards and Statistics
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Seth Du avatar image
Seth Du answered

Yes, you can.

Updating statistics should be a server side behavior because we want it to be safe and there should be verification steps, usually it is recommended to use Cloud Script/Azure Functions.

In the scenario you have mentioned, when 101 is the required value, the function will confirm the value and call UpdatePlayerStatistics API to set Silver rank as 0 and Gold Rank as 101.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.