ChildAdded (Event): Difference between revisions
From Goodblox Wiki
Jump to navigationJump to search
Pizzaboxer (talk | contribs) (Created page with "<onlyinclude>{{Event| name = ChildAdded |arguments = Instance Child |description = Fired after a child is added. |object...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{CatUp|Events}} | |||
<onlyinclude>{{Event| | <onlyinclude>{{Event| | ||
name = ChildAdded | name = ChildAdded |
Revision as of 04:07, 22 September 2021
Event | |
---|---|
Syntax | ChildAdded( Instance Child ) |
Description: | Fired after a child is added. |
In Object: | Global |
function onChildAdded(child) print (child.Name) end game.Workspace.ChildAdded:connect(onChildAdded)