Trying to make a save system what is the Godot 4 equivalent of the word File
I_need_player_pos maybe this can help:
File is now FileAccess and open() is now a static method that returns such object. To then check for errors, call file_access.get_error()