of     1   

FearlessBiscuit
#155412478Friday, February 06, 2015 4:44 AM GMT

Well im trying to figure out a simple function that will play an animation when said something in chat. I've gotten the chat thing down it's the animation player it breaks. If you can make a simple function script that will be excellent !!!
FearlessBiscuit
#155413001Friday, February 06, 2015 4:56 AM GMT

bump
FearlessBiscuit
#155413395Friday, February 06, 2015 5:04 AM GMT

Bump please help T_T
Z_Doctor
#155417617Friday, February 06, 2015 7:36 AM GMT

You could look at the default one that loads in a player.
Skryptonyte
#155417712Friday, February 06, 2015 7:41 AM GMT

Anim=Instance.new("Animation") Anim.AnimationId=(Idhere) game.Players.PlayerAdded:connect(function(plr) plr.Chatted:coneect(function() plr.Character.Humanoid:LoadAnimation(Anim) end) end) May be wrong.If so then sorry

    of     1