mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-14 14:51:55 +00:00
15 lines
485 B
Markdown
15 lines
485 B
Markdown
# Lights
|
|
#### Properties
|
|
- Activated #Color3
|
|
- The color that is shown on the <a>Light Props</a> once
|
|
- ActivatedMaterial #string / #MaterialName
|
|
- Deactivated #Color3
|
|
- DeactivatedMaterial #string / #MaterialName
|
|
- Enabled #boolean
|
|
#### Tag
|
|
* `Interact_LightSwitch_*AreaName*`
|
|
* `Interact` - *Interact Initializer* [`Not Changable`]
|
|
* `LightSwitch` - *Interaction Type* [`Not Changable`]
|
|
* `*AreaName*` - *Area name, must be unique and cannot use the same names* [`Changable`]
|
|
|