Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local aa = Instance.new("Sound", workspace)
- aa.SoundId = "rbxassetid://396873260"
- aa.PlaybackSpeed = 0.25
- aa.Volume = 100
- aa.Name = "allahu akbar"
- aa.Looped = false
- aa:Play()
- wait(2)
- boom = Instance.new("Explosion", game.Players.LocalPlayer.Character.Torso)
- boom.Position = game.Players.LocalPlayer.Character.Torso.Position
- local bb = Instance.new("Sound", workspace)
- bb.SoundId = "rbxassetid://315775189"
- bb.PlaybackSpeed = 1
- bb.Volume = 100
- bb.Name = "boom"
- bb.Looped = false
- bb:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement