Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- script.Parent.Equipped:Connect(function(Mouse)
- Mouse.Button1Down:Connect(function()
- animation = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(script.Parent.Animation)
- animation:Play()
- end)
- end)
- script.Parent.Unequipped:Connect(function()
- animation:Stop()
- end)
Add Comment
Please, Sign In to add comment