:SliderCFrame

type SliderCFrame = {
	Value: CFrame?,
	Format: string?,
	Label: string?,
	Minimum: CFrame?,
	Maximum: CFrame?,

	SetValue: (SliderCFrame, Value: CFrame) -> DragColor3,
} & SliderIntFlags

Example usage:

:SliderColor3({
    Value = CFrame.new(1, 1, 1),
    Label = "CFrame slider!"
})

Theme colors:

Tag
Affects

FrameBg

Background color

FrameBgTransparency

Background transparency

Text

Text color

TextFont

Text font

TextSize

Text font size

Last updated