I need some help please

So, is there a way to make a points system that will increase every second or so and saves your points? Like if you stay alive long enough you get points every second and it could possible save? I am making it for mobile btw.

1 Like

Making a score system like that is pretty simple. Mainly just add a timer (set to 10 for every second) and set it into a number (1). Then you add that to a + in a second number and the in. Then (again) add the second number into the value of a label and that should give you a point every second you survive. Which you can adjust this on the timer speed. Now you might have to ask Jr_01 about the saving behavior cause I don’t know much about that yet.

2 Likes

What he said.
I did this on Cubey

1 Like

Thanks! It worked…