Advertisement
DAJDAJ

tpdrvaplank

Oct 24th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.93 KB | None | 0 0
  1.  
  2. local BirchTree = Instance.new("ImageButton")
  3. local DropShadow = Instance.new("Frame")
  4. local BirchTree_1 = Instance.new("TextLabel")
  5. local CavecrawlerTree = Instance.new("ImageButton")
  6. local DropShadow_1 = Instance.new("Frame")
  7. local CavecrawlerTree_1 = Instance.new("TextLabel")
  8. local CherryTree = Instance.new("ImageButton")
  9. local DropShadow_2 = Instance.new("Frame")
  10. local CherryTree_1 = Instance.new("TextLabel")
  11. local ElmTree = Instance.new("ImageButton")
  12. local DropShadow_3 = Instance.new("Frame")
  13. local ElmTree_1 = Instance.new("TextLabel")
  14. local FirTree = Instance.new("ImageButton")
  15. local DropShadow_4 = Instance.new("Frame")
  16. local FirTree_1 = Instance.new("TextLabel")
  17. local Frosttree = Instance.new("ImageButton")
  18. local DropShadow_5 = Instance.new("Frame")
  19. local Frosttree_1 = Instance.new("TextLabel")
  20. local GenericTree = Instance.new("ImageButton")
  21. local DropShadow_6 = Instance.new("Frame")
  22. local GenericTree_1 = Instance.new("TextLabel")
  23. local GoldTree = Instance.new("ImageButton")
  24. local DropShadow_7 = Instance.new("Frame")
  25. local GoldTree_1 = Instance.new("TextLabel")
  26. local KoaTree = Instance.new("ImageButton")
  27. local DropShadow_8 = Instance.new("Frame")
  28. local KoaTree_1 = Instance.new("TextLabel")
  29. local LavaTree = Instance.new("ImageButton")
  30. local DropShadow_9 = Instance.new("Frame")
  31. local LavaTree_1 = Instance.new("TextLabel")
  32. local PalmTree = Instance.new("ImageButton")
  33. local DropShadow_10 = Instance.new("Frame")
  34. local PalmTree_1 = Instance.new("TextLabel")
  35. local PhantomTree = Instance.new("ImageButton")
  36. local DropShadow_11 = Instance.new("Frame")
  37. local PhantomTree_1 = Instance.new("TextLabel")
  38. local PineTree = Instance.new("ImageButton")
  39. local DropShadow_12 = Instance.new("Frame")
  40. local PineTree_1 = Instance.new("TextLabel")
  41. local SinisterGlow = Instance.new("ImageButton")
  42. local DropShadow_13 = Instance.new("Frame")
  43. local SinisterGlow_1 = Instance.new("TextLabel")
  44. local Snowglowtree = Instance.new("ImageButton")
  45. local DropShadow_14 = Instance.new("Frame")
  46. local Snowglowtree_1 = Instance.new("TextLabel")
  47. local Spooktree = Instance.new("ImageButton")
  48. local DropShadow_15 = Instance.new("Frame")
  49. local Spooktree_1 = Instance.new("TextLabel")
  50. local WalnutTree = Instance.new("ImageButton")
  51. local DropShadow_16 = Instance.new("Frame")
  52. local WalnutTree_1 = Instance.new("TextLabel")
  53. local ZombieTree = Instance.new("ImageButton")
  54. local DropShadow_17 = Instance.new("Frame")
  55. local ZombieTree_1 = Instance.new("TextLabel")
  56. local CountItems = Instance.new("TextLabel")
  57. local CountItems1 = Instance.new("TextLabel")
  58. local CountItems2 = Instance.new("TextLabel")
  59. local CountItems3 = Instance.new("TextLabel")
  60. local CountItems4 = Instance.new("TextLabel")
  61. local CountItems5 = Instance.new("TextLabel")
  62. local CountItems6 = Instance.new("TextLabel")
  63. local CountItems7 = Instance.new("TextLabel")
  64. local CountItems8 = Instance.new("TextLabel")
  65. local CountItems9 = Instance.new("TextLabel")
  66. local CountItems10 = Instance.new("TextLabel")
  67. local CountItems11 = Instance.new("TextLabel")
  68. local CountItems12 = Instance.new("TextLabel")
  69. local CountItems13 = Instance.new("TextLabel")
  70. local CountItems14 = Instance.new("TextLabel")
  71. local CountItems15 = Instance.new("TextLabel")
  72. local CountItems16 = Instance.new("TextLabel")
  73. local CountItems17 = Instance.new("TextLabel")
  74. local ItemPicker = Instance.new("ScreenGui")
  75. local KoaTreentroImage = Instance.new("ImageLabel")
  76. local ChangeItem = Instance.new("Frame")
  77. local CurrentItem = Instance.new("ImageButton")
  78. local Picker = Instance.new("ScrollingFrame")
  79.  
  80. local PlyrSel = Instance.new("TextBox")
  81. local qty = Instance.new("TextBox")
  82. local Player1 = Instance.new("TextButton")
  83. local Player2 = Instance.new("TextButton")
  84. local Player3 = Instance.new("TextButton")
  85. local Player4 = Instance.new("TextButton")
  86. local Player5 = Instance.new("TextButton")
  87. local Player6 = Instance.new("TextButton")
  88. local TpBase = Instance.new("TextButton")
  89.  
  90. --Properties:
  91. ItemPicker.Name = "ItemPicker"
  92. ItemPicker.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  93.  
  94. ChangeItem.Name = "ChangeItem"
  95. ChangeItem.Parent = ItemPicker
  96. ChangeItem.BackgroundColor3 = Color3.new(0.176471, 0.254902, 0.427451)
  97. ChangeItem.BorderColor3 = Color3.new(0, 0, 0)
  98. ChangeItem.BorderSizePixel = 2
  99. ChangeItem.Position = UDim2.new(0, 10, 1, -110)
  100. ChangeItem.Size = UDim2.new(0, 100, 0, 100)
  101. ChangeItem.ZIndex = 2
  102. ItemPicker.Enabled = false
  103.  
  104. CurrentItem.Name = "CurrentItem"
  105. CurrentItem.Parent = ChangeItem
  106. CurrentItem.BackgroundColor3 = Color3.new(1, 1, 1)
  107. CurrentItem.BorderColor3 = Color3.new(0, 0, 0)
  108. CurrentItem.BorderSizePixel = 2
  109. CurrentItem.Position = UDim2.new(0, 10, 0, 10)
  110. CurrentItem.Size = UDim2.new(0, 80, 0, 80)
  111. CurrentItem.ZIndex = 2
  112. CurrentItem.Image = "rbxassetid://3818800832"
  113. CurrentItem.ScaleType = Enum.ScaleType.Crop
  114.  
  115. Picker.Name = "Picker"
  116. Picker.Parent = ItemPicker
  117. Picker.BackgroundColor3 = Color3.new(0.176471, 0.254902, 0.427451)
  118. Picker.BorderColor3 = Color3.new(0, 0, 0)
  119. Picker.BorderSizePixel = 2
  120. Picker.Position = UDim2.new(0, 10, 1, -330)
  121. Picker.Size = UDim2.new(0, 100, 0, 215)
  122. Picker.CanvasPosition = Vector2.new(0,0)
  123. Picker.CanvasSize = UDim2.new(0, 0, 0, 2140)
  124. Picker.ScrollBarThickness = 7
  125. Picker.VerticalScrollBarPosition = Enum.VerticalScrollBarPosition.Left
  126. Picker.Visible = false
  127.  
  128. qty.Name = "qty"
  129. qty.Parent = Picker
  130. qty.BackgroundColor3 = Color3.new(0, 0, 0)
  131. qty.BackgroundTransparency = 0.15
  132. qty.BorderColor3 = Color3.new(0, 0, 0)
  133. qty.Position = UDim2.new(0, 10, 0, 5)
  134. qty.Size = UDim2.new(0, 20, 0, 18)
  135. qty.Font = Enum.Font.Fantasy
  136. qty.Text = "QTY"
  137. qty.TextColor3 = Color3.fromRGB(255, 0, 0)
  138. qty.TextScaled = true
  139. qty.TextSize = 8
  140. qty.TextWrapped = true
  141.  
  142. TpBase.Name = "TpBase"
  143. TpBase.Parent = Picker
  144. TpBase.BackgroundColor3 = Color3.new(0, 0, 0)
  145. TpBase.BackgroundTransparency = 0
  146. TpBase.BorderColor3 = Color3.new(0, 0, 0)
  147. TpBase.Position = UDim2.new(0, 33, 0, 5)
  148. TpBase.Size = UDim2.new(0, 57, 0, 18)
  149. TpBase.Font = Enum.Font.Fantasy
  150. TpBase.Text = "TP To Base"
  151. TpBase.TextColor3 = Color3.fromRGB(255, 0, 0)
  152. TpBase.TextScaled = true
  153. TpBase.TextSize = 8
  154. TpBase.TextWrapped = true
  155.  
  156. PlyrSel.Name = "PlyrSel"
  157. PlyrSel.Parent = Picker
  158. PlyrSel.BackgroundColor3 = Color3.new(0, 0, 0)
  159. PlyrSel.BackgroundTransparency = 0.15
  160. PlyrSel.BorderColor3 = Color3.new(0, 0, 0)
  161. PlyrSel.Position = UDim2.new(0, 10, 0, 27)
  162. PlyrSel.Size = UDim2.new(0, 80, 0, 20)
  163. PlyrSel.Font = Enum.Font.Fantasy
  164. PlyrSel.Text = "Player Name"
  165. PlyrSel.TextColor3 = Color3.fromRGB(255, 0, 0)
  166. PlyrSel.TextScaled = true
  167. PlyrSel.TextSize = 8
  168. PlyrSel.TextWrapped = true
  169.  
  170. Player1.Name = "Player1"
  171. Player1.Parent = Picker
  172. Player1.BackgroundColor3 = Color3.new(0, 0, 0)
  173. Player1.BorderColor3 = Color3.new(0, 0, 0)
  174. Player1.Position = UDim2.new(0, 10, 0, 51)
  175. Player1.Size = UDim2.new(0, 80, 0, 15)
  176. Player1.Font = Enum.Font.Fantasy
  177. Player1.Text = ""
  178. Player1.TextColor3 = Color3.fromRGB(255, 0, 0)
  179. Player1.TextScaled = true
  180. Player1.TextSize = 16
  181. Player1.TextWrapped = true
  182.  
  183. Player2.Name = "Player2"
  184. Player2.Parent = Picker
  185. Player2.BackgroundColor3 = Color3.new(0, 0, 0)
  186. Player2.BorderColor3 = Color3.new(0, 0, 0)
  187. Player2.Position = UDim2.new(0, 10, 0, 69)
  188. Player2.Size = UDim2.new(0, 80, 0, 15)
  189. Player2.Font = Enum.Font.Fantasy
  190. Player2.Text = ""
  191. Player2.TextColor3 = Color3.fromRGB(255, 0, 0)
  192. Player2.TextScaled = true
  193. Player2.TextSize = 16
  194. Player2.TextWrapped = true
  195.  
  196. Player3.Name = "Player3"
  197. Player3.Parent = Picker
  198. Player3.BackgroundColor3 = Color3.new(0, 0, 0)
  199. Player3.BorderColor3 = Color3.new(0, 0, 0)
  200. Player3.Position = UDim2.new(0, 10, 0, 87)
  201. Player3.Size = UDim2.new(0, 80, 0, 15)
  202. Player3.Font = Enum.Font.Fantasy
  203. Player3.Text = ""
  204. Player3.TextColor3 = Color3.fromRGB(255, 0, 0)
  205. Player3.TextScaled = true
  206. Player3.TextSize = 16
  207. Player3.TextWrapped = true
  208.  
  209. Player4.Name = "Player4"
  210. Player4.Parent = Picker
  211. Player4.BackgroundColor3 = Color3.new(0, 0, 0)
  212. Player4.BorderColor3 = Color3.new(0, 0, 0)
  213. Player4.Position = UDim2.new(0, 10, 0, 105)
  214. Player4.Size = UDim2.new(0, 80, 0, 15)
  215. Player4.Font = Enum.Font.Fantasy
  216. Player4.Text = ""
  217. Player4.TextColor3 = Color3.fromRGB(255, 0, 0)
  218. Player4.TextScaled = true
  219. Player4.TextSize = 16
  220. Player4.TextWrapped = true
  221.  
  222. Player5.Name = "Player5"
  223. Player5.Parent = Picker
  224. Player5.BackgroundColor3 = Color3.new(0, 0, 0)
  225. Player5.BorderColor3 = Color3.new(0, 0, 0)
  226. Player5.Position = UDim2.new(0, 10, 0, 123)
  227. Player5.Size = UDim2.new(0, 80, 0, 15)
  228. Player5.Font = Enum.Font.Fantasy
  229. Player5.Text = ""
  230. Player5.TextColor3 = Color3.fromRGB(255, 0, 0)
  231. Player5.TextScaled = true
  232. Player5.TextSize = 16
  233. Player5.TextWrapped = true
  234.  
  235. Player6.Name = "Player6"
  236. Player6.Parent = Picker
  237. Player6.BackgroundColor3 = Color3.new(0, 0, 0)
  238. Player6.BorderColor3 = Color3.new(0, 0, 0)
  239. Player6.Position = UDim2.new(0, 10, 0, 141)
  240. Player6.Size = UDim2.new(0, 80, 0, 15)
  241. Player6.Font = Enum.Font.Fantasy
  242. Player6.Text = ""
  243. Player6.TextColor3 = Color3.fromRGB(255, 0, 0)
  244. Player6.TextScaled = true
  245. Player6.TextSize = 16
  246. Player6.TextWrapped = true
  247.  
  248. BirchTree.Name = "BirchTree"
  249. BirchTree.Parent = Picker
  250. BirchTree.BackgroundColor3 = Color3.new(1, 1, 1)
  251. BirchTree.BorderColor3 = Color3.new(0, 0, 0)
  252. BirchTree.Position = UDim2.new(0, 10, 0, 159)
  253. BirchTree.Size = UDim2.new(0, 80, 0, 80)
  254. BirchTree.ZIndex = 3
  255. BirchTree.Image = "rbxassetid://2712547918"
  256. BirchTree.ScaleType = Enum.ScaleType.Crop
  257.  
  258. DropShadow.Name = "DropShadow"
  259. DropShadow.Parent = BirchTree
  260. DropShadow.BackgroundColor3 = Color3.new(0, 0, 0)
  261. DropShadow.BorderSizePixel = 0
  262. DropShadow.Position = UDim2.new(0, 4, 0, 4)
  263. DropShadow.Size = UDim2.new(1, 0, 1, 0)
  264. DropShadow.ZIndex = 2
  265.  
  266. BirchTree_1.Name = "local BirchTree_1"
  267. BirchTree_1.Parent = Picker
  268. BirchTree_1.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  269. BirchTree_1.BorderSizePixel = 1
  270. BirchTree_1.BorderColor3 = Color3.new(0, 0, 0)
  271. BirchTree_1.Position = UDim2.new(0, 11, 0, 242)
  272. BirchTree_1.Size = UDim2.new(0, 60, 0, 20)
  273. BirchTree_1.Font = Enum.Font.Fantasy
  274. BirchTree_1.Text = "Birch Planks"
  275. BirchTree_1.TextColor3 = Color3.new(0, 0.666667, 0)
  276. BirchTree_1.TextScaled = true
  277. BirchTree_1.TextSize = 8
  278.  
  279. CountItems.Name = "CountItems"
  280. CountItems.Parent = Picker
  281. CountItems.AnchorPoint = Vector2.new(0.5, 0)
  282. CountItems.BackgroundColor3 = Color3.new(1, 1, 1)
  283. CountItems.BackgroundTransparency = 1
  284. CountItems.Position = UDim2.new(0, 82, 0, 242)
  285. CountItems.Size = UDim2.new(0, 20, 0, 20)
  286. CountItems.ZIndex = 3
  287. CountItems.Font = Enum.Font.SourceSansBold
  288. CountItems.Text = "0"
  289. CountItems.TextColor3 = Color3.new(1, 1, 1)
  290. CountItems.TextSize = 25
  291. CountItems.TextYAlignment = Enum.TextYAlignment.Top
  292.  
  293. CavecrawlerTree.Name = "CavecrawlerTree"
  294. CavecrawlerTree.Parent = Picker
  295. CavecrawlerTree.BackgroundColor3 = Color3.new(1, 1, 1)
  296. CavecrawlerTree.BorderColor3 = Color3.new(0, 0, 0)
  297. CavecrawlerTree.Position = UDim2.new(0, 10, 0, 269)
  298. CavecrawlerTree.Size = UDim2.new(0, 80, 0, 80)
  299. CavecrawlerTree.ZIndex = 3
  300. CavecrawlerTree.Image = "rbxassetid://2712673980"
  301. CavecrawlerTree.ScaleType = Enum.ScaleType.Crop
  302.  
  303. DropShadow_1.Name = "DropShadow"
  304. DropShadow_1.Parent = CavecrawlerTree
  305. DropShadow_1.BackgroundColor3 = Color3.new(0, 0, 0)
  306. DropShadow_1.BorderSizePixel = 0
  307. DropShadow_1.Position = UDim2.new(0, 4, 0, 4)
  308. DropShadow_1.Size = UDim2.new(1, 0, 1, 0)
  309. DropShadow_1.ZIndex = 2
  310.  
  311. CavecrawlerTree_1.Name = "local CavecrawlerTree_1"
  312. CavecrawlerTree_1.Parent = Picker
  313. CavecrawlerTree_1.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  314. CavecrawlerTree_1.BorderSizePixel = 1
  315. CavecrawlerTree_1.BorderColor3 = Color3.new(0, 0, 0)
  316. CavecrawlerTree_1.Position = UDim2.new(0, 11, 0, 352)
  317. CavecrawlerTree_1.Size = UDim2.new(0, 60, 0, 20)
  318. CavecrawlerTree_1.Font = Enum.Font.Fantasy
  319. CavecrawlerTree_1.Text = "Cavecrawler Planks"
  320. CavecrawlerTree_1.TextColor3 = Color3.new(0, 0.666667, 0)
  321. CavecrawlerTree_1.TextScaled = true
  322. CavecrawlerTree_1.TextSize = 8
  323.  
  324. CountItems1.Name = "CountItems"
  325. CountItems1.Parent = Picker
  326. CountItems1.AnchorPoint = Vector2.new(0.5, 0)
  327. CountItems1.BackgroundColor3 = Color3.new(1, 1, 1)
  328. CountItems1.BackgroundTransparency = 1
  329. CountItems1.Position = UDim2.new(0, 82, 0, 352)
  330. CountItems1.Size = UDim2.new(0, 20, 0, 20)
  331. CountItems1.ZIndex = 3
  332. CountItems1.Font = Enum.Font.SourceSansBold
  333. CountItems1.Text = "0"
  334. CountItems1.TextColor3 = Color3.new(1, 1, 1)
  335. CountItems1.TextSize = 25
  336. CountItems1.TextYAlignment = Enum.TextYAlignment.Top
  337.  
  338. CherryTree.Name = "CherryTree"
  339. CherryTree.Parent = Picker
  340. CherryTree.BackgroundColor3 = Color3.new(1, 1, 1)
  341. CherryTree.BorderColor3 = Color3.new(0, 0, 0)
  342. CherryTree.Position = UDim2.new(0, 10, 0, 379)
  343. CherryTree.Size = UDim2.new(0, 80, 0, 80)
  344. CherryTree.ZIndex = 3
  345. CherryTree.Image = "rbxassetid://2712608599"
  346. CherryTree.ScaleType = Enum.ScaleType.Crop
  347.  
  348. DropShadow_2.Name = "DropShadow"
  349. DropShadow_2.Parent = CherryTree
  350. DropShadow_2.BackgroundColor3 = Color3.new(0, 0, 0)
  351. DropShadow_2.BorderSizePixel = 0
  352. DropShadow_2.Position = UDim2.new(0, 4, 0, 4)
  353. DropShadow_2.Size = UDim2.new(1, 0, 1, 0)
  354. DropShadow_2.ZIndex = 2
  355.  
  356. CherryTree_1.Name = "CherryTree_1"
  357. CherryTree_1.Parent = Picker
  358. CherryTree_1.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  359. CherryTree_1.BorderSizePixel = 1
  360. CherryTree_1.BorderColor3 = Color3.new(0, 0, 0)
  361. CherryTree_1.Position = UDim2.new(0, 11, 0, 462)
  362. CherryTree_1.Size = UDim2.new(0, 60, 0, 20)
  363. CherryTree_1.Font = Enum.Font.Fantasy
  364. CherryTree_1.Text = "Cherry Planks"
  365. CherryTree_1.TextColor3 = Color3.new(0, 0.666667, 0)
  366. CherryTree_1.TextScaled = true
  367. CherryTree_1.TextSize = 8
  368.  
  369. CountItems2.Name = "CountItems"
  370. CountItems2.Parent = Picker
  371. CountItems2.AnchorPoint = Vector2.new(0.5, 0)
  372. CountItems2.BackgroundColor3 = Color3.new(1, 1, 1)
  373. CountItems2.BackgroundTransparency = 1
  374. CountItems2.Position = UDim2.new(0, 82, 0, 462)
  375. CountItems2.Size = UDim2.new(0, 20, 0, 20)
  376. CountItems2.ZIndex = 3
  377. CountItems2.Font = Enum.Font.SourceSansBold
  378. CountItems2.Text = "0"
  379. CountItems2.TextColor3 = Color3.new(1, 1, 1)
  380. CountItems2.TextSize = 25
  381. CountItems2.TextYAlignment = Enum.TextYAlignment.Top
  382.  
  383. ElmTree.Name = "ElmTree"
  384. ElmTree.Parent = Picker
  385. ElmTree.BackgroundColor3 = Color3.new(1, 1, 1)
  386. ElmTree.BorderColor3 = Color3.new(0, 0, 0)
  387. ElmTree.Position = UDim2.new(0, 10, 0, 489)
  388. ElmTree.Size = UDim2.new(0, 80, 0, 80)
  389. ElmTree.ZIndex = 3
  390. ElmTree.Image = "rbxassetid://2712579185"
  391. ElmTree.ScaleType = Enum.ScaleType.Crop
  392.  
  393. DropShadow_3.Name = "DropShadow"
  394. DropShadow_3.Parent = ElmTree
  395. DropShadow_3.BackgroundColor3 = Color3.new(0, 0, 0)
  396. DropShadow_3.BorderSizePixel = 0
  397. DropShadow_3.Position = UDim2.new(0, 4, 0, 4)
  398. DropShadow_3.Size = UDim2.new(1, 0, 1, 0)
  399. DropShadow_3.ZIndex = 2
  400.  
  401. ElmTree_1.Name = "ElmTree_1"
  402. ElmTree_1.Parent = Picker
  403. ElmTree_1.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  404. ElmTree_1.BorderSizePixel = 1
  405. ElmTree_1.BorderColor3 = Color3.new(0, 0, 0)
  406. ElmTree_1.Position = UDim2.new(0, 11, 0, 572)
  407. ElmTree_1.Size = UDim2.new(0, 60, 0, 20)
  408. ElmTree_1.Font = Enum.Font.Fantasy
  409. ElmTree_1.Text = "Oak Planks"
  410. ElmTree_1.TextColor3 = Color3.new(0, 0.666667, 0)
  411. ElmTree_1.TextScaled = true
  412. ElmTree_1.TextSize = 8
  413.  
  414. CountItems3.Name = "CountItems"
  415. CountItems3.Parent = Picker
  416. CountItems3.AnchorPoint = Vector2.new(0.5, 0)
  417. CountItems3.BackgroundColor3 = Color3.new(1, 1, 1)
  418. CountItems3.BackgroundTransparency = 1
  419. CountItems3.Position = UDim2.new(0, 82, 0, 572)
  420. CountItems3.Size = UDim2.new(0, 20, 0, 20)
  421. CountItems3.ZIndex = 3
  422. CountItems3.Font = Enum.Font.SourceSansBold
  423. CountItems3.Text = "0"
  424. CountItems3.TextColor3 = Color3.new(1, 1, 1)
  425. CountItems3.TextSize = 25
  426. CountItems3.TextYAlignment = Enum.TextYAlignment.Top
  427.  
  428. FirTree.Name = "FirTree"
  429. FirTree.Parent = Picker
  430. FirTree.BackgroundColor3 = Color3.new(1, 1, 1)
  431. FirTree.BorderColor3 = Color3.new(0, 0, 0)
  432. FirTree.Position = UDim2.new(0, 10, 0, 599)
  433. FirTree.Size = UDim2.new(0, 80, 0, 80)
  434. FirTree.ZIndex = 3
  435. FirTree.Image = "rbxassetid://2712591183"
  436. FirTree.ScaleType = Enum.ScaleType.Crop
  437.  
  438. DropShadow_4.Name = "DropShadow"
  439. DropShadow_4.Parent = FirTree
  440. DropShadow_4.BackgroundColor3 = Color3.new(0, 0, 0)
  441. DropShadow_4.BorderSizePixel = 0
  442. DropShadow_4.Position = UDim2.new(0, 4, 0, 4)
  443. DropShadow_4.Size = UDim2.new(1, 0, 1, 0)
  444. DropShadow_4.ZIndex = 2
  445.  
  446. FirTree_1.Name = "FirTree_1"
  447. FirTree_1.Parent = Picker
  448. FirTree_1.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  449. FirTree_1.BorderSizePixel = 1
  450. FirTree_1.BorderColor3 = Color3.new(0, 0, 0)
  451. FirTree_1.Position = UDim2.new(0, 11, 0, 682)
  452. FirTree_1.Size = UDim2.new(0, 60, 0, 20)
  453. FirTree_1.Font = Enum.Font.Fantasy
  454. FirTree_1.Text = "Fir Planks"
  455. FirTree_1.TextColor3 = Color3.new(0, 0.666667, 0)
  456. FirTree_1.TextScaled = true
  457. FirTree_1.TextSize = 8
  458.  
  459. CountItems4.Name = "CountItems"
  460. CountItems4.Parent = Picker
  461. CountItems4.AnchorPoint = Vector2.new(0.5, 0)
  462. CountItems4.BackgroundColor3 = Color3.new(1, 1, 1)
  463. CountItems4.BackgroundTransparency = 1
  464. CountItems4.Position = UDim2.new(0, 82, 0, 682)
  465. CountItems4.Size = UDim2.new(0, 20, 0, 20)
  466. CountItems4.ZIndex = 3
  467. CountItems4.Font = Enum.Font.SourceSansBold
  468. CountItems4.Text = "0"
  469. CountItems4.TextColor3 = Color3.new(1, 1, 1)
  470. CountItems4.TextSize = 25
  471. CountItems4.TextYAlignment = Enum.TextYAlignment.Top
  472.  
  473. Frosttree.Name = "Frosttree"
  474. Frosttree.Parent = Picker
  475. Frosttree.BackgroundColor3 = Color3.new(1, 1, 1)
  476. Frosttree.BorderColor3 = Color3.new(0, 0, 0)
  477. Frosttree.Position = UDim2.new(0, 10, 0, 709)
  478. Frosttree.Size = UDim2.new(0, 80, 0, 80)
  479. Frosttree.ZIndex = 3
  480. Frosttree.Image = "rbxassetid://2712667804"
  481. Frosttree.ScaleType = Enum.ScaleType.Crop
  482.  
  483. DropShadow_5.Name = "DropShadow"
  484. DropShadow_5.Parent = Frosttree
  485. DropShadow_5.BackgroundColor3 = Color3.new(0, 0, 0)
  486. DropShadow_5.BorderSizePixel = 0
  487. DropShadow_5.Position = UDim2.new(0, 4, 0, 4)
  488. DropShadow_5.Size = UDim2.new(1, 0, 1, 0)
  489. DropShadow_5.ZIndex = 2
  490.  
  491. Frosttree_1.Name = "Frosttree_1"
  492. Frosttree_1.Parent = Picker
  493. Frosttree_1.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  494. Frosttree_1.BorderSizePixel = 1
  495. Frosttree_1.BorderColor3 = Color3.new(0, 0, 0)
  496. Frosttree_1.Position = UDim2.new(0, 11, 0, 792)
  497. Frosttree_1.Size = UDim2.new(0, 60, 0, 20)
  498. Frosttree_1.Font = Enum.Font.Fantasy
  499. Frosttree_1.Text = "Frost Planks"
  500. Frosttree_1.TextColor3 = Color3.new(0, 0.666667, 0)
  501. Frosttree_1.TextScaled = true
  502. Frosttree_1.TextSize = 8
  503.  
  504. CountItems5.Name = "CountItems"
  505. CountItems5.Parent = Picker
  506. CountItems5.AnchorPoint = Vector2.new(0.5, 0)
  507. CountItems5.BackgroundColor3 = Color3.new(1, 1, 1)
  508. CountItems5.BackgroundTransparency = 1
  509. CountItems5.Position = UDim2.new(0, 82, 0, 792)
  510. CountItems5.Size = UDim2.new(0, 20, 0, 20)
  511. CountItems5.ZIndex = 3
  512. CountItems5.Font = Enum.Font.SourceSansBold
  513. CountItems5.Text = "0"
  514. CountItems5.TextColor3 = Color3.new(1, 1, 1)
  515. CountItems5.TextSize = 25
  516. CountItems5.TextYAlignment = Enum.TextYAlignment.Top
  517.  
  518. GenericTree.Name = "GenericTree"
  519. GenericTree.Parent = Picker
  520. GenericTree.BackgroundColor3 = Color3.new(1, 1, 1)
  521. GenericTree.BorderColor3 = Color3.new(0, 0, 0)
  522. GenericTree.Position = UDim2.new(0, 10, 0, 819)
  523. GenericTree.Size = UDim2.new(0, 80, 0, 80)
  524. GenericTree.ZIndex = 3
  525. GenericTree.Image = "rbxassetid://2712568624"
  526. GenericTree.ScaleType = Enum.ScaleType.Crop
  527.  
  528. DropShadow_6.Name = "DropShadow"
  529. DropShadow_6.Parent = GenericTree
  530. DropShadow_6.BackgroundColor3 = Color3.new(0, 0, 0)
  531. DropShadow_6.BorderSizePixel = 0
  532. DropShadow_6.Position = UDim2.new(0, 4, 0, 4)
  533. DropShadow_6.Size = UDim2.new(1, 0, 1, 0)
  534. DropShadow_6.ZIndex = 2
  535.  
  536. GenericTree_1.Name = "GenericTree_1"
  537. GenericTree_1.Parent = Picker
  538. GenericTree_1.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  539. GenericTree_1.BorderSizePixel = 1
  540. GenericTree_1.BorderColor3 = Color3.new(0, 0, 0)
  541. GenericTree_1.Position = UDim2.new(0, 11, 0, 902)
  542. GenericTree_1.Size = UDim2.new(0, 60, 0, 20)
  543. GenericTree_1.Font = Enum.Font.Fantasy
  544. GenericTree_1.Text = "Generic Planks"
  545. GenericTree_1.TextColor3 = Color3.new(0, 0.666667, 0)
  546. GenericTree_1.TextScaled = true
  547. GenericTree_1.TextSize = 8
  548.  
  549. CountItems6.Name = "CountItems"
  550. CountItems6.Parent = Picker
  551. CountItems6.AnchorPoint = Vector2.new(0.5, 0)
  552. CountItems6.BackgroundColor3 = Color3.new(1, 1, 1)
  553. CountItems6.BackgroundTransparency = 1
  554. CountItems6.Position = UDim2.new(0, 82, 0, 902)
  555. CountItems6.Size = UDim2.new(0, 20, 0, 20)
  556. CountItems6.ZIndex = 3
  557. CountItems6.Font = Enum.Font.SourceSansBold
  558. CountItems6.Text = "0"
  559. CountItems6.TextColor3 = Color3.new(1, 1, 1)
  560. CountItems6.TextSize = 25
  561. CountItems6.TextYAlignment = Enum.TextYAlignment.Top
  562.  
  563. GoldTree.Name = "GoldTree"
  564. GoldTree.Parent = Picker
  565. GoldTree.BackgroundColor3 = Color3.new(1, 1, 1)
  566. GoldTree.BorderColor3 = Color3.new(0, 0, 0)
  567. GoldTree.Position = UDim2.new(0, 10, 0, 929)
  568. GoldTree.Size = UDim2.new(0, 80, 0, 80)
  569. GoldTree.ZIndex = 3
  570. GoldTree.Image = "rbxassetid://2712631457"
  571. GoldTree.ScaleType = Enum.ScaleType.Crop
  572.  
  573. DropShadow_7.Name = "DropShadow"
  574. DropShadow_7.Parent = GoldTree
  575. DropShadow_7.BackgroundColor3 = Color3.new(0, 0, 0)
  576. DropShadow_7.BorderSizePixel = 0
  577. DropShadow_7.Position = UDim2.new(0, 4, 0, 4)
  578. DropShadow_7.Size = UDim2.new(1, 0, 1, 0)
  579. DropShadow_7.ZIndex = 2
  580.  
  581. GoldTree_1.Name = "GoldTree_1"
  582. GoldTree_1.Parent = Picker
  583. GoldTree_1.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  584. GoldTree_1.BorderSizePixel = 1
  585. GoldTree_1.BorderColor3 = Color3.new(0, 0, 0)
  586. GoldTree_1.Position = UDim2.new(0, 11, 0, 1012)
  587. GoldTree_1.Size = UDim2.new(0, 60, 0, 20)
  588. GoldTree_1.Font = Enum.Font.Fantasy
  589. GoldTree_1.Text = "Gold Planks"
  590. GoldTree_1.TextColor3 = Color3.new(0, 0.666667, 0)
  591. GoldTree_1.TextScaled = true
  592. GoldTree_1.TextSize = 8
  593.  
  594. CountItems7.Name = "CountItems"
  595. CountItems7.Parent = Picker
  596. CountItems7.AnchorPoint = Vector2.new(0.5, 0)
  597. CountItems7.BackgroundColor3 = Color3.new(1, 1, 1)
  598. CountItems7.BackgroundTransparency = 1
  599. CountItems7.Position = UDim2.new(0, 82, 0, 1012)
  600. CountItems7.Size = UDim2.new(0, 20, 0, 20)
  601. CountItems7.ZIndex = 3
  602. CountItems7.Font = Enum.Font.SourceSansBold
  603. CountItems7.Text = "0"
  604. CountItems7.TextColor3 = Color3.new(1, 1, 1)
  605. CountItems7.TextSize = 25
  606. CountItems7.TextYAlignment = Enum.TextYAlignment.Top
  607.  
  608. KoaTree.Name = "KoaTree"
  609. KoaTree.Parent = Picker
  610. KoaTree.BackgroundColor3 = Color3.new(1, 1, 1)
  611. KoaTree.BorderColor3 = Color3.new(0, 0, 0)
  612. KoaTree.Position = UDim2.new(0, 10, 0, 1039)
  613. KoaTree.Size = UDim2.new(0, 80, 0, 80)
  614. KoaTree.ZIndex = 3
  615. KoaTree.Image = "rbxassetid://2712612798"
  616. KoaTree.ScaleType = Enum.ScaleType.Crop
  617.  
  618. DropShadow_8.Name = "DropShadow"
  619. DropShadow_8.Parent = KoaTree
  620. DropShadow_8.BackgroundColor3 = Color3.new(0, 0, 0)
  621. DropShadow_8.BorderSizePixel = 0
  622. DropShadow_8.Position = UDim2.new(0, 4, 0, 4)
  623. DropShadow_8.Size = UDim2.new(1, 0, 1, 0)
  624. DropShadow_8.ZIndex = 2
  625.  
  626. KoaTree_1.Name = "KoaTree_1"
  627. KoaTree_1.Parent = Picker
  628. KoaTree_1.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  629. KoaTree_1.BorderSizePixel = 1
  630. KoaTree_1.BorderColor3 = Color3.new(0, 0, 0)
  631. KoaTree_1.Position = UDim2.new(0, 11, 0, 1122)
  632. KoaTree_1.Size = UDim2.new(0, 60, 0, 20)
  633. KoaTree_1.Font = Enum.Font.Fantasy
  634. KoaTree_1.Text = "Koa Planks"
  635. KoaTree_1.TextColor3 = Color3.new(0, 0.666667, 0)
  636. KoaTree_1.TextScaled = true
  637. KoaTree_1.TextSize = 8
  638.  
  639. CountItems8.Name = "CountItems"
  640. CountItems8.Parent = Picker
  641. CountItems8.AnchorPoint = Vector2.new(0.5, 0)
  642. CountItems8.BackgroundColor3 = Color3.new(1, 1, 1)
  643. CountItems8.BackgroundTransparency = 1
  644. CountItems8.Position = UDim2.new(0, 82, 0, 1122)
  645. CountItems8.Size = UDim2.new(0, 20, 0, 20)
  646. CountItems8.ZIndex = 3
  647. CountItems8.Font = Enum.Font.SourceSansBold
  648. CountItems8.Text = "0"
  649. CountItems8.TextColor3 = Color3.new(1, 1, 1)
  650. CountItems8.TextSize = 25
  651. CountItems8.TextYAlignment = Enum.TextYAlignment.Top
  652.  
  653. LavaTree.Name = "LavaTree"
  654. LavaTree.Parent = Picker
  655. LavaTree.BackgroundColor3 = Color3.new(1, 1, 1)
  656. LavaTree.BorderColor3 = Color3.new(0, 0, 0)
  657. LavaTree.Position = UDim2.new(0, 10, 0, 1149)
  658. LavaTree.Size = UDim2.new(0, 80, 0, 80)
  659. LavaTree.ZIndex = 3
  660. LavaTree.Image = "rbxassetid://2712618609"
  661. LavaTree.ScaleType = Enum.ScaleType.Crop
  662.  
  663. DropShadow_9.Name = "DropShadow"
  664. DropShadow_9.Parent = LavaTree
  665. DropShadow_9.BackgroundColor3 = Color3.new(0, 0, 0)
  666. DropShadow_9.BorderSizePixel = 0
  667. DropShadow_9.Position = UDim2.new(0, 4, 0, 4)
  668. DropShadow_9.Size = UDim2.new(1, 0, 1, 0)
  669. DropShadow_9.ZIndex = 2
  670.  
  671. LavaTree_1.Name = "LavaTree_1"
  672. LavaTree_1.Parent = Picker
  673. LavaTree_1.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  674. LavaTree_1.BorderSizePixel = 1
  675. LavaTree_1.BorderColor3 = Color3.new(0, 0, 0)
  676. LavaTree_1.Position = UDim2.new(0, 11, 0, 1232)
  677. LavaTree_1.Size = UDim2.new(0, 60, 0, 20)
  678. LavaTree_1.Font = Enum.Font.Fantasy
  679. LavaTree_1.Text = "Lava Planks"
  680. LavaTree_1.TextColor3 = Color3.new(0, 0.666667, 0)
  681. LavaTree_1.TextScaled = true
  682. LavaTree_1.TextSize = 8
  683.  
  684. CountItems9.Name = "CountItems"
  685. CountItems9.Parent = Picker
  686. CountItems9.AnchorPoint = Vector2.new(0.5, 0)
  687. CountItems9.BackgroundColor3 = Color3.new(1, 1, 1)
  688. CountItems9.BackgroundTransparency = 1
  689. CountItems9.Position = UDim2.new(0, 82, 0, 1232)
  690. CountItems9.Size = UDim2.new(0, 20, 0, 20)
  691. CountItems9.ZIndex = 3
  692. CountItems9.Font = Enum.Font.SourceSansBold
  693. CountItems9.Text = "0"
  694. CountItems9.TextColor3 = Color3.new(1, 1, 1)
  695. CountItems9.TextSize = 25
  696. CountItems9.TextYAlignment = Enum.TextYAlignment.Top
  697.  
  698. PalmTree.Name = "PalmTree"
  699. PalmTree.Parent = Picker
  700. PalmTree.BackgroundColor3 = Color3.new(1, 1, 1)
  701. PalmTree.BorderColor3 = Color3.new(0, 0, 0)
  702. PalmTree.Position = UDim2.new(0, 10, 0, 1259)
  703. PalmTree.Size = UDim2.new(0, 80, 0, 80)
  704. PalmTree.ZIndex = 3
  705. PalmTree.Image = "rbxassetid://2712597395"
  706. PalmTree.ScaleType = Enum.ScaleType.Crop
  707.  
  708. DropShadow_10.Name = "DropShadow"
  709. DropShadow_10.Parent = PalmTree
  710. DropShadow_10.BackgroundColor3 = Color3.new(0, 0, 0)
  711. DropShadow_10.BorderSizePixel = 0
  712. DropShadow_10.Position = UDim2.new(0, 4, 0, 4)
  713. DropShadow_10.Size = UDim2.new(1, 0, 1, 0)
  714. DropShadow_10.ZIndex = 2
  715.  
  716. PalmTree_1.Name = "PalmTree_1"
  717. PalmTree_1.Parent = Picker
  718. PalmTree_1.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  719. PalmTree_1.BorderSizePixel = 1
  720. PalmTree_1.BorderColor3 = Color3.new(0, 0, 0)
  721. PalmTree_1.Position = UDim2.new(0, 11, 0, 1342)
  722. PalmTree_1.Size = UDim2.new(0, 60, 0, 20)
  723. PalmTree_1.Font = Enum.Font.Fantasy
  724. PalmTree_1.Text = "Palm Planks"
  725. PalmTree_1.TextColor3 = Color3.new(0, 0.666667, 0)
  726. PalmTree_1.TextScaled = true
  727. PalmTree_1.TextSize = 8
  728.  
  729. CountItems10.Name = "CountItems"
  730. CountItems10.Parent = Picker
  731. CountItems10.AnchorPoint = Vector2.new(0.5, 0)
  732. CountItems10.BackgroundColor3 = Color3.new(1, 1, 1)
  733. CountItems10.BackgroundTransparency = 1
  734. CountItems10.Position = UDim2.new(0, 82, 0, 1342)
  735. CountItems10.Size = UDim2.new(0, 20, 0, 20)
  736. CountItems10.ZIndex = 3
  737. CountItems10.Font = Enum.Font.SourceSansBold
  738. CountItems10.Text = "0"
  739. CountItems10.TextColor3 = Color3.new(1, 1, 1)
  740. CountItems10.TextSize = 25
  741. CountItems10.TextYAlignment = Enum.TextYAlignment.Top
  742.  
  743. PhantomTree.Name = "PhantomTree"
  744. PhantomTree.Parent = Picker
  745. PhantomTree.BackgroundColor3 = Color3.new(1, 1, 1)
  746. PhantomTree.BorderColor3 = Color3.new(0, 0, 0)
  747. PhantomTree.Position = UDim2.new(0, 10, 0, 1369)
  748. PhantomTree.Size = UDim2.new(0, 80, 0, 80)
  749. PhantomTree.ZIndex = 3
  750. PhantomTree.Image = "rbxassetid://2712693147"
  751. PhantomTree.ScaleType = Enum.ScaleType.Crop
  752.  
  753. DropShadow_11.Name = "DropShadow"
  754. DropShadow_11.Parent = PhantomTree
  755. DropShadow_11.BackgroundColor3 = Color3.new(0, 0, 0)
  756. DropShadow_11.BorderSizePixel = 0
  757. DropShadow_11.Position = UDim2.new(0, 4, 0, 4)
  758. DropShadow_11.Size = UDim2.new(1, 0, 1, 0)
  759. DropShadow_11.ZIndex = 2
  760.  
  761. PhantomTree_1.Name = "PineTree_1"
  762. PhantomTree_1.Parent = Picker
  763. PhantomTree_1.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  764. PhantomTree_1.BorderSizePixel = 1
  765. PhantomTree_1.BorderColor3 = Color3.new(0, 0, 0)
  766. PhantomTree_1.Position = UDim2.new(0, 11, 0, 1452)
  767. PhantomTree_1.Size = UDim2.new(0, 60, 0, 20)
  768. PhantomTree_1.Font = Enum.Font.Fantasy
  769. PhantomTree_1.Text = "Phantom Planks"
  770. PhantomTree_1.TextColor3 = Color3.new(0, 0.666667, 0)
  771. PhantomTree_1.TextScaled = true
  772. PhantomTree_1.TextSize = 8
  773.  
  774. CountItems11.Name = "CountItems"
  775. CountItems11.Parent = Picker
  776. CountItems11.AnchorPoint = Vector2.new(0.5, 0)
  777. CountItems11.BackgroundColor3 = Color3.new(1, 1, 1)
  778. CountItems11.BackgroundTransparency = 1
  779. CountItems11.Position = UDim2.new(0, 82, 0, 1452)
  780. CountItems11.Size = UDim2.new(0, 20, 0, 20)
  781. CountItems11.ZIndex = 3
  782. CountItems11.Font = Enum.Font.SourceSansBold
  783. CountItems11.Text = "0"
  784. CountItems11.TextColor3 = Color3.new(1, 1, 1)
  785. CountItems11.TextSize = 25
  786. CountItems11.TextYAlignment = Enum.TextYAlignment.Top
  787.  
  788. PineTree.Name = "PineTree"
  789. PineTree.Parent = Picker
  790. PineTree.BackgroundColor3 = Color3.new(1, 1, 1)
  791. PineTree.BorderColor3 = Color3.new(0, 0, 0)
  792. PineTree.Position = UDim2.new(0, 10, 0, 1479)
  793. PineTree.Size = UDim2.new(0, 80, 0, 80)
  794. PineTree.ZIndex = 3
  795. PineTree.Image = "rbxassetid://2712591183"
  796. PineTree.ScaleType = Enum.ScaleType.Crop
  797.  
  798. DropShadow_12.Name = "DropShadow"
  799. DropShadow_12.Parent = PineTree
  800. DropShadow_12.BackgroundColor3 = Color3.new(0, 0, 0)
  801. DropShadow_12.BorderSizePixel = 0
  802. DropShadow_12.Position = UDim2.new(0, 4, 0, 4)
  803. DropShadow_12.Size = UDim2.new(1, 0, 1, 0)
  804. DropShadow_12.ZIndex = 2
  805.  
  806. PineTree_1.Name = "PineTree_1"
  807. PineTree_1.Parent = Picker
  808. PineTree_1.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  809. PineTree_1.BorderSizePixel = 1
  810. PineTree_1.BorderColor3 = Color3.new(0, 0, 0)
  811. PineTree_1.Position = UDim2.new(0, 11, 0, 1562)
  812. PineTree_1.Size = UDim2.new(0, 60, 0, 20)
  813. PineTree_1.Font = Enum.Font.Fantasy
  814. PineTree_1.Text = "Pine Planks"
  815. PineTree_1.TextColor3 = Color3.new(0, 0.666667, 0)
  816. PineTree_1.TextScaled = true
  817. PineTree_1.TextSize = 8
  818.  
  819. CountItems12.Name = "CountItems"
  820. CountItems12.Parent = Picker
  821. CountItems12.AnchorPoint = Vector2.new(0.5, 0)
  822. CountItems12.BackgroundColor3 = Color3.new(1, 1, 1)
  823. CountItems12.BackgroundTransparency = 1
  824. CountItems12.Position = UDim2.new(0, 82, 0, 1562)
  825. CountItems12.Size = UDim2.new(0, 20, 0, 20)
  826. CountItems12.ZIndex = 3
  827. CountItems12.Font = Enum.Font.SourceSansBold
  828. CountItems12.Text = "0"
  829. CountItems12.TextColor3 = Color3.new(1, 1, 1)
  830. CountItems12.TextSize = 25
  831. CountItems12.TextYAlignment = Enum.TextYAlignment.Top
  832.  
  833. SinisterGlow.Name = "SinisterGlow"
  834. SinisterGlow.Parent = Picker
  835. SinisterGlow.BackgroundColor3 = Color3.new(1, 1, 1)
  836. SinisterGlow.BorderColor3 = Color3.new(0, 0, 0)
  837. SinisterGlow.Position = UDim2.new(0, 10, 0, 1589)
  838. SinisterGlow.Size = UDim2.new(0, 80, 0, 80)
  839. SinisterGlow.ZIndex = 3
  840. SinisterGlow.Image = "rbxassetid://2712700047"
  841. SinisterGlow.ScaleType = Enum.ScaleType.Crop
  842.  
  843. DropShadow_13.Name = "DropShadow"
  844. DropShadow_13.Parent = SinisterGlow
  845. DropShadow_13.BackgroundColor3 = Color3.new(0, 0, 0)
  846. DropShadow_13.BorderSizePixel = 0
  847. DropShadow_13.Position = UDim2.new(0, 4, 0, 4)
  848. DropShadow_13.Size = UDim2.new(1, 0, 1, 0)
  849. DropShadow_13.ZIndex = 2
  850.  
  851. SinisterGlow_1.Name = "SinisterGlow_1"
  852. SinisterGlow_1.Parent = Picker
  853. SinisterGlow_1.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  854. SinisterGlow_1.BorderSizePixel = 1
  855. SinisterGlow_1.BorderColor3 = Color3.new(0, 0, 0)
  856. SinisterGlow_1.Position = UDim2.new(0, 11, 0, 1672)
  857. SinisterGlow_1.Size = UDim2.new(0, 60, 0, 20)
  858. SinisterGlow_1.Font = Enum.Font.Fantasy
  859. SinisterGlow_1.Text = "SinisterGlow Planks"
  860. SinisterGlow_1.TextColor3 = Color3.new(0, 0.666667, 0)
  861. SinisterGlow_1.TextScaled = true
  862. SinisterGlow_1.TextSize = 8
  863.  
  864. CountItems13.Name = "CountItems"
  865. CountItems13.Parent = Picker
  866. CountItems13.AnchorPoint = Vector2.new(0.5, 0)
  867. CountItems13.BackgroundColor3 = Color3.new(1, 1, 1)
  868. CountItems13.BackgroundTransparency = 1
  869. CountItems13.Position = UDim2.new(0, 82, 0, 1672)
  870. CountItems13.Size = UDim2.new(0, 20, 0, 20)
  871. CountItems13.ZIndex = 3
  872. CountItems13.Font = Enum.Font.SourceSansBold
  873. CountItems13.Text = "0"
  874. CountItems13.TextColor3 = Color3.new(1, 1, 1)
  875. CountItems13.TextSize = 25
  876. CountItems13.TextYAlignment = Enum.TextYAlignment.Top
  877.  
  878. Snowglowtree.Name = "Snowglowtree"
  879. Snowglowtree.Parent = Picker
  880. Snowglowtree.BackgroundColor3 = Color3.new(1, 1, 1)
  881. Snowglowtree.BorderColor3 = Color3.new(0, 0, 0)
  882. Snowglowtree.Position = UDim2.new(0, 10, 0, 1699)
  883. Snowglowtree.Size = UDim2.new(0, 80, 0, 80)
  884. Snowglowtree.ZIndex = 3
  885. Snowglowtree.Image = "rbxassetid://2712651454"
  886. Snowglowtree.ScaleType = Enum.ScaleType.Crop
  887.  
  888. DropShadow_14.Name = "DropShadow"
  889. DropShadow_14.Parent = Snowglowtree
  890. DropShadow_14.BackgroundColor3 = Color3.new(0, 0, 0)
  891. DropShadow_14.BorderSizePixel = 0
  892. DropShadow_14.Position = UDim2.new(0, 4, 0, 4)
  893. DropShadow_14.Size = UDim2.new(1, 0, 1, 0)
  894. DropShadow_14.ZIndex = 2
  895.  
  896. Snowglowtree_1.Name = "Snowglowtree_1"
  897. Snowglowtree_1.Parent = Picker
  898. Snowglowtree_1.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  899. Snowglowtree_1.BorderSizePixel = 1
  900. Snowglowtree_1.BorderColor3 = Color3.new(0, 0, 0)
  901. Snowglowtree_1.Position = UDim2.new(0, 11, 0, 1782)
  902. Snowglowtree_1.Size = UDim2.new(0, 60, 0, 20)
  903. Snowglowtree_1.Font = Enum.Font.Fantasy
  904. Snowglowtree_1.Text = "SnowGlow Planks"
  905. Snowglowtree_1.TextColor3 = Color3.new(0, 0.666667, 0)
  906. Snowglowtree_1.TextScaled = true
  907. Snowglowtree_1.TextSize = 8
  908.  
  909. CountItems14.Name = "CountItems"
  910. CountItems14.Parent = Picker
  911. CountItems14.AnchorPoint = Vector2.new(0.5, 0)
  912. CountItems14.BackgroundColor3 = Color3.new(1, 1, 1)
  913. CountItems14.BackgroundTransparency = 1
  914. CountItems14.Position = UDim2.new(0, 82, 0, 1782)
  915. CountItems14.Size = UDim2.new(0, 20, 0, 20)
  916. CountItems14.ZIndex = 3
  917. CountItems14.Font = Enum.Font.SourceSansBold
  918. CountItems14.Text = "0"
  919. CountItems14.TextColor3 = Color3.new(1, 1, 1)
  920. CountItems14.TextSize = 25
  921. CountItems14.TextYAlignment = Enum.TextYAlignment.Top
  922.  
  923. Spooktree.Name = "Spooktree_"
  924. Spooktree.Parent = Picker
  925. Spooktree.BackgroundColor3 = Color3.new(1, 1, 1)
  926. Spooktree.BorderColor3 = Color3.new(0, 0, 0)
  927. Spooktree.Position = UDim2.new(0, 10, 0, 1809)
  928. Spooktree.Size = UDim2.new(0, 80, 0, 80)
  929. Spooktree.ZIndex = 3
  930. Spooktree.Image = "rbxassetid://2712696822"
  931. Spooktree.ScaleType = Enum.ScaleType.Crop
  932.  
  933. DropShadow_15.Name = "DropShadow"
  934. DropShadow_15.Parent = Spooktree_
  935. DropShadow_15.BackgroundColor3 = Color3.new(0, 0, 0)
  936. DropShadow_15.BorderSizePixel = 0
  937. DropShadow_15.Position = UDim2.new(0, 4, 0, 4)
  938. DropShadow_15.Size = UDim2.new(1, 0, 1, 0)
  939. DropShadow_15.ZIndex = 2
  940.  
  941. Spooktree_1.Name = "Spooktree__1"
  942. Spooktree_1.Parent = Picker
  943. Spooktree_1.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  944. Spooktree_1.BorderSizePixel = 1
  945. Spooktree_1.BorderColor3 = Color3.new(0, 0, 0)
  946. Spooktree_1.Position = UDim2.new(0, 11, 0, 1892)
  947. Spooktree_1.Size = UDim2.new(0, 60, 0, 20)
  948. Spooktree_1.Font = Enum.Font.Fantasy
  949. Spooktree_1.Text = "Spook Planks"
  950. Spooktree_1.TextColor3 = Color3.new(0, 0.666667, 0)
  951. Spooktree_1.TextScaled = true
  952. Spooktree_1.TextSize = 8
  953.  
  954. CountItems15.Name = "CountItems"
  955. CountItems15.Parent = Picker
  956. CountItems15.AnchorPoint = Vector2.new(0.5, 0)
  957. CountItems15.BackgroundColor3 = Color3.new(1, 1, 1)
  958. CountItems15.BackgroundTransparency = 1
  959. CountItems15.Position = UDim2.new(0, 82, 0, 1892)
  960. CountItems15.Size = UDim2.new(0, 20, 0, 20)
  961. CountItems15.ZIndex = 3
  962. CountItems15.Font = Enum.Font.SourceSansBold
  963. CountItems15.Text = "0"
  964. CountItems15.TextColor3 = Color3.new(1, 1, 1)
  965. CountItems15.TextSize = 25
  966. CountItems15.TextYAlignment = Enum.TextYAlignment.Top
  967.  
  968. WalnutTree.Name = "WalnutTree"
  969. WalnutTree.Parent = Picker
  970. WalnutTree.BackgroundColor3 = Color3.new(1, 1, 1)
  971. WalnutTree.BorderColor3 = Color3.new(0, 0, 0)
  972. WalnutTree.Position = UDim2.new(0, 10, 0,1919)
  973. WalnutTree.Size = UDim2.new(0, 80, 0, 80)
  974. WalnutTree.ZIndex = 3
  975. WalnutTree.Image = "rbxassetid://2712559790"
  976. WalnutTree.ScaleType = Enum.ScaleType.Crop
  977.  
  978. DropShadow_16.Name = "DropShadow"
  979. DropShadow_16.Parent = WalnutTree
  980. DropShadow_16.BackgroundColor3 = Color3.new(0, 0, 0)
  981. DropShadow_16.BorderSizePixel = 0
  982. DropShadow_16.Position = UDim2.new(0, 4, 0, 4)
  983. DropShadow_16.Size = UDim2.new(1, 0, 1, 0)
  984. DropShadow_16.ZIndex = 2
  985.  
  986. WalnutTree_1.Name = "WalnutTree_1"
  987. WalnutTree_1.Parent = Picker
  988. WalnutTree_1.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  989. WalnutTree_1.BorderSizePixel = 1
  990. WalnutTree_1.BorderColor3 = Color3.new(0, 0, 0)
  991. WalnutTree_1.Position = UDim2.new(0, 11, 0, 2002)
  992. WalnutTree_1.Size = UDim2.new(0, 60, 0, 20)
  993. WalnutTree_1.Font = Enum.Font.Fantasy
  994. WalnutTree_1.Text = "Walnut Planks"
  995. WalnutTree_1.TextColor3 = Color3.new(0, 0.666667, 0)
  996. WalnutTree_1.TextScaled = true
  997. WalnutTree_1.TextSize = 8
  998.  
  999. CountItems16.Name = "CountItems"
  1000. CountItems16.Parent = Picker
  1001. CountItems16.AnchorPoint = Vector2.new(0.5, 0)
  1002. CountItems16.BackgroundColor3 = Color3.new(1, 1, 1)
  1003. CountItems16.BackgroundTransparency = 1
  1004. CountItems16.Position = UDim2.new(0, 82, 0, 2002)
  1005. CountItems16.Size = UDim2.new(0, 20, 0, 20)
  1006. CountItems16.ZIndex = 3
  1007. CountItems16.Font = Enum.Font.SourceSansBold
  1008. CountItems16.Text = "0"
  1009. CountItems16.TextColor3 = Color3.new(1, 1, 1)
  1010. CountItems16.TextSize = 25
  1011. CountItems16.TextYAlignment = Enum.TextYAlignment.Top
  1012.  
  1013. ZombieTree.Name = "ZombieTree"
  1014. ZombieTree.Parent = Picker
  1015. ZombieTree.BackgroundColor3 = Color3.new(1, 1, 1)
  1016. ZombieTree.BorderColor3 = Color3.new(0, 0, 0)
  1017. ZombieTree.Position = UDim2.new(0, 10, 0,2029)
  1018. ZombieTree.Size = UDim2.new(0, 80, 0, 80)
  1019. ZombieTree.ZIndex = 3
  1020. ZombieTree.Image = "rbxassetid://2712623896"
  1021. ZombieTree.ScaleType = Enum.ScaleType.Crop
  1022.  
  1023. DropShadow_17.Name = "DropShadow"
  1024. DropShadow_17.Parent = ZombieTree
  1025. DropShadow_17.BackgroundColor3 = Color3.new(0, 0, 0)
  1026. DropShadow_17.BorderSizePixel = 0
  1027. DropShadow_17.Position = UDim2.new(0, 4, 0, 4)
  1028. DropShadow_17.Size = UDim2.new(1, 0, 1, 0)
  1029. DropShadow_17.ZIndex = 2
  1030.  
  1031. ZombieTree_1.Name = "ZombieTree_1"
  1032. ZombieTree_1.Parent = Picker
  1033. ZombieTree_1.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1034. ZombieTree_1.BorderSizePixel = 1
  1035. ZombieTree_1.BorderColor3 = Color3.new(0, 0, 0)
  1036. ZombieTree_1.Position = UDim2.new(0, 11, 0, 2112)
  1037. ZombieTree_1.Size = UDim2.new(0, 60, 0, 20)
  1038. ZombieTree_1.Font = Enum.Font.Fantasy
  1039. ZombieTree_1.Text = "Zombie Planks"
  1040. ZombieTree_1.TextColor3 = Color3.new(0, 0.666667, 0)
  1041. ZombieTree_1.TextScaled = true
  1042. ZombieTree_1.TextSize = 8
  1043.  
  1044. CountItems17.Name = "CountItems"
  1045. CountItems17.Parent = Picker
  1046. CountItems17.AnchorPoint = Vector2.new(0.5, 0)
  1047. CountItems17.BackgroundColor3 = Color3.new(1, 1, 1)
  1048. CountItems17.BackgroundTransparency = 1
  1049. CountItems17.Position = UDim2.new(0, 82, 0, 2112)
  1050. CountItems17.Size = UDim2.new(0, 20, 0, 20)
  1051. CountItems17.ZIndex = 3
  1052. CountItems17.Font = Enum.Font.SourceSansBold
  1053. CountItems17.Text = "0"
  1054. CountItems17.TextColor3 = Color3.new(1, 1, 1)
  1055. CountItems17.TextSize = 25
  1056. CountItems17.TextYAlignment = Enum.TextYAlignment.Top
  1057.  
  1058.  
  1059. -- Scripts:
  1060.  
  1061. local tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  1062. tool.RequiresHandle = false
  1063. --tool.RobloxLocked = true
  1064. tool.Name = "PlankPort\nJohiro\nBlood"
  1065. tool.ToolTip = "Plank (Single plank Move)"
  1066. tool.Equipped:connect(function(Mouse)
  1067. ItemPicker.Enabled = true
  1068.  
  1069. end)
  1070.  
  1071. tool.Unequipped:connect(function(mouse)
  1072. ItemPicker.Enabled = false
  1073. end)
  1074.  
  1075. BirchTree.MouseButton1Click:Connect(function()
  1076. CurrentItem.Image = "rbxassetid://4053569393"
  1077. SingleItemTpQty("Birch", PlyrSel.Text, qty.Text)
  1078. end)
  1079.  
  1080. CavecrawlerTree.MouseButton1Click:Connect(function()
  1081. CurrentItem.Image = "rbxassetid://4053567003"
  1082. SingleItemTpQty("CaveCrawler", PlyrSel.Text, qty.Text)
  1083. end)
  1084.  
  1085. CherryTree.MouseButton1Click:Connect(function()
  1086. CurrentItem.Image = "rbxassetid://4053570076"
  1087. SingleItemTpQty("Cherry", PlyrSel.Text, qty.Text)
  1088. end)
  1089.  
  1090. ElmTree.MouseButton1Click:Connect(function()
  1091. CurrentItem.Image = "rbxassetid://4053570665"
  1092. SingleItemTpQty("Oak", PlyrSel.Text, qty.Text)
  1093. end)
  1094.  
  1095. FirTree.MouseButton1Click:Connect(function()
  1096. CurrentItem.Image = "rbxassetid://4053571273"
  1097. SingleItemTpQty("Fir", PlyrSel.Text, qty.Text)
  1098. end)
  1099.  
  1100. Frosttree.MouseButton1Click:Connect(function()
  1101. CurrentItem.Image = "rbxassetid://4053571917"
  1102. SingleItemTpQty("Frost", PlyrSel.Text, qty.Text)
  1103. end)
  1104.  
  1105. GenericTree.MouseButton1Click:Connect(function()
  1106. CurrentItem.Image = "rbxassetid://4053574105"
  1107. SingleItemTpQty("Generic", PlyrSel.Text, qty.Text)
  1108. end)
  1109.  
  1110. GoldTree.MouseButton1Click:Connect(function()
  1111. CurrentItem.Image = "rbxassetid://4053572372"
  1112. SingleItemTpQty("GoldSwampy", PlyrSel.Text, qty.Text)
  1113. end)
  1114.  
  1115. KoaTree.MouseButton1Click:Connect(function()
  1116. CurrentItem.Image = "rbxassetid://4053573002"
  1117. SingleItemTpQty("Koa", PlyrSel.Text, qty.Text)
  1118. end)
  1119.  
  1120. LavaTree.MouseButton1Click:Connect(function()
  1121. CurrentItem.Image = "rbxassetid://4053573529"
  1122. SingleItemTpQty("Volcano", PlyrSel.Text, qty.Text)
  1123. end)
  1124.  
  1125. PalmTree.MouseButton1Click:Connect(function()
  1126. CurrentItem.Image = "rbxassetid://4053574535"
  1127. SingleItemTpQty("Palm", PlyrSel.Text, qty.Text)
  1128. end)
  1129.  
  1130. PhantomTree.MouseButton1Click:Connect(function()
  1131. CurrentItem.Image = "rbxassetid://4053575065"
  1132. SingleItemTpQty("LoneCave", PlyrSel.Text, qty.Text)
  1133. end)
  1134.  
  1135. PineTree.MouseButton1Click:Connect(function()
  1136. CurrentItem.Image = "rbxassetid://4053575551"
  1137. SingleItemTpQty("Pine", PlyrSel.Text, qty.Text)
  1138. end)
  1139.  
  1140. SinisterGlow.MouseButton1Click:Connect(function()
  1141. CurrentItem.Image = "rbxassetid://4053576051"
  1142. SingleItemTpQty("SpookyNeon", PlyrSel.Text, qty.Text)
  1143. end)
  1144.  
  1145. Snowglowtree.MouseButton1Click:Connect(function()
  1146. CurrentItem.Image = "rbxassetid://4053576507"
  1147. SingleItemTpQty("SnowGlow", PlyrSel.Text, qty.Text)
  1148. end)
  1149.  
  1150. Spooktree.MouseButton1Click:Connect(function()
  1151. CurrentItem.Image = "rbxassetid://4053576987"
  1152. SingleItemTpQty("Spooky", PlyrSel.Text, qty.Text)
  1153. end)
  1154.  
  1155. WalnutTree.MouseButton1Click:Connect(function()
  1156. CurrentItem.Image = "rbxassetid://4053577500"
  1157. SingleItemTpQty("Walnut", PlyrSel.Text, qty.Text)
  1158. end)
  1159.  
  1160. ZombieTree.MouseButton1Click:Connect(function()
  1161. CurrentItem.Image = "rbxassetid://4053578037"
  1162. SingleItemTpQty("GreenSwampy", PlyrSel.Text, qty.Text)
  1163. end)
  1164.  
  1165.  
  1166. --bring up menu
  1167. CurrentItem.MouseButton1Click:Connect(function()
  1168. if Picker.Visible == false then
  1169. Picker.Visible = true
  1170. else
  1171. Picker.Visible = false
  1172. end
  1173. end)
  1174.  
  1175.  
  1176. --SCRIPTA
  1177. --------------------------------------------------------------------------------------------------------------------------------
  1178.  
  1179. local buttons = {
  1180. Player1,
  1181. Player2,
  1182. Player3,
  1183. Player4,
  1184. Player5,
  1185. Player6
  1186. }
  1187. spawn(function()
  1188. while true do
  1189. Player1.Text = ""
  1190. Player2.Text = ""
  1191. Player3.Text = ""
  1192. Player4.Text = ""
  1193. Player5.Text = ""
  1194. Player6.Text = ""
  1195. for i, v in pairs(game.Players:GetChildren()) do
  1196. buttons[i].Text = v.Name
  1197. buttons[i].Visible = true
  1198. end
  1199. wait(0.5)
  1200. end
  1201. end)
  1202.  
  1203. Player1.MouseButton1Down:connect(function()
  1204. PlyrSel.Text = Player1.Text
  1205. end)
  1206. Player2.MouseButton1Down:connect(function()
  1207. PlyrSel.Text = Player2.Text
  1208. end)
  1209. Player3.MouseButton1Down:connect(function()
  1210. PlyrSel.Text = Player3.Text
  1211. end)
  1212. Player4.MouseButton1Down:connect(function()
  1213. PlyrSel.Text = Player4.Text
  1214. end)
  1215. Player5.MouseButton1Down:connect(function()
  1216. PlyrSel.Text = Player5.Text
  1217. end)
  1218. Player6.MouseButton1Down:connect(function()
  1219. PlyrSel.Text = Player6.Text
  1220. end)
  1221.  
  1222. TpBase.MouseButton1Down:connect(function()
  1223. for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  1224. if v.Owner.Value == game.Players[PlyrSel.Text] then
  1225. local p= CFrame.new(v.OriginSquare.CFrame.x, v.OriginSquare.CFrame.y +3.5, v.OriginSquare.CFrame.z)
  1226. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = p
  1227. end
  1228. end
  1229. end)
  1230.  
  1231.  
  1232. --SCRIPTB
  1233. --------------------------------------------------------------------------------------------------------------------------------
  1234. function TpItemOrPlank(Item, PartName, InfrontX, HeightY, Rotation)
  1235. Character = game.Players.LocalPlayer.Character
  1236. if Item:FindFirstChild("Type") and Item.Type.Value == "Vehicle" then
  1237. spawn(function()
  1238. cframe = CFrame.new(Character.HumanoidRootPart.Position + Vector3.new(0,HeightY,0) + Character.HumanoidRootPart.CFrame.LookVector * InfrontX)
  1239. for i=1,10 do
  1240. wait()
  1241. Item:SetPrimaryPartCFrame(cframe * CFrame.Angles(math.rad(Rotation.x), math.rad(Character.Torso.Orientation.y + Rotation.y), math.rad(Rotation.z)))
  1242. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(Item[PartName])
  1243. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Item[PartName])
  1244. end
  1245. end)
  1246. else
  1247. for i=1,10 do
  1248. spawn(function()
  1249. Item[PartName].Orientation = Character.HumanoidRootPart.Orientation + Rotation
  1250. Item:MoveTo(Character.HumanoidRootPart.Position + Vector3.new(0,HeightY,0) + Character.HumanoidRootPart.CFrame.LookVector * InfrontX)
  1251. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(Item[PartName])
  1252. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Item[PartName])
  1253. end)
  1254. end
  1255. end
  1256. end
  1257. function CheckWL(Player)
  1258. Player = Player
  1259. if Player == game.Players.LocalPlayer.Name then
  1260. return true
  1261. elseif Player ~= game.Players.LocalPlayer.Name and game.ReplicatedStorage.Interaction.ClientIsWhitelisted:InvokeServer(game.Players[Player]) then
  1262. return true
  1263. else return false
  1264. end
  1265. end
  1266. function SingleItemTpQty(ItemName, Player, qty)
  1267. Teleported = 0
  1268. Player = tostring(Player)
  1269. Whitelisted = CheckWL(Player)
  1270. qty = tonumber(qty)
  1271. for a,b in pairs(workspace.PlayerModels:GetChildren()) do
  1272. if Teleported < qty then
  1273. if b:FindFirstChild("Owner") and tostring(b.Owner.Value) == tostring(Player) and Whitelisted == true then
  1274. if b:FindFirstChild("Main") and b:FindFirstChild("PurchasedBoxItemName") and b.PurchasedBoxItemName.Value == ItemName then
  1275. TpItemOrPlank(b, "Main", 7.5, -2, Vector3.new(0,90,0))
  1276. Teleported = Teleported + 1
  1277. elseif b:FindFirstChild("Type") and b.Type.Value == "Vehicle" and b:FindFirstChild("ItemName") and b.ItemName.Value == ItemName then
  1278. TpItemOrPlank(b, "Main", 10, -2, Vector3.new(0,90,0))
  1279. Teleported = Teleported + 1
  1280. elseif b:FindFirstChild("ItemName") and b.ItemName.Value == ItemName and b:FindFirstChild("Main") then
  1281. TpItemOrPlank(b, "Main", 7.5, -2, Vector3.new(0,90,0))
  1282. Teleported = Teleported + 1
  1283. elseif b:FindFirstChild("TreeClass") and b.TreeClass.Value == ItemName and b:FindFirstChild("WoodSection") then
  1284. TpItemOrPlank(b, "WoodSection", 7.5, -2, Vector3.new(90,90,0))
  1285. Teleported = Teleported + 1
  1286. end
  1287. end
  1288. elseif Teleported == qty or Teleported > qty then
  1289. return
  1290. end
  1291. end
  1292. end
  1293.  
  1294. --SCRIPTC
  1295. ---------------------------------------------------------------------------------------------------------------------------------------------
  1296. ItemLists = {}
  1297.  
  1298. function CreateTableOfPath(Path)
  1299. for a,b in pairs(Path:GetChildren()) do
  1300. ItemLists[b.name] = {}
  1301. end
  1302. end
  1303.  
  1304. Extras = {"UtilityTruck_Vehicle", "UtilityTruck2_Vehicle", "SmallTrailer_Vehicle", "Pickup1_Vehicle", "Trailer2_Vehicle", "Sleigh_Vehicle", "Birch", "CaveCrawler", "Cherry", "Oak", "Fir", "Frost", "Generic", "GoldSwampy", "Koa", "Volcano", "Palm", "LoneCave", "Pine", "SpookyNeon", "SnowGlow", "Spooky", "Walnut", "GreenSwampy"}
  1305.  
  1306. for a,b in pairs(Extras) do
  1307. ItemLists[b] = {}
  1308. end
  1309.  
  1310. CreateTableOfPath(game.ReplicatedStorage.Purchasables.Tools.AllTools)
  1311. CreateTableOfPath(game.ReplicatedStorage.Purchasables.Other)
  1312. CreateTableOfPath(game.ReplicatedStorage.Purchasables.Other.Gifts)
  1313. CreateTableOfPath(game.ReplicatedStorage.Purchasables.Vehicles)
  1314. CreateTableOfPath(game.ReplicatedStorage.Purchasables.WireObjects)
  1315. CreateTableOfPath(game.ReplicatedStorage.Purchasables.Structures.HardStructures)
  1316. CreateTableOfPath(game.ReplicatedStorage.Purchasables.Structures.BlueprintStructures)
  1317.  
  1318. for a,b in pairs(workspace.PlayerModels:GetChildren()) do
  1319. if b:FindFirstChild("ItemName") then
  1320. if b:FindFirstChildOfClass("Part") or b:FindFirstChild("Main") then
  1321. table.insert(ItemLists[b.ItemName.Value], b)
  1322. end
  1323. elseif b:FindFirstChild("ToolName") then
  1324. if b:FindFirstChildOfClass("Part") or b:FindFirstChild("Main") then
  1325. table.insert(ItemLists[b.ToolName.Value], b)
  1326. end
  1327. elseif b:FindFirstChild("TreeClass") then
  1328. if b:FindFirstChildOfClass("Part") or b:FindFirstChild("WoodSection") then
  1329. table.insert(ItemLists[b.TreeClass.Value], b)
  1330. end
  1331. elseif b:FindFirstChild("PurchasedBoxItemName") then
  1332. if b:FindFirstChildOfClass("Part") or b:FindFirstChild("Main") then
  1333. table.insert(ItemLists[b.PurchasedBoxItemName.Value], b)
  1334. end
  1335. end
  1336. end
  1337.  
  1338. workspace.PlayerModels.ChildAdded:Connect(function(Added)
  1339. wait(.5)
  1340. if Added:FindFirstChild("ItemName") then
  1341. table.insert(ItemLists[Added.ItemName.Value], Added)
  1342. elseif Added:FindFirstChild("ToolName") then
  1343. table.insert(ItemLists[Added.ToolName.Value], Added)
  1344. elseif Added:FindFirstChild("TreeClass") then
  1345. table.insert(ItemLists[Added.TreeClass.Value], Added)
  1346. elseif Added:FindFirstChild("PurchasedBoxItemName") then
  1347. table.insert(ItemLists[Added.PurchasedBoxItemName.Value], Added)
  1348. end
  1349. end)
  1350.  
  1351. function CountItemsF(ItemName, Owner)
  1352. Count = 0
  1353. for a,b in pairs(ItemLists[ItemName]) do
  1354. if b.Parent ~= nil and b:FindFirstChild("Owner") and tostring(b.Owner.Value) == tostring(Owner) then
  1355. Count = Count + 1
  1356. elseif b.Parent == nil then
  1357. table.remove(ItemLists[ItemName], a)
  1358. end
  1359. end
  1360. return Count
  1361. end
  1362.  
  1363. spawn(function()
  1364. while wait(.05) do
  1365. CountItems.Text = CountItemsF("Birch", PlyrSel.Text)
  1366. wait(.05)
  1367. CountItems1.Text = CountItemsF("CaveCrawler", PlyrSel.Text)
  1368. wait(.05)
  1369. CountItems2.Text = CountItemsF("Cherry", PlyrSel.Text)
  1370. wait(.05)
  1371. CountItems3.Text = CountItemsF("Oak", PlyrSel.Text)
  1372. wait(.05)
  1373. CountItems4.Text = CountItemsF("Fir", PlyrSel.Text)
  1374. wait(.05)
  1375. CountItems5.Text = CountItemsF("Frost", PlyrSel.Text)
  1376. wait(.05)
  1377. CountItems6.Text = CountItemsF("Generic", PlyrSel.Text)
  1378. wait(.05)
  1379. CountItems7.Text = CountItemsF("GoldSwampy", PlyrSel.Text)
  1380. wait(.05)
  1381. CountItems8.Text = CountItemsF("Koa", PlyrSel.Text)
  1382. wait(.05)
  1383. CountItems9.Text = CountItemsF("Volcano", PlyrSel.Text)
  1384. wait(.05)
  1385. CountItems10.Text = CountItemsF("Palm", PlyrSel.Text)
  1386. wait(.05)
  1387. CountItems11.Text = CountItemsF("LoneCave", PlyrSel.Text)
  1388. wait(.05)
  1389. CountItems12.Text = CountItemsF("Pine", PlyrSel.Text)
  1390. wait(.05)
  1391. CountItems13.Text = CountItemsF("SpookyNeon", PlyrSel.Text)
  1392. wait(.05)
  1393. CountItems14.Text = CountItemsF("SnowGlow", PlyrSel.Text)
  1394. wait(.05)
  1395. CountItems15.Text = CountItemsF("Spooky", PlyrSel.Text)
  1396. wait(.05)
  1397. CountItems16.Text = CountItemsF("Walnut", PlyrSel.Text)
  1398. wait(.05)
  1399. CountItems17.Text = CountItemsF("GreenSwampy", PlyrSel.Text)
  1400.  
  1401.  
  1402. end
  1403. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement