I don't want to manually set a part in the middle as the primary part, so any ideas how to do the math or whatever I need to do?
Or how to find the nearest model to a Vector3, that's what I'm trying to do with this in the end
Thanks in advance!
Hmm, I guess you could add the positions of all the parts in the model and find the average. For instance, if you have 24 parts in a model, you would add all of the parts' positions and then divide them by 24. That should give a center, but maybe I am wrong, I do not know. Sorry I didn't give a script, it should be simple, probably lots of variables though if you have a lot of parts...