FireBlazer_Scripting

Untitled

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