The Initialize Leaderboard node requests leaderboard data from the server when the effect starts. It outputs the creator’s best score and ranks so you can trigger game logic or feedback.
Learn more about how the Initialize Leaderboard node works with Visual Scripting in the Leaderboard Object guide.

| Name | Data Type | Description |
|---|
| Sort By | String | Determines how the score values are ranked |
Output
| Name | Data Type | Description |
|---|
| Ranking Received | Exec | Executes the next node when the user's ranking information is received |
| Best Score | Number | The user's best recorded score in the server |
| Highest Friends Rank | Number | The user's highest recorded rank among friends |
| Highest National Rank | Number | The user's highest recorded rank among all users in their country |
| Highest Global Rank | Number | The user's highest recorded rank among all users worldwide |