Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How do I make a leaderboard?
- V4nh3ls1ng
-
11 posts
How do I make a leaderboard?
Hi, I am having trouble with making a leaderboard. Please help!
- mmhmBeans
-
500+ posts
How do I make a leaderboard?
There is a YT tutorial on making leaderboards.
- V4nh3ls1ng
-
11 posts
How do I make a leaderboard?
YT tutorial on making leaderboards.I need it basic, not advanced. Possible if you could show me? There is a
- pasta_enjoyer7
-
1000+ posts
How do I make a leaderboard?
Please ignore this post. I accidently posted it.
Last edited by pasta_enjoyer7 (Aug. 26, 2023 00:30:01)
- furrysnake
-
6 posts
How do I make a leaderboard?
Create a list in “variables” titled Leaderboard. Make it cloud, meaning it retains all its data for everyone's game. Try this:
You should go from bottom to top as well. For example, if you have 5 slots on your leaderboard, you would delete the 5th slot, then set the 4th slot to the 5th slot, then the 3rd to the 4th, etc.
This might not be the best with large leaderboards but if you want a really big one there is some math that could be done to keep the blocks to a minimum. Hope this helps!
You should go from bottom to top as well. For example, if you have 5 slots on your leaderboard, you would delete the 5th slot, then set the 4th slot to the 5th slot, then the 3rd to the 4th, etc.
This might not be the best with large leaderboards but if you want a really big one there is some math that could be done to keep the blocks to a minimum. Hope this helps!
Last edited by furrysnake (Aug. 26, 2023 05:24:46)
- mmhmBeans
-
500+ posts
How do I make a leaderboard?
(#6)That's the problem. Cloud lists do not exist, so you have to encode everything into cloud variables.
Create a list in “variables” titled Leaderboard. Make it cloud, meaning it retains all its data for everyone's game. Try this:
You should go from bottom to top as well. For example, if you have 5 slots on your leaderboard, you would delete the 5th slot, then set the 4th slot to the 5th slot, then the 3rd to the 4th, etc.
This might not be the best with large leaderboards but if you want a really big one there is some math that could be done to keep the blocks to a minimum. Hope this helps!
- V4nh3ls1ng
-
11 posts
How do I make a leaderboard?
Does not exist. Create a list in “variables” titled Leaderboard. Make it cloud, meaning it retains all its data for everyone's game. Try this:
You should go from bottom to top as well. For example, if you have 5 slots on your leaderboard, you would delete the 5th slot, then set the 4th slot to the 5th slot, then the 3rd to the 4th, etc.
This might not be the best with large leaderboards but if you want a really big one there is some math that could be done to keep the blocks to a minimum. Hope this helps!
- Lemoneer
-
61 posts
How do I make a leaderboard?
I don't have anything specific but you can try cloud variables and encoded strings. Encoded strings are lines of numbers that you can store on a cloud server, and then you can format it on a list on the client's side.Does not exist. Create a list in “variables” titled Leaderboard. Make it cloud, meaning it retains all its data for everyone's game. Try this:
You should go from bottom to top as well. For example, if you have 5 slots on your leaderboard, you would delete the 5th slot, then set the 4th slot to the 5th slot, then the 3rd to the 4th, etc.
This might not be the best with large leaderboards but if you want a really big one there is some math that could be done to keep the blocks to a minimum. Hope this helps!
- qwertycodechamp90411
-
100+ posts
How do I make a leaderboard?
I have an encoder on my profile.
- NotK3ndricAlt
-
1000+ posts
How do I make a leaderboard?
this tutorial might help youDoes not exist. -snip-
- V4nh3ls1ng
-
11 posts
How do I make a leaderboard?
I am new to scratch, about a few months or so. I do not understand what encoding and decoding is.this tutorial might help youDoes not exist. -snip-
- Discussion Forums
- » Help with Scripts
-
» How do I make a leaderboard?