GetInTable - EdgeIY/infiniteyield GitHub Wiki
any GetInTable(<table> t, <any> value)
Returns the index of a value in a table. Returns the index if the value is found and false if the value is not found. Keep in mind that this function only works with sorted tables.
--Note: This is just a snippet
["Function"] = function(args,speaker)
print(GetInTable(getPlayer(args[1]),"ROBLOX")) --> false
end