PointLight
PointLight : Light
Properties
Range
number
Range is a property defines the maximum distance from the point light at which it illuminates objects.
Code Samples
local PointLight = script.Parent
print(PointLight.Range)
Methods
Events
Last updated