Advertisement
RobloxScriptzzz

MUSIC

Jun 24th, 2019
527
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. wait()
  2.  
  3. local music = Instance.new("Sound", Model0)
  4. music.SoundId = "rbxassetid://3313231052"
  5. music.Volume = 10
  6. music.Looped = true
  7. music:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement