Removing a player from table when leaving Region3

Soo my issue is that it removes players when leaving the region as it should but it always keeps one in, i need to remove EVERY player that is not in it.


(i am like 200m away from the region but i am still in the table)
image

1 Like

try table.remove(playerInBounds, playerIndex -1)

1 Like

Didn’t work, it just always keeps one player and removes others

1 Like