Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- The Spectre Song (Aka Smurf Cat Song) Haxker_6666666
- -- π±ππ¦ = ???
- local lyrics = {
- "We live",
- "We love",
- "We lie",
- }
- -- Chat function
- local function singLyrics()
- for _, lyric in ipairs(lyrics) do
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(lyric, "All")
- wait(1.3) -- Adjust the delay as desired
- end
- end
- -- Start singing
- singLyrics()
Advertisement
Add Comment
Please, Sign In to add comment