How would I make a renderstepped color-changing part that included playback loudness?

hey thank you so much for your help yesterday, was wondering if you could answer a quick question. is there anything i could add to script that would allow it to print the sound name or id in output when it plays? ive been struggling trying to figure it out

You could use MarketplaceService to fetch the Product Info with MarketplaceService:GetProductInfo(AssetId). It will return a table, and you can index the table to find Name, which is a string that you can use to print in the console when the sound plays.

Hope that helps!
MarketplaceService:GetProductInfo()

okay thank you so much!!! ill try this out

1 Like