Sure! I'm not too familiar with Leaderboard Creator, but I used Unity's built-in Leaderboards package. You install the package, add a leaderboard to your project via Unity Cloud, then do the scripting. You do have to get used to the API, which requires fundamental understanding of async/await. I suggest you check out the official tutorial at https://docs.unity.com/ugs/en-us/manual/leaderboards/manual/leaderboards 😊