Can you say me where is a problem ?

Can you help me ? what iam doing wrong ?
first float is right but second is wrong and when i delete second float…
console is saying error in Vector3.

Where are you getting those codes…

The error points you on lines 8 and 9 are missing semicolons “;” at the end of the line, but that’s not the only problem with your code.

Here I’ve answered just few min ago to the very same code with almost the same errors as you have.