Im trying to make a Leaderboard that basically saves your time played so that way it is good for speedruns and when you die or after you complete the area you can input your name on the leaderboard to see your time
Just make a global variable, and make it add one point every second. Then then on the leaderboard set the player score to be the variable. I usually make it tick up with the “repeat every x seconds” extension. I hope this helps.
What about when Dying and it shows the thing for you to enter your name and see yourself on the scoreboard?
can you provide a visual representation of this so its easier for me to understand?
If it’s not cross-scenes… You can just submit scene timer’s elapsed time as score and configure the leaderboard appearance to display scores as time:
what about when you die, how would I make it so you can type your name so you can see your score on the scoreboard?
If you need me to make a video I can, but you can use a text box object, which lets the player type in it automatically, then when the player presses enter or something, there is an action to submit a score to a leaderboard, you would set the name as the name entered in the box, and the score as whatever variable keeps the score
Yeah, Please Make a Video, it would help a lot, also thank you for helping at least