Advertisement
Guest User

asd

a guest
Oct 20th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. Rickroll
  2. local s = Instance.new("Sound")
  3.  
  4. s.Name = "Sound"
  5. s.SoundId = "http://www.roblox.com/asset/?id=2027611"
  6. s.Volume = 1
  7. s.Looped = false
  8. s.archivable = false
  9. s.PlayOnRemove = true
  10. s.Parent = script
  11. wait(1)
  12. s:play()
  13. wait(19)
  14. h = Instance.new("Hint")
  15. h.Parent = script
  16. h.Text = "We're no strangers to love"
  17. wait(4.3)
  18. h.Text = "You know the rules and so do I!"
  19. wait(4.3)
  20. h.Text = "A full commitment's what I'm thinking of"
  21. wait(4.3)
  22. h.Text = "You wouldnt get this from any other guy!"
  23. wait(4)
  24. h.Text = "I just wanna tell you how I'm feeling"
  25. wait(4)
  26. h.Text = "Gotta make you understand"
  27. wait(3)
  28. h.Text = "Never gonna give you up"
  29. wait(2.5)
  30. h.Text = "Never gonna let you down"
  31. wait(2.5)
  32. h.Text = "Never gonna run around and desert you"
  33. wait(4)
  34. h.Text = "Never gonna make you cry"
  35. wait(2.7)
  36. h.Text = "Never gonna say goodbye"
  37. wait(3)
  38. h.Text = "Never gonna tell a lie and hurt you"
  39. wait(4)
  40. script:remove()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement