--[[ method: found with sigma spy!! executor tested: Zenith v2 script status: undetected. ]]-- local ReplicatedStorage = game:GetService('ReplicatedStorage') local PlaySoundLocal = ReplicatedStorage.Packages.Knit.Services.AudioService.RE.PlaySoundLocal while true do firesignal(PlaySoundLocal.OnClientEvent, 'Gangster Footera', 0.8, 1, 1.2) wait() -- not doing task.wait() it would burst your eardrums... end