Advertisement
doge_the_boi

1x1x1x1 roblox script (funny)

Dec 9th, 2020 (edited)
10,038
-1
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 1 2
  1. local lighting = game:GetService("Lighting")
  2. lighting.Brightness = 0
  3. lighting.OutdoorAmbient = Color3.new(0,0,0)
  4. local sky = Instance.new("Sky", lighting)
  5. sky.SkyboxBk = "http://www.roblox.com/asset/?id=48020371"
  6. sky.SkyboxDn = "http://www.roblox.com/asset/?id=48020144"
  7. sky.SkyboxFt = "http://www.roblox.com/asset/?id=48020234"
  8. sky.SkyboxLf = "http://www.roblox.com/asset/?id=48020211"
  9. sky.SkyboxRt = "http://www.roblox.com/asset/?id=48020254"
  10. sky.SkyboxUp = "http://www.roblox.com/asset/?id=48020383"
  11. local music = Instance.new("Sound", game.Workspace)
  12. music.SoundId = "rbxassetid://150402649"
  13. music.Volume = 1
  14. music.Looped = true
  15. music.PlayOnRemove = true
  16. music:Play()
  17.  
  18. local parts = {}
  19. function scan(p)
  20. for _,target in pairs(p:GetChildren()) do
  21. if target:IsA("BasePart") then
  22. table.insert(parts,target) -- target is the actual parts!
  23. target.Anchored = false
  24. target.BrickColor = BrickColor.new("Really black")
  25. local sb = Instance.new("SelectionBox", target)
  26. sb.Color3 = Color3.new(255, 0, 0)
  27. sb.SurfaceColor3 = Color3.new(170, 0, 0)
  28. sb.Adornee = target
  29. local pe = Instance.new("ParticleEmitter", target)
  30. pe.Name = "10101110010011"
  31. pe.Texture = "rbxassetid://45524735"
  32. pe.Rate = 10
  33. pe.SpreadAngle = Vector2.new(-90, 90)
  34. local pe2 = Instance.new("ParticleEmitter", target)
  35. pe2.Name = "ERROR_._ER-__ORO_...."
  36. pe2.Texture = "rbxassetid://158293315"
  37. pe2.Rate = 10
  38. pe2.SpreadAngle = Vector2.new(-90, 90)
  39. local bb = Instance.new("BillboardGui", target)
  40. bb.Size = UDim2.new(50,0 , 25,0)
  41. bb.AlwaysOnTop = true
  42. local randomtext = {
  43. "1x1x1x1 !S B4CK",
  44. "101010110100101011101111010101",
  45. "_-ERROR-_"
  46. }
  47. local label = Instance.new("TextLabel", bb)
  48. label.Size = UDim2.new(1,0 , 1,0)
  49. label.TextScaled = true
  50. label.TextWrapped = true
  51. label.BackgroundTransparency = 1
  52. local brickcolor = BrickColor.new("Really red")
  53. label.TextColor3 = brickcolor.Color
  54. label.Font = "ArialBold"
  55. label.TextSize = 100
  56. local chosentext = randomtext[math.random(1, #randomtext)]
  57. label.Text = chosentext
  58. local fire = Instance.new("Fire", target)
  59. fire.Size = 30
  60. fire.Heat = 25
  61. end
  62. scan(target)
  63. end
  64. end
  65. scan(game.Workspace)
  66. --print(#parts .. (#parts == 1 and " brick " or " bricks ") .. "counted")
  67. parts = {}
  68. wait(1)
  69.  
  70.  
  71. local m = Instance.new("Message", game.Workspace)
  72. m.Text = "1x1x1x1 HAS RETURNED TO DESTROY ROBLOX!"
  73. wait(3)
  74. m.Text = "STARTING COUNTDOWN..."
  75. wait(2)
  76. m.Text = "ONCE THE TIMER REACH 0, THIS SERVER WILL NO LONGER EXIST!"
  77. wait(5)
  78.  
  79. local unit = 10
  80. wait(1)
  81. for i = 1, 10 do
  82. unit = unit - 1
  83. m.Text = "COUNTDOWN: " ..unit.. " SECONDS LEFT!"
  84. wait(1)
  85. end
  86.  
  87. m.Text = "FAREWELL, IDIOTS! MUAHAHAHAHAHAHAHA!!!"
  88.  
  89. local prey = nil
  90. local parts = script.Parent:GetChildren()
  91.  
  92. for i = 1,#parts do
  93. if (parts[i].className == "Part") then
  94. if (prey ~= nil)then
  95. prey:Destroy()
  96. end
  97. prey = parts[i]
  98. end
  99. end
  100.  
  101. for i, players in pairs(game.Players:GetChildren()) do
  102. players:Kick("010111010101000101011101010100010111101010010100010111101011010100101010101010101010101010101001010101011011010110100101010101010101011101")
  103. end
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement