Hi I'm making a puzzle / endings type of game and I want to make a leaderboard for it. Every time you get an ending a badge is awarded and I want a leaderboard for the people with the most badges. How would I make this? I don't want the scripts directly given but can I get help to get guided in the right direction? I already have a leaderstat for the badge count. Also I want the leaderboard to be global. Sorry for long post
#How could I go about making a badge based leaderboard
1 messages · Page 1 of 1 (latest)
Im not asking for the scripts im asking would anyone know how to do that
** You are now Level 6! **
smartest person
so if you have a total already you pretty much just looking to make the leaderboard
OrderedDataStore
Thanks that is EXACTLY what I was looking for
You can use OrderedDataStore and then get sorted async and sort though them
local BadgeLeaderboard = DataStoreService:GetOrderedDataStore("BadgeLeaderboard")
Thanks for the help, i'll look through the docs and figure it out
PATREON🎁
Get Access to My Scripts + More Perks by Becoming a Patreon Member!
https://www.patreon.com/BrawlDev
DISCORD 📜
Join my Discord Community if you want scripting help, participate in events/challenges, and make friends!
https://discord.gg/WC6kPu5W5P
ADVANCED ROBLOX SCRIPTING SERIES 🔴
https://www.youtube.com/playlist?list=PLQ1Qd...
if google docs are confusing for you