Advertisement
antoniorigo4

CrapifySound

Sep 13th, 2020 (edited)
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. --BAD RICK ROLL
  2. while true do wait(1)
  3. for i,v in pairs(workspace:GetDescendants()) do
  4. if v:IsA("Sound") then
  5. v.SoundId = "rbxassetid://4567526856"
  6. end end end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement