Advertisement
Guest User

1.Script

a guest
May 24th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.22 KB | None | 0 0
  1.  
  2. -- Instances:
  3.  
  4.  
  5. 2.local ColorPicker = Instance.new("ScreenGui")
  6.  
  7.  
  8. 3.local ChangeColor = Instance.new("Frame")
  9.  
  10.  
  11. 4.local CurrentColor = Instance.new("ImageButton")
  12.  
  13.  
  14. 5.local Picker = Instance.new("ScrollingFrame")
  15.  
  16.  
  17. 6.local Birch = Instance.new("ImageButton")
  18.  
  19.  
  20. 7.local DropShadow = Instance.new("Frame")
  21.  
  22.  
  23. 8.local Grey = Instance.new("ImageButton")
  24.  
  25.  
  26. 9.local DropShadow_2 = Instance.new("Frame")
  27.  
  28.  
  29. 10.local Walnut = Instance.new("ImageButton")
  30.  
  31.  
  32. 11.local DropShadow_3 = Instance.new("Frame")
  33.  
  34.  
  35. 12.local Generic = Instance.new("ImageButton")
  36.  
  37.  
  38. 13.local DropShadow_4 = Instance.new("Frame")
  39.  
  40.  
  41. 14.local Oak = Instance.new("ImageButton")
  42.  
  43.  
  44. 15.local DropShadow_5 = Instance.new("Frame")
  45.  
  46.  
  47. 16.local Pine = Instance.new("ImageButton")
  48.  
  49.  
  50. 17.local DropShadow_6 = Instance.new("Frame")
  51.  
  52.  
  53. 18.local Palm = Instance.new("ImageButton")
  54.  
  55.  
  56. 19.local DropShadow_7 = Instance.new("Frame")
  57.  
  58.  
  59. 20.local Cherry = Instance.new("ImageButton")
  60.  
  61.  
  62. 21.local DropShadow_8 = Instance.new("Frame")
  63.  
  64.  
  65. 22.local Koa = Instance.new("ImageButton")
  66.  
  67.  
  68. 23.local DropShadow_9 = Instance.new("Frame")
  69.  
  70.  
  71. 24.local Volcano = Instance.new("ImageButton")
  72.  
  73.  
  74. 25.local DropShadow_10 = Instance.new("Frame")
  75.  
  76.  
  77. 26.local GreenSwampy = Instance.new("ImageButton")
  78.  
  79.  
  80. 27.local DropShadow_11 = Instance.new("Frame")
  81.  
  82.  
  83. 28.local GoldSwampy = Instance.new("ImageButton")
  84.  
  85.  
  86. 29.local DropShadow_12 = Instance.new("Frame")
  87.  
  88.  
  89. 30.local GenericSpecial = Instance.new("ImageButton")
  90.  
  91.  
  92. 31.local DropShadow_13 = Instance.new("Frame")
  93.  
  94.  
  95. 32.local SnowGlow = Instance.new("ImageButton")
  96.  
  97.  
  98. 33.local DropShadow_14 = Instance.new("Frame")
  99.  
  100.  
  101. 34.local Frost = Instance.new("ImageButton")
  102.  
  103.  
  104. 35.local DropShadow_15 = Instance.new("Frame")
  105.  
  106.  
  107. 36.local CaveCrawler = Instance.new("ImageButton")
  108.  
  109.  
  110. 37.local DropShadow_16 = Instance.new("Frame")
  111.  
  112.  
  113. 38.local LoneCave = Instance.new("ImageButton")
  114.  
  115.  
  116. 39.local DropShadow_17 = Instance.new("Frame")
  117.  
  118.  
  119. 40.local Spooky = Instance.new("ImageButton")
  120.  
  121.  
  122. 41.local DropShadow_18 = Instance.new("Frame")
  123.  
  124.  
  125. 42.local SpookyNeon = Instance.new("ImageButton")
  126.  
  127.  
  128. 43.local DropShadow_19 = Instance.new("Frame")
  129.  
  130.  
  131. 44.--Properties:
  132.  
  133.  
  134. 45.ColorPicker.Name = "ColorPicker"
  135.  
  136.  
  137. 46.ColorPicker.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  138.  
  139.  
  140. 47.
  141.  
  142.  
  143. 48.ChangeColor.Name = "ChangeColor"
  144.  
  145.  
  146. 49.ChangeColor.Parent = ColorPicker
  147.  
  148.  
  149. 50.ChangeColor.BackgroundColor3 = Color3.new(0.176471, 0.254902, 0.427451)
  150.  
  151.  
  152. 51.ChangeColor.BorderColor3 = Color3.new(0, 0, 0)
  153.  
  154.  
  155. 52.ChangeColor.BorderSizePixel = 2
  156.  
  157.  
  158. 53.ChangeColor.Position = UDim2.new(0, 10, 1, -110)
  159.  
  160.  
  161. 54.ChangeColor.Size = UDim2.new(0, 100, 0, 100)
  162.  
  163.  
  164. 55.ChangeColor.ZIndex = 2
  165.  
  166.  
  167. 56.ColorPicker.Enabled = false
  168.  
  169.  
  170. 57.
  171.  
  172.  
  173. 58.CurrentColor.Name = "CurrentColor"
  174.  
  175.  
  176. 59.CurrentColor.Parent = ChangeColor
  177.  
  178.  
  179. 60.CurrentColor.BackgroundColor3 = Color3.new(0.176471, 0.254902, 0.427451)
  180.  
  181.  
  182. 61.CurrentColor.BorderColor3 = Color3.new(0, 0, 0)
  183.  
  184.  
  185. 62.CurrentColor.BorderSizePixel = 2
  186.  
  187.  
  188. 63.CurrentColor.Position = UDim2.new(0, 10, 0, 10)
  189.  
  190.  
  191. 64.CurrentColor.Size = UDim2.new(0, 80, 0, 80)
  192.  
  193.  
  194. 65.CurrentColor.ZIndex = 2
  195.  
  196.  
  197. 66.CurrentColor.Image = "rbxassetid://2712547918"
  198.  
  199.  
  200. 67.CurrentColor.ScaleType = Enum.ScaleType.Crop
  201.  
  202.  
  203. 68.
  204.  
  205.  
  206. 69.Picker.Name = "Picker"
  207.  
  208.  
  209. 70.Picker.Parent = ColorPicker
  210.  
  211.  
  212. 71.Picker.BackgroundColor3 = Color3.new(0.176471, 0.254902, 0.427451)
  213.  
  214.  
  215. 72.Picker.BorderColor3 = Color3.new(0, 0, 0)
  216.  
  217.  
  218. 73.Picker.BorderSizePixel = 2
  219.  
  220.  
  221. 74.Picker.Position = UDim2.new(0, 10, 1, -320)
  222.  
  223.  
  224. 75.Picker.Size = UDim2.new(0, 100, 0, 200)
  225.  
  226.  
  227. 76.Picker.CanvasPosition = Vector2.new(0, 700)
  228.  
  229.  
  230. 77.Picker.CanvasSize = UDim2.new(0, 0, 0, 900)
  231.  
  232.  
  233. 78.Picker.ScrollBarThickness = 7
  234.  
  235.  
  236. 79.Picker.VerticalScrollBarPosition = Enum.VerticalScrollBarPosition.Left
  237.  
  238.  
  239. 80.Picker.Visible = false
  240.  
  241.  
  242. 81.
  243.  
  244.  
  245. 82.Birch.Name = "Birch"
  246.  
  247.  
  248. 83.Birch.Parent = Picker
  249.  
  250.  
  251. 84.Birch.BackgroundColor3 = Color3.new(1, 1, 1)
  252.  
  253.  
  254. 85.Birch.BorderColor3 = Color3.new(0, 0, 0)
  255.  
  256.  
  257. 86.Birch.Position = UDim2.new(0, 10, 0, 5)
  258.  
  259.  
  260. 87.Birch.Size = UDim2.new(0, 80, 0, 40)
  261.  
  262.  
  263. 88.Birch.ZIndex = 3
  264.  
  265.  
  266. 89.Birch.Image = "rbxassetid://2712547918"
  267.  
  268.  
  269. 90.Birch.ScaleType = Enum.ScaleType.Crop
  270.  
  271.  
  272. 91.
  273.  
  274.  
  275. 92.DropShadow.Name = "DropShadow"
  276.  
  277.  
  278. 93.DropShadow.Parent = Birch
  279.  
  280.  
  281. 94.DropShadow.BackgroundColor3 = Color3.new(0, 0, 0)
  282.  
  283.  
  284. 95.DropShadow.BorderSizePixel = 0
  285.  
  286.  
  287. 96.DropShadow.Position = UDim2.new(0, 4, 0, 4)
  288.  
  289.  
  290. 97.DropShadow.Size = UDim2.new(1, 0, 1, 0)
  291.  
  292.  
  293. 98.DropShadow.ZIndex = 2
  294.  
  295.  
  296. 99.
  297.  
  298.  
  299. 100.Grey.Name = "Grey"
  300.  
  301.  
  302. 101.Grey.Parent = Picker
  303.  
  304.  
  305. 102.Grey.BackgroundColor3 = Color3.new(1, 1, 1)
  306.  
  307.  
  308. 103.Grey.BorderColor3 = Color3.new(0, 0, 0)
  309.  
  310.  
  311. 104.Grey.Position = UDim2.new(0, 10, 0, 55)
  312.  
  313.  
  314. 105.Grey.Size = UDim2.new(0, 80, 0, 40)
  315.  
  316.  
  317. 106.Grey.ZIndex = 3
  318.  
  319.  
  320. 107.Grey.Image = "rbxassetid://924320031"
  321.  
  322.  
  323. 108.Grey.ScaleType = Enum.ScaleType.Crop
  324.  
  325.  
  326. 109.
  327.  
  328.  
  329. 110.DropShadow_2.Name = "DropShadow"
  330.  
  331.  
  332. 111.DropShadow_2.Parent = Grey
  333.  
  334.  
  335. 112.DropShadow_2.BackgroundColor3 = Color3.new(0, 0, 0)
  336.  
  337.  
  338. 113.DropShadow_2.BorderSizePixel = 0
  339.  
  340.  
  341. 114.DropShadow_2.Position = UDim2.new(0, 4, 0, 4)
  342.  
  343.  
  344. 115.DropShadow_2.Size = UDim2.new(1, 0, 1, 0)
  345.  
  346.  
  347. 116.DropShadow_2.ZIndex = 2
  348.  
  349.  
  350. 117.
  351.  
  352.  
  353. 118.Walnut.Name = "Walnut"
  354.  
  355.  
  356. 119.Walnut.Parent = Picker
  357.  
  358.  
  359. 120.Walnut.BackgroundColor3 = Color3.new(1, 1, 1)
  360.  
  361.  
  362. 121.Walnut.BorderColor3 = Color3.new(0, 0, 0)
  363.  
  364.  
  365. 122.Walnut.Position = UDim2.new(0, 10, 0, 105)
  366.  
  367.  
  368. 123.Walnut.Size = UDim2.new(0, 80, 0, 40)
  369.  
  370.  
  371. 124.Walnut.ZIndex = 3
  372.  
  373.  
  374. 125.Walnut.Image = "rbxassetid://2712559790"
  375.  
  376.  
  377. 126.Walnut.ScaleType = Enum.ScaleType.Crop
  378.  
  379.  
  380. 127.
  381.  
  382.  
  383. 128.DropShadow_3.Name = "DropShadow"
  384.  
  385.  
  386. 129.DropShadow_3.Parent = Walnut
  387.  
  388.  
  389. 130.DropShadow_3.BackgroundColor3 = Color3.new(0, 0, 0)
  390.  
  391.  
  392. 131.DropShadow_3.BorderSizePixel = 0
  393.  
  394.  
  395. 132.DropShadow_3.Position = UDim2.new(0, 4, 0, 4)
  396.  
  397.  
  398. 133.DropShadow_3.Size = UDim2.new(1, 0, 1, 0)
  399.  
  400.  
  401. 134.DropShadow_3.ZIndex = 2
  402.  
  403.  
  404. 135.
  405.  
  406.  
  407. 136.Generic.Name = "Generic"
  408.  
  409.  
  410. 137.Generic.Parent = Picker
  411.  
  412.  
  413. 138.Generic.BackgroundColor3 = Color3.new(1, 1, 1)
  414.  
  415.  
  416. 139.Generic.BorderColor3 = Color3.new(0, 0, 0)
  417.  
  418.  
  419. 140.Generic.Position = UDim2.new(0, 10, 0, 155)
  420.  
  421.  
  422. 141.Generic.Size = UDim2.new(0, 80, 0, 40)
  423.  
  424.  
  425. 142.Generic.ZIndex = 3
  426.  
  427.  
  428. 143.Generic.Image = "rbxassetid://2712568624"
  429.  
  430.  
  431. 144.Generic.ScaleType = Enum.ScaleType.Crop
  432.  
  433.  
  434. 145.
  435.  
  436.  
  437. 146.DropShadow_4.Name = "DropShadow"
  438.  
  439.  
  440. 147.DropShadow_4.Parent = Generic
  441.  
  442.  
  443. 148.DropShadow_4.BackgroundColor3 = Color3.new(0, 0, 0)
  444.  
  445.  
  446. 149.DropShadow_4.BorderSizePixel = 0
  447.  
  448.  
  449. 150.DropShadow_4.Position = UDim2.new(0, 4, 0, 4)
  450.  
  451.  
  452. 151.DropShadow_4.Size = UDim2.new(1, 0, 1, 0)
  453.  
  454.  
  455. 152.DropShadow_4.ZIndex = 2
  456.  
  457.  
  458. 153.
  459.  
  460.  
  461. 154.Oak.Name = "Oak"
  462.  
  463.  
  464. 155.Oak.Parent = Picker
  465.  
  466.  
  467. 156.Oak.BackgroundColor3 = Color3.new(1, 1, 1)
  468.  
  469.  
  470. 157.Oak.BorderColor3 = Color3.new(0, 0, 0)
  471.  
  472.  
  473. 158.Oak.Position = UDim2.new(0, 10, 0, 205)
  474.  
  475.  
  476. 159.Oak.Size = UDim2.new(0, 80, 0, 40)
  477.  
  478.  
  479. 160.Oak.ZIndex = 3
  480.  
  481.  
  482. 161.Oak.Image = "rbxassetid://2712579185"
  483.  
  484.  
  485. 162.Oak.ScaleType = Enum.ScaleType.Crop
  486.  
  487.  
  488. 163.
  489.  
  490.  
  491. 164.DropShadow_5.Name = "DropShadow"
  492.  
  493.  
  494. 165.DropShadow_5.Parent = Oak
  495.  
  496.  
  497. 166.DropShadow_5.BackgroundColor3 = Color3.new(0, 0, 0)
  498.  
  499.  
  500. 167.DropShadow_5.BorderSizePixel = 0
  501.  
  502.  
  503. 168.DropShadow_5.Position = UDim2.new(0, 4, 0, 4)
  504.  
  505.  
  506. 169.DropShadow_5.Size = UDim2.new(1, 0, 1, 0)
  507.  
  508.  
  509. 170.DropShadow_5.ZIndex = 2
  510.  
  511.  
  512. 171.
  513.  
  514.  
  515. 172.Pine.Name = "Pine"
  516.  
  517.  
  518. 173.Pine.Parent = Picker
  519.  
  520.  
  521. 174.Pine.BackgroundColor3 = Color3.new(1, 1, 1)
  522.  
  523.  
  524. 175.Pine.BorderColor3 = Color3.new(0, 0, 0)
  525.  
  526.  
  527. 176.Pine.Position = UDim2.new(0, 10, 0, 255)
  528.  
  529.  
  530. 177.Pine.Size = UDim2.new(0, 80, 0, 40)
  531.  
  532.  
  533. 178.Pine.ZIndex = 3
  534.  
  535.  
  536. 179.Pine.Image = "rbxassetid://2712591183"
  537.  
  538.  
  539. 180.Pine.ScaleType = Enum.ScaleType.Crop
  540.  
  541.  
  542. 181.
  543.  
  544.  
  545. 182.DropShadow_6.Name = "DropShadow"
  546.  
  547.  
  548. 183.DropShadow_6.Parent = Pine
  549.  
  550.  
  551. 184.DropShadow_6.BackgroundColor3 = Color3.new(0, 0, 0)
  552.  
  553.  
  554. 185.DropShadow_6.BorderSizePixel = 0
  555.  
  556.  
  557. 186.DropShadow_6.Position = UDim2.new(0, 4, 0, 4)
  558.  
  559.  
  560. 187.DropShadow_6.Size = UDim2.new(1, 0, 1, 0)
  561.  
  562.  
  563. 188.DropShadow_6.ZIndex = 2
  564.  
  565.  
  566. 189.
  567.  
  568.  
  569. 190.Palm.Name = "Palm"
  570.  
  571.  
  572. 191.Palm.Parent = Picker
  573.  
  574.  
  575. 192.Palm.BackgroundColor3 = Color3.new(1, 1, 1)
  576.  
  577.  
  578. 193.Palm.BorderColor3 = Color3.new(0, 0, 0)
  579.  
  580.  
  581. 194.Palm.Position = UDim2.new(0, 10, 0, 305)
  582.  
  583.  
  584. 195.Palm.Size = UDim2.new(0, 80, 0, 40)
  585.  
  586.  
  587. 196.Palm.ZIndex = 3
  588.  
  589.  
  590. 197.Palm.Image = "rbxassetid://2712597395"
  591.  
  592.  
  593. 198.Palm.ScaleType = Enum.ScaleType.Crop
  594.  
  595.  
  596. 199.
  597.  
  598.  
  599. 200.DropShadow_7.Name = "DropShadow"
  600.  
  601.  
  602. 201.DropShadow_7.Parent = Palm
  603.  
  604.  
  605. 202.DropShadow_7.BackgroundColor3 = Color3.new(0, 0, 0)
  606.  
  607.  
  608. 203.DropShadow_7.BorderSizePixel = 0
  609.  
  610.  
  611. 204.DropShadow_7.Position = UDim2.new(0, 4, 0, 4)
  612.  
  613.  
  614. 205.DropShadow_7.Size = UDim2.new(1, 0, 1, 0)
  615.  
  616.  
  617. 206.DropShadow_7.ZIndex = 2
  618.  
  619.  
  620. 207.
  621.  
  622.  
  623. 208.Cherry.Name = "Cherry"
  624.  
  625.  
  626. 209.Cherry.Parent = Picker
  627.  
  628.  
  629. 210.Cherry.BackgroundColor3 = Color3.new(1, 1, 1)
  630.  
  631.  
  632. 211.Cherry.BorderColor3 = Color3.new(0, 0, 0)
  633.  
  634.  
  635. 212.Cherry.Position = UDim2.new(0, 10, 0, 355)
  636.  
  637.  
  638. 213.Cherry.Size = UDim2.new(0, 80, 0, 40)
  639.  
  640.  
  641. 214.Cherry.ZIndex = 3
  642.  
  643.  
  644. 215.Cherry.Image = "rbxassetid://2712608599"
  645.  
  646.  
  647. 216.Cherry.ScaleType = Enum.ScaleType.Crop
  648.  
  649.  
  650. 217.
  651.  
  652.  
  653. 218.DropShadow_8.Name = "DropShadow"
  654.  
  655.  
  656. 219.DropShadow_8.Parent = Cherry
  657.  
  658.  
  659. 220.DropShadow_8.BackgroundColor3 = Color3.new(0, 0, 0)
  660.  
  661.  
  662. 221.DropShadow_8.BorderSizePixel = 0
  663.  
  664.  
  665. 222.DropShadow_8.Position = UDim2.new(0, 4, 0, 4)
  666.  
  667.  
  668. 223.DropShadow_8.Size = UDim2.new(1, 0, 1, 0)
  669.  
  670.  
  671. 224.DropShadow_8.ZIndex = 2
  672.  
  673.  
  674. 225.
  675.  
  676.  
  677. 226.Koa.Name = "Koa"
  678.  
  679.  
  680. 227.Koa.Parent = Picker
  681.  
  682.  
  683. 228.Koa.BackgroundColor3 = Color3.new(1, 1, 1)
  684.  
  685.  
  686. 229.Koa.BorderColor3 = Color3.new(0, 0, 0)
  687.  
  688.  
  689. 230.Koa.Position = UDim2.new(0, 10, 0, 355)
  690.  
  691.  
  692. 231.Koa.Size = UDim2.new(0, 80, 0, 40)
  693.  
  694.  
  695. 232.Koa.ZIndex = 3
  696.  
  697.  
  698. 233.Koa.Image = "rbxassetid://2712612798"
  699.  
  700.  
  701. 234.Koa.ScaleType = Enum.ScaleType.Crop
  702.  
  703.  
  704. 235.
  705.  
  706.  
  707. 236.DropShadow_9.Name = "DropShadow"
  708.  
  709.  
  710. 237.DropShadow_9.Parent = Koa
  711.  
  712.  
  713. 238.DropShadow_9.BackgroundColor3 = Color3.new(0, 0, 0)
  714.  
  715.  
  716. 239.DropShadow_9.BorderSizePixel = 0
  717.  
  718.  
  719. 240.DropShadow_9.Position = UDim2.new(0, 4, 0, 4)
  720.  
  721.  
  722. 241.DropShadow_9.Size = UDim2.new(1, 0, 1, 0)
  723.  
  724.  
  725. 242.DropShadow_9.ZIndex = 2
  726.  
  727.  
  728. 243.
  729.  
  730.  
  731. 244.Volcano.Name = "Volcano"
  732.  
  733.  
  734. 245.Volcano.Parent = Picker
  735.  
  736.  
  737. 246.Volcano.BackgroundColor3 = Color3.new(1, 1, 1)
  738.  
  739.  
  740. 247.Volcano.BorderColor3 = Color3.new(0, 0, 0)
  741.  
  742.  
  743. 248.Volcano.Position = UDim2.new(0, 10, 0, 405)
  744.  
  745.  
  746. 249.Volcano.Size = UDim2.new(0, 80, 0, 40)
  747.  
  748.  
  749. 250.Volcano.ZIndex = 3
  750.  
  751.  
  752. 251.Volcano.Image = "rbxassetid://2712618609"
  753.  
  754.  
  755. 252.Volcano.ScaleType = Enum.ScaleType.Crop
  756.  
  757.  
  758. 253.
  759.  
  760.  
  761. 254.DropShadow_10.Name = "DropShadow"
  762.  
  763.  
  764. 255.DropShadow_10.Parent = Volcano
  765.  
  766.  
  767. 256.DropShadow_10.BackgroundColor3 = Color3.new(0, 0, 0)
  768.  
  769.  
  770. 257.DropShadow_10.BorderSizePixel = 0
  771.  
  772.  
  773. 258.DropShadow_10.Position = UDim2.new(0, 4, 0, 4)
  774.  
  775.  
  776. 259.DropShadow_10.Size = UDim2.new(1, 0, 1, 0)
  777.  
  778.  
  779. 260.DropShadow_10.ZIndex = 2
  780.  
  781.  
  782. 261.
  783.  
  784.  
  785. 262.GreenSwampy.Name = "GreenSwampy"
  786.  
  787.  
  788. 263.GreenSwampy.Parent = Picker
  789.  
  790.  
  791. 264.GreenSwampy.BackgroundColor3 = Color3.new(1, 1, 1)
  792.  
  793.  
  794. 265.GreenSwampy.BorderColor3 = Color3.new(0, 0, 0)
  795.  
  796.  
  797. 266.GreenSwampy.Position = UDim2.new(0, 10, 0, 455)
  798.  
  799.  
  800. 267.GreenSwampy.Size = UDim2.new(0, 80, 0, 40)
  801.  
  802.  
  803. 268.GreenSwampy.ZIndex = 3
  804.  
  805.  
  806. 269.GreenSwampy.Image = "rbxassetid://2712623896"
  807.  
  808.  
  809. 270.GreenSwampy.ScaleType = Enum.ScaleType.Crop
  810.  
  811.  
  812. 271.
  813.  
  814.  
  815. 272.DropShadow_11.Name = "DropShadow"
  816.  
  817.  
  818. 273.DropShadow_11.Parent = GreenSwampy
  819.  
  820.  
  821. 274.DropShadow_11.BackgroundColor3 = Color3.new(0, 0, 0)
  822.  
  823.  
  824. 275.DropShadow_11.BorderSizePixel = 0
  825.  
  826.  
  827. 276.DropShadow_11.Position = UDim2.new(0, 4, 0, 4)
  828.  
  829.  
  830. 277.DropShadow_11.Size = UDim2.new(1, 0, 1, 0)
  831.  
  832.  
  833. 278.DropShadow_11.ZIndex = 2
  834.  
  835.  
  836. 279.
  837.  
  838.  
  839. 280.GoldSwampy.Name = "GoldSwampy"
  840.  
  841.  
  842. 281.GoldSwampy.Parent = Picker
  843.  
  844.  
  845. 282.GoldSwampy.BackgroundColor3 = Color3.new(1, 1, 1)
  846.  
  847.  
  848. 283.GoldSwampy.BorderColor3 = Color3.new(0, 0, 0)
  849.  
  850.  
  851. 284.GoldSwampy.Position = UDim2.new(0, 10, 0, 505)
  852.  
  853.  
  854. 285.GoldSwampy.Size = UDim2.new(0, 80, 0, 40)
  855.  
  856.  
  857. 286.GoldSwampy.ZIndex = 3
  858.  
  859.  
  860. 287.GoldSwampy.Image = "rbxassetid://2712631457"
  861.  
  862.  
  863. 288.GoldSwampy.ScaleType = Enum.ScaleType.Crop
  864.  
  865.  
  866. 289.
  867.  
  868.  
  869. 290.DropShadow_12.Name = "DropShadow"
  870.  
  871.  
  872. 291.DropShadow_12.Parent = GoldSwampy
  873.  
  874.  
  875. 292.DropShadow_12.BackgroundColor3 = Color3.new(0, 0, 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement