Advertisement
Hmm465_Gaming

ALLUH AKBAR!!

Feb 6th, 2018
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.49 KB | None | 0 0
  1. local aa = Instance.new("Sound", workspace)
  2. aa.SoundId = "rbxassetid://396873260"
  3. aa.PlaybackSpeed = 0.25
  4. aa.Volume = 100
  5. aa.Name = "allahu akbar"
  6. aa.Looped = false
  7. aa:Play()
  8. wait(2)
  9. boom = Instance.new("Explosion", game.Players.LocalPlayer.Character.Torso)
  10. boom.Position = game.Players.LocalPlayer.Character.Torso.Position
  11. local bb = Instance.new("Sound", workspace)
  12. bb.SoundId = "rbxassetid://315775189"
  13. bb.PlaybackSpeed = 1
  14. bb.Volume = 100
  15. bb.Name = "boom"
  16. bb.Looped = false
  17. bb:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement