local PowerLibrary = {
East_Door = {
PowerLevel = 0.1,
isActive = false,
},
West_Door = {
PowerLevel = 0.1,
isActive = false,
},
East_Light = {
PowerLevel = 0.1,
isActive = false,
},
West_Light = {
PowerLevel = 0.1,
isActive = false,
},
Camera = {
PowerLevel = 0.1,
isActive = false,
},
}
local function GetPercentage(Value)
return math.floor((Value * 100) + 0.5)
end
local function GetPowerStats(Source)
end
To embed this project on your website, copy the following code and paste it into your website's HTML: