Good Hitbox module for Survival game

hey everyone,

i first want to apologize if this post is situated on the wrong category
please correct me

so i’m currently making a survival game based on some roblox ARG stuff and i was wondering if anyone knew a good hitbox module to make attacks for like M1s or just any ability

thank you!

i’ve seen Raycast Hitbox V4, but i feel that it’s hit detection is not very accurate
i’ve also seen MuchachoHitbox, which i think it’s good, but i just wanted to see if there was any better / accurate hitbox system that i could use

raycast hitbox is accurate

it works for melee and for ranged stuff like guns and bows

i’ll try to play around with it
thanks

You’ll probably want to just use magnitude checks for your hitboxes. They aren’t fancy, but they’re easy to use and extremely performant.

Try this hitbox class. I use it for my game

Works well, but it really depends on what type of game you want to make. I would otherwise use RaycastHitbox as it’s pretty accurate. I use hitboxes because the high accuracy from the rays isn’t needed for my game

Hope this helps!

1 Like