Vector3D

-- Vector3D(x, y, z)
local vecVariable = Vector3D(0, 0, 0)
vecVariable.x = 0
vecVariable.y = 25
vecVariable.z = 50

Last updated