ClearAllChildren (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>SCARFACIAL Created page with "<onlyinclude>{{Method |name = ClearAllChildren |description = Calls Remove on all descendants of the Instance, but leaves the Instance itself. |object = Instan..." |
>SCARFACIAL Created page with "<onlyinclude>{{Method |name = ClearAllChildren |description = Calls Remove on all descendants of the Instance, but leaves the Instance itself. |object = Instan..." |
(No difference)
|
Revision as of 19:15, 20 December 2011
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()