how do i remove a child node

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By elrico26
:bust_in_silhouette: Reply From: jgodfrey

Assuming you have a reference to the child node, just queue_free it…

child_node.queue_free()