FreeRobloxScripts1

FE Sing Script (Cupid)

Jun 7th, 2023 (edited)
21,108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. -- Cupid Song Full Lyrics By Haxker_6666666
  2.  
  3. local lyrics = {
  4. "La, la, la, la-la-la",
  5. "La, la-la-la, la, la-la-la",
  6. "A hopeless romantic all my life",
  7. "Surrounded by couples all the time",
  8. "I guess I should take it as a sign",
  9. "(Oh, why, oh, why, oh, why, oh, why?)",
  10. "I'm feelin' lonely (Lonely)",
  11. "Oh, I wish I'd find a lover that could hold me (Hold me)",
  12. "Now I'm crying in my room",
  13. "So skeptical of love (Say what you say, but I want it more)",
  14. "But still, I want it more, more, more",
  15. "I gave a second chance to Cupid",
  16. "But now I'm left here feelin' stupid",
  17. "Oh, the way he makes me feel that love isn't real",
  18. "Cupid is so dumb",
  19. "I look for his arrows every day",
  20. "I guess he got lost or flew away",
  21. "Waiting around is a waste (Waste)",
  22. "Been counting the days since November",
  23. "Is loving as good as they say?",
  24. "Now I'm so lonely (Lonely)",
  25. "Oh, I wish I'd find a lover that could hold me (Hold me)",
  26. "Now I'm crying in my room",
  27. "So skeptical of love (Say what you say, but I want it more)",
  28. "But still, I want it more, more, more",
  29. "I gave a second chance to Cupid",
  30. "But now I'm left here feelin' stupid",
  31. "Oh, the way he makes me feel that love isn't real",
  32. "Cupid is so dumb"
  33. }
  34.  
  35. -- Chat function
  36. local function singLyrics()
  37. for _, lyric in ipairs(lyrics) do
  38. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(lyric, "All")
  39. wait(3) -- Adjust the delay as desired
  40. end
  41. end
  42.  
  43. -- Start singing
  44. singLyrics()
  45.  
  46.  
  47.  
Advertisement
Add Comment
Please, Sign In to add comment