Advertisement
KrYn0MoRe

funny roblox sounds

Jun 25th, 2022
1,051
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.40 KB | None | 0 0
  1. local t = {40455679,76115431,15174538,18970347,40455621,40455718,15729218,76115441,18444034,18970427,40455781,16921115,68342805,15729251,180217344,119765610,76115450,26635106,16921198}
  2.  
  3. while true do
  4. for i,v in pairs(t) do
  5. local s = Instance.new("Sound")
  6. s.SoundId = 'rbxassetid://' .. v
  7. s.Volume = 1
  8. s.Parent = owner.Character.Torso
  9. s:Play()
  10. repeat wait() until not s.IsPlaying
  11. end
  12. wait()
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement