Hey everyone
I’m sharing a directional audio visualizer system I’ve been working on.
It’s meant to aid players who are deaf or hard of hearing
What it does
- Shows directional indicators for nearby footsteps
- Supports Players only or all humanoids (R6 & R15, including NPCs) via config
- Shows music direction based on actively playing sounds
- Smooth rotation + fade (no snapping or jitter)
- Fully client-sided (LocalScript)
Features
- Camera-relative rotation (always points where the sound is coming from)
- Distance-based fading
- Configurable max distance
- Clean GUI hierarchy
- Lightweight (runs on
RenderStepped, optimized checks)
Preview
Setup Overview
- Place the GUI inside StarterGui
- Script runs as a LocalScript
- Footstep behavior is controlled using a
BoolValue:OnlyPlayers = true→ players onlyOnlyPlayers = false→ all humanoids
Files / Versions:
AudioVisualizerPlace.rbxl (90.4 KB) - [Ver 0.1]
AudioVisualizerPlace_FIXED.rbxl (91.1 KB) - [Ver 0.2]
- Fixed Visual Footsteps not closing upon Player / Humanoid stopping
No credit is needed! Completely open-sourced, although I would appreciate it!