Vemeric
|
  |
| Joined: 05 Dec 2012 |
| Total Posts: 462 |
|
|
| 19 Dec 2015 06:06 AM |
lol i hate doing animation trying to make a pickaxe with an IDLE animation i tried! failed help wait() player = game.Players.LocalPlayer tool = script.Parent function animate() local humanoid = player.Character:FindFirstChild("Humanoid") local animation = Instance.new("Animation", player.Character) animation.AnimationId = "http://www.roblox.com/Asset?ID=332951412"; local loadedAnimation = humanoid:LoadAnimation(animation) loadedAnimation:Play() animation.Name = "idle" end script.Parent.Equipped:connect(animate) it's a local script in tool |
|
|
| Report Abuse |
|