Advertisement
Roblox_Xploits

Moe Shop - You look so good

Aug 26th, 2016
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1.  
  2. --Roblox_Xploits
  3.  
  4. local s = Instance.new("Sound")
  5.  
  6. s.Name = "Sound"
  7. s.SoundId = "http://www.roblox.com/asset/?id=470355404"
  8. s.Volume = 2
  9. s.Looped = true
  10. s.archivable = false
  11.  
  12. s.Parent = game.Workspace
  13.  
  14. wait(3)
  15.  
  16. s:play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement