a color
color.new(255, 255, 255, 255) -- with alpha color.new(255, 255, 255) -- without alpha
argument types: (int r, int g, int b, int a) or (int r, int g, int b)return type: color
argument types: (int r, int g, int b, int a) or (int r, int g, int b)
return type: color
Last updated 1 month ago