DescendantAdded (Event): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Flurite
No edit summary
>Flurite
No edit summary
(No difference)

Revision as of 01:52, 25 March 2012

DescendantAdded ( Instance descendant )
Description Fired after a descendant is added.
Member of: Instance


Example

local function onDescendantAdded(ins)

 print(ins)

end game.Workspace.DescendantAdded:connect(onDescendantAdded)