of     1   

RodacKaddin
#141161733Tuesday, July 22, 2014 1:48 PM GMT

I am the leader of a group called "Caesar's Legion" And for some reason our new updated version of the base is not loading, and in all the bricks of the server is a script named "Vaccine" and another item called INfecTION, Does anyone know how to remove them?
cntkillme
#141161767Tuesday, July 22, 2014 1:49 PM GMT

Rename the scripts back and delete the InfecTION and delete any script that isn't yours
HopelessSoul
#141161847Tuesday, July 22, 2014 1:50 PM GMT

i must delete all the scripts? i'll be there all day Apathy is love, Apathy is life <3
RodacKaddin
#141161850Tuesday, July 22, 2014 1:50 PM GMT

Alright, thank you for your aid kind sir. I shall be working on that now.
RTSx1
#141161896Tuesday, July 22, 2014 1:51 PM GMT

Caesar's Legion? MAKE IT ABOUT APES
cntkillme
#141161912Tuesday, July 22, 2014 1:52 PM GMT

If all the "Vaccine" scripts are named the same, you can just do a simple loop to delete them all at once (run in command bar): while true do workspace:FindFirstChild("Vaccine", true):Destroy(); end
RodacKaddin
#141161978Tuesday, July 22, 2014 1:53 PM GMT

How do we acces the command bar?
RodacKaddin
#141162039Tuesday, July 22, 2014 1:54 PM GMT

Nevermind, i see it
cntkillme
#141162122Tuesday, July 22, 2014 1:56 PM GMT

From old studio's interface: view->toolbars->command bar. From the new one I don't know. It should be on the bottom of your screen by default I think.
RodacKaddin
#141162523Tuesday, July 22, 2014 2:03 PM GMT

" While true " do workspace:FindFirstChild("Vaccine", true):Destroy(); end Could you explain what you mean with while true.
RTSx1
#141162735Tuesday, July 22, 2014 2:08 PM GMT

True is always true so it keeps going
HopelessSoul
#141162921Tuesday, July 22, 2014 2:11 PM GMT

not working fffffff Apathy is love, Apathy is life <3
HopelessSoul
#141163152Tuesday, July 22, 2014 2:16 PM GMT

help :( Apathy is love, Apathy is life <3
HopelessSoul
#141163681Tuesday, July 22, 2014 2:26 PM GMT

bump Apathy is love, Apathy is life <3
iHydorr
#141163886Tuesday, July 22, 2014 2:30 PM GMT

I would recomend installing RO-DEFENDER. it's a Plugin. Works really good. Against stuff like that.
VerifiedName
#141164169Tuesday, July 22, 2014 2:35 PM GMT

while game:findFirstChild('INfecTION', true) ~= nil do game:findFirstChild('INfecTION', true):Destroy(); end
HopelessSoul
#141164423Tuesday, July 22, 2014 2:40 PM GMT

I think it's worked with that plugin. Thank you everyone. Apathy is love, Apathy is life <3

    of     1