This is a timer code that is SUPPOSED to make the timer stop when the player dies but right now it keeps on counting even though the player is dead.
1 Like
Simply change this small thing in your while loop.
while running == true do
Otherwise, the loop is just checking if the variable has a value. Or, basically, if it exists.
Hope this helps.
2 Likes
it did help, thank you for ending my temporary suffering which will soon continue as i have to add more stuff that i have no idea how to do.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.