Advertisement
Amokah

Untitled

Mar 16th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. while true do
  2. wait()
  3. for i,v in pairs(workspace:GetChildren())do
  4. if v.ClassName == "Sound" then
  5. v:Destroy()
  6. end
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement