How to tween a part that kills player on touch

So I want to make a chase scene for a horror game where a creature chases you down a hallway. I have tried .touched from tweening and I have heard that it does not work that way. I tried using linear velocity but it just doesnt move. I have also tried magnitude and gettouchingparts but those don’t work either. Does anyone know a good solution for this?

3 Likes

does the monster have a hitbox?

2 Likes

Yes. He does. I put the script inside of there

If you are using a LinearVelocity, you might need to weld all of the model’s parts to one root part. I am not sure which way you have tried to do this.

1 Like

Oh shoot I just realized I anchored my part :sweat_smile:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.