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

Color3 keeps going to black, instead of Pastel blue. How do I fix this?

Asked by 4 years ago

I'm new to using Color3, I always used Brickcolor. Instead of making the color pastel blue, it makes it Really black (0,0,0). Why doesn't this work?

Liquid.Color = Color3.fromRGB(128/255,187/255,219/255)
0
try .new speedyfox66 237 — 4y

1 answer

Log in to vote
0
Answered by
b2lego 30
4 years ago

Im kinda new but if I'm not wrong, try

Liquid.Color = Color3.new(128/255,187/255,219/255)
0
Thanks. Aeroporia 37 — 4y
0
This is because Color3 uses the ".new" instead of an RGB (Sorry forgot to provide explanation) b2lego 30 — 4y
0
I understood, thanks! Aeroporia 37 — 4y
Ad

Answer this question