diff --git a/src/instances/create.luau b/src/instances/create.luau index d5675e5..96954c7 100644 --- a/src/instances/create.luau +++ b/src/instances/create.luau @@ -140,7 +140,9 @@ type instance = Instance type Action = action.Identity type function GetInstance(class_name: type, instances: type): type - if not class_name:is("singleton") then + if class_name:is("extern") then + return class_name + elseif not class_name:is("singleton") then return instance end