DescendantRemoving (Event)

From Legacy Roblox Wiki
Revision as of 22:52, 8 July 2011 by >Legend26 (Spelling error fix)
Jump to navigationJump to search
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)