Spinning objects

This commit is contained in:
2024-04-01 22:59:28 -04:00
parent ef8ceb723f
commit be99c7d986
8 changed files with 122 additions and 65 deletions

View File

@@ -76,7 +76,7 @@ function StudioEntities.indexAll(enabled: boolean)
local Case: HideEditor = EditorEntities[Item.Name]
if Case then
table.insert(StudioEntities.IndexedEntities, Item)
Case(Item, enabled)
Case(Item :: BasePart | Folder, enabled)
end
if Item:IsA("BasePart") then