|
| 01 Jan 2015 10:17 AM |
| What happens if I delete it? Less lag? |
|
|
| Report Abuse |
|
durpflip
|
  |
| Joined: 09 Sep 2008 |
| Total Posts: 8230 |
|
|
| 01 Jan 2015 10:39 AM |
unless you're using more than 50% of your CPU and RAM just on studio then no it doesn't do anything
mv /home/siggy /dev/null |
|
|
| Report Abuse |
|
|
| 01 Jan 2015 10:40 AM |
Yes it can lag you real good. There is usually a script called 'spread', you need to find and remove that first. Then you can delete the dang objects.
Use this script in the command bar of your game in studio. Change both words 'Fire' to the name of your infected object. Thank SCARFACIAL for this.
while Game:FindFirstChild("Fire", true) or Game:FindFirstChild("Spread", true) do (Game:FindFirstChild("Fire", true) or Game:FindFirstChild("Spread", true)):Remove() end
|
|
|
| Report Abuse |
|