Firstly, I’ve tried to use this one, but I couldn’t understand it. I made it work, It saved data, but I couldn’t get any from there. I need help connecting Roblox to Google Spreadsheets.
I saw some posts where users said Roblox is blocked from Google Spreadsheets because it exceed data upload rate.
I knew this database option by this post, but I couldn’t understand it well. I Need help .
OTHER DYNAMIC DATABASE OPTION?
If you think Google Spreadsheet is not the best database or there are another databases, please, post here, please.
Thank you for reading. Any kind of help is appreciated .
@EDmaster24, I was searching for a database where I can edit every value.
If HttpService is useless, then I forget about using Google as database.
Thank you!!
If you are prepared to learn and are not in need of a quick solution, I would recomend, learning SQL (MYSQL) or (MS SQL) and some form of website APIs in say (C#, PHP etc). It will take a lot longer to learn, however, these are widely used in the Software Development industry and would be very good skills to know. If need quick i would use Roblox DataStores. Enjoy learning. There (i think it still is available) a EXPRESS version of SQL that you can run on your local PC and IIS (Internet (web) server) can be installed or even IIS Express
It’d actually take more time to learn more languages that can interact with databases, be it JavaScript or PHP, and then a further understanding of SQL and how to properly interact with the database correctly.
Do the Roblox DataStores not allow you to edit every value…?
DataStores can work much in the same way as an external database, minus some reliability which can be fixed with DataStore2 which has very little issues with data loss.