Advertisement
kaibochan

greetFormat.txt

Mar 6th, 2023 (edited)
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.14 KB | None | 0 0
  1. {
  2.   {
  3.     scale = 1.5,
  4.     bgColor = "black",
  5.     textColor = "lime",
  6.   },
  7.   {
  8.     scale = 1.5,
  9.     bgColor = "black",
  10.     textColor = "yellow",
  11.   },
  12.   {
  13.     scale = 2,
  14.     bgColor = "black",
  15.     textColor = "pink",
  16.   },
  17.   {
  18.     scale = 2,
  19.     bgColor = "white",
  20.     textColor = "purple",
  21.   },
  22.   {
  23.     scale = 2,
  24.     bgColor = "black",
  25.     textColor = "red",
  26.   },
  27.   {
  28.     scale = 1,
  29.     bgColor = "white",
  30.     textColor = "red",
  31.   },
  32.   {
  33.     scale = 1.5,
  34.     bgColor = "black",
  35.     textColor = "lightBlue",
  36.   },
  37.   {
  38.     scale = 2,
  39.     bgColor = "white",
  40.     textColor = "red",
  41.   },
  42.   {
  43.     scale = 1.5,
  44.     bgColor = "black",
  45.     textColor = "pink",
  46.   },
  47.   {
  48.     scale = 1,
  49.     bgColor = "black",
  50.     textColor = "yellow",
  51.   },
  52.   {
  53.     scale = 1,
  54.     bgColor = "black",
  55.     textColor = "magenta",
  56.   },
  57.   {
  58.     scale = 2,
  59.     bgColor = "white",
  60.     textColor = "green",
  61.   },
  62.   {
  63.     scale = 2,
  64.     bgColor = "pink",
  65.     textColor = "red",
  66.   },
  67.   {
  68.     scale = 1.5,
  69.     bgColor = "black",
  70.     textColor = "cyan",
  71.   },
  72.   {
  73.     scale = 2,
  74.     bgColor = "pink",
  75.     textColor = "black",
  76.   },
  77. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement