Color3 becoming 0,0,0?

Hello!

I wanna change the color of a SurfaceLight to the BackroundColor3 of a textbutton. But somehow when i send the change the color, it becomes 0,0,0??

image

Thanks for your time!

do Color3.fromRGB() because Color3.new() can only go up to 1 as a number.

1 Like

image

Didnt work…

I am assuming color is already a Color3, so just do v.SurfaceLight.Color = color.

3 Likes

I want to use BackgroundColor3.

What script is firing the event? Please show me so i can see what you did wrong on the event.