How do you add when you click to attack with the sword the animation plays?
local animation = local tool = local humanoid = local anim = humanoid:LoadAnimation(animation) tool.Activated:Connect(function() anim:Play() end)
I don't know the setup you have so you'd have to add in the animation, humanoid, and tool variable
Closed as Not Constructive by Sonnenroboter, RetroGalacticGamer, namespace25, KDarren12, Nowaha, and Goulstem
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?