My script gets multiple parts from workspace and prints their position (for personal use) But when they return, they don't return as
1,1,1 2,2,2 3,3,3
they return more like
1,1,1 2,1.9999998,2 3.0000001,3,3
and I'm wondering why.
All help is appreciated!