Advertisement
Toastymctoast

Rekt script

May 5th, 2018
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. --Rekt Script by SnickerBar1337 (V3RM)
  2. --Something quick that I made
  3. --Slightly edited by toastymctoast
  4.  
  5. local lighting = game.Lighting
  6.  
  7.  
  8. local firebox = Instance.new("Sky")
  9. firebox.SkyboxBk = "rbxassetid://400804000"
  10. firebox.SkyboxDn = "rbxassetid://400804000"
  11. firebox.SkyboxFt = "rbxassetid://76430552"
  12. firebox.SkyboxLf = "rbxassetid://76430552"
  13. firebox.SkyboxRt = "rbxassetid://11501898"
  14. firebox.SkyboxUp = "rbxassetid://11501898"
  15. firebox.Parent = game.Lighting
  16. local moozi = Instance.new("Sound")
  17. moozi.SoundId = "rbxassetid://853707984"
  18. moozi.Parent = game.Workspace
  19. moozi.Looped = true
  20. moozi.Volume = "10"
  21. moozi.Name = "KYS"
  22. moozi:Play()
  23. lighting.Ambient = Color3.new(255, 0, 0)
  24. lighting.ColorShift_Bottom = Color3.new(255, 0, 0)
  25. lighting.ColorShift_Top = Color3.new(255, 0, 0)
  26. lighting.OutdoorAmbient = Color3.new(255, 0, 0)
  27. lighting.FogColor = Color3.new(255, 0, 0)
  28. lighting.FogEnd = "10000"
  29.  
  30.  
  31.  
  32. while true do
  33. wait(0.05)
  34. local rbrick = Instance.new("Part")
  35. rbrick.Parent = game.Workspace
  36. rbrick.Name = "RektBrick"
  37. rbrick.Position = Vector3.new(math.random(-512,512),100,math.random(-512,512))
  38. rbrick.Size = Vector3.new(19, 7, 12)
  39. rbrick.BrickColor = BrickColor.new("Maroon")
  40. local rfire = Instance.new("Fire")
  41. rfire.Parent = rbrick
  42. rfire.Color = Color3.new(255, 0, 0)
  43. rfire.Heat = "25"
  44. rfire.Name = "RektFire"
  45. rfire.Size = "30"
  46. local rsmoke = Instance.new("Smoke")
  47. rsmoke.Color = Color3.new(255, 0, 0)
  48. rsmoke.Name = "RektSmoke"
  49. rsmoke.Opacity = "1"
  50. rsmoke.Size = "50"
  51. rsmoke.Parent = rbrick
  52. local rspark = Instance.new("Sparkles")
  53. rspark.Parent = rbrick
  54. local NewGuiPart1 = Instance.new("BillboardGui")
  55. NewGuiPart1.Size = UDim2.new(0, 400, 0, 400)
  56. local NewGuiPart2 = Instance.new("Frame")
  57. NewGuiPart2.BackgroundTransparency = 1
  58. NewGuiPart2.Size = UDim2.new(10, 100, 10, 100)
  59. NewGuiPart2.Parent = NewGuiPart1
  60. local NewGuiPart3 = Instance.new("TextLabel")
  61. NewGuiPart3.BackgroundTransparency = 1
  62. NewGuiPart3.Size = UDim2.new(0, 400, 0, 400)
  63. NewGuiPart3.FontSize = Enum.FontSize.Size96
  64. NewGuiPart3.Text = "YOU JUST GOT TOAST-ROASTED SON! DONT MESS WITH ME!"
  65. NewGuiPart3.TextColor3 = Color3.new(0.333333, 0, 0)
  66. NewGuiPart3.Parent = NewGuiPart2
  67. NewGuiPart1.Parent = rbrick
  68. wait(0.05)
  69. lighting.Ambient = Color3.new(255, 0, 0)
  70. lighting.ColorShift_Bottom = Color3.new(255, 0, 0)
  71. lighting.ColorShift_Top = Color3.new(255, 0, 0)
  72. lighting.OutdoorAmbient = Color3.new(255, 0, 0)
  73. lighting.FogColor = Color3.new(255, 0, 0)
  74. lighting.FogEnd = "10000"
  75. wait(0.05)
  76. lighting.Ambient = Color3.new(255, 85, 0)
  77. lighting.ColorShift_Bottom = Color3.new(255, 85, 0)
  78. lighting.ColorShift_Top = Color3.new(255, 85, 0)
  79. lighting.OutdoorAmbient = Color3.new(255, 85, 0)
  80. lighting.FogColor = Color3.new(255, 85, 0)
  81. lighting.FogEnd = "10000"
  82. wait(0.05)
  83. lighting.Ambient = Color3.new(255, 255, 0)
  84. lighting.ColorShift_Bottom = Color3.new(255, 255, 0)
  85. lighting.ColorShift_Top = Color3.new(255, 255, 0)
  86. lighting.OutdoorAmbient = Color3.new(255, 255, 0)
  87. lighting.FogColor = Color3.new(255, 255, 0)
  88. lighting.FogEnd = "10000"
  89. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement