Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Data shared between servers? [closed]

Asked by 5 years ago

I am in the process of making a First-Person-Shooter game on Roblox, and I would like to know if there is anyway that servers can share data (for a global leaderboard that shows the top 10 people with the most kills, or the top 10 people with the highest rank).

0
You need to use OrderedDataStore > https://developer.roblox.com/api-reference/class/OrderedDataStore. with :GetSortedAsync() yHasteeD 1819 — 5y
0
DataStores save live data between servers? OptimisticSide 199 — 5y
0
Yes datastores can save data between servers. You should count on generally a 5-10 second delay for things to update. Vathriel 510 — 5y

Marked as Duplicate by zblox164, yHasteeD, and DeceptiveCaster

This question has been asked before, and already has an answer. If those answers do not fully address your question, then please ask a new question here.

Why was this question closed?