Skip to content

Commit

Permalink
feat: Add option to preserve models
Browse files Browse the repository at this point in the history
  • Loading branch information
bqmb3 committed Jul 27, 2024
1 parent cb15b37 commit 381c0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ end

--- Creates a group (Model or Folder) containing the specified items.
-- @tparam "Model"|"Folder" Type Type of the group
-- @tparam[opt=workspace] Instance Parent Parent instance, defaults to workspace
-- @tparam Instance Parent Parent instance
-- @tparam {Instance,...} Items Items to group
-- @treturn Model|Folder Created group
function F3X:CreateGroup(Type, Parent, Items)
Expand Down

0 comments on commit 381c0d8

Please sign in to comment.