Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
ROBLOX Audio Steal Script
anphu04
Mar 28th, 2018
3,366
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
function scan(p)
for i,v in pairs(p:GetChildren()) do
if v:IsA("Sound") then
print(tostring(v.Name..", "..v.SoundId))
end
scan(v)
end
end
scan(game.ReplicatedStorage)
Advertisement
Add Comment
Please,
Sign In
to add comment
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!