Advertisement
noslenpo

Fly Away

Aug 31st, 2015
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. local s = Instance.new("Sound")
  2.  
  3. s.Name = "Krys Talk - Fly Away (JPB Remix)"
  4. s.SoundId = "264533876"
  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