of     1   

MrSabatini
#595067Friday, March 14, 2008 9:21 PM GMT

I need it so that when a player touches a brick it will change from "white" to its pre-determined color. I know that this is probaby quite simple but I need some help. Ty
DingDong272
Top 100 Poster
#595073Friday, March 14, 2008 9:22 PM GMT

pre-determined color? What does that mean? function onTouched(part) script.Parent.BrickColor = BrickColor.new() --use color codes end script.Parent.Touched:connect(onTouched)
jtm110972
#595105Friday, March 14, 2008 9:28 PM GMT

Brick = script.Parent function OnTouched(hit) brick.BrickColor. colorname end script.Parent.Touched:connect(ontouched)
jtm110972
#595110Friday, March 14, 2008 9:29 PM GMT

XD You beat me...
DingDong272
Top 100 Poster
#595122Friday, March 14, 2008 9:31 PM GMT

yeah. Have you noticed this: Whenever someone posts, it says the name of the last poster when you are looking at it from the forums says the creator. Look at it and look at the last poster. Isn't it weird?!?
jtm110972
#595160Friday, March 14, 2008 9:36 PM GMT

Yeah, I think the forum has gone haywire.
DingDong272
Top 100 Poster
#595190Friday, March 14, 2008 9:39 PM GMT


    of     1