Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Super Idol Song By Haxker_6666666
- local lyrics = {
- "Super Idol的笑容 都没你的甜",
- "八月正午的阳光 都没你耀眼",
- "热爱105度的你 滴滴清纯的蒸馏水",
- }
- -- Chat function
- local function singLyrics()
- for _, lyric in ipairs(lyrics) do
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(lyric, "All")
- wait(3) -- Adjust the delay as desired
- end
- end
- -- Start singing
- singLyrics()
Advertisement
Add Comment
Please, Sign In to add comment