DescendantRemoving (Event): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Legend26
Spelling error fix
>Legend26
Spelling error fix
(No difference)

Revision as of 22:52, 8 July 2011

DescendantRemoving ( Instance descendant )
Description Fired before a descendant is removed.
Member of: Instance
Example
local function onDescendantRemoving(ins)
  print(ins)
end
game.Workspace.DescendantRemoving:connect(onDescendantRemoving)