Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Player = game.Players.LocalPlayer
- local Character = Player.Character
- local RaiseArmObject = Instance.new("Animation")
- RaiseArmObject.AnimationId = "http://www.roblox.com/asset/?id=2047135625"
- RaiseArmObject.Name = "RaiseArmAnim"
- --RaiseArmObject.Parent = Character
- local RaiseArm = Character.Humanoid:LoadAnimation(RaiseArmObject)
- RaiseArm:Play()
- local ROBLOXIDLEANIMATION = IT("Animation")
- ROBLOXIDLEANIMATION.Name = "Roblox Idle Animation"
- ROBLOXIDLEANIMATION.AnimationId = "http://www.roblox.com/asset/?id=180435571"
- local thing = Character.Humanoid:LoadAnimation(ROBLOXIDLEANIMATION)
- thing:Play()
Add Comment
Please, Sign In to add comment