Advertisement
pa1nx9

Free Roblox Script Remove all the annoying sounds in generic roleplay gaem (karls karts)

Oct 3rd, 2021
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. repeat wait()
  2. until game:IsLoaded()
  3.  
  4. if game.GameId == 1499870257 then
  5. for i,v in pairs(game:GetService("Workspace").KarlsKarts:GetDescendants()) do
  6. if v:IsA("Sound") then
  7. v:Destroy()
  8. end
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement