of     1   

JoeyOrTiger
#183592749Sunday, February 14, 2016 4:36 PM GMT

hi guys, can someone tell me how ordereddatastore works i know you need to use this to use it local data = game:GetService("DataStoreService"):GetOrderedDataStore("hi") but can someone teach me how I can print the top 3 values in that datastore
Wrathsong
#183593606Sunday, February 14, 2016 4:45 PM GMT

JoeyOrTiger
#183604910Sunday, February 14, 2016 7:04 PM GMT

i tried that a while ago but it's so confusing can someone plz just tell me how to make it print the highest value in the datastore I am willing to pay you 250 robux
TheHeadIessHorseman
#183605466Sunday, February 14, 2016 7:11 PM GMT

OrderdDataStore works exactly like normal data store.. Only difference is that you only store numbers and it will auto sort it. -Dev

    of     1