Hello! is there any way that i can use custom colors on Spring Constraint?
I think there’s a color setting. I can’t check it now, but I think it is.
yes there are, but that’s a brick color, is has limited colors, i want to have more variations of colors.
So in that case, you only have these colors that are there. I don’t think there are more of them
I know that i can’t get more colors, maybe some genius will reply me a solution how to have custom colors or constraints
So if there is no color3, then I doubt it. Roblox does not support multiple colors for BrickColor.
But I’m not a genius
Neither me, still thanks for trying to help
This is the closest you can do. Either add a color3 attribute and use a script for it or put the color3 in the brickcolor.new. What it will do is match the closest brickcolor to it. I tested with a dark purple color3 and it gives me a blue brickcolor. It’s bad.
spring.Color = BrickColor.new(spring:GetAttribute("color3"))
spring.Color = BrickColor.new(Color3.fromRGB(255,255,255))
Thank you, i was doing the same thing but it didn’t work as i wanted, sadly i will need to stick with limited color variations