Advertisement
therobIoxadmin

Orb

May 3rd, 2015
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local s = Instance.new("Sound")
  2.  
  3. s.Name = "Sound"
  4. s.SoundId = "rbxasset://164018619"
  5. s.Volume = 3
  6. s.Looped = true
  7. s.archivable = false
  8.  
  9. s.Parent = game.Workspace
  10.  
  11. wait(0)
  12.  
  13. s:play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement