Which would be less expensive to use and be the best performance wise?
I am also able to implement both if needed but both seem to work well however collectionservice is my current way do I need to make any changes?
Do you use collection service with touch or?
No the players and npc’s are added to the same tag going through the list and I use magnitude to determine if they are close.
for u, c in pairs(CollectionService:GetTagged(“Combat”)) do
You should use touch with collection service instead
What is the reason for this?
Is it better for performance i’ve heard touch can be inaccurate.
You could see what limb was touch giving you access to more damage on a limb. Touch is inaccurate that is why you could use collection service with it.