mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-14 06:41:55 +00:00
oops
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user