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