i wanted to add a 2nd pair of engines to it which i did but hated how the engines moved when using your thrusters going in reverse or taking off or landing so after alittle trial and error i found what code needed removed from the xml file to stop this here is the code you want to look for and ill mark the line needing removed you will need to do this for both rotator_r and rotator_l
just a fun fact if you add rotation y and/or z the engines do some wild things

welp happy modding everyone and hope this gives a hit or helps someone out
<connection name="Connection28" tags="part ">
<offset>
<position x="11.80701" y="-0.4220744" z="1.46078"/>
</offset>
<restrictions>
<restriction type="rotation_x"/> <-- (you need to remove this line right here)
</restrictions>
<parts>
<part name="rotator_r">
<lods>
<lod index="0">
<materials>
<material id="1" ref="generic.generic_p1_hulltexture"/>
<material id="2" ref="generic.generic_p1_fx"/>
</materials>
</lod>
<lod index="1">
<materials>
<material id="1" ref="generic.generic_p1_hulltexture"/>
<material id="2" ref="generic.generic_p1_fx"/>
</materials>
</lod>
<lod index="2">
<materials>
<material id="1" ref="generic.generic_p1_hulltexture"/>
<material id="2" ref="generic.generic_p1_fx"/>
</materials>
</lod>
<lod index="3">
<materials>
<material id="1" ref="generic.generic_p1_hulltexture"/>
<material id="2" ref="generic.generic_p1_fx"/>
</materials>
</lod>
</lods>
<size>
<max x="2.50165" y="1.268053" z="4.194097"/>
<center x="2.403605" y="3.082359E-02" z="0.6558607"/>
</size>
<trailemitters>
<emitter name="trail_ship_s_01" type="trail_ship_s_01">
<offset>
<position x="1.517809" y="-0.6986502" z="-9.740829"/>
</offset>
</emitter>
</trailemitters>
</part>
</parts>
<waypoints/>
</connection>