So basically, ive got a table that has the player inside as an index with some values inside and i wanna remove the player entirely from the table :
ive tried :
this is because table.find looks for the index with the value you provide it and returns an index as a number or nil if no index has that value. Instead you’ll have to use the player as the index