đŸ—ī¸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.

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