Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local TextButton = Instance.new("TextButton")
  6.  
  7. -- Properties
  8.  
  9. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  10.  
  11. Frame.Parent = ScreenGui
  12. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  13. Frame.Position = UDim2.new(0.0942813009, 0, 0.288732409, 0)
  14. Frame.Size = UDim2.new(0, 217, 0, 299)
  15.  
  16. TextButton.Parent = Frame
  17. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  18. TextButton.Position = UDim2.new(0, 0, 0.120401338, 0)
  19. TextButton.Size = UDim2.new(0, 217, 0, 50)
  20. TextButton.Font = Enum.Font.SourceSans
  21. TextButton.Text = "666"
  22. TextButton.TextColor3 = Color3.new(0, 0, 0)
  23. TextButton.TextSize = 14
  24.  
  25. no.MouseButton1Down:connect(function()
  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)
  81. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement