Any alternative to "Get Player Voip Playback Loudness"?

How can i found an alternative to GetPlayerVoipPlaybackLoudness for get voice loudness in roblox studio?
the script is here :

local Players = game:GetService("Players")
local VoiceChatService = game:GetService("VoiceChatService")

local player = Players.LocalPlayer
local userId = player.UserId

while true do
    local loudness = VoiceChatService:GetPlayerVoipPlaybackLoudness(userId)
    print("Playback Loudness:", loudness)
    wait(0.1)
end
3 Likes

I haven’t heard of an alternative, why do you need an alternative?

for make an visualizer of the player voice chat for a gui
using playerbackloudness of the voice chat