Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Rekt Script by SnickerBar1337 (V3RM)
- --Something quick that I made
- --Slightly edited by toastymctoast
- local lighting = game.Lighting
- local firebox = Instance.new("Sky")
- firebox.SkyboxBk = "rbxassetid://400804000"
- firebox.SkyboxDn = "rbxassetid://400804000"
- firebox.SkyboxFt = "rbxassetid://76430552"
- firebox.SkyboxLf = "rbxassetid://76430552"
- firebox.SkyboxRt = "rbxassetid://11501898"
- firebox.SkyboxUp = "rbxassetid://11501898"
- firebox.Parent = game.Lighting
- local moozi = Instance.new("Sound")
- moozi.SoundId = "rbxassetid://853707984"
- moozi.Parent = game.Workspace
- moozi.Looped = true
- moozi.Volume = "10"
- moozi.Name = "KYS"
- moozi:Play()
- lighting.Ambient = Color3.new(255, 0, 0)
- lighting.ColorShift_Bottom = Color3.new(255, 0, 0)
- lighting.ColorShift_Top = Color3.new(255, 0, 0)
- lighting.OutdoorAmbient = Color3.new(255, 0, 0)
- lighting.FogColor = Color3.new(255, 0, 0)
- lighting.FogEnd = "10000"
- while true do
- wait(0.05)
- local rbrick = Instance.new("Part")
- rbrick.Parent = game.Workspace
- rbrick.Name = "RektBrick"
- rbrick.Position = Vector3.new(math.random(-512,512),100,math.random(-512,512))
- rbrick.Size = Vector3.new(19, 7, 12)
- rbrick.BrickColor = BrickColor.new("Maroon")
- local rfire = Instance.new("Fire")
- rfire.Parent = rbrick
- rfire.Color = Color3.new(255, 0, 0)
- rfire.Heat = "25"
- rfire.Name = "RektFire"
- rfire.Size = "30"
- local rsmoke = Instance.new("Smoke")
- rsmoke.Color = Color3.new(255, 0, 0)
- rsmoke.Name = "RektSmoke"
- rsmoke.Opacity = "1"
- rsmoke.Size = "50"
- rsmoke.Parent = rbrick
- local rspark = Instance.new("Sparkles")
- rspark.Parent = rbrick
- local NewGuiPart1 = Instance.new("BillboardGui")
- NewGuiPart1.Size = UDim2.new(0, 400, 0, 400)
- local NewGuiPart2 = Instance.new("Frame")
- NewGuiPart2.BackgroundTransparency = 1
- NewGuiPart2.Size = UDim2.new(10, 100, 10, 100)
- NewGuiPart2.Parent = NewGuiPart1
- local NewGuiPart3 = Instance.new("TextLabel")
- NewGuiPart3.BackgroundTransparency = 1
- NewGuiPart3.Size = UDim2.new(0, 400, 0, 400)
- NewGuiPart3.FontSize = Enum.FontSize.Size96
- NewGuiPart3.Text = "YOU JUST GOT TOAST-ROASTED SON! DONT MESS WITH ME!"
- NewGuiPart3.TextColor3 = Color3.new(0.333333, 0, 0)
- NewGuiPart3.Parent = NewGuiPart2
- NewGuiPart1.Parent = rbrick
- wait(0.05)
- lighting.Ambient = Color3.new(255, 0, 0)
- lighting.ColorShift_Bottom = Color3.new(255, 0, 0)
- lighting.ColorShift_Top = Color3.new(255, 0, 0)
- lighting.OutdoorAmbient = Color3.new(255, 0, 0)
- lighting.FogColor = Color3.new(255, 0, 0)
- lighting.FogEnd = "10000"
- wait(0.05)
- lighting.Ambient = Color3.new(255, 85, 0)
- lighting.ColorShift_Bottom = Color3.new(255, 85, 0)
- lighting.ColorShift_Top = Color3.new(255, 85, 0)
- lighting.OutdoorAmbient = Color3.new(255, 85, 0)
- lighting.FogColor = Color3.new(255, 85, 0)
- lighting.FogEnd = "10000"
- wait(0.05)
- lighting.Ambient = Color3.new(255, 255, 0)
- lighting.ColorShift_Bottom = Color3.new(255, 255, 0)
- lighting.ColorShift_Top = Color3.new(255, 255, 0)
- lighting.OutdoorAmbient = Color3.new(255, 255, 0)
- lighting.FogColor = Color3.new(255, 255, 0)
- lighting.FogEnd = "10000"
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement