squidingtin

💗ConSent💗 audio stealer

Mar 31st, 2020
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1.  
  2. for i, v in pairs(game.workspace:GetDescendants()) do
  3.     if v:IsA("Sound") and v.Parent.Parent.Name == "Boombox3" then --Set generator model.
  4.         printoutput(v.SoundId)
  5.     else
  6.     print("skipping part")
  7.     end
  8. end
Add Comment
Please, Sign In to add comment