I need help making a leaderboard

Hi I need help creating a leaderboard script and item but I have no idea how to make Java
script please help

Unity uses c# now. Not javascript/unityscript.

Did you try Googling leaderboard scripts? Beside many different implementations, I can promise you aren’t the first to have this done.

i need a very fresh working script

and also google doesnt really help either

it just gives me trash websites

are you gonna reply :frowning:

please say somthin :frowning: :frowning: :frowning:

please help me

Um. No? I’m not here staring at the Unity forum to answer your forum post. Like most people here, we’re volunteers that help when we can. That help does not mean we’re writing full systems for people. We’re usually helping with questions on scripts they have worked on or helping with logical issues.

I’m not giving you a script. Try to write one yourself or check the Unity asset store for a free leaderboard script that meets your needs.

You have barely even said what you want. Do you want a local leaderboard, an online one, one that works with friends, etc. There are many details you leave out.

And Google search has many options. If not there, the asset store. If not there and you can’t start one yourself, you might want to hire someone.

Take a deep breath. Nobody can poop out a leaderboard for you because it is only about 5% code, and the rest is setup and integration and specification.

But guess what? There’s this AWESOME site I found just last week called Youtube.

7386620--901553--Screen Shot 2021-08-03 at 3.16.07 PM.jpg

1 Like

i dont know anything about scripting also im grounded from youtube and i dont have money

Developing a leaderboard is an advanced topic, you would probably want to learning scripting (C#) first

In my projects which you can see on Itch.io, I often use a leaderboard so as to give some attractive gameplay for games. This way people rival each other. For me, and this is my advice for you, you could simply use DreamLo to reach your will. It works simply with a HTTP request - just a few lines of code to get entries or to post a new one. You can manage exceptions easily and data received. The developer is a good guy. For a few bucks you can add an encryption SSL which is highly required because of lack of security using the free DreamLo version. If you want to see how DreamLo is efficient, take a look at my projects. Download one of them and click on the LeaderBoard button ++

Or just take a look at the picture below.
https://ibb.co/QvKTD64

Also there is a DreamLo package on Unity store for free.

If you don’t know anything about scripting, a leaderboard is the least of your concerns. What are you attaching a leaderboard to?

1 Like