Advertisement
antoniorigo4

SoundMesser

Jun 10th, 2020 (edited)
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. while true do wait(1)
  2. for i,v in pairs(workspace:GetDescendants()) do if v:IsA("Sound") then v.Changed:Connect(function()
  3. v.Pitch = 1.10 v.SoundId = "rbxassetid://314821783" v:Play()
  4. end) end end end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement