Leaderboard system

Is there a way to have a leaderboard system where when you upload your highscore your name is randomly generated as I don’t want to use that Facebook sdk and also am worried that people will create inappropriate names if I create a custom username login thingy.
What do you recommend I do?

You could use a mysql database, but I use Dreamlo leaderboards. Dreamlo is a free leaderboard/promo code system. It’s quite easy to use, as it uses http requests. It also works with Unityscript (Javascript) or C#. I wouldn’t recommend a mysql database simply because it costs money, but it’s definitely an option. As to how to generate a random name, you could use the answer here.

I hope this answers helps,
epichi123

Exactly what u need