So I'm trying to make a platformer. I have a KinematicBody2D inside of it with a sprite, a CollisionShape2D, and a Camera2D inside. The camera has a limit:

That way, when they fall down off of a platform, then their camera just stays like a lot of platformers do.
The thing is, it doesn't respawn you.
So how can I detect when the limit is reached, wait 2 seconds, and then respawn the player? Thanks