Scales the vector by the given number (that means x, y and z are multiplied by that value) or Vector.
Scales a vector by 250.
If you don't want to set your vector to the result, and just return a new vector as the result. You can use a ' * ' operator to multiply a vector with a scalar.