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

Im wondering is it possible to make it so that when the touched event is fired, an animation plays?

Asked by 3 years ago

So um im just curius is that possible?

1
also im sorta a new scripter so all of ya'll r prob rolling ur eyes at me rn lol TypicalVictorlks 17 — 3y

1 answer

Log in to vote
0
Answered by
3F1VE 257 Moderation Voter
3 years ago
Edited 3 years ago

Yes it is. IF you do you should add a debounce like

local debounce = false
wait(5)
debounce = true
Ad

Answer this question