ScriptShipShipSystemOn this pageShipSystemShipSystem Functions new new Description Definition new() Arguments anycustomMt Code function ShipSystem.new(customMt) local self = setmetatable( { } , customMt or ShipSystem _mt) self.splines = { } self.crossingNodes = { } return selfend