Which should I use for a combat game mainly focused on player vs player?
GetPartsInPart or GetTouchingParts are probably both the most accurate ones
GetPartsInPart() is likely the optimal option.
GetPartBoundsInBox() is only used for spheres as far as I know.
GetTouchingParts() could work, but I still would reccomend GetPartsInPart() instead as touching parts requires collisions.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.