Advertisement
WafflesYT

Untitled

Jun 6th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. ---Enjoy the edit by 1x0x1x0---
  2.  
  3. local rekt = Instance.new('ColorCorrectionEffect', game.Lighting)
  4. rekt.TintColor = Color3.new(155, 1, 0)
  5. rekt.Brightness = 0.2
  6. rekt.Contrast = 1
  7. rekt.Saturation = 1
  8. local topkek = Instance.new('BlurEffect', game.Lighting)
  9. topkek.Size = 3
  10. local bloom = Instance.new('BloomEffect', game.Lighting)
  11. bloom.Intensity = 0.4
  12. bloom.Size = 56
  13. bloom.Threshold = 1
  14.  
  15. for i,v in next,workspace:children''do
  16. if(v:IsA'BasePart')then
  17. me=v;
  18. bbg=Instance.new('BillboardGui',me);
  19. bbg.Name='stuf';
  20. bbg.Adornee=me;
  21. bbg.Size=UDim2.new(2.5,0,2.5,0)
  22. tlb=Instance.new'TextLabel';
  23. tlb.Text='R.I.P. DBX BR';
  24. tlb.Font='SourceSansBold';
  25. tlb.FontSize='Size48';
  26. tlb.TextColor3=Color3.new(1,0,0);
  27. tlb.Size=UDim2.new(1.25,0,1.25,0);
  28. tlb.Position=UDim2.new(-0.125,-22,-1.1,0);
  29. tlb.BackgroundTransparency=1;
  30. tlb.Parent=bbg;
  31. end;end;
  32. s=Instance.new'Sound';
  33. s.Parent=workspace;
  34. s.SoundId='rbxassetid://233135912';
  35. s.Pitch=1;
  36. s.Volume=1;
  37. s.Looped=true;
  38. s:play();
  39. --end;end)();
  40. function xds(dd)
  41. for i,v in next,dd:children''do
  42. if(v:IsA'BasePart')then
  43. v.BrickColor=BrickColor.new'Really black';
  44. v.TopSurface='Smooth';
  45. v.BottomSurface='Smooth';
  46. a=Instance.new('PointLight',v);
  47. a.Color=Color3.new(1,0,0);
  48. a.Range=15;
  49. a.Brightness=5;
  50. f=Instance.new('Fire',v);
  51. f.Size=19;
  52. f.Heat=22;
  53. end;
  54. game.Lighting.TimeOfDay=0;
  55. game.Lighting.Brightness=0;
  56. game.Lighting.ShadowColor=Color3.new(0,0,0);
  57. game.Lighting.Ambient=Color3.new(1,0,0);
  58. game.Lighting.FogEnd=200;
  59. game.Lighting.FogColor=Color3.new(0,0,0);
  60. local dec = 'http://www.roblox.com/asset/?id=19399245';
  61. local fac = {'Front', 'Back', 'Left', 'Right', 'Top', 'Bottom'}
  62. if #(v:GetChildren())>0 then
  63. xds(v)
  64. end
  65. end
  66. end
  67. xds(game.Workspace)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement