Advertisement
cobblecorn

Untitled

Jun 1st, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. Effects = { }
  2. local Player = game.Players.localPlayer
  3. local Character = Player.Character
  4. local Humanoid = Character.Humanoid
  5. local Mouse = Player:GetMouse()
  6. local lighting = game.Lighting
  7.  
  8. function.GetMouse
  9. if "click" then:
  10. local firebox = Instance.new("Sky")
  11. firebox.SkyboxBk = "rbxassetid://438356387"
  12. firebox.SkyboxDn = "rbxassetid://438356387"
  13. firebox.SkyboxFt = "rbxassetid://438356387"
  14. firebox.SkyboxLf = "rbxassetid://438356387"
  15. firebox.SkyboxRt = "rbxassetid://438356387"
  16. firebox.SkyboxUp = "rbxassetid://438356387"
  17. firebox.Parent = game.Lighting
  18. local moozi = Instance.new("Sound")
  19. moozi.SoundId = "rbxassetid://657623150"
  20. moozi.Parent = game.Workspace
  21. moozi.Looped = true
  22. moozi.Volume = "10"
  23. moozi.Name = "KYS"
  24. moozi:Play()
  25. lighting.Ambient = Color3.new(255, 0, 0)
  26. lighting.ColorShift_Bottom = Color3.new(255, 0, 0)
  27. lighting.ColorShift_Top = Color3.new(255, 0, 0)
  28. lighting.OutdoorAmbient = Color3.new(255, 0, 0)
  29. lighting.FogColor = Color3.new(255, 0, 0)
  30. lighting.FogEnd = "10000"
  31.  
  32.  
  33.  
  34. while true do
  35. wait(0.05)
  36. local rbrick = Instance.new("Part")
  37. rbrick.Parent = game.Workspace
  38. rbrick.Name = "RektBrick"
  39. rbrick.Position = Vector3.new(math.random(-512,512),100,math.random(-512,512))
  40. rbrick.Size = Vector3.new(19, 7, 12)
  41. rbrick.BrickColor = BrickColor.new("Maroon")
  42. local rfire = Instance.new("Fire")
  43. rfire.Parent = rbrick
  44. rfire.Color = Color3.new(255, 0, 0)
  45. rfire.Heat = "25"
  46. rfire.Name = "RektFire"
  47. rfire.Size = "30"
  48. local rsmoke = Instance.new("Smoke")
  49. rsmoke.Color = Color3.new(255, 0, 0)
  50. rsmoke.Name = "RektSmoke"
  51. rsmoke.Opacity = "1"
  52. rsmoke.Size = "50"
  53. rsmoke.Parent = rbrick
  54. local rspark = Instance.new("Sparkles")
  55. rspark.Parent = rbrick
  56. local NewGuiPart1 = Instance.new("BillboardGui")
  57. NewGuiPart1.Size = UDim2.new(0, 400, 0, 400)
  58. local NewGuiPart2 = Instance.new("Frame")
  59. NewGuiPart2.BackgroundTransparency = 1
  60. NewGuiPart2.Size = UDim2.new(10, 100, 10, 100)
  61. NewGuiPart2.Parent = NewGuiPart1
  62. local NewGuiPart3 = Instance.new("TextLabel")
  63. NewGuiPart3.BackgroundTransparency = 1
  64. NewGuiPart3.Size = UDim2.new(0, 400, 0, 400)
  65. NewGuiPart3.FontSize = Enum.FontSize.Size96
  66. NewGuiPart3.Text = "REEEEEEEEEEEEEEEEKKKTTTTT"
  67. NewGuiPart3.TextColor3 = Color3.new(0.333333, 0, 0)
  68. NewGuiPart3.Parent = NewGuiPart2
  69. NewGuiPart1.Parent = rbrick
  70. wait(0.05)
  71. lighting.Ambient = Color3.new(255, 0, 0)
  72. lighting.ColorShift_Bottom = Color3.new(255, 0, 0)
  73. lighting.ColorShift_Top = Color3.new(255, 0, 0)
  74. lighting.OutdoorAmbient = Color3.new(255, 0, 0)
  75. lighting.FogColor = Color3.new(255, 0, 0)
  76. lighting.FogEnd = "10000"
  77. wait(0.05)
  78. lighting.Ambient = Color3.new(255, 85, 0)
  79. lighting.ColorShift_Bottom = Color3.new(255, 85, 0)
  80. lighting.ColorShift_Top = Color3.new(255, 85, 0)
  81. lighting.OutdoorAmbient = Color3.new(255, 85, 0)
  82. lighting.FogColor = Color3.new(255, 85, 0)
  83. lighting.FogEnd = "10000"
  84. wait(0.05)
  85. lighting.Ambient = Color3.new(255, 255, 0)
  86. lighting.ColorShift_Bottom = Color3.new(255, 255, 0)
  87. lighting.ColorShift_Top = Color3.new(255, 255, 0)
  88. lighting.OutdoorAmbient = Color3.new(255, 255, 0)
  89. lighting.FogColor = Color3.new(255, 255, 0)
  90. lighting.FogEnd = "10000"
  91. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement