working elevator doors, need to figure out a lerp formula for having the doors open while the elevator is moving

This commit is contained in:
2024-05-04 18:06:08 -04:00
parent 78bf856c7e
commit 601a45b056
5 changed files with 201 additions and 103 deletions

View File

@@ -60,7 +60,7 @@ return function(): Effects
Lighting[Light_Prop] = Light_Value
end)
if not changed then
warn("Server Lighting:", err, debug.traceback())
warn(err)
end
end