Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while wait() do
- for i,d in pairs(game:GetService('Workspace'):GetDescendants()) do
- if d:IsA('Sound') then
- d:Destroy()
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement