Advertisement
Guest User

666 [improved]

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