PointLight
PointLight : Light
Overview
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.
Properties
Range
number
This property sets the distance over which the light is projected.
Code Samples
local PointLight = script.Parent
print(PointLight.Range)
Methods
Events
See also
LightingLast updated