Remove (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Popinman322
Changed deprecated notice to the one provided by the object browser, which provides additional information.
>Popinman322
Changed deprecated notice to the one provided by the object browser, which provides additional information.
(No difference)

Revision as of 00:53, 13 February 2012

Deprecated:This item is deprecated. Do not use it for new work. Use ClearAllChildren to get rid of all child objects, or Destroy to completely destroy this object and its descendants. If you have to remove an object from the game, set its Parent property to nil.
Remove( )
Returns nil
Description: Sets the Parent property to nil and calls Remove() on all children.
Member of: Instance


Example
This is an example of removing a part in the Workspace. Make sure there is one there before trying this.
game.Workspace.Part:Remove()