Hi, I’m creating an endless runner and already got the score and highscore settings. i just need more infromation about how to create a leaderboard and how to manage it. i’d really love to make it a little bit competetive with other players. I’ve already tried with playfab but couldn’t make it work, don’t know why… are there other systems that are easy and free to use ? i didn’t study these things so i rely a lot on youtubes video tutorials, please I really need help
That might help
1 Like
thank you for you answer, unfortunately i’m sorry but it doesn’t help me very much. i don’t know c++ script, i was hoping there was a method using only blueprint. also i just needed to know if i HAVE to have a server in order to implement my leaderboard on my game or if it can just be done with blueprint code inside my project?
thank you
No you don’t need an dedicated server if you mean that. (except you want to collect the information from all players which are playing your game and are not related to others.)