Advertisement
yougotoof

epicmj

Jul 28th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. local animation = Instance.new("Animation")
  2. animation.AnimationId = "http://www.roblox.com/Asset?ID=3552623119"
  3. local animTrack = game.Players.QuiIity.Character.Humanoid:LoadAnimation(animation)
  4. animTrack:Play()
  5. local s = Instance.new("Sound")
  6. s.Name = "Sound"
  7. s.SoundId = "http://www.roblox.com/asset/?id=1418915218"
  8. s.Volume = 3
  9. s.Looped = true
  10. s.archivable = false
  11. s.Parent = game.Players.QuiIity.Character.Head
  12. s:play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement