Is there any way to know if something in profileservice has been changed?

Like if i have a value in profile service like Music, if i didn’t use profile service i’d just do Music.Changed:Connect(function() end) but with profile service i don’t know if that’s possible

Would i need to have an actual BoolValue object inside the player to know whenever it’s changed?