Hello!
I'm trying to send Data to an Google Spreadsheet that will count the amount of players that opened the game. It will start at 0 and will go up by every player opening the game for the first time, generating their unique ID.
The problem is, after already reading a lot of tutorials from the community I already made an APPS Script, but isn't working in the way I want.
Spreadsheet: docs.google.com/spreadsheets/d/1-NiiI_84IhNKsT9MF-RNT1b5R5AmzoNidzJ4T2PdxwM/edit
The only thing I want is to add +1 to the PlayerCount value (Column B2) when the game is opened for the first time and only in that place, so it can go up to 2,3,5...117,118...
I would appreciate any help given to me, thanks for reading!