Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make multiple killer Npc's kill only players from a certain team?

Asked by 8 years ago

Hi i made a horror game at http://www.roblox.com/games/357443006/The-Horror-House and i have 2 teams in it. A Killers team and a Victims Team. I want the Killer NPC'S Jeff the killer, and Scream to kill only the players on the Victims team and not the Killers team.

0
thank you titanicguy54 0 — 8y
0
it works but i cant seem to make it kill the other team titanicguy54 0 — 8y

1 answer

Log in to vote
0
Answered by
P100D 590 Moderation Voter
8 years ago
if player.TeamColor == "Bright red" do --Or whatever team you want to ignore
    --Do nothing
else
    --Follow, and kill target here
end
Ad

Answer this question