Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- del = coroutine.create(function()
- while wait(0.3) do
- for i,v in pairs(workspace:GetChildren()) do
- if v:IsA("Model") then
- nil
- end
- end
- end
- end)
- for i,v in pairs(game.Players:GetChildren()) do
- end
- sound = coroutine.create(function()
- a = Instance.new("Sound",workspace)
- a.SoundId = "rbxassetid://169505671"
- a.Name = "RAINING MEN"
- a.Volume = 58359
- a.Looped = true
- a:Play()
- while wait(0.2) do
- rainin = workspace:FindFirstChild("RAINING MEN")
- if not rainin then
- a = Instance.new("Sound",workspace)
- a.SoundId = "rbxassetid://141509625"
- a.Name = "RAINING MEN"
- a.Volume = 58359
- a.Looped = true
- a:Play()
- end
- end
- end)
- coroutine.resume(del)
- coroutine.resume(sound)
- coroutine.resume(msg)
- coroutine.resume(rain)
Add Comment
Please, Sign In to add comment