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??
Thanks for your time!
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??
Thanks for your time!
do Color3.fromRGB()
because Color3.new()
can only go up to 1 as a number.
Didnt work…
I am assuming color
is already a Color3, so just do v.SurfaceLight.Color = color
.
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.