epicllllllllllllllll

command2forpriv

Apr 5th, 2024 (edited)
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. local Notification = loadstring(game:HttpGet("https://raw.githubusercontent.com/Jxereas/UI-Libraries/main/notification_gui_library.lua", true))()
  2. local SoundService = game:GetService("SoundService")
  3. if SoundService.RespectFilteringEnabled == false then
  4. Notification.new("success", "Success", "Everyone can hear the sounds in this game!")
  5. Notification.new("message", "YouTube : darkModz", "YouTube - darkmodz")
  6. else
  7. Notification.new("warning", "Warning", "Unfortunately no one else can hear it in this game, try a different one.\nMaybe an older game will work.")
  8. end
  9. while wait() do
  10. for _, sound in next, workspace:GetDescendants() do
  11. if sound:IsA("Sound") then
  12. sound.Volume = 10
  13. sound:Play()
  14. end
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment