Advertisement
iiMurpyh

Untitled

Nov 21st, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. game:GetService("SoundService")
  2. for i,v in pairs(game:GetDescendants()) do
  3. if v:IsA("Sound") then
  4. v:Stop()
  5. end
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement