Thanks! Yes it is a working leaderboard. It is made using Unity's newer leaderboard service that is a part of UGS (Unity Gaming Services). I think it is still technically in beta but is usable now. Honestly they made it verry easy to setup a leaderboard - here are the docs - https://docs.unity.com/ugs/en-us/manual/leaderboards/manual/leaderboards . I was going to post a little how to video one of these days, I'll let you know if I do. The way it is setup now the data goes directly to the leaderboard from the game using their API. But a better recommended way is to send it to Unity's Cloud Code to do some checks on the data then send it to the leaderboard from there (to help with cheat prevention).