wasbear82
|
  |
| Joined: 05 Mar 2009 |
| Total Posts: 15 |
|
|
| 24 Feb 2014 12:50 PM |
function onTouched(hit) if hit.Name == "What ever" then hit:Remove() end end connection = script.Parent.Touched:connect(onTouched)
I want the script to remove only the parts with a special name. First one to fix it get 200 Robux =D |
|
|
| Report Abuse |
|
|
Ultraw
|
  |
| Joined: 20 Nov 2010 |
| Total Posts: 6575 |
|
|
| 24 Feb 2014 12:53 PM |
script.Parent.Touched:connect(function(hit) if hit.Name == "Partnamehere" then hit:Destroy() end) |
|
|
| Report Abuse |
|
|
Ultraw
|
  |
| Joined: 20 Nov 2010 |
| Total Posts: 6575 |
|
| |
|
wasbear82
|
  |
| Joined: 05 Mar 2009 |
| Total Posts: 15 |
|
| |
|
wasbear82
|
  |
| Joined: 05 Mar 2009 |
| Total Posts: 15 |
|
|
| 24 Feb 2014 12:57 PM |
| It works ty i will pay u nou |
|
|
| Report Abuse |
|
|