Hello, Im currently working on a “Pacman” game where it destroys the building and the main objective is to run away from it, however im struggling with making it destroy a part on touch, can you please tell me how this can be possibly done
You could try either .Touched, assuming the parts the pacman is attacking are unanchored, or, you could use repeatedly use BasePart:GetTouchingParts to check if the pacman is colliding with anything.
1 Like