Advertisement
DaOMEGAa32

666

Jul 4th, 2020
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1.  
  2. wait(0.0)
  3. local s = Instance.new("Sound")
  4.  
  5. s.Name = "Name"
  6. s.SoundId = "rbxassetid://3596203124"
  7. s.Volume = 1
  8. s.Looped = true
  9. s.archivable = false
  10.  
  11. s.Parent = game.Workspace
  12.  
  13.  
  14.  
  15. s:play()
  16. --[[ made by ManMinded ]]--
  17.  
  18. texture = "http://www.roblox.com/asset/?id=116271438" -- put id there, then set last digit one number back
  19.  
  20. local A = game.Workspace:GetChildren()
  21. local B = game.Workspace:GetChildren()
  22. local C = game.Workspace:GetChildren()
  23. local D = game.Workspace:GetChildren()
  24. local E = game.Workspace:GetChildren()
  25. local F = game.Workspace:GetChildren()
  26. for i,v in pairs(A) do
  27. if v:IsA("Part") then
  28. local d = Instance.new("Decal",v)
  29. v.Decal.Face = "Top"
  30. v.Decal.Texture = texture
  31. v.Anchored = true
  32. end
  33. end
  34.  
  35. for i,v in pairs(B) do
  36. if v:IsA("Part") then
  37. local s = Instance.new("Decal",v)
  38. s.Face = "Front"
  39. s.Texture = texture
  40. end
  41. end
  42.  
  43. for i,v in pairs(C) do
  44. if v:IsA("Part") then
  45. local h = Instance.new("Decal",v)
  46. h.Face = "Back"
  47. h.Texture = texture
  48. end
  49. end
  50.  
  51. for i,v in pairs(D) do
  52. if v:IsA("Part") then
  53. local j = Instance.new("Decal",v)
  54. j.Face = "Left"
  55. j.Texture = texture
  56. end
  57. end
  58.  
  59. for i,v in pairs(E) do
  60. if v:IsA("Part") then
  61. local k = Instance.new("Decal",v)
  62. k.Face = "Right"
  63. k.Texture = texture
  64. end
  65. end
  66.  
  67. for i,v in pairs(F) do
  68. if v:IsA("Part") then
  69. local l = Instance.new("Decal",v)
  70. l.Face = "Bottom"
  71. l.Texture = texture
  72. end
  73. end
  74. function FUNCTION(a)
  75. if (a.className == "Part") or (a.className == "Seat") or (a.className == "SpawnLocation") then
  76. a.Anchored = false
  77. end
  78. local b = a:GetChildren()
  79. for i=1,#b do
  80. FUNCTION(b[i])
  81. end
  82. end
  83.  
  84. FUNCTION(game.workspace)
  85. --[[ made by ManMinded ]]--
  86. game.Lighting.Ambient = Color3.new (255, 0, 0)
  87. local s = Instance.new("Sky",game.Lighting)
  88. s.SkyboxBk = "http://www.roblox.com/asset/?id=116271438"
  89. s.SkyboxDn = "http://www.roblox.com/asset/?id=116271438"
  90. s.SkyboxFt = "http://www.roblox.com/asset/?id=116271438"
  91. s.SkyboxLf = "http://www.roblox.com/asset/?id=116271438"
  92. s.SkyboxRt = "http://www.roblox.com/asset/?id=116271438"
  93. s.SkyboxUp = "http://www.roblox.com/asset/?id=116271438"
  94. for i,v in next,workspace:children''do
  95. if(v:IsA'BasePart')then
  96. me=v;
  97. bbg=Instance.new('BillboardGui',me);
  98. bbg.Name='stuf';
  99. bbg.Adornee=me;
  100. bbg.Size=UDim2.new(2.5,0,2.5,0)
  101. --bbg.StudsOffset=Vector3.new(0,2,0)
  102. tlb=Instance.new'TextLabel';
  103. tlb.Text='666 666 666 666 666 666';
  104. tlb.Font='Arcade';
  105. tlb.FontSize='Size48';
  106. tlb.TextColor3=Color3.new(1,0,0);
  107. tlb.Size=UDim2.new(1.25,0,1.25,0);
  108. tlb.Position=UDim2.new(-0.125,-22,-1.1,0);
  109. tlb.BackgroundTransparency=1;
  110. tlb.Parent=bbg;
  111. end;end;
  112. function xds(dd)
  113. for i,v in next,dd:children''do
  114. if(v:IsA'BasePart')then
  115. v.BrickColor=BrickColor.new'Really black';
  116. v.TopSurface='Smooth';
  117. v.BottomSurface='Smooth';
  118. s=Instance.new('SelectionBox',v);
  119. s.Adornee=v;
  120. s.Color=BrickColor.new'Really red';
  121. a=Instance.new('PointLight',v);
  122. a.Color=Color3.new(1,0,0);
  123. a.Range=15;
  124. a.Brightness=5;
  125. f=Instance.new('Fire',v);
  126. f.Size=11;
  127. f.Heat=12;
  128. end;
  129.  
  130. game.Lighting.Brightness=0;
  131. game.Lighting.ShadowColor=Color3.new(0,0,0);
  132. game.Lighting.Ambient=Color3.new(1,0,0);
  133. game.Lighting.FogEnd=200;
  134. game.Lighting.FogColor=Color3.new(0,0,0);
  135. local dec = 'http://www.roblox.com/asset/?id=19399245';
  136. local fac = {'Front', 'Back', 'Left', 'Right', 'Top', 'Bottom'}
  137. --coroutine.wrap(function()
  138. --for _,__ in pairs(fac) do
  139. --local ddec = Instance.new("Decal", v)
  140. --ddec.Face = __
  141. --ddec.Texture = dec
  142. --end end)()
  143. if #(v:GetChildren())>0 then
  144. xds(v)
  145. end
  146. end
  147. end
  148. xds(game.Workspace)
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230. --Volren
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement