SHOW:
|
|
- or go back to the newest paste.
| 1 | - | wait(1) |
| 1 | + | |
| 2 | - | math.randomseed(tick() % 1 * 1e6) |
| 2 | + | |
| 3 | - | sky = coroutine.create(function() |
| 3 | + | |
| 4 | if v:IsA("Model") then
| |
| 5 | - | s = Instance.new("Sky",game.Lighting)
|
| 5 | + | |
| 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 | + | |
| 7 | - | s.CelestialBodiesShown = false |
| 7 | + | |
| 8 | end | |
| 9 | end) | |
| 10 | ||
| 11 | ||
| 12 | ||
| 13 | for i,v in pairs(game.Players:GetChildren()) do | |
| 14 | end | |
| 15 | ||
| 16 | sound = coroutine.create(function() | |
| 17 | a = Instance.new("Sound",workspace)
| |
| 18 | a.SoundId = "rbxassetid://169505671" | |
| 19 | a.Name = "RAINING MEN" | |
| 20 | a.Volume = 58359 | |
| 21 | a.Looped = true | |
| 22 | a:Play() | |
| 23 | while wait(0.2) do | |
| 24 | rainin = workspace:FindFirstChild("RAINING MEN")
| |
| 25 | if not rainin then | |
| 26 | a = Instance.new("Sound",workspace)
| |
| 27 | - | noises = {'rbxassetid://230287740','rbxassetid://271787597','rbxassetid://153752123','rbxassetid://271787503'}
|
| 27 | + | |
| 28 | a.Name = "RAINING MEN" | |
| 29 | a.Volume = 58359 | |
| 30 | a.Looped = true | |
| 31 | a:Play() | |
| 32 | end | |
| 33 | end | |
| 34 | end) | |
| 35 | ||
| 36 | coroutine.resume(del) | |
| 37 | coroutine.resume(sound) | |
| 38 | coroutine.resume(msg) | |
| 39 | coroutine.resume(rain) |