How do i get rid of this "the name rb2d does not exist error"

Im learning how to make pong from a website, and I’m copying the code for the scrips as i should but i keep getting these errors and i don’t know how to get rid of them. I am a Unity beginner.

rb2d doesn’t exist in your code anywhere.

I think you should rename

private Rigidbody2D rbed;

to

rb2d

Oh, thanks for pointing that out! What a stupid mistake lol! It’s because I don’t get to work on this during the day. I work on this at night, so i get tired prob.