local item = { Type = "DashboardItemParallelConnection", Identifier = "ParallelConnection", GuiName = "Parallel Connection" } asset.onInitialize(function() openspace.dashboard.addDashboardItem(item) end) asset.onDeinitialize(function() openspace.dashboard.removeDashboardItem(item.Identifier) end)