Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do wait(1)
- for i,v in pairs(workspace:GetDescendants()) do if v:IsA("Sound") then v.Changed:Connect(function()
- v.Pitch = 1.10 v.SoundId = "rbxassetid://314821783" v:Play()
- end) end end end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement