Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. local anim = Instance.new'Animation'
  2. anim.AnimationId = 'rbxassetid://2176551244'
  3.  
  4.  
  5. local animtrack = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(anim)
  6. animtrack.Looped = false
  7. animtrack:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement