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