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)
Im kinda new but if I'm not wrong, try
Liquid.Color = Color3.new(128/255,187/255,219/255)