Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. local s = Instance.new("Sound")
  2.  
  3. s.Name = "Sound"
  4. s.SoundId = "http://www.roblox.com/asset/?id= 1295461766"
  5. s.Volume = 1924
  6. s.Looped = false
  7. s.archivable = false
  8.  
  9. s.Parent = game.Workspace.MasterChannelXL
  10.  
  11. wait(1)
  12.  
  13. s:play()
  14.  
  15. wait(1)
  16.  
  17. game.Lighting.FogEnd = 700
  18.  
  19. BackUp = workspace.MasterChannelXL['Sound']:Clone()
  20.  
  21. while wait(2) do
  22. if not workspace.MasterChannelXL:FindFirstChild('Sound') then
  23. BackUp:Clone().Parent = workspace.MasterChannelXL
  24. BackUp:Play()
  25. end
  26. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement