Light
Overview
Properties
Brightness
Code Samples
PointLight.Brightness = 5000Color
Code Samples
Enabled
Code Samples
Methods
Events
See also
LightingLast updated
Light : Instance
This is the base class for lighting effect instances such as SpotLight and PointLight
number
This property sets the light’s intensity.
PointLight.Brightness = 5000Color3
This property sets the light’s color.
boolean
This property turns on/off the light.
Last updated
PointLight.Color = Color3.fromRGB(255, 0, 0)PointLight.Enabled = false