RobloxScripter133Hmm

Roblox Music Adder ( Jevil Theme )

Sep 1st, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. -- Made By RobloxScripter133Hmm
  2.  
  3. local s = Instance.new("Sound")
  4.  
  5. s.Name = "Sound"
  6. s.SoundId = "rbxassetid://1849245030"
  7. s.Volume = 1
  8. s.Looped = true
  9. s.archivable = false
  10.  
  11. s.Parent = game.Workspace
  12.  
  13. s:play()
Add Comment
Please, Sign In to add comment