I am working on a game and I’m using DataStores to save player data. I created a new game on another account and set it as my testing version.
I AM NOT PUTTING THE GAMES INTO THE SAME UNIVERSE
How can I share this data between games.
Any help will be appreciated.
I had a similar problem and what i have linked below should provide a solution.
https://devforum.roblox.com/t/using-google-spreadsheets-as-a-database/12658?source_topic_id=12616
This will show you how to make a database with google sheets, which should allow you the ability to communicate data between games.