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

How do you make animation play on click I don't understand!! Examples!?

Asked by 9 years ago

How do you make animation play on click I don't understand!! Examples!?

1 answer

Log in to vote
0
Answered by
Marios2 360 Moderation Voter
9 years ago

We need more info such as, what to click for animation to play?

Also, it is better if the description differs from the title.


You use Humanoid:LoadAnimation followed by Play() for an animation to be played. Like

pushanimation=Humanoid:LoadAnimation(script.Parent.AnAnimation)
--Insert script here
pushanimation:Play()

Needless to say i adapted this from the ROBLOX wiki

0
Like, if you were to make a "force push" tool, how would you do it? How would you make an animations play and how do you push the player back and make them sit? TheReapersComing 0 — 9y
Ad

Answer this question