Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Access the TextChatService
- local TextChatService = game:GetService("TextChatService")
- -- Function to send chat messages
- local function sendMessage(message)
- local speakerChannel = TextChatService:FindFirstChild("TextChannels"):FindFirstChild("RBXGeneral")
- if speakerChannel then
- speakerChannel:SendAsync(message)
- else
- warn("Chat channel not found!")
- end
- end
- -- Function to wait for a random time between 2 and 6 seconds
- local function randomWait()
- local waitTime = math.random(2, 6) -- Random wait time between 2 and 6 seconds
- wait(waitTime)
- end
- -- Start singing directly by sending the lyrics line by line
- sendMessage("🎶🎤 I'm in the thick of it, everybody knows 🎤🎶")
- randomWait()
- sendMessage("🎶🎤 They know me where it snows, I skied in and they froze 🎤🎶")
- randomWait()
- sendMessage("🎶🎤 I don't know no nothin' 'bout no ice, I'm just cold 🎤🎶")
- randomWait()
- sendMessage("🎶🎤 Forty somethin' milli' subs or so, I've been told 🎤🎶")
- randomWait()
- sendMessage("🎶🎤 I'm in my prime and this ain't even final form 🎤🎶")
- randomWait()
- sendMessage("🎶🎤 They knocked me down, but still, my feet, they find the floor 🎤🎶")
- randomWait()
- sendMessage("🎶🎤 I went from living rooms straight out to sold-out tours 🎤🎶")
- randomWait()
- sendMessage("🎶🎤 Life's a fight, but trust, I'm ready for the war 🎤🎶")
- randomWait()
- sendMessage("🎶🎤 Woah-oh-oh 🎤🎶")
- randomWait()
- sendMessage("🎶🎤 This is how the story goes 🎤🎶")
- randomWait()
- sendMessage("🎶🎤 Woah-oh-oh 🎤🎶")
- randomWait()
- sendMessage("🎶🎤 I guess this is how the story goes 🎤🎶")
- randomWait()
- sendMessage("🎶🎤 I'm in the thick of it, everybody knows 🎤🎶")
- randomWait()
- sendMessage("🎶🎤 They know me where it snows, I skied in and they froze 🎤🎶")
- randomWait()
- sendMessage("🎶🎤 I don't know no nothin' 'bout no ice, I'm just cold 🎤🎶")
- randomWait()
- sendMessage("🎶🎤 Forty somethin' milli' subs or so, I've been told 🎤🎶")
- randomWait()
- sendMessage("🎶🎤 Highway to heaven, I'm just cruisin' by my lone' 🎤🎶")
- randomWait()
- sendMessage("🎶🎤 They cast me out, left me for dead, them people cold 🎤🎶")
- randomWait()
- sendMessage("🎶🎤 My faith in God, mind in the sun, I'm 'bout to sow (yeah) 🎤🎶")
- randomWait()
- sendMessage("🎶🎤 My life is hard, I took the wheel, I cracked the code (yeah-yeah, woah-oh-oh) 🎤🎶")
- randomWait()
- sendMessage("🎶🎤 Ain't nobody gon' save you, man, this life will break you (yeah, woah-oh-oh) 🎤🎶")
- randomWait()
- sendMessage("🎶🎤 In the thick of it, this is how the story goes 🎤🎶")
- randomWait()
- sendMessage("🎶🎤 I'm in the thick of it, everybody knows 🎤🎶")
- randomWait()
- sendMessage("🎶🎤 They know me where it snows, I skied in and they froze 🎤🎶")
- randomWait()
- sendMessage("🎶🎤 I don't know no nothin' 'bout no ice, I'm just cold 🎤🎶")
- randomWait()
- sendMessage("🎶🎤 Forty somethin' milli' subs or so, I've been told 🎤🎶")
- randomWait()
- sendMessage("🎶🎤 I'm in the thick of it, everybody knows (everybody knows) 🎤🎶")
- randomWait()
- sendMessage("🎶🎤 They know me where it snows, I skied in and they froze (yeah) 🎤🎶")
- randomWait()
- sendMessage("🎶🎤 I don't know no nothin' 'bout no ice, I'm just cold 🎤🎶")
- randomWait()
- sendMessage("🎶🎤 Forty somethin' milli' subs or so, I've been told (ooh-ooh) 🎤🎶")
- randomWait()
- sendMessage("🎶🎤 Woah-oh-oh (nah-nah-nah-nah, ayy, ayy) 🎤🎶")
- randomWait()
- sendMessage("🎶🎤 This is how the story goes (nah, nah) 🎤🎶")
- randomWait()
- sendMessage("🎶🎤 Woah-oh-oh 🎤🎶")
- randomWait()
- sendMessage("🎶🎤 I guess this is how the story goes 🎤🎶")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement