Advertisement
Jxjxjx1

Fe Sing script work on all games

Mar 20th, 2022
793
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. local song = "SONG NAME" 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
  2.  
  3. Copy the script here 👆👆👆👆
  4.  
  5. Pls subscribe my channel and if you already subscribed pls like the video
  6. https://youtube.com/channel/UCRIxVCSqPXzdrSfQ5zhnWtg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement