Hello,
I'm still pretty new to Godot so I don't know if I haven't set things up correctly. I'm trying to access the name of the team from a child of player, but when I do, I get: "Invalid get index 'get_parent' (on base: 'KinematicBody2D (Person.gd)'). Did you mean '.get_parent()' or funcref(obj, "get_parent")?" Can I not call get_parent() from a KinematicBody2D?
