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

How would i make a global Leaderboard as a SurfaceGUI?

Asked by 9 years ago

The leaderboard texts would be Most wins and deaths. Also how would I would keep it updating everytime they get 1 point or 1 death Can anyone help me on this?

0
Datastore YellowoTide 1992 — 9y

1 answer

Log in to vote
0
Answered by
Kyuro 5
9 years ago

Here's my idea. For easy reference, put the SurfaceGui into the StarterGui, then use the Adornee feature. Once that's applied, have a while true do loop that uses HTTPService. (If you need to learn how to use this, go to the Roblox Wiki.) As soon as the player gains a point, have the game check if their score is higher than any on the leaderboard that is being uploaded cross-server by HTTP. If it is, then it will rewrite it.

Ad

Answer this question