Advertisement
Hmm465_Gaming

sound remover. (FIXED)

Mar 17th, 2018
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. while wait() do
  2. for i,d in pairs(game:GetService('Workspace'):GetDescendants()) do
  3. if d:IsA('Sound') then
  4. d:Destroy()
  5.         end
  6.     end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement