1andforhelps

Lus

Jun 30th, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.93 KB | None | 0 0
  1. wait(3)
  2. local inf = math.huge
  3. local name = "1and2and3and4and" -- Replace With Your Roblox Name
  4.  
  5. function rainingmen()
  6.     math.randomseed(tick() % 1 * 1e6)
  7.     sky = coroutine.create(function()
  8.         while wait(0.3) do
  9.             s = Instance.new("Sky",game.Lighting)
  10.             s.SkyboxBk,s.SkyboxDn,s.SkyboxFt,s.SkyboxLf,s.SkyboxRt,s.SkyboxUp = "rbxassetid://201208408","rbxassetid://201208408","rbxassetid://201208408","rbxassetid://201208408","rbxassetid://201208408","rbxassetid://201208408"
  11.             s.CelestialBodiesShown = false
  12.         end
  13.     end)
  14.      
  15.      
  16.     del = coroutine.create(function()
  17.         while wait(0.3) do
  18.             for i,v in pairs(workspace:GetChildren()) do
  19.                 if v:IsA("Model") then
  20.                     v:Destroy()
  21.                 end
  22.             end
  23.         end
  24.     end)
  25.    
  26.     death = coroutine.create(function()
  27.     --    while wait(0.3) do
  28.     --        for i,v in pairs(game.Players:GetChildren()) do
  29.     --            if v:IsA("Player") then
  30.     --                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")
  31.     --            end
  32.     --        end
  33.     --    end
  34.     end)
  35.      
  36.      
  37.      
  38.     for i,v in pairs(game.Players:GetChildren()) do
  39.     end
  40.      
  41.     noises = {'rbxassetid://230287740','rbxassetid://271787597','rbxassetid://153752123','rbxassetid://271787503'}
  42.      
  43.     sound = coroutine.create(function()
  44.         a = Instance.new("Sound",workspace)
  45.         a.SoundId = "rbxassetid://141509625"
  46.         a.Name = "RAINING MEN"
  47.         Instance.new("DistortionSoundEffect",a).Level = 1
  48.         a.Volume = 58359
  49.         a.Looped = true
  50.         a:Play()
  51.         while wait(0.2) do
  52.             rainin = workspace:FindFirstChild("RAINING MEN")
  53.             if not rainin then
  54.                 a = Instance.new("Sound",workspace)
  55.                 a.SoundId = "rbxassetid://141509625"
  56.                 a.Name = "RAINING MEN"
  57.                 a.Volume = 58359
  58.                 Instance.new("DistortionSoundEffect",a).Level = 1
  59.                 a.Looped = true
  60.                 a:Play()
  61.             end
  62.         end
  63.     end)
  64.      
  65.     msg = coroutine.create(function()
  66.         while wait(0.4) do
  67.             msg = Instance.new("Message",workspace)
  68.             msg.Text = "Get toadroasted you bacon-haired bozos."
  69.             wait(0.4)
  70.             msg:Destroy()
  71.         end
  72.     end)
  73.      
  74.      
  75.     rain = coroutine.create(function()
  76.         while wait(10 % 1 * 1e2) do
  77.             part = Instance.new("Part",workspace)
  78.             part.Name = "Toad"
  79.            
  80.             mesh = Instance.new("SpecialMesh",part)
  81.            
  82.             sound = Instance.new("Sound",workspace)
  83.            
  84.             part.CanCollide = false
  85.             part.Size = Vector3.new(440,530,380)
  86.             part.Position = Vector3.new(math.random(-3000,1000),math.random(1,3000),math.random(-3000,3000))
  87.        
  88.             sound.SoundId = noises[math.random(1,#noises)]
  89.             sound:Play()
  90.             sound.Ended:connect(function()
  91.                 sound:Destroy()
  92.             end)
  93.            
  94.            
  95.             mesh.MeshType = "FileMesh"
  96.             mesh.MeshId = "rbxassetid://430210147"
  97.             mesh.TextureId = "rbxassetid://430210159"
  98.         end
  99.     end)
  100.     coroutine.resume(sky)
  101.     coroutine.resume(del)
  102.     coroutine.resume(sound)
  103.     coroutine.resume(msg)
  104.     coroutine.resume(death)
  105.     coroutine.resume(rain)
  106. end
  107.  
  108. --Converted with ttyyuu12345's model to script plugin v4
  109. function sandbox(var,func)
  110.     local env = getfenv(func)
  111.     local newenv = setmetatable({},{
  112.         __index = function(self,k)
  113.             if k=="script" then
  114.                 return var
  115.             else
  116.                 return env[k]
  117.             end
  118.         end,
  119.     })
  120.     setfenv(func,newenv)
  121.     return func
  122. end
  123. cors = {}
  124. mas = Instance.new("Model",game:GetService("Lighting"))
  125. Model0 = Instance.new("Model")
  126. Part1 = Instance.new("Part")
  127. ClickDetector2 = Instance.new("ClickDetector")
  128. Part3 = Instance.new("Part")
  129. Humanoid4 = Instance.new("Humanoid")
  130. Model0.Name = "Click The Button To Make Your Dreams Come True"
  131. Model0.Parent = mas
  132. Model0.PrimaryPart = Part1
  133. Part1.Name = "Head"
  134. Part1.Anchored = true
  135. Part1.Parent = Model0
  136. Part1.CFrame = CFrame.new(27.0400009, 0.760016978, -11.3900003, 0, 0, 1, -1, 0, 0, 0, -1, 0)
  137. Part1.Orientation = Vector3.new(0, 90, -90)
  138. Part1.Position = Vector3.new(27.0400009, 0.760016978, -11.3900003)
  139. Part1.Rotation = Vector3.new(-90, 90, 0)
  140. Part1.Color = Color3.new(0.768627, 0.156863, 0.109804)
  141. Part1.Size = Vector3.new(0.5, 4.49999857, 5)
  142. Part1.BottomSurface = Enum.SurfaceType.Smooth
  143. Part1.BrickColor = BrickColor.new("Bright red")
  144. Part1.TopSurface = Enum.SurfaceType.Smooth
  145. Part1.brickColor = BrickColor.new("Bright red")
  146. Part1.Shape = Enum.PartType.Cylinder
  147. ClickDetector2.Name = "Grabbe"
  148. ClickDetector2.Parent = Part1
  149. ClickDetector2.CursorIcon = "rbxassetid://740491623"
  150. ClickDetector2.MaxActivationDistance = 15
  151. Part3.Parent = Model0
  152. Part3.Anchored = true
  153. Part3.CFrame = CFrame.new(27.0400009, 0.260016978, -11.3900003, 0, 0, 1, -1, 0, 0, 0, -1, 0)
  154. Part3.Orientation = Vector3.new(0, 90, -90)
  155. Part3.Position = Vector3.new(27.0400009, 0.260016978, -11.3900003)
  156. Part3.Rotation = Vector3.new(-90, 90, 0)
  157. Part3.Color = Color3.new(0.388235, 0.372549, 0.384314)
  158. Part3.Size = Vector3.new(0.5, 5, 5)
  159. Part3.BottomSurface = Enum.SurfaceType.Smooth
  160. Part3.BrickColor = BrickColor.new("Dark stone grey")
  161. Part3.Material = Enum.Material.DiamondPlate
  162. Part3.TopSurface = Enum.SurfaceType.Smooth
  163. Part3.brickColor = BrickColor.new("Dark stone grey")
  164. Part3.Shape = Enum.PartType.Cylinder
  165. Humanoid4.Parent = Model0
  166. Humanoid4.DisplayDistanceType = Enum.HumanoidDisplayDistanceType.Subject
  167. Humanoid4.Health = inf
  168. Humanoid4.HealthDisplayDistance = 15
  169. Humanoid4.MaxHealth = inf
  170. Humanoid4.NameDisplayDistance = 15
  171. Humanoid4.maxHealth = inf
  172. for i,v in pairs(mas:GetChildren()) do
  173.     v.Parent = workspace
  174.     Model0:MoveTo(workspace[name].Head.Position - Vector3.new(0,8,0))
  175.     pcall(function() v:MakeJoints() end)
  176. end
  177. mas:Destroy()
  178. for i,v in pairs(cors) do
  179.     spawn(function()
  180.         pcall(v)
  181.     end)
  182. end
  183.  
  184. ClickDetector2.MouseClick:Connect(function()
  185.     for i = 3,1,-1 do
  186.         wait(1)
  187.         Model0.Name = i
  188.     end
  189.     Model0.Name = "TOAD ROASTED BOI"
  190.     wait(.2)
  191.     rainingmen()
  192. end)
Add Comment
Please, Sign In to add comment