mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-14 06:41:55 +00:00
Working car button system, need to figure out some phantom data on the relay algorithm events for hall station buttons to recognize and pick up the heading direction
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
# Lights
|
||||
#### Properties
|
||||
## Lights
|
||||
##### Properties / Attributes
|
||||
- Activated #Color3
|
||||
- The color that is shown on the <a>Light Props</a> once
|
||||
- ActivatedMaterial #string / #MaterialName
|
||||
- ActivatedMaterial #string
|
||||
- Deactivated #Color3
|
||||
- DeactivatedMaterial #string / #MaterialName
|
||||
- DeactivatedMaterial #string
|
||||
- Enabled #boolean
|
||||
#### Tag
|
||||
* `Interact_LightSwitch_*AreaName*`
|
||||
* `Interact` - *Interact Initializer* [`Not Changable`]
|
||||
##### Tag
|
||||
* ### Interact_LightSwitch_Area
|
||||
* `Interact` - *Interact Initialize* [`Not Changable`]
|
||||
* `LightSwitch` - *Interaction Type* [`Not Changable`]
|
||||
* `*AreaName*` - *Area name, must be unique and cannot use the same names* [`Changable`]
|
||||
|
||||
* `AreaName` - *Area name, must be unique and cannot use the same names* [`Changable`]
|
||||
## Elevator
|
||||
* ##### Cab
|
||||
|
||||
Reference in New Issue
Block a user