FreeRobloxScripts1

FE Sing Script (The Spectre) (Wrong Lyrics Version)

Sep 22nd, 2023 (edited)
5,510
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. -- The Spectre Song (Aka Blue Smurf Song) (Wrong Lyrics Version) By Haxker_6666666
  2. -- 🐱🍄🟦 = ???
  3.  
  4. local lyrics = {
  5. "Enobilong Stubiandesaid..",
  6. "Wilif",
  7. "Wilof",
  8. "Wileai",
  9. "Tut Tututu",
  10. "Tututututu",
  11. "Tututu...tu",
  12. }
  13.  
  14. -- Chat function
  15. local function singLyrics()
  16. for _, lyric in ipairs(lyrics) do
  17. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(lyric, "All")
  18. wait(1.2) -- Adjust the delay as desired
  19. end
  20. end
  21.  
  22. -- Start singing
  23. singLyrics()
Advertisement
Add Comment
Please, Sign In to add comment