Hello, I want to make a combat game, but there’s something I don’t understand about the hitboxes and detecting damages and such, what should I use?
I was thinking of .Touched but people say it’s not effective because easy to exploit, and I’ve seen people use modulescripts like ClientCast, RacyastModule… I really don’t know what I should use, like, what do big combat games like YBA, ABA, GPO use for hitboxes? Anybody can help me with that
Personally I use the raycast hitbox made by swordphin123 whenever I want to make weapons or tools, since it’s pretty easy to understand and rays are very accurate when it comes to detecting objects while moving.
Region3’s are usually useful for a one-time hit attack, like an explosion or something since they fire instantly.