I am trying to make the playbackloudness brick color change but I can't find it anywhere, please help :D
Simply update the color in a while loop according to how loud the sound currently is. The problem though, is only a LocalScript is allowed to access the PlaybackLoudness property of a sound, but it can't change the brick unless it is associated with the player in some way. The link I'll post shows a good example of this, but it uses PlaybackLoudness to change the size of the brick rather than the color, which should be fairly easy to modify. Just make sure you use
Color3.fromRGB()
to create a new color instead of
Color3.new()
https://developer.roblox.com/api-reference/property/Sound/PlaybackLoudness
Closed as Not Constructive by DeceptiveCaster and zblox164
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?