How would I make a global counter?

I want to try to make a GLOBAL counter to track how many bugs have been reported (in total) in my game. I want that because I plan to make a bot in my group’s Discord server which they can see if the bug is resolved or not. How would I make such counter?

Any help is great, Thanks!

Store the number in a DataStore somewhere, and it will persist through all games in the database.

1 Like