I've been thinking about implementing a top 10 leaderboard in a few of my games, but I don't know how to get all the data from a specific datastore.
local infoDataStore = game:GetService("DataStoreService"):GetDataStore("leaderboardInfo") if infoDataStore:GetAsync("points") == 100 then --do stuff end