really simple.
just get an button and set it over your label.
then make the button invisible like so.(attach script to it)
func _ready():
self.visible = false
pass
then connect the button on "button down" with the Spatialnode ,attach again first a script to it,and write in the new func:
gettree().changescene("res://path/to/scene.tscn")