Zone functionality: It uses 2 "zones" which detect a 0.1 x 0.1 x 0.1 Part inside of your torso to determine when you have left the start zone and entered the finish zone. It will then store your time ...
function Timer:start(duration) if not self._running then task.spawn(function() self._running = true self._duration = duration self._startTime = tick() while self ...