Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Waiting For Love Song By Haxker_6666666
- -- π±π = ???
- local lyrics = {
- "Monday left me broken",
- "Tuesday, I was through with hoping",
- "Wednesday, my empty arms were open",
- "Thursday, waiting for l0ve, waiting for l0ve",
- }
- -- 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