RaycastHitbox API - Swordphin/raycastHitboxRbxl GitHub Wiki
These functions can be directly used on the module itself.
Constructors
HitboxObject RaycastHitbox.new ( instance object )
Returns a HitboxObject that contains information and functions needed for basic hit detection functionality. Will automatically call GetHitbox internally if the object already has a hitbox created previously.
Functions
HitboxObject GetHitbox ( instance object )
Returns an existing HitboxObject using the original object instance as its search parameter. Returns nil if no HitboxObject was found.