|
| 06 Jul 2015 03:57 AM |
Hey guys so i was wondering can you guys type up some stuff like this
function search(obj) for _, v in pairs(obj:GetChildren()) do if v.Name == "" then v:Destroy() else search(v) end end end
search(game.Workspace)
and tell me what it does (ik what this script does but i want more scripts)
|
|
|
| Report Abuse |
|
|
baskind
|
  |
| Joined: 06 Jun 2010 |
| Total Posts: 39328 |
|
| |
|
| |
|
loljik
|
  |
| Joined: 02 Mar 2011 |
| Total Posts: 12340 |
|
|
| 06 Jul 2015 03:59 AM |
script.parent:destroy() i use that to make thumbnails |
|
|
| Report Abuse |
|
|
| |
|