#Combat system help
11 messages · Page 1 of 1 (latest)
.Touch is a HORRIBLE hitbox system, and can be counter acted by standing still, instead use
https://create.roblox.com/docs/reference/engine/classes/WorldRoot#GetPartBoundsInBox
Worksapce:GetPartBoundsInBox()
with this you can adjust the size of the hitbox and its cframe and it is very acurate
if you are having issues with he hitbox and theres no errors i sugest visulising it, making a new part setting its cframe and size to the same as the Workspace:GetPartBoundsInBox()
and that will bascially display the hitbox
I know its horrible, he asked what he could get with the part he sent. The best method is not even GetPartBoundsInBox, its raycast