ScrollbarBackgroundColor3 & Plugin Color Dialog

I have two suggestions:

  1. Scrollbar color:
    The ability to change the color of the scroll bar color to a Color3?

This would make it easier working with scrolling frames

  1. Plugin Color Dialog
    To allow plugins the ability to open the Color Dialog [ for example the one you see when you try to edit Background Colors]

######uhh discourse still has the numbering issue for the number lists :confused: first is 1 second is 2

22 Likes

Scrollbar color: Would be more appropriate to have ImageColor3 instead of Color3 since the image can change, but yes, scrollbar color is crucial.

Color3 Picker: Yes, yes, yes. In one of my plugins, I created/selected a Color3 value in the explorer to give users a prompt for Color3, and this is super hacky. It’d be great if we got a generic PromptForValue method that could prompt users for:

  • Color3
  • BrickColor
  • Objects (like Adornee/PrimaryPart selectors)
  • Color/NumberSequence
  • etc
20 Likes