Advertisement
Prephy

nooo moooore fort- loud global audio's!

Aug 25th, 2022 (edited)
1,273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.38 KB | None | 0 0
  1. --mhm ye
  2. local SHUT = Instance.new("SoundGroup")
  3. while true do task.wait()
  4. local crap = workspace:GetDescendants()
  5. for i = 1,#crap do
  6. local bad = crap[i]
  7. if bad:IsA("Sound") and bad.SoundGroup~=SHUT and (bad:FindFirstChildOfClass("DistortionSoundEffect") or ((bad.Parent:IsA("Model") or bad.Parent==workspace) or bad.Parent==workspace.Terrain)) then
  8. bad.SoundGroup=SHUT  end
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement