of     1   

ninjaguy77777
#215811327Tuesday, May 02, 2017 10:04 PM GMT

script.Parent.Touched:connect(function(p) if p.Parent:FindFirstChild("Humanoid") ~= nil then local plr = game.Players:FindFirstChild(""..p.Parent.Name) if plr.TeamColor == script.Parent.BrickColor then plr.Character.EnemySide.Value = false elseif not plr.TeamColor == script.Parent.BrickColor then plr.Character.EnemySide.Value = true end end end) shadilay
spinywind
#215811689Tuesday, May 02, 2017 10:09 PM GMT

script.Parent.Touched:connect(function(Character) if Character.Parent:FindFirstChild("Humanoid") ~= nil then local Player = game.Players:FindFirstChild(Character.Parent.Name) if Player.TeamColor == script.Parent.BrickColor then Player.Character.EnemySide.Value = false elseif not Player.TeamColor == script.Parent.BrickColor then Player.Character.EnemySide.Value = true end; end; end); #Code print("Look behind you huehuehuehue")
ninjaguy77777
#215811779Tuesday, May 02, 2017 10:10 PM GMT

doesnt work qq shadilay
spinywind
#215811847Tuesday, May 02, 2017 10:11 PM GMT

Worked fine for me #Code print("Look behind you huehuehuehue")
ninjaguy77777
#215811948Tuesday, May 02, 2017 10:13 PM GMT

i noticed something i made the value true manually and whenever i go onto the part it makes it false even though it equals my teamcolor shadilay
ninjaguy77777
#215812162Tuesday, May 02, 2017 10:17 PM GMT

nvm im being dumb lol shadilay
ninjaguy77777
#215829352Wednesday, May 03, 2017 2:41 AM GMT

bump (doesnt work) shadilay
spinywind
#215830206Wednesday, May 03, 2017 2:55 AM GMT

Then your doing something wrong. #Code print("Look behind you huehuehuehue")

    of     1