The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Song script (mind blowing script???☠️☠️☠️☠️???) script pastebin roblox
By Song script (mind blowing script???☠️☠️☠️☠️???) on 2024-09-22 08:00 am | Syntax: LUA | Views: 9



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local song = "SONG NAME"
  2.  
  3. request = game:HttpGet("https://lyrics.flc.bar/search?song=" .. song)
  4.  
  5. decoded = game.HttpService:JSONDecode(request)
  6.  
  7. local lyrics = {}
  8. for i in decoded.lyrics:gmatch("[^\r\n]+") do
  9.    table.insert(lyrics, i)
  10. end
  11.  
  12. for i, v in pairs(lyrics) do
  13.    wait(3)
  14.    game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v, "All")
  15. end



  • Recent Roblox Scripts