Remove (Function): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>ArceusInator
There's a box at the end and I don't know how to get rid of it. Help appreciated.
>NXTBoy
There, fixed :P
Line 1: Line 1:
{{CatUp|Functions}}
#REDIRECT [[Remove (Method)]]
 
{|
|<onlyinclude>{{Function|
name                  = Remove
|arguments            =
|returns              = [[nil]]
|description          = Sets the Parent property to [[nil]] and calls Remove() on all children
|object              = Global
|}}
</onlyinclude>
 
 
 
 
 
 
 
 
 
 
 
 
==Example==
{{CodeExample}}
 
function onTouched(hit)
script.Parent:Remove()
end
 
script.Parent.Touched:connect(onTouched)
|}

Revision as of 08:41, 27 December 2010

Redirect to: