|
| 30 Mar 2013 06:50 PM |
script.Parent.Selected:connect(function(m) m.Button1Down:connect(function() hum = game.Players.LocalPlayer.Character.Humanoid anim_feet = hum:LoadAnimation(script.Parent.ShieldBash) --CHANGE ANIME TO THE NAME OF YOUR ANIMATION current = anim_feet current:Play(0.5)--How long until animation plays. end) end)
I have a swing animation but how would I make the player pick it up swing at it then stop and put it back in place I did put a click detector in it ! |
|
|
| Report Abuse |
|