I need a working code to create a save and load system. The game must be saved by clicking the Save button, while loading with the Load button. I just can't create such a thing?
This is about the simplest way to save data: https://kidscancode.org/godot_recipes/basics/file_io/ The button, you just need to find a tutorial. Which, it sounds like you need to go through a few more tutorials. Just go to youtube and do a search for "Godot menu system" The save system needs to be specific for your game, so I don't think you will find someone that will post code for it.