Advertisement
Alex325

Server Destruction Script (Made by Alex325)

Jul 4th, 2018
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. local justanormalsong = Instance.new("Sound")
  2. justanormalsong.Parent = workspace
  3. justanormalsong.SoundId = ("rbxassetid://902601313")
  4. justanormalsong.Volume = 1
  5. justanormalsong.Looped = false
  6. justanormalsong:Play()
  7.  
  8. local getearraped = Instance.new("Sound")
  9. getearraped.Parent = workspace
  10. getearraped.SoundId = ("rbxassetid://1140934389")
  11. getearraped.Volume = 1
  12. getearraped.Looped = true
  13.  
  14. local distortion = Instance.new("DistortionSoundEffect")
  15. distortion.Level = 1
  16. distortion.Parent = getearraped
  17.  
  18. wait(4.7)
  19. justanormalsong:Stop()
  20. getearraped:Play()
  21. local eyeraper = Instance.new('ColorCorrectionEffect', game.Lighting)
  22. eyeraper.TintColor = Color3.new(155, 1, 0)
  23. eyeraper.Contrast = 1
  24. eyeraper.Saturation = 1
  25.  
  26. for i,v in next,workspace:children''do
  27. if(v:IsA'BasePart')then
  28. me=v;
  29. function xds(dd)
  30. for i,v in next,dd:children''do
  31. if(v:IsA'BasePart')then
  32. v.BrickColor=BrickColor.new'Really black';
  33. v.TopSurface='Smooth';
  34. v.BottomSurface='Smooth';
  35. a=Instance.new('PointLight',v);
  36. a.Color=Color3.new(1,0,0);
  37. a.Range=15;
  38. a.Brightness=5;
  39. end;
  40. game.Lighting.ShadowColor=Color3.new(0,0,0);
  41. game.Lighting.Ambient=Color3.new(1,0,0);
  42. local dec = 'http://www.roblox.com/asset/?id=19399245';
  43. local fac = {'Front', 'Back', 'Left', 'Right', 'Top', 'Bottom'}
  44. if #(v:GetChildren())>0 then
  45. xds(v)
  46. end
  47. end
  48. end
  49. xds(game.Workspace)
  50.  
  51. while wait(0) do
  52. local plrs = game.Players:children()
  53. for i=1,#plrs do
  54. local part = Instance.new("Part")
  55. part.Parent = workspace
  56. part.Position = plrs[i].Character.Torso.Position
  57. bbg=Instance.new('BillboardGui',me);
  58. bbg.Name='stuf';
  59. bbg.Adornee=me;
  60. bbg.Size=UDim2.new(2.5,0,2.5,0)
  61. bbg.Active=true
  62. bbg.AlwaysOnTop=true
  63. tlb=Instance.new'TextLabel';
  64. tlb.Text='lmfao get fucking rekt bitch';
  65. tlb.Font='SourceSansBold';
  66. tlb.FontSize='Size48';
  67. tlb.TextColor3=Color3.new(1,0,0);
  68. tlb.Size=UDim2.new(1.25,0,1.25,0);
  69. tlb.Position=UDim2.new(-0.125,-22,-1.1,0);
  70. tlb.BackgroundTransparency=1;
  71. tlb.Parent=bbg;
  72. bbg.Parent=part
  73. end;end
  74. end
  75. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement