I’m not sure what feature this is related to or where its intended to appear (I’ve never encountered it before), but, if a blank script is created and opened the following appears:
This bug happens in the current version of studio (449).
This bug has been occurring since at least version 447 when I first noticed it.
To reproduce, open a new place, insert a Script or LocalScript, delete its content, close it, and reopen it. The color picker icon will appear, and when clicked, it allows you to insert an RGB value. (e.g. 255, 255, 255)
Well, this is a bug I have noticed as well A LOT. Here’s some backstory:
I was working with my development team to accomplish an Event Center for my group. I was working on a few things all with Color3.new(). Sadly, this is something that had a few pros and cons like @FerbZides stated earlier.
PROS:
Easier to pick colors.
Easier to actually use Color3.new before your statement.
CONS:
It gets quite bothering that it’s there when you don’t need it.
However at the end of the day we all are Human and have our own opinions. I hope this helped mate!