#hi i making saving system but i have error and idk how to fix this

1 messages · Page 1 of 1 (latest)

vernal sleet
#

var save_settings_data_file = FileAccess.open_encrypted_with_pass(SETTINGS_SAVE_PATH, FileAccess.READ, "CoffeeCrow")

upbeat lava
#

the error says your variable is a null instance
looking at the docs they say the function will return null if there was a problem opening the file
follow the docs to get the error and fix it

vernal sleet
#

thanks, but now i have another error