Advertisement
jellydude

ROBLOX DOGEISVERYWOW script

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