Advertisement
Guest User

AllahuAkbar

a guest
Sep 22nd, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. game:GetService("Chat"):Chat(v.Character.Head, "ALLAHU AKBAR!!! HEIL PLANE CRASHES!!!", Enum.ChatColor.Blue)
  2. AKBAR=Instance.new('Sound', v.Character.Head)
  3. AKBAR.SoundId = 'rbxassetid://396873260'
  4. AKBAR.Volume = 15
  5. AKBAR.Pitch = 0.25
  6. AKBAR.Looped = false
  7. AKBAR:Play()
  8. wait(2.6)
  9. AKBAR:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement