Data Types
Vector3
API Documentation for Vector3 datatype.
Constructors
Vector3.new(x, y, z)
x
, y
and z
must be integers! An example:
Properties
x
The property x component of the Vector3
y
The property y component of the Vector3
z
The property z component of the Vector3