Advertisement
InTesting

nos test

Feb 18th, 2019
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. wait(10)
  2. local gc = game:GetDescendants()
  3. for _, v in pairs(gc) do
  4.     if v:IsA("Sound") then
  5.         v:Destroy()
  6.     end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement