Why the player does not move, although the number of X,Y and Z changes?

Why the player does not move, although the number of X,Y and Z changes?

You should be using “FixedUpdate” instead of “Update”.

Also in the vector 3 parameters, you have the spacing wrong, put a space after each comma not before it.