|
| 26 Oct 2014 07:51 PM |
local virus = {"Fire","Vaccine"} function scan(v) for x,y in pairs(v:GetChildren()) do for i = 1,#virus do if #y:GetChildren() > 0 and y.Name ~= virus[i] then scan(y) elseif y.Name == virus[i] then y:Destroy() end end end end scan(workspace)
and i remember 3 months ago taking over a week to remove a virus from my tribe race track place and the virus came back too lol
if you want the script
http://www.roblox.com/verbalAKsprays-Virus-Remover-item?id=184270743 |
|
|
| Report Abuse |
|
|
|
| 26 Oct 2014 07:52 PM |
not the best but its good, it removes them & thats all you need
especially the ones that duplicate whenever theyre removed |
|
|
| Report Abuse |
|
|
Schweg
|
  |
| Joined: 09 May 2014 |
| Total Posts: 1854 |
|
|
| 26 Oct 2014 07:53 PM |
wow thanks kaeron
monkeytom22//2010-2013 lmader |
|
|
| Report Abuse |
|
|
| |
|
CalmHulk
|
  |
| Joined: 23 Oct 2010 |
| Total Posts: 12274 |
|
|
| 26 Oct 2014 07:58 PM |
| how does a roblox game get a virus? |
|
|
| Report Abuse |
|
|
| |
|
Collogue
|
  |
| Joined: 30 Sep 2014 |
| Total Posts: 1923 |
|
|
| 26 Oct 2014 07:59 PM |
This will only work if the virus is named virus
Smh |
|
|
| Report Abuse |
|
|
|
| 26 Oct 2014 08:00 PM |
then change "Virus" to watever
Seasonal is lyfe |
|
|
| Report Abuse |
|
|
|
| 26 Oct 2014 08:00 PM |
collogue...
idk if youre being serious |
|
|
| Report Abuse |
|
|
|
| 26 Oct 2014 08:00 PM |
collogue, find the name of the virus and rename it
Never forget. |R$645 |
|
|
| Report Abuse |
|
|
|
| 26 Oct 2014 08:01 PM |
{"Fire","Vaccine"}
so it searches for anything in between the { } |
|
|
| Report Abuse |
|
|
| |
|