:SliderColor3

type SliderColor3 = {
	Value: Color3?,
	Format: string?,
	Label: string?,
	Minimum: Color3?,
	Maximum: Color3?,

	SetValue: (InputColor3, Value: Color3) -> DragColor3,
} & SliderIntFlags

Example usage:

:SliderColor3({
    Value = Color3.fromRGB(255,255,255),
    Label = "Color slider!"
})

Theme colors:

Tag
Affects

FrameBg

Background color

FrameBgTransparency

Background transparency

Text

Text color

TextFont

Text font

TextSize

Text font size

Last updated