Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- The Spectre Song (Aka Blue Smurf Song) (Wrong Lyrics Version) By Haxker_6666666
- -- 🐱🍄🟦 = ???
- local lyrics = {
- "Enobilong Stubiandesaid..",
- "Wilif",
- "Wilof",
- "Wileai",
- "Tut Tututu",
- "Tututututu",
- "Tututu...tu",
- }
- -- Chat function
- local function singLyrics()
- for _, lyric in ipairs(lyrics) do
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(lyric, "All")
- wait(1.2) -- Adjust the delay as desired
- end
- end
- -- Start singing
- singLyrics()
Advertisement
Add Comment
Please, Sign In to add comment