AutoTurnOff disables interactable items, such as lights, when the player that interacted with it exits the server. This is a great way to save player FPS as only lights that are actually used by players are enabled, thus saving on performance.
GitHub