Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Player = game.Players.LocalPlayer
- Character = Player.Character
- Mouse = Player:GetMouse()
- RightShoulder = Player.Character.Torso["Right Shoulder"]
- Mouse.KeyDown:connect(function(key)
- key = key:lower()
- if key == "q" then
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://843079631"
- PlayAnim = Character.Humanoid:LoadAnimation(Anim)
- PlayAnim:Play()
- end
- end)
Add Comment
Please, Sign In to add comment