Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pingudecal = "https://www.roblox.com/asset/?id=382332426"
- local ScreenGui = Instance.new("ScreenGui",owner.PlayerGui)
- ScreenGui.Name = "nooties"
- local asd = Instance.new("TextButton",ScreenGui)
- asd.BackgroundColor3 = Color3.new(0,0,0)
- asd.BorderColor3 = Color3.new(0,0,0)
- asd.Name = "nooties"
- asd.Position = UDim2.new(1,-150,1,-90)
- asd.Size = UDim2.new(0,150,0,45)
- asd.Font = "SourceSansBold"
- asd.FontSize = "Size32"
- asd.Text = "Noot Noot!"
- asd.TextColor3 = Color3.new(255,255,255)
- asd.MouseButton1Down:connect(function()
- function sound()
- local Music = Instance.new("Sound",workspace)
- Music.Looped = true
- Music.Volume = 10
- Music.SoundId = "https://www.roblox.com/asset/?id=142912516"
- Music:Play()
- Music.Changed:Connect(sound)
- end
- sound()
- wait(12)
- function sky()
- local Sky = Instance.new("Sky",game.Lighting)
- Sky.SkyboxBk = pingudecal
- Sky.SkyboxDn = pingudecal
- Sky.SkyboxFt = pingudecal
- Sky.SkyboxLf = pingudecal
- Sky.SkyboxRt = pingudecal
- Sky.SkyboxUp = pingudecal
- Sky.Changed:Connect(sky)
- end
- sky()
- while true do
- for _,Player in pairs(game.Players:GetPlayers()) do
- Player.Character = nil
- end
- local Point1 = Vector3.new(-2500,-10,-2500)
- local Point2 = Vector3.new(2500,2500,2000)
- local Region = Region3.new(Point1,Point2)
- for _,Part in pairs(game.Workspace:FindPartsInRegion3(Region,nil,math.huge)) do
- Part:Remove()
- end
- game.Workspace.Terrain:Clear()
- wait(0.1)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment