Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How do I make a pointlight a different color?

Asked by 5 years ago

I'm trying to figure out how to make my point light red, Does anyone know how to do it. If it is possible.

1 answer

Log in to vote
0
Answered by
joeldes 201 Moderation Voter
5 years ago

You must modify the Color property.

pointLight.Color = Color3.new(1,0,0)    -- Creates a bright red light.
0
Thank you. Tyserkhan004 22 — 5y
Ad

Answer this question