DescendantAdded (Event): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy Example added |
>Mattchewy No edit summary |
||
Line 3: | Line 3: | ||
|arguments = [[Instance]] ''descendant'' | |arguments = [[Instance]] ''descendant'' | ||
|description = Fired after a descendant is added. | |description = Fired after a descendant is added. | ||
|object = | |object = Instance | ||
|}}</onlyinclude> | |}}</onlyinclude> | ||
|} | |} |
Revision as of 00:25, 2 January 2011
|
Example
local function onDescendantAdded(ins) print(ins) end game.Workspace.DescendantAdded:connect(onDescendantAdded)