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

How do I activate an animation when a players says "anim/"? [closed]

Asked by 9 years ago

Here is what I have done so far

game.Players.PlayerAdded:connect(function(p)
    p.Chatted:connect(function(m)
    if m == "anim/" then
    --Rest of code I do not know.
    end
    end)
end)
0
Please don't thumbs down. I just need help. fireboltofdeath 635 — 9y

Closed as Not Constructive by Articulating

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?