How could I raycast a punching script

Hey, I want to to how to raycast fists. I wan’t to make a combat script with RaycastHitboxV4 with fists if anyone could help or give me an example I would appreciate it

You can look at the github, devforum posts or through the scripts for info about it’s methods.

As from what I know you can use the Hit method to detect whenever a ray gets hit and therefore do damage it’s humanoid by using Humanoid:TakeDamage(DAMAGE)