I'm trying to figure out how to make my point light red, Does anyone know how to do it. If it is possible.
You must modify the Color property.
Color
pointLight.Color = Color3.new(1,0,0) -- Creates a bright red light.