Hey guys, I need some help. I’m trying to damage this dummy when this effect touches the object, but it won’t seem to work no matter what I do. I’m using a basic .Touched function and it just doesn’t work.
Any help?
Demonstration video:
Hey guys, I need some help. I’m trying to damage this dummy when this effect touches the object, but it won’t seem to work no matter what I do. I’m using a basic .Touched function and it just doesn’t work.
Any help?
Demonstration video:
Sadly touched doesn’t work if you move it with CFrame (learnt that when I tried making a fireball)
You could try using this thats what I used but not sure if it would work in your case
Alright ill try this, thank you
You can also use BasePart:GetTouchingParts
.
Oh my gosh, this worked you’re a life saver thank you so much!