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

@@ -16,8 +16,7 @@ local StarterPlayer_Stuff = require(script:WaitForChild("StarterPlayer"))
local Otis1960_Module = require(Elevators:WaitForChild("Otis1960"))
local TagsConstructor = TagsModule.constructor()
local Tags = TagsConstructor.Exports
print("[DEBUG] Tags=", Tags)
print("[DEBUG] Tags=", TagsConstructor.__export)
HideEditorEntities.indexAll(not false)
TagsConstructor:Nuke()
@@ -27,4 +26,4 @@ Lighting_Stuff()
Workspace_Stuff()
--Start the elevators
local Otis1960 = Otis1960_Module.constructor(Tags)
local Otis1960 = Otis1960_Module.constructor(TagsConstructor)