Godot 4.2
(Forewarning: I’m a beginner and know very little about this software or coding in general)
I have to remove a specific node from my code – one that’s not on the local tree. My code should be targeting its position in the tree, but I’ve monitored the remote scene tree and it hasn’t been removing it. I’m using queue_free paired with get_child.