How do you make animation play on click I don't understand!! Examples!?
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