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

Is it possible to have this in-game?

Asked by
Kulh 125
6 years ago

Is it possible to have a live leaderboard in-game, of the players points leaderboard, on a game's page?

This, but in-game: https://imgur.com/a/dvjfF

1 answer

Log in to vote
0
Answered by
lukeb50 631 Moderation Voter
6 years ago
Edited 6 years ago

Technically yes, but it's highly impractical.

You would need to keep track of how many player points each player has in a datastore (you cannot use the playerpoints API as it would take literally forever to get every player and you still need to use datastores, then you need to sort them) . For leaderboards, a special kind of datastore can be used that sorts data automatically: Ordered Data Stores

0
:GetAsync is still a yield function. hiimgoodpack 2009 — 6y
Ad

Answer this question