Godot tutorial help

This video is for Godot 3.5, so some symbols have been renamed, like File is now FileAccess, and how to call it may behave differently, for example instead you should prefer var file := FileAccess.open(filename, FileAccess.READ).

Others have mentioned that you seem to have mispelled var item as var tien.


Make sure to paste script instead of screenshots