The Get Leaderboard Info node returns leaderboard details for a specific entry, including the creator’s best score, rank, and whether the entry belongs to the current creator. Learn more about how the Get Leaderboard Info node works with Visual Scripting in the Leaderboard Object guide.

| Name | Data Type | Description |
|---|
| Enter | Exec | The input execution that triggers this node |
| Index | Number | The index to use to retrieve the ranking information. Valid indices are 1 to 6. Current user's best or current rank will occupy index 6 even if it's higher than others. |
| Ranking Mode | String | The type of ranking to use: Friends, National, or Global |
Output
| Name | Data Type | Description |
|---|
| Pulse | Exec | Pulses when leaderboard information is found or when there is no leaderboard information available for that index |
| Info Available | Boolean | Returns true if the ranking information at the given index is available, false if not |
| Username | String | The TikTok username of the user at the given index |
| Profile Photo Texture | Texture | The TikTok profile photo of the user at the given index |
| Score | Number | The score of the user at the given index |
| Is Current User | Boolean | Returns true if the user at the given index is the same as the current user |
| Ranking | Number | The expected ranking for this index |