DataStorage, all servers wide?

Hello!

Is it possible to make a DataStorage which is accessible by all game instance (servers) at the same time, to update data via Remotes?

So, instead of DataStorage which is only accessible by 1 server at the the time, I’d like it to be accessible by all servers at once to update & read.

I’m not asking anyone to write it for me, but if they could find a tutorial or something for me. I don’t know how to Google it, as I don’t know the proper name for such function.

2 Likes

MemoryStore is a service that Roblox recently added that uses the concept of global stores to deal with data and information. It also applies the concept of Data structures such as priority queues and order lists.

4 Likes