Remove (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Legend26
No edit summary
>Sncplay42
No edit summary
Line 1: Line 1:
{{deprecated|Use [[Destroy (Method)|Destroy]] instead.}}
{{deprecated|Use [[Destroy (Method)|Destroy]] to completely destroy an object and [[Parent (Method)|Parent]] to store it somewhere else.}}


<onlyinclude>{{Method
<onlyinclude>{{Method

Revision as of 14:18, 21 December 2011

Deprecated:This item is deprecated. Do not use it for new work. Use Destroy to completely destroy an object and Parent to store it somewhere else.
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()