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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user