Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make a timer not restart on respawn of player?

Asked by 6 years ago

I have a timer on my game but the problem is it resets every time someone respawn. How would I fix this?

http://prntscr.com/i1hkkf

0
Where is this script stored? If it's a property of the player, the script is being reloaded each time the player respawns. Try storing the information somewhere on the server, like a NumberValue inside of serverStorage or something. Chronomad 180 — 6y

Answer this question