|
| 21 Feb 2014 07:05 PM |
Is there a method that returns all of the saved data in a table? For example: ds = game:GetService("DataStoreService"):Table("Score") |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 21 Feb 2014 07:48 PM |
Nope. It's the reason I'm making a Data Store Manager plugin, so you can keep track of your saved data (if you know the keys yourself) from Studio. |
|
|
| Report Abuse |
|
|
|
| 21 Feb 2014 07:51 PM |
@agent Then how did they manage to make that global leaderboard in the Winter Games? |
|
|
| Report Abuse |
|
|
|
| 21 Feb 2014 08:02 PM |
| They probably have a table saved with indexes 1 through 100 or whatever the last saved score was, and the names of the players were saved at those indexes. |
|
|
| Report Abuse |
|
|
|
| 21 Feb 2014 08:09 PM |
| Why don't they just create a new method? It would make things much simpler. |
|
|
| Report Abuse |
|
|
|
| 21 Feb 2014 08:09 PM |
No clue. They did this same crap to PUPP data, too. >____> |
|
|
| Report Abuse |
|
|