DescendantRemoving (Event): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Flurite No edit summary |
>Flurite No edit summary |
(No difference)
|
Revision as of 22:04, 20 March 2012
DescendantRemoving ( Instance descendant ) | |
Description | Fired before a descendant is removed. |
---|---|
Member of: | Instance |
Example
local function onDescendantRemoving(ins)
print(ins.Name)
end
game.Workspace.DescendantRemoving:connect(onDescendantRemoving)