Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do i make a block when touched will trigger a npc animation?

Asked by 5 years ago

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

1 answer

Log in to vote
2
Answered by
valchip 789 Moderation Voter
5 years ago
Edited 5 years ago

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.

0
You forgot how to mention loading an animation into a humanoid works. EpicMetatableMoment 1444 — 5y
0
^^^ valchip 789 — 5y
Ad

Answer this question