Skip to content

Magnitude

Description

Magnitude is a Function
Returns the magnitude of this Vector3.

Example
local testVariable = Magnitude(Vector3.New(1, 1, 1))
Usage

network usage: Any (Client or Server/Host)
returns: float
parameters:
- vector (Vector3)