I am making a game kinda like the dino-game on google when you lose internet and I want to add a score / highscore but I cant find a way to reset the scene/node reset itself but not the main scene / root scene so I can keep the score there. I have tried just pasting reload_scene() among other things but I just can’t get something to work.
I am trying to keep a score variable which would change and, from what I understand, the ready function would not be able to continuously update the variable and keep it if I use the get_tree().reload_current_scene() method.