Files
Roblox-Elevator-Game/obsidian/Interactables.md
2024-06-02 01:13:00 -04:00

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`]