Sound Visualizer

How would I go about making a GUI sound visualizer? Something like Fortnite’s sound visualizer: https://youtu.be/1NkL4ZRQVTo?t=3

I have tried looking at the devforum but have found nothing, and I would to make something neat and similar to it.

You can make a script that checks when a sound is played, and when a sound plays it will check how far away the player is from the sound (assuming the sound is in the workspace). If the player is close enough to the sound, then it will have a gui that that becomes visible, indicating what sound it was.

This is just a way of making a GUI sound visualizer, there could be better ones.

1 Like