Guest User

Untitled

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