:DragCFrame

type DragCFrame = {
	Label: string?,
	Value: CFrame?,
	Minimum: CFrame?,
	Minimum: CFrame?,
	Callback: (DragCFrame, Value: CFrame) -> nil,
	
	SetValue: (DragCFrame, Value: CFrame) -> InputColor3,
} & DragInt 

Example usage:

:DragCFrame({
    Value = CFrame.new(1, 1, 1),
    Label = "Color 1"
})

Theme colors:

Tag
Affects

FrameBg

Background color

FrameBgTransparency

Background transparency

Text

Text color

TextFont

Text font

TextSize

Text font size

Last updated