Add Constraint.Color3

The Color property for the Constraint class uses BrickColor, not Color3. BrickColor is outdated and should not be used for new work.

My game uses ropes for wires. Not supporting Color3 limits the the colors players can use for wires and forces me to design a new UI to support BrickColor selection

https://developer.roblox.com/en-us/api-reference/property/Constraint/Color

image

17 Likes