Updated to support Modules. The 'v2' sample files have been updated to support Modules, as 'Classic' mode has been removed. The following is a tutorial and temp...
Thank you for the tutorial, please can you guide me on how add multiple leaderboard
The leaderboard is addressed by the gPlayFabHighScoreTableName in the tutorial. Just change the code to take a name parameter instead, and then you can get at any leaderboard you've created on the PlayFab side.
Please am confused on how to implement it if i could get a screenshot of the code or a c3p i would be very grateful
R-click event 1 and "Add parameter"
Name: paramTableName
Type:string
change await command:
await PlayFab_GetLeaderboard(localVars.paramCount, localVars.paramTableName);
will try it out thanks