mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-15 21:31:54 +00:00
Spinning objects
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user