ROBLOX - HOW TO MAKE LEADERBOARDS

preview_player
Показать описание
Learn how to make leaderboards/leaderstats on Roblox! Want to show how many coins, kills, or what the player's rank is? You can use leaderboards

Feel free to also check out my channel, which teaches you how to script, how to build, and more!

Just a word of advice, don't give up! Over 10 years ago I wanted to learn how to make games and was faced with this challenge; learning how to code. I know, it's hard. It takes dedication and practice, and I believe you've got the stuff in you to succeed!

Do you have any questions or suggestions regarding my videos? Leave a comment, I try and read all of them!

⭐ Get in touch with CovertCode:

#CovertCode #RobloxScriptingTutorials #RobloxDev #Roblox
Рекомендации по теме
Комментарии
Автор

It usually hard for me to stay focus and learn something, but yours get on point and you explain it nicely, and I somehow don't get bored at your explanations
And I keep wanting to learn from you more and more, tysm!

lectuslettuce
Автор

For the lazy ones:


-- Someone joined the server.

local stats = Instance.new("IntValue")
stats.Name = "leaderstats"

local kills = Instance.new("IntValue", stats)
kills.Name = "Kill Count"

local gold= Instance.new("IntValue", stats)
gold.Name = "Gold"

stats.Parent = player
end)

choumoong
Автор

I'm bad with scripting and I have many errors and it sometimes feels like the game hates me but this video is the first one to work tysm

zeketherealandrews
Автор

Bro, you deserve more credit I tried for 2 days to get a leader stat with another video and it didn't work and I joined yours and in 10min I did it!! You're the Best ❤

carlossalvadorzelayahidalg
Автор

pov: you were trying to look for the script

duckdude
Автор

man. i don't know who you are but i can say that you must be in the academia and lecture every single day. most youtubers give us fish instead of teaching us how to fish. you are teaching us man. i will not do copy paste thing now. ... ty man!

buraksmoke
Автор

bro thank you so much! this really helped. Would widely recommend to anyone.

CreedIsBetter
Автор

Could you make other stuff add kills to the leaderboard?

[Great vid]

jessicamousseau
Автор

I am trying to make a sword game and all of your videos are so helpful. Thanks so much

BetaCircuit
Автор

Thank you so much for making this video it is so good I made a new roblox game now.

Itskyaire
Автор

holy crap this actually worked, i thought it was cap

Twilight
Автор

it says " Error while updating leaderboards: 502: API Services rejected request with error. Error code: 11 Reason: Studio access to APIs is not allowed"

AkaAPex
Автор

NO other tutorial worked tysm you halped me make my game

slowrabbit
Автор

1 year ago I commented how it didnt work, now I realise that script wording is extremely important

Just_SpincerYT
Автор

Thanks but can you make a tutriol on hwo to change it when a event happened?
Example: *Kills player* leaderboard *Updates*

shumiyobiswas
Автор

How do I link the Kills to actual Kills so that whenever I get a kill the 0 turns to 1?

EastonStracener
Автор

This video really helped me a lot. But I have one question, how do i make that when ever player plays game for like and 15 min or so the begginer changes to amateur and so on.

MuncherooYT
Автор

I kinda understand but i didnt know how to make raised or donated leaderboard like when someone give you robux and it go leaderboard

Birch_TreeYT
Автор

Hello. In case you're still active, how can I connect leaderstats to spawnpoints? For example, in obbies, where the amount of stages you've completed are shown in the leaderboard. For example:


Name Stage
Cool 50

kashmirandal
Автор

It keeps saying unable to create an instance type of “folder”

SNLangel