Advertisement
_Thanh_Thy_Cute_

Roblox - LYRIC CHATTER SCRIPT UNIVERSAL - MAJORITY OF SONGS!

Oct 27th, 2021
1,113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. -- // Dependencies
  2. local SongModule = loadstring(game:HttpGet("https://raw.githubusercontent.com/Stefanuk12/ROBLOX/master/Universal/SongLyrics/Module.lua"))()
  3.  
  4. -- // Configuration
  5. local Artist = "Juice WRLD"
  6. local Title = "Lucid Dreams"
  7. local Delay = 2.25
  8.  
  9. -- // Chat each lyric
  10. SongModule.ChatLyrics(Artist, Title, Delay)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement