Advertisement
yougotoof

kazotsky kicktest

May 24th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. local s = Instance.new("Sound")
  2. s.Name = "Sound"
  3. s.SoundId = "http://www.roblox.com/asset/?id=2058806916"
  4. s.Volume = 0.75
  5. s.PlaybackSpeed = 2
  6. s.Looped = true
  7. s:Play()
  8. s.Parent = game.Players.QuiIity.Character.Head
  9. local anim = Instance.new("Animation")
  10. anim.AnimationId = "http://www.roblox.com/asset/?id=3112877376"
  11. local p = game.Players.QuiIity.Character.Humanoid:LoadAnimation(anim)
  12. p.Looped = true
  13. p:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement