How would I make a global leaderboard GUI?

I want a GUI in my game that displays a leaderboard with ten players with the # you are on depending on the numbers of survivals you have in my game, however i’m not too advanced at scripting and i cant seem to find tutorials for global leader GUIS but rather for surface GUIS, which is not want I want, so can somebody help me?

Surface GUIs are just GUIs forced onto a part - a Surface GUI tutorial would work, except of course, instead of making a surface GUI, make a ScreenGUI

To make the player names appear in the leaderboard in correct order, you’ll probably want to use UIListLayout object - it can automatically do that for you. I recommend you check it out.