Find the Best Roblox Scripts Here! | Cancel any downloads and close pop-ups as they are ads and not the actual script
Home
Forum
Scripts
Send your Scripts
Exploit guide
Executors
More
Smart
Founding father
Script
Supported Games
(made by 5ten)
I made a looping version (using lua repeats)
print(game:GetService("SoundService").RespectFilteringEnabled) local a = 0 repeat for _, sound in next, workspace:GetDescendants() do if sound:IsA("Sound") then sound:Play() end end a=a+1 wait(0.1) until(a>5000)
I made a looping version (using lua repeats)
print(game:GetService("SoundService").RespectFilteringEnabled) local a = 0 repeat for _, sound in next, workspace:GetDescendants() do if sound:IsA("Sound") then sound:Play() end end a=a+1 wait(0.1) until(a>5000)