This commit is contained in:
2024-09-13 20:55:59 -04:00
parent 55f5db069d
commit 53f42695ac

View File

@@ -9,7 +9,7 @@ local ElevatorSystem = ElevatorsDir:WaitForChild("System")
local InitElevator = require(ElevatorSystem)
local ArrowLanterns = require(ElevatorSystem:WaitForChild("Lanterns"):WaitForChild("Arrows"))
local ButtonEvents = require(ElevatorSystem:WaitForChild("Buttons"))
local ButtonEvents = require(ElevatorSystem:WaitForChild("Buttons"):WaitForChild("Events"))
local Doors = require(ElevatorSystem:WaitForChild("Doors"))
local Buttons = require(ElevatorSystem:WaitForChild("Buttons"))
local TractionRopes = require(ElevatorSystem:WaitForChild("TractionRopes"))