Advertisement
sIendytubble

worship

Jul 18th, 2020
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. oof = Instance.new("Animation",workspace)
  2. oof.AnimationId = "rbxassetid://182749109"
  3. function boom(dad)
  4. coroutine.resume(coroutine.create(function()
  5. local dad = dad.Character
  6. local so = function(id,par,vol,pit)
  7. local sou = Instance.new("Sound", workspace)
  8. sou.Volume=vol + 7
  9. sou.Pitch=pit or 1
  10. sou.SoundId=id
  11. sou:play()
  12. game:GetService("Debris"):AddItem(sou,6)
  13. end
  14. dad.Humanoid:LoadAnimation(oof):Play()
  15. game:GetService'Chat':Chat(dad.Head, ("PRAISE ALLAH "..math.random(2000).." TIMES A DAY!!!! ALLAH AKBAR"), "Red")
  16. wait'5'
  17. for i = 1,6 do
  18. local sad = Instance.new'Explosion'
  19. sad.Position = dad.Head.Position + Vector3.new(math.random(15), math.random(15), math.random(15))
  20. sad.BlastRadius = 350
  21. sad.DestroyJointRadiusPercent = 0
  22. sad.Parent = workspace
  23. end
  24. dad:BreakJoints()
  25. so("rbxassetid://134854740",dad.Head,1,1.3)
  26. so("rbxassetid://247893371",dad.Head,2.5,1)
  27. so("rbxassetid://137994058",dad.Head,1,1)
  28. so("rbxassetid://165969964",dad.Head,1,1)
  29. end))
  30. end
  31. for i,v in pairs(game.Players:GetChildren()) do
  32. boom(v)
  33. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement