Persistent Player Variables are an incredible tool for keeping track of player stats.
From Settings in your Build Menu, go to the Player tab, click on New, and we will call this one score. After clicking create, we can now use this variable in our scripts. These are number variables tied to each player, that start at zero. And unless reset, will persist between sessions of your world. This means you can track high scores, money, or even create save points.