I’m making a system where I want to make an object appear between two players or three players, even more! However, I don’t know if the mathematics of (PointA + PointB)/2 would work for this case.
Edit: (PointA + PointB + PointC) / 3, I saw now.
I’m making a system where I want to make an object appear between two players or three players, even more! However, I don’t know if the mathematics of (PointA + PointB)/2 would work for this case.
Edit: (PointA + PointB + PointC) / 3, I saw now.
Yes, it would work.
The sum of all positions divided by the number of positions.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.