|
| 25 Nov 2014 07:29 PM |
How would you do that?
B = game.Workspace:GetChildren() for i = 1, #B do (what goes after?) |
|
|
| Report Abuse |
|
|
|
| 25 Nov 2014 07:30 PM |
B = game.Workspace:GetChildren() for i = 1, #B do while i do print(i) end end |
|
|
| Report Abuse |
|
|
| |
|
|
| 25 Nov 2014 07:56 PM |
| That just makes a bunch of ones in the output. I meant ONE number. So if there was 27 models in workspace it'd put 27. Not 27 ones. |
|
|
| Report Abuse |
|
|
AntiFiter
|
  |
| Joined: 14 May 2009 |
| Total Posts: 12290 |
|
| |
|
| |
|