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

I am making a ranking system, any ways I could get everyone's rank? [Not answered!]

Asked by 7 years ago
Edited 7 years ago

I am going to try to make a ranking system based on certain leagues (bronze, gold, diamond) you start at the bottom of bronze and once you are number one in bronze, you rank up to gold and so forth. I am just having a hard time approaching this for one reason. how could I get the number of people who are in the leagues? Because this is a global based ranking, not just for one server, I need to get the grand total amount of people in each league and their rank. I have no clue where to start with that. Help much appreciated.

1 answer

Log in to vote
1
Answered by
mnaj22 44
7 years ago

Use data store and save each user's userid in it.

http://wiki.roblox.com/index.php?title=Data_store

0
That would only help for local ranking on a single server connor12260311 383 — 7y
0
Datastore saves globally so if someone were to join another server their data is still saved and you can load it up. mnaj22 44 — 7y
0
I know... I need everyones data all at once, not when they are on a server connor12260311 383 — 7y
Ad

Answer this question