How to make a count of all coins that does not reset

Tick executes every frame, and so do bound functions. You’re saving and loading the game 60 or more times per second. Instead, do it only once. When you quit the game and when the game begins - this the place to create and update the widget.

Consider looking up any YT tutorial that deals with save games. Or look at the documentation in the link.

1 Like