So, do you think it will work if I add another X,Y,Z Coords to the original one? Just something like this
Original: local markerPos = vector3(473.36, -1023.25, 28.13)
Something like this local markerPos = vector3(Different coord, -Different coord, Different coord)
and then just keep adding lines like that, do you think it will work?