Advertisement
Godofadmin1337

wewsfsdf

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