I need help on where you can make a block when touched, will trigger a npc animation, and the block nor animation can be triggered again
Use a .Touched
event and then play the animation of the NPC, you can use debounce so the animation does not spam and also if you want it to play only once you can use debounce again.