Is there a more consistent way to do collisions?

I am working on a sword fighting game and have noticed that the Roblox collisions are not very consistent. Are there any other approaches I could use to achieve consistent gameplay?

2 Likes

You could try using raycasts or shapecasts.

1 Like

Try this module, I use it for my melee systems and it works great and is super easy to implement.