PointLight
Overview
Properties
Range
Code Samples
local PointLight = script.Parent
print(PointLight.Range)Methods
Events
See also
LightingLast updated
PointLight : Light
A PointLight is a lighting object that emits spherical light in all directions from a single point.
It must be parented to a BasePart or Attachment to work
number
This property sets the distance over which the light is projected.
local PointLight = script.Parent
print(PointLight.Range)Last updated