blanman
|
  |
| Joined: 15 Mar 2008 |
| Total Posts: 1750 |
|
|
| 26 Jul 2011 10:35 AM |
I need a function that gets all of the children of a model. Im trying to add PARTS to V, Check for the children of submodels, and then add those subchildren parts, to V
Its a workaround for a script I have.
Children = newroom:getChildren() --The children stuff for i,v in pairs(Children) do ((position stuff))
Right now this is impractical because it will disconnect if any children dont have a .pos (namely models) |
|
|
| Report Abuse |
|
blanman
|
  |
| Joined: 15 Mar 2008 |
| Total Posts: 1750 |
|
|
| 26 Jul 2011 10:53 AM |
| Anyone? I just need my script to make an exception for non-parts, where if said non-part is NOT a model, it ignores it. and if it IS a model, it gets that models children and adds them to the list |
|
|
| Report Abuse |
|