of     1   

hoho999
#59236520Wednesday, December 07, 2011 11:29 PM GMT

Hey Hoho999 here, I'm making a war place and i don't know how to make team forcefields where team members can't hurt other team members but the opponents
pokemon771
#59237225Wednesday, December 07, 2011 11:40 PM GMT

You mean anti teamkill script?
eCode7
#59238207Wednesday, December 07, 2011 11:55 PM GMT

If player is in x team then table.insert(aTable, characterPlayerPath) -- CharacterPlayerPath mean game.Players.PlayerName.Character, not a string. for i = 1, #aTable do a = Instance.new("ForceField", i) end Something like that may work, I don't know... PS : Sorry for my bad grammar, I'm not english.
krodon
#59238241Wednesday, December 07, 2011 11:56 PM GMT

I'm guessing he wants one that does not kill both of you if you kill someone, but one which your bullets are harmless to them. Me, who can't script can not sadly help.
Stripeyman879
#59238398Wednesday, December 07, 2011 11:58 PM GMT

Hm
eCode7
#59238468Thursday, December 08, 2011 12:00 AM GMT

Ahh yeah... I'm tired, sorry... You have to modify gun's bullet script. When a bullet hit someone, if this person is in your team then this bullet won't hurt this person, otherwise, it will hurt this person...
shrimpoop
#59238594Thursday, December 08, 2011 12:02 AM GMT

Thats what I did.

    of     1