ClearAllChildren (Method)
From Legacy Roblox Wiki
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()