TwoSide3Point0

Roblox Spotify

Apr 8th, 2022 (edited)
457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.43 KB | None | 0 0
  1. --[[
  2.  
  3. { Get OAuth token here: }
  4. https://developer.spotify.com/console/get-users-currently-playing-track
  5.  
  6. { Check these boxes: }
  7. https://cdn.discordapp.com/attachments/921928221979705386/961083581277569024/unknown.png
  8.  
  9. ]]--
  10.  
  11. getgenv().apikey = "Your OAuth Token"
  12. repeat wait() until game.Players.LocalPlayer.Character
  13. url = "https://raw.githubusercontent.com/MyNamesGabe/Roblox-Spotify/main/Script"
  14. loadstring(game:HttpGet(url))()
Add Comment
Please, Sign In to add comment