so i have this problem were i’m making a round based game and when all the players a dead and the finsh players have finshed they all get teleported back to the lobby but for some reason on and off when the all of the players who didn’t get a win the round before that and theres only the players who did win last round they all get teleported when they still in a round.
for some reason in my only year of scripting i avoided using tables alot and now its came back to bite
code snippet
for i = #Finshed, 1, -1 do
table.remove(Finshed, i)
print("removed From Finsh")
end```