Hi i made a game at http://www.roblox.com/games/357443006/The-Horror-House and i have 3 Scream NPC'S and 2 or 3 Jeff the Killers in it too and i have 2 teams in the game. A Killers team and a Victims team. I want the NPC'S to not kill the players on the Killers team but can kill the players on the Victims team. Can you please put a working script for me to fix this.
#183807079Wednesday, February 17, 2016 4:51 AM GMT
if player.TeamColor ~= BrickColor.new("Really red") then --If the team colour is really red then it will ignore the player otherwise it will carry on. "~=" means not equal to
end