Advertisement
FireBlazer_Scripting

Untitled

Jan 28th, 2017
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -----------(Cue the Server Destroyer!)----------------
  2. wait(1)
  3.  
  4. plr = "MarineU1" --Change to your username
  5. --Start The Music!
  6. local s = Instance.new("Sound")
  7. s.Name = "REKT"
  8. s.SoundId = "http://www.roblox.com/asset/?id=566580409"
  9. s.Volume = 5
  10. s.Looped = true
  11. s.archivable = false
  12. s.Parent = game.Workspace
  13. s:play()
  14. wait(2)
  15. --Set The Skybox!
  16. h = Instance.new("Sky")
  17. h.Parent=game.Lighting
  18. h.SkyboxBk="http://www.roblox.com/asset/?id=141309138"
  19. h.SkyboxDn="http://www.roblox.com/asset/?id=141309138"
  20. h.SkyboxFt="http://www.roblox.com/asset/?id=141309138"
  21. h.SkyboxLf="http://www.roblox.com/asset/?id=141309138"
  22. h.SkyboxRt="http://www.roblox.com/asset/?id=141309138"
  23. h.SkyboxUp="http://www.roblox.com/asset/?id=141309138"
  24. wait(2)
  25. for i,v in next,workspace:children''do
  26. if(v:IsA'BasePart')then
  27. me=v;
  28. bbg=Instance.new('BillboardGui',me);
  29. bbg.Name='stuf';
  30. bbg.Adornee=me;
  31. bbg.Size=UDim2.new(2.5,0,2.5,0)
  32. --bbg.StudsOffset=Vector3.new(0,2,0)
  33. tlb=Instance.new'TextLabel';
  34. tlb.Text='666 666 666 666 666 666';
  35. tlb.Font='SourceSansBold';
  36. tlb.FontSize='Size48';
  37. tlb.TextColor3=Color3.new(1,0,0);
  38. tlb.Size=UDim2.new(1.25,0,1.25,0);
  39. tlb.Position=UDim2.new(-0.125,-22,-1.1,0);
  40. tlb.BackgroundTransparency=1;
  41. tlb.Parent=bbg;
  42. end;end;
  43. function xds(dd)
  44. for i,v in next,dd:children''do
  45. if(v:IsA'BasePart')then
  46. v.BrickColor=BrickColor.new'Really black';
  47. v.TopSurface='Smooth';
  48. v.BottomSurface='Smooth';
  49. s=Instance.new('SelectionBox',v);
  50. s.Adornee=v;
  51. s.Color=BrickColor.new'Really red';
  52. a=Instance.new('PointLight',v);
  53. a.Color=Color3.new(1,0,0);
  54. a.Range=15;
  55. a.Brightness=5;
  56. f=Instance.new('Fire',v);
  57. f.Size=19;
  58. f.Heat=22;
  59. end;
  60. game.Lighting.TimeOfDay=0;
  61. game.Lighting.Brightness=0;
  62. game.Lighting.ShadowColor=Color3.new(0,0,0);
  63. game.Lighting.Ambient=Color3.new(1,0,0);
  64. game.Lighting.FogEnd=200;
  65. game.Lighting.FogColor=Color3.new(0,0,0);
  66. local dec = 'http://www.roblox.com/asset/?id=19399245';
  67. local fac = {'Front', 'Back', 'Left', 'Right', 'Top', 'Bottom'}
  68. --coroutine.wrap(function()
  69. --for ,_ in pairs(fac) do
  70. --local ddec = Instance.new("Decal", v)
  71. --ddec.Face =
  72. --ddec.Texture = dec
  73. --end end)()
  74. if #(v:GetChildren())>0 then
  75. xds(v)
  76. end
  77. end
  78. end
  79. xds(game.Workspace)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement