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 !!!
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