So here it is
it becomes 0.5 transparent but the color no
So, when you set the variable “color” as p.BrickColor you’re setting it to the current color of that brick. If you want this to work, when you set the color, replace “color” with p.BrickColor. If that makes sense.
Still wont work. (i have tried this already)
Properties and BrickColor (roblox.com)
read this article, it shows you how to do it
Thanks for everyone’s replies!
No Problem! It’s my pleasure to help you
a.BrickColor = p.BrickColor
Or the other way round, depending on which part you want to change the color of.