xegiliat

Untitled

Jun 30th, 2019
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. print("BELOW THIS LINE: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------")
  2.  
  3. for i,v in pairs(game.Workspace:GetDescendants()) do
  4. if v:IsA("Sound") and v.Playing then
  5. warn((v.SoundId).." from "..(v:GetFullName()))
  6. end
  7. end
  8.  
  9. print("ABOVE THIS LINE: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------")
Add Comment
Please, Sign In to add comment