GOLDYZZZ
|
  |
| Joined: 30 May 2012 |
| Total Posts: 11 |
|
|
| 09 Jun 2014 07:37 PM |
Here is the script I have that changes the edge colors.... It becomes a bright neon color of the brick itself
a = script.Parent.SB
W= game.Workspace
while true do wait(0)
a.Adornee=script.Parent
a.Color=script.Parent.BrickColor
wait(.5)
end
How do I make the edge of the brick a different color than the brick itself.. Thanks! |
|
|
| Report Abuse |
|
GOLDYZZZ
|
  |
| Joined: 30 May 2012 |
| Total Posts: 11 |
|
| |