Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- script was made by desmondwizard
- -- don't leak this or i won't make anymore scripts for anyone anymore
- plr = game.Players.LocalPlayer
- hum = plr.Character.HumanoidRootPart
- mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "l" then
- Player = "LocalPlayer"
- AnimationId = "696028900"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
- k:Play() --Play the animation
- k:AdjustSpeed(1.4)
- end
- if key == "v" then
- Player = "LocalPlayer"
- AnimationId = "695413209"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
- k:Play() --Play the animation
- k:AdjustSpeed(1.4)
- end
- if key == "c" then
- Player = "LocalPlayer"
- AnimationId = "1060181050"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
- k:Play() --Play the animation
- k:AdjustSpeed(1.4)
- end
- if key == "x" then
- Player = "LocalPlayer"
- AnimationId = "1060180407"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
- k:Play() --Play the animation
- k:AdjustSpeed(1.4)
- end
- if key == "z" then
- Player = "LocalPlayer"
- AnimationId = "695995381"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
- k:Play() --Play the animation
- k:AdjustSpeed(1.4)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment