How could I make cloud storage work?

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 :slight_smile:

1 Like

I believe Data Stores are what you’re looking for.

Are datastores able to be used acros multinle differnent games? (It is not like you can teleport to these places, there are fully independent games) :slight_smile:

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 )

Unfortunately, no. A game’s data stores can only be accessed within its places.

Okay thx, I will try the API’s then :slight_smile:

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. :coefficients:

Though using some modules might be a little tricky & way more difficult than DataStores…

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.