light switch work and new prompt system

This commit is contained in:
2024-04-14 21:40:04 -04:00
parent f670e19c3c
commit 0fa054f97d
8 changed files with 256 additions and 90 deletions

View File

@@ -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