API Documentation
Information
Type: BindableEvent Location: Product folder -> API Execution example:
Commands
TurnOn
Turns on all the lights in the zone.
Parameters:
Brightness: number
Optional brightness to set.
Color: Color3
Optional color to set.
Code example:
TurnOff
Turns off all the lights in the zone.
Toggle
Toggles all the lights in the zone.
Parameters:
Brightness: number
Optional brightness to set.
Color: Color3
Optional color to set.
Code example:
SetColor
Sets the color of all the lights in the zone.
Parameters:
Color: Color3
Optional color to set.
Code example:
SetBrightness
Sets the brightness of all lights in the zone.
Parameters:
Brightness: number
Optional brightness to set.
Code example:
Last updated