of     1   

CardsOfFate
#182839490Monday, February 01, 2016 6:58 PM GMT

Is it possible to run something everytime a part is added to a model?
[rfa#hidefromsearch]
#182839550Monday, February 01, 2016 6:59 PM GMT

[rfa#hidefromsearch]
3DReality
#182839565Monday, February 01, 2016 7:00 PM GMT

script.Parent.ChildAdded:connect(function(child) --code end) This :?
CardsOfFate
#182840822Monday, February 01, 2016 7:42 PM GMT

script.Parent.ChildAdded:connect(function(child) end) I take it 'child' is the last child that was added to the Model?
128Gigabytes
#182842526Monday, February 01, 2016 8:25 PM GMT

CardsOfFate
#182870765Tuesday, February 02, 2016 4:09 AM GMT

Whats the difference between ChildAdded and DescendantAdded?
lapladav
#182870841Tuesday, February 02, 2016 4:11 AM GMT

I think Child is a direct Child to the Parent targeted while Descendent added will run also if a child is added to the child from the parent targeted.
SippinBubbly
#182870912Tuesday, February 02, 2016 4:12 AM GMT

Model -Child --Descendant I think child is also a descendant

    of     1