DescendantAdded (Event): Difference between revisions

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

Revision as of 00:25, 2 January 2011

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)