|
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? |
|
cntkillmeJoin Date: 2008-04-07 Post Count: 49450 |
Rename the scripts back and delete the InfecTION and delete any script that isn't yours |
|
|
i must delete all the scripts?
i'll be there all day
Apathy is love, Apathy is life <3 |
|
|
Alright, thank you for your aid kind sir. I shall be working on that now. |
|
RTSx1Join Date: 2011-05-24 Post Count: 486 |
Caesar's Legion? MAKE IT ABOUT APES |
|
cntkillmeJoin Date: 2008-04-07 Post Count: 49450 |
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 |
|
|
How do we acces the command bar? |
|
|
cntkillmeJoin Date: 2008-04-07 Post Count: 49450 |
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. |
|
|
" While true " do workspace:FindFirstChild("Vaccine", true):Destroy(); end
Could you explain what you mean with while true. |
|
RTSx1Join Date: 2011-05-24 Post Count: 486 |
True is always true so it keeps going |
|
|
not working
fffffff
Apathy is love, Apathy is life <3 |
|
|
help :(
Apathy is love, Apathy is life <3 |
|
|
bump
Apathy is love, Apathy is life <3 |
|
iHydorrJoin Date: 2012-11-29 Post Count: 414 |
I would recomend installing RO-DEFENDER. it's a Plugin. Works really good.
Against stuff like that. |
|
|
while game:findFirstChild('INfecTION', true) ~= nil do
game:findFirstChild('INfecTION', true):Destroy();
end
|
|
|
I think it's worked with that plugin.
Thank you everyone.
Apathy is love, Apathy is life <3 |
|