|
| 25 Jun 2014 02:59 AM |
I mean..is it possible to use :GetChildren on a :connect function like #x:connect <-- that wont work
if yes,then can you give me a sample?
if not,then i will going to manually do :connect function |
|
|
| Report Abuse |
|
|
| 25 Jun 2014 03:28 AM |
for i,v in pairs(Table) do v:connect(FunctionName) end |
|
|
| Report Abuse |
|
|
| 25 Jun 2014 03:29 AM |
Rather v.EVENT:connect(FunctionName) |
|
|
| Report Abuse |
|