This has been suggested several times in the past, but I wanna push for this again, since Roblox wants us to stop using the SpecialMesh class.
A lot of developers like to do color interpolation effects. It helps make things look really nice in our games. Currently if we want to do this with 3D Geometry, the only sensible way to do so is to use the VertexColor property. Ideally we should be able to just directly change the color of a part to any Color3 value that we please.
IIRC, the argument against this in the past had something to do with network replication.
I can’t imagine this is much of an issue nowadays. If it is, maybe this should be a client side feature?
This doesn’t necessarily make BrickColor obsolete, rather it should function as a standard palette, and ROBLOX should allow BrickColor to be casted onto any Color3 property.
Well the argument I heard was that inexperienced creators would probably abuse it by coloring levels with exaggerated colors, like having bright pink houses etc. but tbh there are already some colors which could be abused so eh
Why not have a hidden property that can only be set via script? This would allow client-side setting of any color without giving off the impression that creators can use any color in their builds.
It’s not that I would not want builds to be able to have any color. I think that would be great! If that has too high of a cost then I would still prefer some extended control of colors, even if it’s client-side only, programming-only control.
Throwing it out there that though it isn’t the best option you can currently put a “SpecialMesh” in the part, then select a mesh that closely resembles what you want the part to look like such as a sphere and use the VertexColor in place of Color3. Upside is basically Color3, downside is it’s a mesh.
Image showing use of this: Color3 Orb Fade (Would have uploaded but file is too large)
Much faster loading time (at the cost of resolution/quality) Gfycat Color3 Orb Fade (You may thank @Corecii for this link)
So, this is probably way too early to be asking this, but will this affect avatar colors also? I feel a bit too restricted with the ones we currently have for matching certain hat colors.