Axelpuff

Untitled

Jul 9th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. local Player = game.Players.LocalPlayer
  2. local Character = Player.Character
  3.  
  4. local RaiseArmObject = Instance.new("Animation")
  5. RaiseArmObject.AnimationId = "http://www.roblox.com/asset/?id=2047135625"
  6. RaiseArmObject.Name = "RaiseArmAnim"
  7. --RaiseArmObject.Parent = Character
  8. local RaiseArm = Character.Humanoid:LoadAnimation(RaiseArmObject)
  9. RaiseArm:Play()
  10.  
  11. local ROBLOXIDLEANIMATION = IT("Animation")
  12. ROBLOXIDLEANIMATION.Name = "Roblox Idle Animation"
  13. ROBLOXIDLEANIMATION.AnimationId = "http://www.roblox.com/asset/?id=180435571"
  14. local thing = Character.Humanoid:LoadAnimation(ROBLOXIDLEANIMATION)
  15. thing:Play()
Add Comment
Please, Sign In to add comment