Remove (Function): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer
No edit summary
>NXTBoy
There, fixed :P
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{CatUp|Functions}}
#REDIRECT [[Remove (Method)]]
 
{|
|<onlyinclude>{{Function|
name                  = Remove
|arguments            =
|returns              = n/a
|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)
|}

Latest revision as of 08:41, 27 December 2010

Redirect to: