Advertisement
Guest User

Table

a guest
Jan 18th, 2020
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. local Songs = {
  2. {['Origin'] = 'Caravan Palace', ['Name'] = 'Midnight', ['Genre'] = 'Electro-swing', ['SoundId'] = 547957225},
  3. {['Origin'] = 'Rick Astley', ['Name'] = 'Never gonna give you up', ['Genre'] = 'Pop', ['SoundId'] = 606958534}
  4. }
  5.  
  6. local Ext_Libs = {
  7. 667404718
  8. }
  9.  
  10. for i, v in pairs(Ext_Libs)do for ii,vv in pairs(require(v))do table.insert(Songs, vv)end end
  11.  
  12. return Songs
  13. --Song table script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement