pong score

how do i set up scoring is a pong game when the ball hits goals? i am using bullet.

Can you explain what exactly you need? You want to check collisions, or store and show score or what?

I need to check to see if ball collides with goal and display a number on the screen that says the score.

What have you tried so far?

If you use Bullet then the most obvious way is using bulet “Contact Test”
panda3d.org/manual/index.php/Bullet_Queries
Or you has some reason to not use it?