wolf586
|
  |
| Joined: 10 Jun 2009 |
| Total Posts: 2773 |
|
|
| 20 Jul 2012 11:11 AM |
Instead of using multiple variables?
"for i = 1,#x do" does each children individually. |
|
|
| Report Abuse |
|
|
UFAIL2
|
  |
| Joined: 14 Aug 2010 |
| Total Posts: 6905 |
|
|
| 20 Jul 2012 11:21 AM |
The only way is using tables.
for _, Obj in pairs(x:GetChildren()) do print(Obj.Name) end |
|
|
| Report Abuse |
|
|
wolf586
|
  |
| Joined: 10 Jun 2009 |
| Total Posts: 2773 |
|
| |
|