Advertisement
Guest User

Rick rolling script roblox

a guest
Aug 13th, 2019
2,847
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. s = Instance.new("Sound")
  2.  
  3. s.Name = "Sound"
  4. s.SoundId = "http://www.roblox.com/asset/?id=2672209057"
  5. s.Volume = 50
  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()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement