Created by Scream
Features:
- LISTEN TO PLAYERS FROM ANY DISTANCE
- LISTEN TO THE SOUNDS AROUND THEM
local sound_service = game:GetService("SoundService")
local person = game.Players.LocalPlayer
local character = person.Character or person.CharacterAdded:Wait()
sound_service:SetListener(Enum.ListenerType.ObjectPosition, character.PrimaryPart)