diff --git a/src/server/main/init.server.lua b/src/server/main/init.server.lua index 8174b60..b1e800f 100644 --- a/src/server/main/init.server.lua +++ b/src/server/main/init.server.lua @@ -53,7 +53,7 @@ for _, LightProperties in Interactables.LightSwitches do LightEnabled = not LightEnabled local Switch = LightProperties.Switch - if Enabled then + if LightEnabled then LightSwitchTween:Start(Switch, { CFrame = CFrame.new(Switch.Position)*CFrame.Angles(0,math.rad(90),0)+Vector3.new(0,.15,0) })