ChildRemoved (Event): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy Format/Example |
>Camoy Format/Example |
(No difference)
|
Revision as of 13:53, 29 August 2010
|
Example
function onChildRemoved(child) print (child.Name) end game.Workspace.ChildRemoved:connect(onChildRemoved)