here is what it is and how you would use it, it works LIKE the BadgeService:
game:GetService("HighScoreService") -- Gets the High-Score service
game:GetService("HighScoreService"):SetHighScore(userId, score) -- Sets the score of the user to that score
game:GetService("HighScoreService"):GetHighScore(userId) -- Gets the score of that user
game:GetService("HighScoreService"):GetUserRank(userId) -- Gets the rank of the user.
When a player enters a place, if that user does not yet have a score, their score will be submitted as 0 and them placed in the High-score list at the top of the zero-scores.
The top 10 scores of users would be shown on the places page (If scores were enabled in configure place)
you could clear the High-score list for your own game and turn it on and off from the configure menu.
It might take a while to make but it would definitely keep people playing ROBLOX for longer and therefore seeing more ads or them buying BC for longer. |