Advertisement
lol375090

666

May 20th, 2017
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. for i,v in next,workspace:children''do
  2. if(v:IsA'BasePart')then
  3. me=v;
  4. bbg=Instance.new('BillboardGui',me);
  5. bbg.Name='stuf';
  6. bbg.Adornee=me;
  7. bbg.Size=UDim2.new(2.5,0,2.5,0)
  8. --bbg.StudsOffset=Vector3.new(0,2,0)
  9. tlb=Instance.new'TextLabel';
  10. tlb.Text='666 666 666 666 666 666';
  11. tlb.Font='SourceSansBold';
  12. tlb.FontSize='Size48';
  13. tlb.TextColor3=Color3.new(1,0,0);
  14. tlb.Size=UDim2.new(1.25,0,1.25,0);
  15. tlb.Position=UDim2.new(-0.125,-22,-1.1,0);
  16. tlb.BackgroundTransparency=1;
  17. tlb.Parent=bbg;
  18. end;end;
  19. --coroutine.wrap(function()while wait''do
  20. s=Instance.new'Sound';
  21. s.Parent=workspace;
  22. s.SoundId='rbxassetid://152840862';
  23. s.Pitch=1;
  24. s.Volume=1;
  25. s.Looped=true;
  26. s:play();
  27. --end;end)();
  28. function xds(dd)
  29. for i,v in next,dd:children''do
  30. if(v:IsA'BasePart')then
  31. v.BrickColor=BrickColor.new'Really black';
  32. v.TopSurface='Smooth';
  33. v.BottomSurface='Smooth';
  34. s=Instance.new('SelectionBox',v);
  35. s.Adornee=v;
  36. s.Color=BrickColor.new'Really red';
  37. a=Instance.new('PointLight',v);
  38. a.Color=Color3.new(1,0,0);
  39. a.Range=15;
  40. a.Brightness=5;
  41. f=Instance.new('Fire',v);
  42. f.Size=19;
  43. f.Heat=22;
  44. end;
  45. game.Lighting.TimeOfDay=0;
  46. game.Lighting.Brightness=0;
  47. game.Lighting.ShadowColor=Color3.new(0,0,0);
  48. game.Lighting.Ambient=Color3.new(1,0,0);
  49. game.Lighting.FogEnd=200;
  50. game.Lighting.FogColor=Color3.new(0,0,0);
  51. local dec = 'http://www.roblox.com/asset/?id=19399245';
  52. local fac = {'Front', 'Back', 'Left', 'Right', 'Top', 'Bottom'}
  53. --coroutine.wrap(function()
  54. --for _,__ in pairs(fac) do
  55. --local ddec = Instance.new("Decal", v)
  56. --ddec.Face = __
  57. --ddec.Texture = dec
  58. --end end)()
  59. if #(v:GetChildren())>0 then
  60. xds(v)
  61. end
  62. end
  63. end
  64. xds(game.Workspace)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement