Alternatives to touched event


I have this sword and I want to make an event that damages players that touch it, im not sure if i should use the touched event or something.

Well yes, you could use the .Touched event and probably add debounce so it won’t fire multiple times, unless that’s what you want. You could also try raycasting… but that’s up to you.

1 Like