Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I suppose it depends on how you've designed a lot of your game, but a fast and simple way would be creating a global singleton that holds the player's score. Then any script can quickly call a method that sets the score, or even sets it directly.