Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
play all sounds
SupremoSG
Jun 9th, 2019
63
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
function GetSoundsAP(s)
for i,v in pairs(s:GetChildren()) do
if (v ~= nil) then
if (v:IsA("Sound")) then
v.Playing = true
else
GetSoundsAP(v)
end
end
end
end
GetSoundsAP(workspace)
Add Comment
Please,
Sign In
to add comment
Public Pastes
verify_integrity.ps1
Batch | 6 min ago | 0.17 KB
backup_registry.ps1
Batch | 6 min ago | 0.17 KB
✅ Free Cash Leaks GJ
JavaScript | 10 min ago | 0.09 KB
✅ Paypal Balance WP
JavaScript | 10 min ago | 0.09 KB
✅ Crypto Accounts Y6
JavaScript | 11 min ago | 0.09 KB
setup_env_vars.ps1
Batch | 16 min ago | 0.17 KB
run_backup.bat
Batch | 16 min ago | 0.17 KB
Razze
JavaScript | 18 min ago | 0.04 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!