Sing songs in the chat

Uploaded On
Script Credit :- flc
Features

Sing songs in the chat

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

local song = "song title here" request = game:HttpGet("https://lyrics.flc.bar/search?song=" .. song) decoded = game.HttpService:JSONDecode(request) local lyrics = {} for i in decoded.lyrics:gmatch("[^\r\n]+") do table.insert(lyrics, i) end for i, v in pairs(lyrics) do wait(3) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v, "All") end

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors