Advertisement
Fullgamer309

yoink

Apr 23rd, 2020
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. for i,v in pairs(workspace:GetDescendants()) do
  2. if v:IsA("Sound") then
  3. pcall(game.Destroy,v)
  4. warn(v.." removed this sound")
  5. end
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement