DescendantRemoving (Event): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Emess No edit summary |
>Emess No edit summary |
(No difference)
|
Revision as of 05:19, 25 March 2011
|
Example
local function onDescendantRemoving(ins) print(ins) end game.Workspace.DescendantRemoving:connect(onDescendantRemoving)