of     1   

Camchronic
#228205415Tuesday, November 28, 2017 11:15 PM GMT

How do I make my mouse button play an animation when I click it? This is something I've been wanting to know for a while now. your signature here
Chrounum
#228205483Tuesday, November 28, 2017 11:17 PM GMT

local Mouse = game.Players.LocalPlayer:GetMouse() Mouse.Button1Down:Connect(function() --Play Animation end) there's some psuedocode to get u started #code print("don't forget to dry the towel after use")

    of     1