of     1   

AssassinChao
#144272Sunday, September 09, 2007 9:56 PM GMT

i looked at the wiki (cuz im trying to learn how to script) so... im trying to develop a car kinda like the ones in Are92's place... (not important)... but anyway im trying the timer rite now... just in development but... herse wat i have so for (wuz just hoping for the brick to change colors when i step on it) Timer = script.Parent.Parent.Timer if script.Parent.Touched then Timer.BrickColor = BrickColor.new (21)
AssassinChao
#144395Sunday, September 09, 2007 10:56 PM GMT

C'MON DUZNT ANY1 NO!? (its pretty simple...(just not to me)) >_<
Chocobo333572
#144404Sunday, September 09, 2007 11:02 PM GMT

What exactly do you wan't it to do?
randellman
#11140761Wednesday, July 15, 2009 12:49 AM GMT

I would need the model your makeing to fix it.
Penlu
#11141643Wednesday, July 15, 2009 1:04 AM GMT

I think there shouldn't be an if. That would be the connection line. Since I'm in this posting box thing right now, I can't see your original script. I think I'll just have to guess... Timer=script.Parent.Parent.Timer function cheezburger() --This could be named anything you want, like potatoefries. script.Parent.Parent.Timer.BrickColor=BrickColor.new(21) end script.Parent.Parent.Touched:connect(cheezburger) --Replace the name in () with the name you have up there.
Penlu
#11141664Wednesday, July 15, 2009 1:04 AM GMT

Last line is actually script.Parent.Touched:connect(cheezburger)

    of     1