How do I do I make so character equips something with a certain animation?
Yourtool.Equipped:Connect(function() -- Equipped is the event for as it says, equipping tools
-- anim track plays here
end)
1 Like