Advertisement
MrSnowpea

take my by the h a n d

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