_G.sparring = {player, player2}
for i,v in pairs(_G.sparring) do
game.Workspace.v.Died:connect(function()
print(game.Workspace.v.Name .. " has died")
end)
is there any other way to find a player in the game instead of making two iterations, kind of confused. |