https://www.roblox.com/library/9225074818/Roll-Off-Visualizer
Roll-Off Visualizer is a plugin I made (my first one, actually) that lets you visualize Sound instances and their roll-off values in 3D space!
For each Sound instance in the workspace that is a child of a BasePart or Attachment, the plugin generates two spheres of a random colour, one sphere for the RollOffMinDistance property and one for the RollOffMaxDistance property. No more guessing distances to make realistic audio, now you can actually see it!
The plugin also supports the Volumetric Audio beta feature, and if enabled, distances are calculated from the surface of the parent part. But it’s not perfect, sometimes it can be quieter around certain parts of the sphere. This is only for Volumetric Audio though, normal audio has no problems (that I found).
Here’s a GitHub if you’d like to contribute:
I’m new to plugins, GitHub, and pretty much sharing community resources in general so any feedback is appreciated!