Structures
Updated 3/8/2026

LED

Deconstruction Steps

StepToolRecovered Item
1Hand DrillKit (Lights)

Description

The LED variant consumes half the power of the default larger wall light though is not as bright. It's color can also be changed with logic, making for a great status indicator within logic circuits.

Data Network

Parameter NameData TypeDescription
OnBooleanTurns the Light on, when set to 1. Turns it off, when set to 0.
LockBooleanLocks the Light when set to 1. Unlocks it, when set to 0. When locked, Light cannot be turned on\off by player.
ColorIntegerSets the color of the LED Light. (See Data Network Colors)
Output NameData TypeDescription
OnBooleanReturns whether the Light is turned on. (0 for no, 1 for yes)
LockBooleanReturns whether the Light is locked. (0 for no, 1 for yes)
ColorIntegerReturns the color setting of the LED Light. (See Data Network Colors)
RequiredPowerIntegerReturns the current amount of power required by the Light, in watts.
PrefabHashInteger
PowerBooleanReturns whether the Light is turned on and receives power. (0 for no, 1 for yes)

See Also