mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-14 23:01:53 +00:00
18 lines
518 B
Markdown
18 lines
518 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`]
|
|
#### Light Objects
|
|
|
|
|
|
## Elevator
|