πŸ—οΈUpload Score To Leaderboard

πŸ“„ Description

Upload/Add a score to a leaderboard by using this node. This is also for uploading time based scores. Time based scores need to be inputted into this node as milliseconds. So if you track time using a float in seconds, multiply it by 1000 and turn it into a integer and connect it to this "Score" input.

When uploading a score and the "Keep Best" method is active. The leaderboard entry wont update if the new score isn't better. And if the score doesn't update, the Steam API wont return data like the "New Global Rank" or the "Previous Global Rank" or "Score". As a workaround, you can call the "Get Leaderboard Data" node to get the current users entry information.

Name
Description

Leaderboard ID

The ID of the leaderboard you want to get data from

Score

The score which should get saved

β†’ Keep Best = Compares the inputted score and the current score of the user and chooses the better one to keep

β†’ Force Update = Forces the new score to be the inputted value

Last updated