extends Area3D func _on_body_entered(body): if "is_killable" in body: body.queue_free() $AudioStreamPlayer.play()