Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(10)
- local gc = game:GetDescendants()
- for _, v in pairs(gc) do
- if v:IsA("Sound") then
- v:Destroy()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement