Advertisement
ERROR_CODE

Untitled

Sep 12th, 2023
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. loadstring([[
  2. for i,v in next,workspace:children''do
  3. if(v:IsA'BasePart')then
  4.  
  5.  
  6.  
  7.  
  8. end;end;
  9. function xds(dd)
  10. for i,v in next,dd:children''do
  11. if(v:IsA'BasePart')then
  12. v.BrickColor=BrickColor.new'Really black';
  13. v.TopSurface='Smooth';
  14. v.BottomSurface='Smooth';
  15. s=Instance.new('SelectionBox',v);
  16. s.Adornee=v;
  17. s.Color=BrickColor.new'Really red';
  18. a=Instance.new('PointLight',v);
  19. a.Color=Color3.new(1,0,0);
  20. a.Range=15;
  21. a.Brightness=5;
  22.  
  23. end;
  24. game.Lighting.TimeOfDay=0;
  25. game.Lighting.Brightness=0; game.Lighting.ShadowColor=Color3.new(0,0,0);
  26. game.Lighting.Ambient=Color3.new(1,0,0);
  27. game.Lighting.FogEnd=200;
  28. game.Lighting.FogColor=Color3.new(0,0,0);
  29.  
  30. local fac = {'Front', 'Back', 'Left', 'Right', 'Top', 'Bottom'}
  31.  
  32.  
  33. end
  34. end
  35. xds(game.Workspace)
  36. ]])()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement