|
| 24 Nov 2011 10:49 PM |
There are 42 items in the game at ALL times.
Proof:
gameobs = {} for i,v in pairs(game:GetChildren()) do table.insert(gameobs,i,i) wait() end print(unpack(gameobs)) |
|
|
| Report Abuse |
|
|
|
| 24 Nov 2011 10:54 PM |
Instance.new('Model', game)
wutnao? |
|
|
| Report Abuse |
|
|
|
| 24 Nov 2011 10:55 PM |
| I don't think that's possible... Also, WHO'S F5ING MY THREAD? |
|
|
| Report Abuse |
|
|
|
| 24 Nov 2011 10:58 PM |
| It is possible. Try it yourself. |
|
|
| Report Abuse |
|
|
|
| 24 Nov 2011 10:59 PM |
Also, what if I run this?
game:GetService 'Teams' -- Since the Teams service doesn't exist yet, it creates it. :p |
|
|
| Report Abuse |
|
|
|
| 24 Nov 2011 11:00 PM |
I did, it added two more LOL. It was only supposed to add one, and also:
gameobs = {} for i,v in pairs(game:GetChildren()) do table.insert(gameobs,i,i) wait() end print(unpack(gameobs))
Do that multiple times. |
|
|
| Report Abuse |
|
|