Dragon Ball Z: Light of Hope Thanks!

Dragon Ball Z: Light of Hope’s crowd funding campaign raised $6,827! Thank you!!

You guys rock the dragon!! Thank you so much for donating and sharing the campaign across the internet. This funding will increase the power level of our web series by allowing us to buy costumes, makeup, superior equipment, secure locations, pay for the gym, combat training, and use wire equipment.

Now we can take this project to the DBZ EXTREME!!!

Even though we didn’t reach our goal of “Over 9,000!” we’re still giving it our best. As Goku says, “I won’t know unless I try!” So we’ll do whatever it takes to make Dragon Ball Z come to life.

Everyone who shared our project, Liked it, or donated, helped to make this possible.

dragon ball z light of hope jack wald trunks

If you’d still like to donate and receive the same perks, please go to Robot Underdog’s Patreon page. You can submit a donation of as little as $1 to receive your name in the credits of each episode.

This is a non-profit project that we’re doing for the fans.

Thanks again!!



//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.'; }