of     1   

pippo841
#108361076Sunday, August 04, 2013 6:00 PM GMT

I need to figure out how to remove all forcefields! Please help! [ - Pippo - ]
pippo841
#108361535Sunday, August 04, 2013 6:04 PM GMT

bumop! [ - Pippo - ]
pippo841
#108363970Sunday, August 04, 2013 6:22 PM GMT

Is there a config file or something? [ - Pippo - ]
sonickyle
#108462263Monday, August 05, 2013 7:09 AM GMT

Change the Forcefield time in your Spawnpoints.
iSyc
#108466930Monday, August 05, 2013 8:20 AM GMT

--iSyc stuff = workspace:GetChildren() for i ,v in pairs(stuff) do if v.ClassName == "SpawnLocation" then v.Duration = 0 end end --iSyc ^Copy and paste that into a script, in your game. That SHOULD prevent the Forcefield, if it doesn't, tell me.

    of     1