Skip to content

Middle

Description

Middle is a Function on Vector3
Returns a new Vector3 in the middle of two Vector3s

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

network usage: Any (Client or Server/Host)
returns: Vector3
parameters:
- a (Vector3)
- b (Vector3)