of     1   

Vexchan
#140787398Friday, July 18, 2014 11:20 PM GMT

function died() game.Players:GetPlayers.Teamcolor=Brickcolor.new("Bright green") end game.Players.LocalPlayer.Character.Humanoid.Died:connect(died) Theres an errror on line, whats the matter with it?
sbk28
#140787504Friday, July 18, 2014 11:21 PM GMT

game.Players.LocalPlayer.TeamColor = BrickColor.new("Bright green")
Vexchan
#140787753Friday, July 18, 2014 11:24 PM GMT

Attempt to index "local Player" a nil value. Does local Player not exist?

    of     1