of     1   

Jovannicuz
#169310219Thursday, July 30, 2015 4:31 AM GMT

Does anyone have a model of like a GUI on a brick that shows the top 10 people who are on the top of the Player Point Leaderboard?
Zawie
#169310335Thursday, July 30, 2015 4:32 AM GMT

ur gonna have to save it to datastore or use HTTPSevice datastore will be easier, unless you've already awarded pp
Jovannicuz
#169310418Thursday, July 30, 2015 4:33 AM GMT

PP was already awarded. I just want a GUI or something that shows who is on the top 10 of it
Jovannicuz
#169310525Thursday, July 30, 2015 4:34 AM GMT

b1
Jovannicuz
#169310689Thursday, July 30, 2015 4:36 AM GMT

b2
Jovannicuz
#169313179Thursday, July 30, 2015 5:07 AM GMT

b3
Jovannicuz
#169313435Thursday, July 30, 2015 5:09 AM GMT

4
Jovannicuz
#169499584Friday, July 31, 2015 7:10 PM GMT

5
Jovannicuz
#169499972Friday, July 31, 2015 7:13 PM GMT

6
DeveloperBlue
#169500335Friday, July 31, 2015 7:15 PM GMT

You're going to need to start logging who you awarded points to with DataStores Use :IncrementAsync() from DataStoreService with the .PointsAwarded event from PointsService. You're also going to need to check returning players to catch them if they got points BEFORE you implemented the DataStore tracking. PointService's :GetGamePointBalance(userId) method will do the trick.

    of     1