mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-14 14:51:55 +00:00
light switch work and new prompt system
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
local Storage: ReplicatedStorage = game:GetService("ReplicatedStorage")
|
||||
local Tween = require(Storage:WaitForChild("Tween"))
|
||||
local Tags = require(Storage:WaitForChild("Tags"))
|
||||
|
||||
local Enums = require(script.Parent:WaitForChild("Enums"))
|
||||
local Enums = require(Storage:WaitForChild("Enums"))
|
||||
|
||||
type rbxassetid = string
|
||||
type TagProduct = Tags.TagProduct
|
||||
@@ -42,7 +41,7 @@ type Lantern = {
|
||||
Played: boolean
|
||||
}
|
||||
|
||||
export type Lanterns = {
|
||||
type Lanterns = {
|
||||
[number]: Lantern,
|
||||
Up: Lantern,
|
||||
Down: Lantern
|
||||
|
||||
Reference in New Issue
Block a user