So clearly in the video below my hitbox is too short because they get hit with the sword but take no damage, I tried simply extending the default sword but it broke it, how do I make the sword’s hitbox larger? Roblox 2021-04-02 22-11-31
Simply attach an invisible part that is the size of the blade to the sword, and use that part as hit detection instead of the actual blade or whatever you’re currently using. Extend the length of the invisible part to your desired length.
I don’t know how to make the invisible piece part of the hitbox.
Group the invisible part to your sword model.
Weld it to the blade, then you can use the script inside to detect the touch event of the welded part. Just make sure its cancollide off.
make another part transparency 1 anchored and use it as hitbox change its size how u want to
I used to simply increase the handle size of a linked sword, and it seemed to work
Try using this module very good for melee hitbox
Are you using a free model, or something you didn’t script? If so, search for a .Touched() event somewhere in the script for the sword. Change the part attached to the touched event to the invisible part.