MADE BY horrorevents
FEATURE:
- USE SPOTIFY IN ROBLOX
- .
- NOTE:
- R-SPOTIFY [ REQUIRES PREMIUM ]
How to get your token:
- Open Spotify on a web browser, and close any other instances [ app, phone, etc ]
- Log into Spotify Web Player
- Go to this website
- Press “Get Token”
- Enable the following Scopes:
– user-read-playback-position- user-read-currently-playing- user-read-playback-state- user-modify-playback-state- user-library-read
PLEASE MAKE SURE YOU FOLLOW THE INSTRUCTIONS FOR GETTING YOUR TOKEN OR IT WILL NOT WORK!!
SCRIPT:
-- Config
_G["SpotifyConfig"] = {
["Token"] = ""
}
loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/thehorrorevent/Spotify/main/Main.lua", true))()