-> leaderboard_Image: Load image from str(InstantGames.LeaderboardPlayerPhotoURLAt(LoopIndex)) (Keep current size, cross-origin anonymous)
'LoopIndex' is the index value of the current loop iteration
Here is some other item you can get from InstantGames Leaderboard:
-> sf_leaderboard_userRank: Set text to InstantGames.LeaderboardRankAt(LoopIndex)
-> sf_leaderboard_userName: Set text to uppercase (InstantGames.LeaderboardPlayerNameAt(LoopIndex))
-> sf_leaderboard_userScore: Set text to InstantGames.LeaderboardScoreAt(LoopIndex)