How to have how long you survived as your score

This is my first post so if you see any mistakes, please tell me. Anyway, can you guys tell me how you can make the time you survived as score?

1 Like

Is your username a code? Btw you can use end of game widget to do this

Okay. this is not my username code. I just like numbers. Anyways I’ll try

1 Like

You will need
x1 counter
x1 property
x2 wire repeaters
x1 life cycle

1 Like

This system isn’t too hard to make.

Make a trigger loop that has a one second delay. Connect that channel of the trigger loop to a counter. Now you have the timer. Make property that is connected to that counter. Go to map settings and have the score’s value as a property. Then just put the property you linked to the counter there.

1 Like

if a person asks for help, just say the materials that are needed are not enough, a guide/mini guide is needed.

I’ll try to create a mini guide here, give me some time

Place your life cycle and wire it to the wire repeater.


Create a loop with the wire repeaters like the image bellow.
image

Wire 1 of the wire repeaters to the counter like the following image.

Take your property and set it like the following images.

Now for the counter make the scope to player and go to the property tab and set it like this.

Go to the map options and change the score to update property “time”.

Edit: 1st time I’ve used a property :sweat_smile:, I also used wire repeaters because they take up less memory than repeaters and triggers.

3 Likes

you mean like in snowy survival where the leaderboard shows the seconds survived?

1 Like

Here’s a mini guide on the system:

Trigger loop

Grab the lifecycle and a relay. Have the lifecycle look like this:


Have the relay look like this:

Now, grab two triggers and have them look like this:

That’s it for the trigger loop. The wire repeaters work as well.
Here’s the counter and property configurations:

Counter and Property

Have the counter increment on the trigger loop’s channel like so:



Next, the property should look like this:

After completing that, you want to link that property to the score. You will find this in map options. The settings icon in the bottom left.

Linking the Score

Hopefully this helped! It was rushed, so there are probably mistakes.

2 Likes

Thank you! it works now!

2 Likes

And also I mean like in snowny survival

mark a solution when you’re done

1 Like

make sure to mark solution (should be a button under each reply)
(also only mark the most helpful reply)
also welcome to forums

1 Like

How could I forget! Welcome to the community 8581599486! Be sure to check out the guidelines/TOS. I hope you like it here so far. :sweat_smile:

1 Like

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.