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

How can I change Color3 value in a script ?

Asked by 6 years ago

Hello, I'm trying to make a script where you can change the light value via 'Configuration' and 'Color3Value', but it simply does not work... can anybody help me, please ?

The script is inside a SurfaceLight

Lightable = script.Parent
MainColor = Lightable.Parent.Parent.Parent.Configuration.SecondColor

Lightable.Color3 = MainColor.Value

Answer this question