Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2. local sound = Instance.new("Sound", player.Character.Torso)
  3. sound.SoundId = "rbxassetid://1246891273"
  4. sound.Playing = true
  5. sound.Volume = 10
  6. game:GetService("Chat"):Chat(player.Character.Head,"I don´t know what ya-", Enum.ChatColor.White)
  7. wait(1)
  8. game:GetService("Chat"):Chat(player.Character.Head,"AAAAAA", Enum.ChatColor.White)
  9. wait(1)
  10. game:GetService("Chat"):Chat(player.Character.Head,"YOU BETTER STOP!", Enum.ChatColor.White)
  11. wait(1)
  12. game:GetService("Chat"):Chat(player.Character.Head,"STOP!", Enum.ChatColor.White)
  13. wait(1)
  14. game:GetService("Chat"):Chat(player.Character.Head,"BITCH STOP!", Enum.ChatColor.Red)
  15. wait(1)
  16. game:GetService("Chat"):Chat(player.Character.Head,"*Airhorn sound* AAAAA", Enum.ChatColor.Red)
  17. wait(2)
  18. sound:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement