Improve autofill for Color3 property

As a developer entering a Color3 value is weirdly annoying.

If you type a single number, such as 200, you would expect it to fill out the R, G, and B values with 200.

Instead, what it does is look up the BrickColor with id 200 and fills it out with that.

No one is memorizing BrickColor codes. Make this consistent with Vector2 and Vector3 please.

13 Likes

I agree! This also is quite confusing when I just want to color something green and type 0,1. It should autofill the last to be 0 but it rather fails. If roblox wants to keep it like that then I suggest making it as some sort of special command related. For example:

Br 200 -- brickcolor 200
200 - 200,200,200

a really important feature to add and saves time, dont know why its not in the studio