Im trying to make a stock market for this game and have some questions

Can i make a global data store that updates values on server side every time like a supply and demand system, for every game server?
If its possible how do I do it, is there a forum post, all i see is how to make a player DB i already can do that. I need to update values game wide so it effects the price of things.

DataStores are already stored globally. You can update using MessagingServiceā€¦

1 Like