of     1   

badfitz99
#141153245Tuesday, July 22, 2014 10:19 AM GMT

How can I check if the player is already in the table with this script? (tables are defined) for _, v in pairs(plrs) do if v.TeamColor == BrickColor.Red() then table.insert(enemy, v) elseif v.TeamColor == BrickColor.Blue() then table.insert(member, v) end end My legs are dangling off the edge, The bottom of the bottle is my only friend, I think I'll slit my wrists again.
badfitz99
#141153700Tuesday, July 22, 2014 10:31 AM GMT

b1 My legs are dangling off the edge, The bottom of the bottle is my only friend, I think I'll slit my wrists again.
AnonyAnonymous
#141154415Tuesday, July 22, 2014 10:50 AM GMT

You could try using something such as, if members[v.Name] ~= nil then --More Code Here end

    of     1