I thought I had it and it gave me a erro. It is not your falt, I probably didn’t understand
Here is my code
extends Control
@onready var button = $Button
func _on_button_pressed():
var res = load("res://scenes")
var scene = res.instance()
print("click")
get_node("root/level_1")
scene.queue_free