Remove (Method)

From Legacy Roblox Wiki
Revision as of 00:26, 21 December 2011 by >Legend26
Jump to navigationJump to search
Deprecated:This item is deprecated. Do not use it for new work. Use Destroy instead.
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()