|
| 07 Feb 2016 04:24 PM |
| how would I make it so that a script will run if ANY part within that model is touched? |
|
|
| Report Abuse |
|
|
marfit
|
  |
| Joined: 10 Jan 2013 |
| Total Posts: 2539 |
|
|
| 07 Feb 2016 04:26 PM |
for i,v in pairs (THE MODEL:GetChildren()) do v.Touched:connect(function() CODE end end |
|
|
| Report Abuse |
|
|
|
| 07 Feb 2016 04:27 PM |
easiest way is to make a bounding box using a part on the model and just use a touch event on it
|
|
|
| Report Abuse |
|
|