Advertisement
yougotoof

Kazotskykick xd

Dec 19th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. AnimationId = "332480815"
  2. local Anim = Instance.new("Animation")
  3. Anim.AnimationId = "rbxassetid://"..AnimationId
  4. local k = game.Players.Roxblox_Gaming.Character.Humanoid:LoadAnimation(Anim)
  5. k:Play()
  6. k:AdjustSpeed(1)
  7. wait(1)
  8. local s = Instance.new("Sound")
  9.  
  10. s.Name = "Sound"
  11. s.SoundId = "http://www.roblox.com/asset/?id=764878915"
  12. s.Volume = 100
  13. s.archivable = false
  14. s.Parent = game.Workspace
  15.  
  16. s:play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement