Skip to content

Instantly share code, notes, and snippets.

local module = {
start = function(ref,cfg)
--/ CobaltPLUS /--
if ref.Parent:FindFirstChild("Cabinet") then
local val = ref.Parent.Cabinet.API:Invoke("config",cfg)
if val then
cfg = val
end
end
--/ Variables /--