Frogger Car Script help

Hello im a beginner in the coding and ive been watch brackleys frogger playlist but when i tried to type the script for the car it keeps giving me an error…

void fixedUpdate () {-------------------------------------------
---- rb.MovePosition (rb.position + Vector2.right Time.fixedDeltatime);-----------------------------------------
—^------------------------------------------------------------------
The bolded time is what keeps messing up, could anyone help me? P.S. Im trying to make the car move, and the - are just empty space.

I believe you have to multiply the two together using (*). It should read

Vector2.right * Time.fixedDeltatime