Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.DescendantAdded:Connect(function(de)
- if pcall(de:IsA'Sound')then
- local sid = de.SoundId
- if string.find(sid,'id')~=nil then
- print(sid)
- end
- end
- end)
- -- message chl for problems
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement