of     1   

nowihaveyou
#133116321Friday, May 09, 2014 12:30 AM GMT

well basically Back in 2011 i used the stamper tool for bricks the bricks have inside of them: Fire RobloxStamper and RobloxModel does keeping these in each brick, well will it cause any lagg? or is it fine to keep them there and not expect any difference then them not being there
Haydenfire098
#133118314Friday, May 09, 2014 12:49 AM GMT

With a lot of blocks like that it will cause noticable lag. Try to remove them and see if they still work.
Wrought_Bloxon
#133131279Friday, May 09, 2014 2:50 AM GMT

That sounds like the freemodel virus so to speak. If you look through everything in workspace you can find a spread script. That is what puts it in your parts. You can modify this code and use it in command bar in studio. You can change fire to get rid of the others. This only works if the script is named spread. If you have a different script name then change to that. while Game:FindFirstChild("Fire", true) or Game:FindFirstChild("Spread", true) do (Game:FindFirstChild("Fire", true) or Game:FindFirstChild("Spread", true)):Remove() end

    of     1