|
| 06 May 2013 05:46 PM |
function onTouch(hit) Workspace.Part.Transparency = 1 wait(0.1) Workspace.Part.Transparency = 0 end
script.Parent.Touched:connect(onTouched) |
|
|
| Report Abuse |
|
|
|
| 06 May 2013 05:47 PM |
function onTouch(hit) Workspace.Part.Transparency = 1 wait(0.1) Workspace.Part.Transparency = 0 end
script.Parent.Touched:connect(onTouch)
Fixed.
|
|
|
| Report Abuse |
|
|
Desperian
|
  |
| Joined: 07 Feb 2012 |
| Total Posts: 3371 |
|
|
| 06 May 2013 05:47 PM |
| You're trying to connect the 'Touched' event to a function that doesn't exist. |
|
|
| Report Abuse |
|
|
|
| 06 May 2013 05:49 PM |
| Thanks, I understand my mistake now. |
|
|
| Report Abuse |
|
|