relay work and source map

This commit is contained in:
2024-03-24 17:47:29 -04:00
parent bda232e337
commit 727f296a60
7 changed files with 93 additions and 848 deletions

View File

@@ -2,15 +2,17 @@
--!native
--!strict
local RS: ReplicatedStorage = game:GetService("ReplicatedStorage")
local Enum = require(RS:WaitForChild("Enum"))
local Enums = {}
Enums.ButtonsEnum = Enum.Create("Buttons", {
Car = "CarButton",
Enums.Buttons = {
Car = "CarButton",
Landing = "LandingButton",
Special = "SpecialButton",
})
Relay = "RelayButton"
}
Enums.Elevators = {
Otis1960 = "Otis1960"
}
return Enums