local Position = {} function Position.At(x, y) return { X = x, Y = y } end return Position;