How to make a timer & public leader board

how do you make a timer that adds up and shows how long it took you to complete a level

1 Like

set a timer to repeat forever and make it add 1 to a value when it outputs

2 Likes

im sure that works but i want it to show minutes to

divide the time by 60 to get the minutes
then use text appending to add the minutes and seconds together

2 Likes

Here is an example

2 Likes

thanks but now i need to figure out how to do a leaderboard

1 Like

That’s pretty hard check grazers example

1 Like

One sec I’ll get a link

1 Like

Oh yeah do you have a paid account
Cloud save is indie only

2 Likes

whyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy! man to do anything cool you need a paid acc and no if you couldn’t tell sadly so ig that went out a window the only way i could make this work is if i was on a team and the team leader made a game and they have a paid acc

You can do a lot of cool stuff with a free account too cloud save is indie only because you have to spend money on servers so indie makes some of it back

2 Likes

If you want a special timer i have an example

2 Likes

lol making it a competition your so weird hehe

@Galactian @DraftyScienceCoat75 @edwardi ok maybe i cant make a public leaderboard but can i make a private one something to show what your record/personal best is

@JR01 @grazer

I’ve made a private highscore system in my flowjam game.

1 Like

can you show me how to do that

except i want it to be for time
image

Use saves. I started by deciding if your ending score is bigger than your highscore, and if it is, I would save the save file as that new highscore. For time you’d check if it is smaller.

1 Like

ok how would i do that?