Vector
Vector.new():
Creates new Vector object (+inf, +inf, +inf)Vector.new(float x, float y, float z):
Creates new Vector object (x, y, z)float x
x value of objectfloat y
y value of objectfloat z
z value of objectfloat Length()
Last updated