Hi. So I've been having a sort of weird error. I want to create three different types of ship models so I created a base ship and wanted to have the three models inherit from that base. so for the ship I have it as an Area2D node with a child sprite node and a collision2D node and a node called guns for putting some position2D nodes for where the bullets come out. When I created a child scene for the node, create position 2d items and put it into the node for the guns, and changing the sprite so it is what the model looks like, there is no problem and the ship moves around normally and is viewable. However, when I change the script for the different model and extend the general ship's script and then try to run that scene, the ship model disappears and I don't know what is going on. I can't tell if it is even in the scene. When I look at the remote section the node for the ship does not show up so I suspect it is not even loading I but I don't know why. Am I doing something wrong or is this a bug. Please help me as soon as possible please thank you.