ClearAllChildren (Method)

From Legacy Roblox Wiki
Revision as of 19:15, 20 December 2011 by >SCARFACIAL (Created page with "<onlyinclude>{{Method |name = ClearAllChildren |description = Calls Remove on all descendants of the Instance, but leaves the Instance itself. |object = Instan...")
Jump to navigationJump to search
ClearAllChildren( )
Returns nil
Description: Calls Remove on all descendants of the Instance, but leaves the Instance itself.
Member of: Instance


Example
game.Workspace.Model:ClearAllChildren()