codboy22
|
  |
| Joined: 05 May 2012 |
| Total Posts: 598 |
|
|
| 11 Nov 2015 12:19 PM |
function onTouched(hit) wait(4) script.Parent.Parent.Door.Transparency= 1 script.Parent.Parent.Door.CanCollide= false wait(3) script.Parent.Parent.Door.Transparency= 1 script.Parent.Parent.Door.CanCollide= true end script.Parent.Touched:connect(onTouched)
|
|
|
| Report Abuse |
|
codboy22
|
  |
| Joined: 05 May 2012 |
| Total Posts: 598 |
|
| |