im trying to implement a timer so my level ends when the time is up but for some reason the level will always restart before i can test my timer. any help would be appreciated
Levels don’t restart unless you tell them to. You might have a previous test hiding somewhere and triggering that. Try making a new level and test your code there.