|
| 13 Aug 2011 12:49 PM |
Part = script.Parent function OT(hit) Part.Transparency = .7 wait(3) Part.Transparency = 0 wait(3) end Part.Touched:connect(onTouched)
Where should I indent? |
|
|
| Report Abuse |
|
|
Merely
|
  |
| Joined: 07 Dec 2010 |
| Total Posts: 17266 |
|
|
| 13 Aug 2011 12:50 PM |
Indenting is purely for readability purposes.
Part.Touched:connect(OT) |
|
|
| Report Abuse |
|
|
| |
|