You need to learn how to read errors. Print screen is too small to see, but I am sure error says, that invalid type has been asserted onto float value. position is of type Vector2, and it consists of two type floats - x and y. You tried to change them into type String - which is indicated by "" or yellow color in editor. Enter numbers, without "".
And don't use position, use global_position !!