Skip to main content
Awoken Elevators is self-contained and needs nothing wired up to work. These exist for the cases where another resource wants to read what you’ve built, or has written to the tables itself.
Every export is server-side. Call them from a server script only.
server-side only

Reloading after an outside change

Elevators are cached in memory and pushed to clients when they change. If something writes to awoken_elevators or awoken_elevator_floors outside the creator, call ReloadElevators() afterwards so players get it without a restart. You don’t need this for anything done in the creator, which already reloads on save.