I fixed it, but with this call:
<?php
$group_press_values = rwmb_meta( 'press_group');
if ( ! empty( $group_press_values ) ) {
foreach ( $group_press_values as $group_press_value ) {
echo $group_press_value['wysiwyg_3'];
}
}else{
echo 'empty';
};
?>
It only calls the first character of the text, i also removed the clone option from the press_group