Godot Version
4.3
Question
Hi, I’ve been trying to make an area node that when you enter it a timer starts (in seconds (0/60)). I wanted the time that has passed to show besides the max time (which is 60) on a label, and when it reaches the max time, the label changes to something like “congrats” and it sends a signal to another area3D node that plays an animation when you enter it (only after the 60 seconds). If the player leaves the area, I was thinking it could just reset the timer. I’d appreciate if anyone could walk me through this.