Skip to content

Direction

Description

Direction is a Function on Vector3
Returns the normalized direction from one Vector3 to another.

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

network usage: Any (Client or Server/Host)
returns: Vector3
parameters:
- from (Vector3)
- to (Vector3)