Thank you!
The leaderbord is a mockup yet, there is an autoload to manage the points and positions but it is local. @KeichTS developed our leaderboard so maybe he can give more details. It didn’t save data so if you reload the game (html) or close and open again (desktop), the leaderbord will be the same as the initial one.
There is an addon called silent wolf (https://silentwolf.com/) that can be used to store and access data online. From the godot documentation, if you have any knowledge on internet requests and an online server to store and access the data, it’s possible to code it manually too.
We are still learning how to save and open information like this!