Hi everyone, I have resently started on a little project and I was trying to implement an cloud storage system that is accesable for multible games. So every game that is connected to the cloud server can post and delete data from this server.
The problem is that I dont really know how to start on this so if there is someone who does know how this works pls help me
try using apis ( i think that is what it is called in this situation) that allows you to send data from the game to a website (like how pet simulator had been doing with sending some stuff to discord before roblox banned discord api )
Maybe Firebase’s firestores is the solution you’re looking for.
It’s not that hard to use, and there are modules that help you get/set data from Firebase within your servers.
Though using some modules might be a little tricky & way more difficult than DataStores…