Home > server > Vector3 > copy Vector3.copy() method Copies the components of a vector to the current vector. Signature: copy(vector3: Vector3): Vector3; Parameters Parameter Type Description vector3 Vector3 The vector to copy the components from. **Returns:** Vector3 The current vector.