Skip to content

New

Description

New is a Function on Vector3
Creates a new Vector3 using the given values.

Example
local testVariable = Vector3.New(1.0, 1.0, 1.0)
Usage

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