table.find is inefficient, it’s better to use the method where you use a hashmap to compare keys to see if it’s valid, as said in a previous post
   2 Likes 
 table.find is inefficient, it’s better to use the method where you use a hashmap to compare keys to see if it’s valid, as said in a previous post