Vector:Length
Description
Returns the Euclidean length of the vector: √(x² + y² + z²).
This is a relatively expensive process since it uses the square root. It is recommended that you use Vector:LengthSqr whenever possible.
Returns the Euclidean length of the vector: √(x² + y² + z²).