V.4.01 Stable
Credits to @bagwan12345 for solving this issue (let me know if it still has inaccuracy issues when you update!). There was about a 1/8 chance the hitbox will fail to find a target. It should now find and detect all hits correctly. If you were/are experiencing any inaccuracy issues, please update your module to 4.01. This issue affects all versions of RaycastHitbox.
GoodSignal
The module now uses GoodSignal which takes advantage of Roblox’s not-so-new-anymore task library and performance improvements.
New Feature: Signal Types
You can now set if you want to use Single listeners (default RaycastHitbox behaviour) or to Default (default Roblox behaviour). More information can be found below:
local hitbox = RaycastHitbox.new()
hitbox.SignalType = RaycastHitbox.SignalType.Default
RaycastHitbox defaults to Single listener type as it is the easiest for beginners to use this module, however, it promotes bad coding practices.
Where to get this new version??!!
The cool kids club:
The cooler kids club: