Dragon Ball Z: Light of Hope Actor Interviews

Robot Underdog published the first interviews with the Dragon Ball Z: Light of Hope actors. Who are these men and women that will bring Dragon Ball Z to life?

Above is Anton Bex who plays the role of adult Gohan in The History of Trunks timeline in which the story is set.

And here is Tyler Tackett, who plays the role of the villainous Android 17.

Robot Underdog screened through hundreds of potential actors in the Los Angeles area to find these two, and I think they did a great job.

What do you think of the casting and background of these actors?

Do they have the potential to do DBZ justice?



//Get only the approved comments $args = array( 'status' => 'approve' ); // The comment Query $comments_query = new WP_Comment_Query; $comments = $comments_query->query( $args ); // Comment Loop if ( $comments ) { foreach ( $comments as $comment ) { echo '

' . $comment->comment_content . '

'; } } else { echo 'No comments found.'; }