Does this sound visualiser look good so far?

I’m currently working on a mini sound visualizer project, and I want to get some feedback on how it looks so far. If you have any criticism, hit me with it, thanks.

Video: Roblox Studio Trimmed Clip 1 - Clipped with Medal.tv

3 Likes

This is really cool! How did you manage to do this?

I used the sound property “PlaybackLoudness”. Here is the value for it.

local size = (script.Parent.music.PlaybackLoudness / 260)

Based on the result, I tween on client the size. Ive made a updated version, Heres the link to the video And yes, the speed of the part that is circling the visualizer changes depending on the volume.

1 Like

I never knew that was a property of sound, that’s cool.

1 Like

I’ve made a better version, here it is.
Sound visualizer almost complete, is it good? - Help and Feedback / Creations Feedback - Developer Forum | Roblox