Advertisement
ERROR_CODE

audio

Sep 27th, 2023
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. local Sound = Instance.new("Sound")
  2.  
  3. local Id = "9066111605"
  4.  
  5. Sound.Parent = game.Workspace
  6. Sound.SoundId = "rbxassetid://"..Id
  7. Sound.Playing = true
  8. Sound.Looped = true
  9. Sound.Volume = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement