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

Any way to share data between servers in real time?

Asked by 6 years ago

I have a data store to save the things i want, but (thats not what i want now, just an example) lets say i want a GUI showing the players with higher scores online between all open servers in real time, that can be done?

0
You could use a data store but it depends on how fast the data updates. User#5423 17 — 6y
1
Dont even need to be that fast, but i already have my datastore and i want it to work like i explained, still no idea tho TrololoMaster42 18 — 6y
0
You could use http://wiki.roblox.com/index.php?title=Data_store#Events OnUpdate though wolud will need to manage this event correctly User#5423 17 — 6y

1 answer

Log in to vote
0
Answered by
Tomstah 401 Moderation Voter
6 years ago

The best way to do this is an Ordered Data Store. Especially if you want high scores. They'll list scores and update them in numerical order. They're extremely efficient when it comes to calls and budgets.

Read more about it here.

Ad

Answer this question