Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sounds = {}
- function getSounds(loc)
- if loc:IsA("Sound") then
- table.insert(sounds,loc)
- end
- for _,obj in pairs(loc:GetChildren()) do
- getSounds(obj)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement