-- Vector2D(x, y) local vecVariable = Vector2D(0, 0) vecVariable.x = 0 vecVariable.y = 25
Last updated 2 years ago