Advertisement
Donny526

howard

Aug 7th, 2018
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. local alien = Instance.new("Sound")
  2. alien.SoundId = "https://finobe.com/asset?id=30633"
  3. alien.Parent = game.Workspace
  4. alien.Looped = true
  5. alien.Name = "Howard"
  6. local message = Instance.new("Message")
  7. message.Parent = game.Workspace
  8. message.Text = "What a lovely day."
  9. wait(2.5)
  10. message.Text = "Wait what the fuck is that music?"
  11. alien:Play()
  12. wait(2.5)
  13. message.Text = "OH NO IT'S HOWARD!"
  14. wait(5)
  15. message:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement