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

How would I get highest score of kills in a server?

Asked by 5 years ago

I have a round game, where I want the top player in the server to get kills. If I use something like this:

local Kills = game:GetService("DataStoreService"):GetOrderedDataStore("Kills")

It would get the whole world's kills. I only want the server's kills. Is something I can modify my script so it will do that?

0
How does the game award a player for a kill? After the round ends, you would loop through the players and get their kills. You would then need to order them yourself. xPolarium 1388 — 5y

Answer this question