|
| 21 Apr 2012 09:48 AM |
the first part works but the second part doesn't and it doesn't return any errors
function onTouched(hit) wait(50) script.Parent.CanCollide = False wait(70) script.Parent.CanCollide = True end script.Parent.Touched:connect(onTouched)
|
|
|
| Report Abuse |
|
|
|
| 21 Apr 2012 09:50 AM |
function onTouched(hit) wait(50) script.Parent.CanCollide = false wait(70) script.Parent.CanCollide = true end script.Parent.Touched:connect(onTouched)
I think that you just were not waiting long enough, or something else is changing it. |
|
|
| Report Abuse |
|
|
|
| 21 Apr 2012 09:59 AM |
| It is still doing what it did before |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
| |
|
Spectrial
|
  |
| Joined: 15 Mar 2012 |
| Total Posts: 3348 |
|
| |
|