DescendantRemoving (Event): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>SoulStealer9875 No edit summary |
>SoulStealer9875 No edit summary |
(No difference)
|
Revision as of 13:07, 10 July 2011
|
Example
local function onDescendantRemoving(ins) print(ins.Name) end game.Workspace.DescendantRemoving:connect(onDescendantRemoving)