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
|
Example
local function onDescendantRemoving(ins) print(ins) end game.Workspace.DescendantRemoving:connect(onDescendantRemoving)