Hey folks, I’ve been using the same docs as everyone here. I’ve made decent progress in my R&D work so far, but I’m currently stuck on how to fetch data from Leaderboard v2 on the server side (Cloud Script).
🧠 Progress so far:
- Created statistics and upgraded them from 32-bit to 64-bit
- Created Leaderboard v2
- Linked the statistics with Leaderboard v2
- Successfully uploaded data to the leaderboard
- Implemented statistic resets and versioning updates
❌ The issue:
server.GetLeaderboarddoesn't workleaderboard.GetLeaderboardworks fine on the client side, but there seems to be no equivalent on the server (Cloud Script) side
Any ideas or workarounds to fetch Leaderboard v2 data from the server? Appreciate any help 🙏