Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(3)
- local inf = math.huge
- local name = "1and2and3and4and" -- Replace With Your Roblox Name
- function rainingmen()
- math.randomseed(tick() % 1 * 1e6)
- sky = coroutine.create(function()
- while wait(0.3) do
- s = Instance.new("Sky",game.Lighting)
- s.SkyboxBk,s.SkyboxDn,s.SkyboxFt,s.SkyboxLf,s.SkyboxRt,s.SkyboxUp = "rbxassetid://201208408","rbxassetid://201208408","rbxassetid://201208408","rbxassetid://201208408","rbxassetid://201208408","rbxassetid://201208408"
- s.CelestialBodiesShown = false
- end
- end)
- del = coroutine.create(function()
- while wait(0.3) do
- for i,v in pairs(workspace:GetChildren()) do
- if v:IsA("Model") then
- v:Destroy()
- end
- end
- end
- end)
- death = coroutine.create(function()
- -- while wait(0.3) do
- -- for i,v in pairs(game.Players:GetChildren()) do
- -- if v:IsA("Player") then
- -- v:Kick("IT'S RAINING MEN, HALLELUJAH, IT'S RAINING MEN, AMEN I'M GONNA GO OUT TO RUN AND LET MYSELF GET ABSOLUTELY SOAKING WET")
- -- end
- -- end
- -- end
- end)
- for i,v in pairs(game.Players:GetChildren()) do
- end
- noises = {'rbxassetid://230287740','rbxassetid://271787597','rbxassetid://153752123','rbxassetid://271787503'}
- sound = coroutine.create(function()
- a = Instance.new("Sound",workspace)
- a.SoundId = "rbxassetid://141509625"
- a.Name = "RAINING MEN"
- Instance.new("DistortionSoundEffect",a).Level = 1
- 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
- Instance.new("DistortionSoundEffect",a).Level = 1
- a.Looped = true
- a:Play()
- end
- end
- end)
- msg = coroutine.create(function()
- while wait(0.4) do
- msg = Instance.new("Message",workspace)
- msg.Text = "Get toadroasted you bacon-haired bozos."
- wait(0.4)
- msg:Destroy()
- end
- end)
- rain = coroutine.create(function()
- while wait(10 % 1 * 1e2) do
- part = Instance.new("Part",workspace)
- part.Name = "Toad"
- mesh = Instance.new("SpecialMesh",part)
- sound = Instance.new("Sound",workspace)
- part.CanCollide = false
- part.Size = Vector3.new(440,530,380)
- part.Position = Vector3.new(math.random(-3000,1000),math.random(1,3000),math.random(-3000,3000))
- sound.SoundId = noises[math.random(1,#noises)]
- sound:Play()
- sound.Ended:connect(function()
- sound:Destroy()
- end)
- mesh.MeshType = "FileMesh"
- mesh.MeshId = "rbxassetid://430210147"
- mesh.TextureId = "rbxassetid://430210159"
- end
- end)
- coroutine.resume(sky)
- coroutine.resume(del)
- coroutine.resume(sound)
- coroutine.resume(msg)
- coroutine.resume(death)
- coroutine.resume(rain)
- end
- --Converted with ttyyuu12345's model to script plugin v4
- function sandbox(var,func)
- local env = getfenv(func)
- local newenv = setmetatable({},{
- __index = function(self,k)
- if k=="script" then
- return var
- else
- return env[k]
- end
- end,
- })
- setfenv(func,newenv)
- return func
- end
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- Model0 = Instance.new("Model")
- Part1 = Instance.new("Part")
- ClickDetector2 = Instance.new("ClickDetector")
- Part3 = Instance.new("Part")
- Humanoid4 = Instance.new("Humanoid")
- Model0.Name = "Click The Button To Make Your Dreams Come True"
- Model0.Parent = mas
- Model0.PrimaryPart = Part1
- Part1.Name = "Head"
- Part1.Anchored = true
- Part1.Parent = Model0
- Part1.CFrame = CFrame.new(27.0400009, 0.760016978, -11.3900003, 0, 0, 1, -1, 0, 0, 0, -1, 0)
- Part1.Orientation = Vector3.new(0, 90, -90)
- Part1.Position = Vector3.new(27.0400009, 0.760016978, -11.3900003)
- Part1.Rotation = Vector3.new(-90, 90, 0)
- Part1.Color = Color3.new(0.768627, 0.156863, 0.109804)
- Part1.Size = Vector3.new(0.5, 4.49999857, 5)
- Part1.BottomSurface = Enum.SurfaceType.Smooth
- Part1.BrickColor = BrickColor.new("Bright red")
- Part1.TopSurface = Enum.SurfaceType.Smooth
- Part1.brickColor = BrickColor.new("Bright red")
- Part1.Shape = Enum.PartType.Cylinder
- ClickDetector2.Name = "Grabbe"
- ClickDetector2.Parent = Part1
- ClickDetector2.CursorIcon = "rbxassetid://740491623"
- ClickDetector2.MaxActivationDistance = 15
- Part3.Parent = Model0
- Part3.Anchored = true
- Part3.CFrame = CFrame.new(27.0400009, 0.260016978, -11.3900003, 0, 0, 1, -1, 0, 0, 0, -1, 0)
- Part3.Orientation = Vector3.new(0, 90, -90)
- Part3.Position = Vector3.new(27.0400009, 0.260016978, -11.3900003)
- Part3.Rotation = Vector3.new(-90, 90, 0)
- Part3.Color = Color3.new(0.388235, 0.372549, 0.384314)
- Part3.Size = Vector3.new(0.5, 5, 5)
- Part3.BottomSurface = Enum.SurfaceType.Smooth
- Part3.BrickColor = BrickColor.new("Dark stone grey")
- Part3.Material = Enum.Material.DiamondPlate
- Part3.TopSurface = Enum.SurfaceType.Smooth
- Part3.brickColor = BrickColor.new("Dark stone grey")
- Part3.Shape = Enum.PartType.Cylinder
- Humanoid4.Parent = Model0
- Humanoid4.DisplayDistanceType = Enum.HumanoidDisplayDistanceType.Subject
- Humanoid4.Health = inf
- Humanoid4.HealthDisplayDistance = 15
- Humanoid4.MaxHealth = inf
- Humanoid4.NameDisplayDistance = 15
- Humanoid4.maxHealth = inf
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = workspace
- Model0:MoveTo(workspace[name].Head.Position - Vector3.new(0,8,0))
- pcall(function() v:MakeJoints() end)
- end
- mas:Destroy()
- for i,v in pairs(cors) do
- spawn(function()
- pcall(v)
- end)
- end
- ClickDetector2.MouseClick:Connect(function()
- for i = 3,1,-1 do
- wait(1)
- Model0.Name = i
- end
- Model0.Name = "TOAD ROASTED BOI"
- wait(.2)
- rainingmen()
- end)
Add Comment
Please, Sign In to add comment