Values Reference

Values Documentation

A detailed, in-depth values reference for the MODULUX V2 elevator controller. This page covers all Values generated from the elevator controller, which is a Legeacy method for reading elevator controller values in external scripts.

Viewing BETA / 2026.02.05.1

Example code:

print(Elevator.Values.Floor.Value)

Note: It is recommended to use WaitForChild for any values in external scripts.

Example code (with WaitForChild):

print(Elevator.Values:WaitForChild("Floor").Value)

Note: You cannot re-assign values. These values are read-only.