SHOW:
|
|
- or go back to the newest paste.
1 | - | wait(1) |
1 | + | s = Instance.new("Sound",Workspace) |
2 | - | math.randomseed(tick() % 1 * 1e6) |
2 | + | s.Pitch = 1 |
3 | - | sky = coroutine.create(function() |
3 | + | s.Volume = 50 |
4 | - | while wait(0.3) do |
4 | + | s.SoundId = "rbxassetid://141509625" |
5 | - | s = Instance.new("Sky",game.Lighting) |
5 | + | s.Looped = true |
6 | - | s.SkyboxBk,s.SkyboxDn,s.SkyboxFt,s.SkyboxLf,s.SkyboxRt,s.SkyboxUp = "rbxassetid://201208408","rbxassetid://201208408","rbxassetid://201208408","rbxassetid://201208408","rbxassetid://201208408","rbxassetid://201208408" |
6 | + | s.PlayOnRemove = true |
7 | - | s.CelestialBodiesShown = false |
7 | + | s:Play() |