|
| 19 Oct 2015 04:51 PM |
ok here my script.
local DataStore = game:GetService("DataStoreService"):GetGlobalDataStore("MLG")
game.Players.PlayerRemoving:connect(function(player) local key = "k"..player.userId --Save key: {points, coins} local valuesToSave = {player.leaderstats.Points.Value, player.leaderstats.Coins.Value} DataStore:SetAsync(key, valuesToSave) end)
lets say i want to make a top 10 scores bord how would i do that sorry for asking i just have no idea even were to start would i have to use a http method idk a little help would be nice thx. |
|
|
| Report Abuse |
|
| |
|
| 19 Oct 2015 05:26 PM |
| HELP BUMP BUMP BUMP UP Your MOms rump |
|
|
| Report Abuse |
|
| |