Hello everyone! I'm making a simple 2D browser based game. The problem i'm facing is that i want to restart my game when the player presses restart. I have tried some things like get_tree().reload_current_scene() but that doesn't work because of a autoload i have. Can anyone help me on this?