Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

How do i make a "Currently Playing" Gui based off of sound id's?

Asked by 7 years ago

I have the script for the song player already, i just want to have a Gui display the song that is playing. any help?

1 answer

Log in to vote
0
Answered by 7 years ago

Like M39a9am3R said, you would use GetProductInfo.

local Asset = game:GetService("MarketplaceService"):GetProductInfo(songid)
print("Now Playing: " .. Asset.Name)
Ad

Answer this question