Color pickers

This page will show you how to use Color Pickers

Color picker example:

function ColorChanged(Color)
    print(Color)
end

Page1:newColorPicker("Title", ColorChanged, Color3.new(255,0,0)) -- Name, Callback, DefaultColor

For a rgb color picker go to: Link

Last updated

Was this helpful?