DescendantAdded (Event)

From Legacy Roblox Wiki
Revision as of 21:35, 22 July 2011 by >SCARFACIAL
Jump to navigationJump to search
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)