|
| 17 Feb 2012 10:53 AM |
I'm so confused. I think I messed up on BrickColor?
function h(hit) f = hit.Parent:findFirstChild("TeamColor") if (f ~= nil) then
script.Parent.BrickColor = f script.Parent.Touched:connect(h)
end end |
|
|
| Report Abuse |
|
su8
|
  |
| Joined: 06 Mar 2009 |
| Total Posts: 6334 |
|
|
| 17 Feb 2012 10:55 AM |
Connection line after the function Ugh. |
|
|
| Report Abuse |
|