Advertisement
kleber1234

adad

Jun 19th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.22 KB | None | 0 0
  1. local LT2 = Instance.new("ScreenGui")
  2. local MainFrame = Instance.new("Frame")
  3. local Close = Instance.new("TextButton")
  4. local SettingsFrame = Instance.new("Frame")
  5. local WalkspeedLabel = Instance.new("TextLabel")
  6. local JumpPowerLabel = Instance.new("TextLabel")
  7. local WalkSpeed = Instance.new("TextBox")
  8. local JumpPower = Instance.new("TextBox")
  9. local Settings = Instance.new("TextButton")
  10. local Greywood = Instance.new("TextButton")
  11. local Players = Instance.new("TextButton")
  12. local SellPlanks = Instance.new("TextButton")
  13. local SellWood = Instance.new("TextButton")
  14. local Teleport = Instance.new("TextButton")
  15. local TpBox = Instance.new("TextButton")
  16. local TpPlank = Instance.new("TextButton")
  17. local TpWood = Instance.new("TextButton")
  18. local PlankFrame = Instance.new("Frame")
  19. local ProcessedWoodList = Instance.new("ScrollingFrame")
  20. local TpAllPlanks = Instance.new("TextButton")
  21. local PlayersFrame = Instance.new("Frame")
  22. local Player1 = Instance.new("TextButton")
  23. local Player2 = Instance.new("TextButton")
  24. local Player3 = Instance.new("TextButton")
  25. local Player4 = Instance.new("TextButton")
  26. local Player5 = Instance.new("TextButton")
  27. local Player6 = Instance.new("TextButton")
  28. local PlayerTp = Instance.new("TextButton")
  29. local TpBase = Instance.new("TextButton")
  30. local PlayerSelect = Instance.new("TextLabel")
  31. local PurchasedFrame = Instance.new("Frame")
  32. local LastPurchasedList = Instance.new("ScrollingFrame")
  33. local WaypointFrame = Instance.new("Frame")
  34. local Waypoints = Instance.new("ScrollingFrame")
  35. local Stranger = Instance.new("TextButton")
  36. local BobsShack = Instance.new("TextButton")
  37. local PlotTp = Instance.new("TextButton")
  38. local BoxedCars = Instance.new("TextButton")
  39. local Cave = Instance.new("TextButton")
  40. local FancyFurnishings = Instance.new("TextButton")
  41. local FineArtsShop = Instance.new("TextButton")
  42. local LandStore = Instance.new("TextButton")
  43. local LinksLogic = Instance.new("TextButton")
  44. local PalmIsland = Instance.new("TextButton")
  45. local SpawnPoint = Instance.new("TextButton")
  46. local Swamp = Instance.new("TextButton")
  47. local Volcano = Instance.new("TextButton")
  48. local WoodRUs = Instance.new("TextButton")
  49.  
  50. LT2.Name = "LT2"
  51. LT2.Parent = game.CoreGui
  52.  
  53. MainFrame.Name = "MainFrame"
  54. MainFrame.Parent = LT2
  55. MainFrame.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  56. MainFrame.BackgroundTransparency = 1
  57. MainFrame.BorderSizePixel = 0
  58. MainFrame.Position = UDim2.new(0.5, -535, 0, -33)
  59. MainFrame.Size = UDim2.new(0, 955, 0, 30)
  60.  
  61. Close.Name = "Close"
  62. Close.Parent = MainFrame
  63. Close.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  64. Close.BorderColor3 = Color3.new(0, 0, 0)
  65. Close.BorderSizePixel = 2
  66. Close.Position = UDim2.new(0, 5, 0, 5)
  67. Close.Size = UDim2.new(0, 20, 0, 20)
  68. Close.Font = Enum.Font.Fantasy
  69. Close.FontSize = Enum.FontSize.Size18
  70. Close.Text = "X"
  71. Close.TextColor3 = Color3.new(1, 0, 0)
  72. Close.TextSize = 16
  73. Close.TextWrapped = true
  74.  
  75. SettingsFrame.Name = "SettingsFrame"
  76. SettingsFrame.Parent = MainFrame
  77. SettingsFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  78. SettingsFrame.Position = UDim2.new(0, 750, 0, 35)
  79. SettingsFrame.Size = UDim2.new(0, 135, 0, 60)
  80. SettingsFrame.Visible = false
  81.  
  82. WalkspeedLabel.Name = "WalkspeedLabel"
  83. WalkspeedLabel.Parent = SettingsFrame
  84. WalkspeedLabel.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  85. WalkspeedLabel.BorderColor3 = Color3.new(0, 0, 0)
  86. WalkspeedLabel.Position = UDim2.new(0, 5, 0, 5)
  87. WalkspeedLabel.Size = UDim2.new(0, 90, 0, 20)
  88. WalkspeedLabel.Font = Enum.Font.Fantasy
  89. WalkspeedLabel.FontSize = Enum.FontSize.Size14
  90. WalkspeedLabel.Text = "Walkspeed"
  91. WalkspeedLabel.TextColor3 = Color3.new(0, 0, 0)
  92. WalkspeedLabel.TextSize = 14
  93.  
  94. JumpPowerLabel.Name = "JumpPowerLabel"
  95. JumpPowerLabel.Parent = SettingsFrame
  96. JumpPowerLabel.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  97. JumpPowerLabel.BorderColor3 = Color3.new(0, 0, 0)
  98. JumpPowerLabel.Position = UDim2.new(0, 5, 0, 35)
  99. JumpPowerLabel.Size = UDim2.new(0, 90, 0, 20)
  100. JumpPowerLabel.Font = Enum.Font.Fantasy
  101. JumpPowerLabel.FontSize = Enum.FontSize.Size14
  102. JumpPowerLabel.Text = "Jump Power"
  103. JumpPowerLabel.TextColor3 = Color3.new(0, 0, 0)
  104. JumpPowerLabel.TextSize = 14
  105.  
  106. WalkSpeed.Name = "WalkSpeed"
  107. WalkSpeed.Parent = SettingsFrame
  108. WalkSpeed.BackgroundColor3 = Color3.new(0, 0, 0)
  109. WalkSpeed.BorderColor3 = Color3.new(0, 0, 0)
  110. WalkSpeed.Position = UDim2.new(0, 95, 0, 5)
  111. WalkSpeed.Size = UDim2.new(0, 35, 0, 20)
  112. WalkSpeed.Font = Enum.Font.Fantasy
  113. WalkSpeed.FontSize = Enum.FontSize.Size18
  114. WalkSpeed.Text = "16"
  115. WalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  116. WalkSpeed.TextSize = 16
  117.  
  118. JumpPower.Name = "JumpPower"
  119. JumpPower.Parent = SettingsFrame
  120. JumpPower.BackgroundColor3 = Color3.new(0, 0, 0)
  121. JumpPower.BorderColor3 = Color3.new(0, 0, 0)
  122. JumpPower.Position = UDim2.new(0, 95, 0, 35)
  123. JumpPower.Size = UDim2.new(0, 35, 0, 20)
  124. JumpPower.Font = Enum.Font.Fantasy
  125. JumpPower.FontSize = Enum.FontSize.Size18
  126. JumpPower.Text = "50"
  127. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  128. JumpPower.TextSize = 16
  129.  
  130. Settings.Name = "Settings"
  131. Settings.Parent = MainFrame
  132. Settings.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  133. Settings.BorderColor3 = Color3.new(0, 0, 0)
  134. Settings.BorderSizePixel = 2
  135. Settings.Position = UDim2.new(0, 770, 0, 5)
  136. Settings.Size = UDim2.new(0, 90, 0, 20)
  137. Settings.Font = Enum.Font.Fantasy
  138. Settings.FontSize = Enum.FontSize.Size18
  139. Settings.Text = "SETTINGS"
  140. Settings.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  141. Settings.TextSize = 15
  142.  
  143. Greywood.Name = "Greywood"
  144. Greywood.Parent = MainFrame
  145. Greywood.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  146. Greywood.BorderColor3 = Color3.new(0, 0, 0)
  147. Greywood.BorderSizePixel = 2
  148. Greywood.Position = UDim2.new(0, 420, 0, 5)
  149. Greywood.Size = UDim2.new(0, 90, 0, 20)
  150. Greywood.Font = Enum.Font.Fantasy
  151. Greywood.FontSize = Enum.FontSize.Size18
  152. Greywood.Text = "GREYWOOD"
  153. Greywood.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  154. Greywood.TextSize = 15
  155.  
  156. Players.Name = "Players"
  157. Players.Parent = MainFrame
  158. Players.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  159. Players.BorderColor3 = Color3.new(0, 0, 0)
  160. Players.BorderSizePixel = 2
  161. Players.Position = UDim2.new(0, 30, 0, 5)
  162. Players.Size = UDim2.new(0, 105, 0, 20)
  163. Players.Font = Enum.Font.Fantasy
  164. Players.FontSize = Enum.FontSize.Size18
  165. Players.Text = "TP TO PLAYERS"
  166. Players.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  167. Players.TextSize = 15
  168.  
  169. SellPlanks.Name = "SellPlanks"
  170. SellPlanks.Parent = MainFrame
  171. SellPlanks.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  172. SellPlanks.BorderColor3 = Color3.new(0, 0, 0)
  173. SellPlanks.BorderSizePixel = 2
  174. SellPlanks.Position = UDim2.new(0, 225, 0, 5)
  175. SellPlanks.Size = UDim2.new(0, 95, 0, 20)
  176. SellPlanks.Font = Enum.Font.Fantasy
  177. SellPlanks.FontSize = Enum.FontSize.Size18
  178. SellPlanks.Text = "SELL PLANKS"
  179. SellPlanks.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  180. SellPlanks.TextSize = 15
  181.  
  182. SellWood.Name = "SellWood"
  183. SellWood.Parent = MainFrame
  184. SellWood.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  185. SellWood.BorderColor3 = Color3.new(0, 0, 0)
  186. SellWood.BorderSizePixel = 2
  187. SellWood.Position = UDim2.new(0, 675, 0, 5)
  188. SellWood.Size = UDim2.new(0, 90, 0, 20)
  189. SellWood.Font = Enum.Font.Fantasy
  190. SellWood.FontSize = Enum.FontSize.Size18
  191. SellWood.Text = "SELL WOOD"
  192. SellWood.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  193. SellWood.TextSize = 15
  194.  
  195. Teleport.Name = "Teleport"
  196. Teleport.Parent = MainFrame
  197. Teleport.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  198. Teleport.BorderColor3 = Color3.new(0, 0, 0)
  199. Teleport.BorderSizePixel = 2
  200. Teleport.Position = UDim2.new(0, 325, 0, 5)
  201. Teleport.Size = UDim2.new(0, 90, 0, 20)
  202. Teleport.Font = Enum.Font.Fantasy
  203. Teleport.FontSize = Enum.FontSize.Size18
  204. Teleport.Text = "WAYPOINTS"
  205. Teleport.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  206. Teleport.TextSize = 15
  207.  
  208. TpBox.Name = "TpBox"
  209. TpBox.Parent = MainFrame
  210. TpBox.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  211. TpBox.BorderColor3 = Color3.new(0, 0, 0)
  212. TpBox.BorderSizePixel = 2
  213. TpBox.Position = UDim2.new(0, 515, 0, 5)
  214. TpBox.Size = UDim2.new(0, 75, 0, 20)
  215. TpBox.Font = Enum.Font.Fantasy
  216. TpBox.FontSize = Enum.FontSize.Size18
  217. TpBox.Text = "TP BOXES"
  218. TpBox.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  219. TpBox.TextSize = 15
  220.  
  221. TpPlank.Name = "TpPlank"
  222. TpPlank.Parent = MainFrame
  223. TpPlank.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  224. TpPlank.BorderColor3 = Color3.new(0, 0, 0)
  225. TpPlank.BorderSizePixel = 2
  226. TpPlank.Position = UDim2.new(0, 140, 0, 5)
  227. TpPlank.Size = UDim2.new(0, 80, 0, 20)
  228. TpPlank.Font = Enum.Font.Fantasy
  229. TpPlank.FontSize = Enum.FontSize.Size18
  230. TpPlank.Text = "TP PLANKS"
  231. TpPlank.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  232. TpPlank.TextSize = 15
  233. TpPlank.TextStrokeColor3 = Color3.new(1, 1, 1)
  234.  
  235. TpWood.Name = "TpWood"
  236. TpWood.Parent = MainFrame
  237. TpWood.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  238. TpWood.BorderColor3 = Color3.new(0, 0, 0)
  239. TpWood.BorderSizePixel = 2
  240. TpWood.Position = UDim2.new(0, 595, 0, 5)
  241. TpWood.Size = UDim2.new(0, 75, 0, 20)
  242. TpWood.Font = Enum.Font.Fantasy
  243. TpWood.FontSize = Enum.FontSize.Size18
  244. TpWood.Text = "TP WOOD"
  245. TpWood.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  246. TpWood.TextSize = 15
  247.  
  248. PlankFrame.Name = "PlankFrame"
  249. PlankFrame.Parent = MainFrame
  250. PlankFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  251. PlankFrame.BorderColor3 = Color3.new(0, 0, 0)
  252. PlankFrame.Position = UDim2.new(0, 100, 0, 55)
  253. PlankFrame.Size = UDim2.new(0, 165, 0, 205)
  254. PlankFrame.Visible = false
  255.  
  256. ProcessedWoodList.Name = "ProcessedWoodList"
  257. ProcessedWoodList.Parent = PlankFrame
  258. ProcessedWoodList.BackgroundColor3 = Color3.new(1, 1, 1)
  259. ProcessedWoodList.BackgroundTransparency = 1
  260. ProcessedWoodList.BorderColor3 = Color3.new(0, 0, 0)
  261. ProcessedWoodList.Size = UDim2.new(0, 165, 0, 205)
  262.  
  263. TpAllPlanks.Name = "TpAllPlanks"
  264. TpAllPlanks.Parent = PlankFrame
  265. TpAllPlanks.BackgroundColor3 = Color3.new(0, 0, 0)
  266. TpAllPlanks.BorderColor3 = Color3.new(0, 0, 0)
  267. TpAllPlanks.Position = UDim2.new(0, 0, 0, -20)
  268. TpAllPlanks.Size = UDim2.new(0, 165, 0, 20)
  269. TpAllPlanks.Font = Enum.Font.Fantasy
  270. TpAllPlanks.FontSize = Enum.FontSize.Size18
  271. TpAllPlanks.Text = "TP ALL PLANKS"
  272. TpAllPlanks.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  273. TpAllPlanks.TextSize = 15
  274.  
  275. PlayersFrame.Name = "PlayersFrame"
  276. PlayersFrame.Parent = MainFrame
  277. PlayersFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  278. PlayersFrame.BorderColor3 = Color3.new(0, 0, 0)
  279. PlayersFrame.Position = UDim2.new(0, 0, 0, 35)
  280. PlayersFrame.Size = UDim2.new(0, 165, 0, 225)
  281. PlayersFrame.Visible = false
  282.  
  283. Player1.Name = "Player1"
  284. Player1.Parent = PlayersFrame
  285. Player1.BackgroundColor3 = Color3.new(0, 0, 0)
  286. Player1.Position = UDim2.new(0, 5, 0, 5)
  287. Player1.Size = UDim2.new(0, 155, 0, 20)
  288. Player1.Font = Enum.Font.Fantasy
  289. Player1.FontSize = Enum.FontSize.Size18
  290. Player1.Text = ""
  291. Player1.TextColor3 = Color3.new(1, 1, 1)
  292. Player1.TextSize = 16
  293. Player1.TextWrapped = true
  294.  
  295. Player2.Name = "Player2"
  296. Player2.Parent = PlayersFrame
  297. Player2.BackgroundColor3 = Color3.new(0, 0, 0)
  298. Player2.Position = UDim2.new(0, 5, 0, 30)
  299. Player2.Size = UDim2.new(0, 155, 0, 20)
  300. Player2.Font = Enum.Font.Fantasy
  301. Player2.FontSize = Enum.FontSize.Size18
  302. Player2.Text = ""
  303. Player2.TextColor3 = Color3.new(1, 1, 1)
  304. Player2.TextSize = 16
  305. Player2.TextWrapped = true
  306.  
  307. Player3.Name = "Player3"
  308. Player3.Parent = PlayersFrame
  309. Player3.BackgroundColor3 = Color3.new(0, 0, 0)
  310. Player3.Position = UDim2.new(0, 5, 0, 55)
  311. Player3.Size = UDim2.new(0, 155, 0, 20)
  312. Player3.Font = Enum.Font.Fantasy
  313. Player3.FontSize = Enum.FontSize.Size18
  314. Player3.Text = ""
  315. Player3.TextColor3 = Color3.new(1, 1, 1)
  316. Player3.TextSize = 16
  317. Player3.TextWrapped = true
  318.  
  319. Player4.Name = "Player4"
  320. Player4.Parent = PlayersFrame
  321. Player4.BackgroundColor3 = Color3.new(0, 0, 0)
  322. Player4.Position = UDim2.new(0, 5, 0, 80)
  323. Player4.Size = UDim2.new(0, 155, 0, 20)
  324. Player4.Font = Enum.Font.Fantasy
  325. Player4.FontSize = Enum.FontSize.Size18
  326. Player4.Text = ""
  327. Player4.TextColor3 = Color3.new(1, 1, 1)
  328. Player4.TextSize = 16
  329. Player4.TextWrapped = true
  330.  
  331. Player5.Name = "Player5"
  332. Player5.Parent = PlayersFrame
  333. Player5.BackgroundColor3 = Color3.new(0, 0, 0)
  334. Player5.Position = UDim2.new(0, 5, 0, 105)
  335. Player5.Size = UDim2.new(0, 155, 0, 20)
  336. Player5.Font = Enum.Font.Fantasy
  337. Player5.FontSize = Enum.FontSize.Size18
  338. Player5.Text = ""
  339. Player5.TextColor3 = Color3.new(1, 1, 1)
  340. Player5.TextSize = 16
  341. Player5.TextWrapped = true
  342.  
  343. Player6.Name = "Player6"
  344. Player6.Parent = PlayersFrame
  345. Player6.BackgroundColor3 = Color3.new(0, 0, 0)
  346. Player6.Position = UDim2.new(0, 5, 0, 130)
  347. Player6.Size = UDim2.new(0, 155, 0, 20)
  348. Player6.Font = Enum.Font.Fantasy
  349. Player6.FontSize = Enum.FontSize.Size18
  350. Player6.Text = ""
  351. Player6.TextColor3 = Color3.new(1, 1, 1)
  352. Player6.TextSize = 16
  353. Player6.TextWrapped = true
  354.  
  355. PlayerTp.Name = "PlayerTp"
  356. PlayerTp.Parent = PlayersFrame
  357. PlayerTp.BackgroundColor3 = Color3.new(0, 0, 0)
  358. PlayerTp.Position = UDim2.new(0, 5, 0, 195)
  359. PlayerTp.Size = UDim2.new(0, 80, 0, 20)
  360. PlayerTp.Font = Enum.Font.Fantasy
  361. PlayerTp.FontSize = Enum.FontSize.Size18
  362. PlayerTp.Text = "Tp to Player"
  363. PlayerTp.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  364. PlayerTp.TextSize = 16
  365.  
  366. TpBase.Name = "TpBase"
  367. TpBase.Parent = PlayersFrame
  368. TpBase.BackgroundColor3 = Color3.new(0, 0, 0)
  369. TpBase.Position = UDim2.new(0, 90, 0, 195)
  370. TpBase.Size = UDim2.new(0, 70, 0, 20)
  371. TpBase.Font = Enum.Font.Fantasy
  372. TpBase.FontSize = Enum.FontSize.Size18
  373. TpBase.Text = "Tp to Base"
  374. TpBase.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  375. TpBase.TextSize = 16
  376.  
  377. PlayerSelect.Name = "PlayerSelect"
  378. PlayerSelect.Parent = PlayersFrame
  379. PlayerSelect.BackgroundColor3 = Color3.new(0.6, 0.6, 0.6)
  380. PlayerSelect.BorderColor3 = Color3.new(0, 0, 0)
  381. PlayerSelect.Position = UDim2.new(0, 10, 0, 160)
  382. PlayerSelect.Size = UDim2.new(0, 145, 0, 20)
  383. PlayerSelect.Font = Enum.Font.Code
  384. PlayerSelect.FontSize = Enum.FontSize.Size18
  385. PlayerSelect.Text = "Select Player..."
  386. PlayerSelect.TextColor3 = Color3.new(0, 0, 0)
  387. PlayerSelect.TextSize = 16
  388. PlayerSelect.TextWrapped = true
  389.  
  390. PurchasedFrame.Name = "PurchasedFrame"
  391. PurchasedFrame.Parent = MainFrame
  392. PurchasedFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  393. PurchasedFrame.BorderColor3 = Color3.new(0, 0, 0)
  394. PurchasedFrame.Position = UDim2.new(0, 450, 0, 35)
  395. PurchasedFrame.Size = UDim2.new(0, 215, 0, 225)
  396. PurchasedFrame.Visible = false
  397.  
  398. LastPurchasedList.Name = "LastPurchasedList"
  399. LastPurchasedList.Parent = PurchasedFrame
  400. LastPurchasedList.BackgroundColor3 = Color3.new(1, 1, 1)
  401. LastPurchasedList.BackgroundTransparency = 1
  402. LastPurchasedList.BorderColor3 = Color3.new(0, 0, 0)
  403. LastPurchasedList.Size = UDim2.new(1, 1, 0, 225)
  404.  
  405. WaypointFrame.Name = "WaypointFrame"
  406. WaypointFrame.Parent = MainFrame
  407. WaypointFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  408. WaypointFrame.BorderColor3 = Color3.new(0, 0, 0)
  409. WaypointFrame.Position = UDim2.new(0, 295, 0, 35)
  410. WaypointFrame.Size = UDim2.new(0, 150, 0, 225)
  411. WaypointFrame.Visible = false
  412.  
  413. Waypoints.Name = "Waypoints"
  414. Waypoints.Parent = WaypointFrame
  415. Waypoints.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  416. Waypoints.BorderColor3 = Color3.new(0, 0, 0)
  417. Waypoints.Size = UDim2.new(0, 150, 0, 225)
  418. Waypoints.CanvasSize = UDim2.new(0, 0, 1.89999998, 0)
  419.  
  420. Stranger.Name = "Stranger"
  421. Stranger.Parent = Waypoints
  422. Stranger.BackgroundColor3 = Color3.new(0, 0, 0)
  423. Stranger.Position = UDim2.new(0, 5, 0, 330)
  424. Stranger.Size = UDim2.new(0, 125, 0, 20)
  425. Stranger.Font = Enum.Font.Fantasy
  426. Stranger.FontSize = Enum.FontSize.Size18
  427. Stranger.Text = "Stranger"
  428. Stranger.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  429. Stranger.TextSize = 16
  430.  
  431. BobsShack.Name = "BobsShack"
  432. BobsShack.Parent = Waypoints
  433. BobsShack.BackgroundColor3 = Color3.new(0, 0, 0)
  434. BobsShack.Position = UDim2.new(0, 5, 0, 155)
  435. BobsShack.Size = UDim2.new(0, 125, 0, 20)
  436. BobsShack.Font = Enum.Font.Fantasy
  437. BobsShack.FontSize = Enum.FontSize.Size18
  438. BobsShack.Text = "Bob's Shack"
  439. BobsShack.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  440. BobsShack.TextSize = 16
  441.  
  442. PlotTp.Name = "PlotTp"
  443. PlotTp.Parent = Waypoints
  444. PlotTp.BackgroundColor3 = Color3.new(0, 0, 0)
  445. PlotTp.Position = UDim2.new(0, 5, 0, 30)
  446. PlotTp.Size = UDim2.new(0, 125, 0, 20)
  447. PlotTp.Font = Enum.Font.Fantasy
  448. PlotTp.FontSize = Enum.FontSize.Size18
  449. PlotTp.Text = "Tp to Plot"
  450. PlotTp.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  451. PlotTp.TextSize = 16
  452.  
  453. BoxedCars.Name = "BoxedCars"
  454. BoxedCars.Parent = Waypoints
  455. BoxedCars.BackgroundColor3 = Color3.new(0, 0, 0)
  456. BoxedCars.Position = UDim2.new(0, 5, 0, 130)
  457. BoxedCars.Size = UDim2.new(0, 125, 0, 20)
  458. BoxedCars.Font = Enum.Font.Fantasy
  459. BoxedCars.FontSize = Enum.FontSize.Size18
  460. BoxedCars.Text = "Boxed Cars"
  461. BoxedCars.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  462. BoxedCars.TextSize = 16
  463.  
  464. Cave.Name = "Cave"
  465. Cave.Parent = Waypoints
  466. Cave.BackgroundColor3 = Color3.new(0, 0, 0)
  467. Cave.Position = UDim2.new(0, 5, 0, 230)
  468. Cave.Size = UDim2.new(0, 125, 0, 20)
  469. Cave.Font = Enum.Font.Fantasy
  470. Cave.FontSize = Enum.FontSize.Size18
  471. Cave.Text = "Cave"
  472. Cave.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  473. Cave.TextSize = 16
  474.  
  475. FancyFurnishings.Name = "FancyFurnishings"
  476. FancyFurnishings.Parent = Waypoints
  477. FancyFurnishings.BackgroundColor3 = Color3.new(0, 0, 0)
  478. FancyFurnishings.Position = UDim2.new(0, 5, 0, 80)
  479. FancyFurnishings.Size = UDim2.new(0, 125, 0, 20)
  480. FancyFurnishings.Font = Enum.Font.Fantasy
  481. FancyFurnishings.FontSize = Enum.FontSize.Size18
  482. FancyFurnishings.Text = "Fancy Furnishings"
  483. FancyFurnishings.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  484. FancyFurnishings.TextSize = 16
  485.  
  486. FineArtsShop.Name = "FineArtsShop"
  487. FineArtsShop.Parent = Waypoints
  488. FineArtsShop.BackgroundColor3 = Color3.new(0, 0, 0)
  489. FineArtsShop.Position = UDim2.new(0, 5, 0, 180)
  490. FineArtsShop.Size = UDim2.new(0, 125, 0, 20)
  491. FineArtsShop.Font = Enum.Font.Fantasy
  492. FineArtsShop.FontSize = Enum.FontSize.Size18
  493. FineArtsShop.Text = "Fine Arts Shop"
  494. FineArtsShop.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  495. FineArtsShop.TextSize = 16
  496.  
  497. LandStore.Name = "LandStore"
  498. LandStore.Parent = Waypoints
  499. LandStore.BackgroundColor3 = Color3.new(0, 0, 0)
  500. LandStore.Position = UDim2.new(0, 5, 0, 205)
  501. LandStore.Size = UDim2.new(0, 125, 0, 20)
  502. LandStore.Font = Enum.Font.Fantasy
  503. LandStore.FontSize = Enum.FontSize.Size18
  504. LandStore.Text = "Land Store"
  505. LandStore.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  506. LandStore.TextSize = 16
  507.  
  508. LinksLogic.Name = "LinksLogic"
  509. LinksLogic.Parent = Waypoints
  510. LinksLogic.BackgroundColor3 = Color3.new(0, 0, 0)
  511. LinksLogic.Position = UDim2.new(0, 5, 0, 105)
  512. LinksLogic.Size = UDim2.new(0, 125, 0, 20)
  513. LinksLogic.Font = Enum.Font.Fantasy
  514. LinksLogic.FontSize = Enum.FontSize.Size18
  515. LinksLogic.Text = "Link's Logic"
  516. LinksLogic.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  517. LinksLogic.TextSize = 16
  518.  
  519. PalmIsland.Name = "PalmIsland"
  520. PalmIsland.Parent = Waypoints
  521. PalmIsland.BackgroundColor3 = Color3.new(0, 0, 0)
  522. PalmIsland.Position = UDim2.new(0, 5, 0, 305)
  523. PalmIsland.Size = UDim2.new(0, 125, 0, 20)
  524. PalmIsland.Font = Enum.Font.Fantasy
  525. PalmIsland.FontSize = Enum.FontSize.Size18
  526. PalmIsland.Text = "Palm Island"
  527. PalmIsland.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  528. PalmIsland.TextSize = 16
  529.  
  530. SpawnPoint.Name = "SpawnPoint"
  531. SpawnPoint.Parent = Waypoints
  532. SpawnPoint.BackgroundColor3 = Color3.new(0, 0, 0)
  533. SpawnPoint.Position = UDim2.new(0, 5, 0, 5)
  534. SpawnPoint.Size = UDim2.new(0, 125, 0, 20)
  535. SpawnPoint.Font = Enum.Font.Fantasy
  536. SpawnPoint.FontSize = Enum.FontSize.Size18
  537. SpawnPoint.Text = "Spawn"
  538. SpawnPoint.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  539. SpawnPoint.TextSize = 16
  540.  
  541. Swamp.Name = "Swamp"
  542. Swamp.Parent = Waypoints
  543. Swamp.BackgroundColor3 = Color3.new(0, 0, 0)
  544. Swamp.Position = UDim2.new(0, 5, 0, 280)
  545. Swamp.Size = UDim2.new(0, 125, 0, 20)
  546. Swamp.Font = Enum.Font.Fantasy
  547. Swamp.FontSize = Enum.FontSize.Size18
  548. Swamp.Text = "Swamp"
  549. Swamp.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  550. Swamp.TextSize = 16
  551.  
  552. Volcano.Name = "Volcano"
  553. Volcano.Parent = Waypoints
  554. Volcano.BackgroundColor3 = Color3.new(0, 0, 0)
  555. Volcano.Position = UDim2.new(0, 5, 0, 255)
  556. Volcano.Size = UDim2.new(0, 125, 0, 20)
  557. Volcano.Font = Enum.Font.Fantasy
  558. Volcano.FontSize = Enum.FontSize.Size18
  559. Volcano.Text = "Volcano"
  560. Volcano.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  561. Volcano.TextSize = 16
  562.  
  563. WoodRUs.Name = "WoodRUs"
  564. WoodRUs.Parent = Waypoints
  565. WoodRUs.BackgroundColor3 = Color3.new(0, 0, 0)
  566. WoodRUs.Position = UDim2.new(0, 5, 0, 55)
  567. WoodRUs.Size = UDim2.new(0, 125, 0, 20)
  568. WoodRUs.Font = Enum.Font.Fantasy
  569. WoodRUs.FontSize = Enum.FontSize.Size18
  570. WoodRUs.Text = "Wood R Us"
  571. WoodRUs.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  572. WoodRUs.TextSize = 16
  573.  
  574. local service = setmetatable({}, {
  575. __index = function(t, k)
  576. return game:GetService(k)
  577. end
  578. })
  579.  
  580. function Create(cls,props)
  581. local inst = Instance.new(cls)
  582. for i,v in pairs(props) do
  583. inst[i] = v
  584. end
  585. return inst
  586. end
  587.  
  588. local WoodPlanks={}
  589.  
  590. function MakeShadow(UI,Index)
  591. Create("Frame",{Parent=UI,Size=UDim2.new(1,0,1,0),ZIndex=Index,Position=UDim2.new(0,1,0,1),BackgroundColor3=Color3.fromRGB(0,0,0),BorderSizePixel=0,Transparency=0.9,Name="Shadow"})
  592. Create("Frame",{Parent=UI,Size=UDim2.new(1,0,1,0),ZIndex=Index,Position=UDim2.new(0,2,0,2),BackgroundColor3=Color3.fromRGB(0,0,0),BorderSizePixel=0,Transparency=0.9,Name="Shadow"})
  593. Create("Frame",{Parent=UI,Size=UDim2.new(1,0,1,0),ZIndex=Index,Position=UDim2.new(0,3,0,3),BackgroundColor3=Color3.fromRGB(0,0,0),BorderSizePixel=0,Transparency=0.9,Name="Shadow"})
  594. end
  595.  
  596. local ProcessedWoodList = LT2.MainFrame.PlankFrame.ProcessedWoodList
  597. local LastPurchasedList = LT2.MainFrame.PurchasedFrame.LastPurchasedList
  598.  
  599. local Menus = {
  600. [Players] = PlayersFrame;
  601. [Teleport] = WaypointFrame;
  602. [TpBox] = PurchasedFrame;
  603. [TpPlank] = PlankFrame;
  604. [Settings] = SettingsFrame;
  605. }
  606. for button,frame in pairs(Menus) do
  607. button.MouseButton1Click:connect(function()
  608. if frame.Visible then
  609. frame.Visible = false
  610. return
  611. end
  612. for k,v in pairs(Menus) do
  613. v.Visible = v == frame
  614. end
  615. end)
  616. end
  617.  
  618. Close.MouseButton1Down:connect(function()
  619. LT2:Destroy()
  620. end)
  621.  
  622. local Walk=16
  623. local Jump=50
  624.  
  625. service.Players.LocalPlayer.Character.Humanoid.Changed:Connect(function()
  626. if service.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  627. service.Players.LocalPlayer.Character.Humanoid.WalkSpeed=Walk
  628. service.Players.LocalPlayer.Character.Humanoid.JumpPower=Jump
  629. end
  630. end)
  631.  
  632. WalkSpeed.Changed:Connect(function()
  633. Walk=tonumber(WalkSpeed.Text)
  634. end)
  635.  
  636. JumpPower.Changed:Connect(function()
  637. Jump=tonumber(JumpPower.Text)
  638. end)
  639.  
  640. PlotTp.MouseButton1Down:connect(function()
  641. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  642. if v.Owner.Value == game.Players.LocalPlayer then
  643. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame + Vector3.new(0,10,0)
  644. end
  645. end
  646. end)
  647.  
  648. Player1.MouseButton1Down:connect(function()
  649. PlayerSelect.Text = Player1.Text
  650. end)
  651. Player2.MouseButton1Down:connect(function()
  652. PlayerSelect.Text = Player2.Text
  653. end)
  654. Player3.MouseButton1Down:connect(function()
  655. PlayerSelect.Text = Player3.Text
  656. end)
  657. Player4.MouseButton1Down:connect(function()
  658. PlayerSelect.Text = Player4.Text
  659. end)
  660. Player5.MouseButton1Down:connect(function()
  661. PlayerSelect.Text = Player5.Text
  662. end)
  663. Player6.MouseButton1Down:connect(function()
  664. PlayerSelect.Text = Player6.Text
  665. end)
  666.  
  667. PlayerTp.MouseButton1Down:connect(function()
  668. if PlayerSelect.Text == "Select a Player" then
  669. warn("No Player Selected")
  670. else
  671. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[PlayerSelect.Text].HumanoidRootPart.CFrame
  672. end
  673. end)
  674. TpBase.MouseButton1Down:connect(function()
  675. for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  676. if v.Owner.Value == game.Players[PlayerSelect.Text] then
  677. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame + Vector3.new(0,5,0)
  678. end
  679. end
  680. end)
  681.  
  682. local buttons = {
  683. Player1,
  684. Player2,
  685. Player3,
  686. Player4,
  687. Player5,
  688. Player6
  689. }
  690. for i, v in pairs(game.Players:GetChildren()) do
  691. buttons[i].Text = v.Name
  692. buttons[i].Visible = true
  693. end
  694. game.Players.PlayerRemoving:connect(function()
  695. for i, v in pairs(game.Players:GetChildren()) do
  696. buttons[i].Text = v.Name
  697. buttons[i].Visible = true
  698. end
  699. end)
  700. game.Players.PlayerAdded:connect(function()
  701. for i, v in pairs(game.Players:GetChildren()) do
  702. buttons[i].Text = v.Name
  703. buttons[i].Visible = true
  704. end
  705. end)
  706.  
  707. local WayPoints = {
  708. ["Wood R Us"] = Vector3.new(265, 3, 57),
  709. ["SpawnPoint"] = Vector3.new(155, 3, 74),
  710. ["Land Store"] = Vector3.new(258, 3, -99),
  711. ["Link's Logic"] = Vector3.new(4607, 7.5, -798),
  712. ["Cave"] = Vector3.new(3581, -179, 430),
  713. ["Volcano"] = Vector3.new(-1585, 622, 1140),
  714. ["Swamp"] = Vector3.new(-1209, 132, -801),
  715. ["Palm Island"] = Vector3.new(2549, -5, -42),
  716. ["Fancy Furnishings"] = Vector3.new(491, 3, -1720),
  717. ["Boxed Cars"] = Vector3.new(509, 3, -1463),
  718. ["Fine Arts Shop"] = Vector3.new(5207, -166, 719),
  719. ["Bob's Shack"] = Vector3.new(260, 8, -2542),
  720. ["Strange Man"] = Vector3.new(1061, 16, 1131)
  721. }
  722.  
  723. WoodRUs.MouseButton1Down:connect(function()
  724. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Wood R Us"])
  725. end)
  726.  
  727. SpawnPoint.MouseButton1Down:connect(function()
  728. game.Players.LocalPlayer.Character:MoveTo(WayPoints["SpawnPoint"])
  729. end)
  730.  
  731. LandStore.MouseButton1Down:connect(function()
  732. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Land Store"])
  733. end)
  734.  
  735. LinksLogic.MouseButton1Down:connect(function()
  736. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Link's Logic"])
  737. end)
  738.  
  739. Cave.MouseButton1Down:connect(function()
  740. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Cave"])
  741. end)
  742.  
  743. Volcano.MouseButton1Down:connect(function()
  744. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Volcano"])
  745. end)
  746.  
  747. Swamp.MouseButton1Down:connect(function()
  748. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Swamp"])
  749. end)
  750.  
  751. PalmIsland.MouseButton1Down:connect(function()
  752. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Palm Island"])
  753. end)
  754.  
  755. FancyFurnishings.MouseButton1Down:connect(function()
  756. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Fancy Furnishings"])
  757. end)
  758.  
  759. BoxedCars.MouseButton1Down:connect(function()
  760. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Boxed Cars"])
  761. end)
  762.  
  763. FineArtsShop.MouseButton1Down:connect(function()
  764. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Fine Arts Shop"])
  765. end)
  766.  
  767. BobsShack.MouseButton1Down:connect(function()
  768. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Bob's Shack"])
  769. end)
  770.  
  771. Stranger.MouseButton1Down:connect(function()
  772. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Strange Man"])
  773. end)
  774. TpWood.MouseButton1Click:Connect(function()
  775. for _, Log in pairs(service.Workspace.LogModels:GetChildren()) do
  776. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  777. if Log.Owner.Value == service.Players.LocalPlayer then
  778. Log:MoveTo(service.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0, 20, 0))
  779. for i=1,100 do
  780. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  781. end
  782. end
  783. end
  784. end
  785. end)
  786.  
  787. local inc = 0
  788. workspace.PlayerModels.ChildAdded:Connect(function(Item)
  789. inc = #LastPurchasedList:GetChildren()
  790. if Item:FindFirstChild("Owner") and Item.Owner.Value==service.Players.LocalPlayer then
  791. LastPurchasedList.CanvasSize=UDim2.new(0,0,0,25*inc)
  792. local SellButton=Create("TextButton",{Parent=LastPurchasedList,Size=UDim2.new(1,-9,0,20),Position=UDim2.new(0,5,0,25*inc),Text=" "..Item.Name,Name=Item.Name,TextXAlignment="Left",ZIndex=3,BorderSizePixel=0})
  793. MakeShadow(SellButton,2)
  794. SellButton.MouseButton1Click:Connect(function()
  795. if Item:IsA("Model") then
  796. Item:MoveTo(service.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  797. for i=1,100 do
  798. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Item)
  799. end
  800. end
  801. end)
  802. inc=inc+1
  803. end
  804. end)
  805.  
  806. workspace.PlayerModels.ChildRemoved:Connect(function(Item)
  807. inc=0
  808. if Item:FindFirstChild("Owner") and Item.Owner.Value==service.Players.LocalPlayer then
  809. if LastPurchasedList:FindFirstChild(Item.Name) then
  810. LastPurchasedList:FindFirstChild(Item.Name):Destroy()
  811. for i,v in pairs(LastPurchasedList:GetChildren()) do
  812. v.Position=UDim2.new(0,5,0,25*(i-1))
  813. end
  814. end
  815. end
  816. end)
  817.  
  818. function UpdatePlanks()
  819. local inc = 0
  820. WoodPlanks={}
  821. for i,v in pairs(service.Workspace.PlayerModels:GetChildren()) do
  822. if v.Name=="Plank" and v.Owner.Value==service.Players.LocalPlayer then
  823. if v:FindFirstChild("TreeClass") and WoodPlanks[v.TreeClass.Value] then
  824. WoodPlanks[v.TreeClass.Value]=WoodPlanks[v.TreeClass.Value]
  825. WoodPlanks[v.TreeClass.Value]["Wood"][v]=v
  826. elseif v:FindFirstChild("TreeClass") then
  827. WoodPlanks[v.TreeClass.Value]={Wood={v.WoodSection}}
  828. end
  829. end
  830. end
  831. end
  832.  
  833. function UpdateSellPlanks()
  834. local inc=0
  835. UpdatePlanks()
  836. ProcessedWoodList:ClearAllChildren()
  837. for i,v in pairs(WoodPlanks) do
  838. ProcessedWoodList.CanvasSize=UDim2.new(0,0,0,25*inc)
  839. local SellButton=Create("TextButton",{Parent=ProcessedWoodList,Size=UDim2.new(1,-14,0,20),Position=UDim2.new(0,5,0,35*inc),Text=" "..i,TextXAlignment="Left",ZIndex=3,BorderSizePixel=0})
  840. local Color = Create("Frame",{Parent=ProcessedWoodList,Size=UDim2.new(0,5,0,20),Position=UDim2.new(0,0,0,35*inc),BorderSizePixel=0,ZIndex=3,BackgroundColor3=v["Wood"].Color})
  841. MakeShadow(SellButton,2)
  842. SellButton.MouseButton1Click:Connect(function()
  843. for x=1,100 do
  844. v["Wood"].CFrame=CFrame.new(service.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0, 20, 0))
  845. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v["Wood"].Parent)
  846. end
  847. end)
  848. inc=inc+1
  849. end
  850. inc=0
  851. end
  852.  
  853. service.Workspace.PlayerModels.ChildRemoved:Connect(function(thing)
  854. if thing.Owner.Value==service.Players.LocalPlayer then
  855. UpdateSellPlanks()
  856. end
  857. end)
  858.  
  859. UpdateSellPlanks()
  860.  
  861. SellWood.MouseButton1Click:Connect(function()
  862. for _, Log in pairs(service.Workspace.LogModels:GetChildren()) do
  863. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  864. if Log.Owner.Value == service.Players.LocalPlayer then
  865. for i,v in pairs(Log:GetChildren()) do
  866. if v.Name=="WoodSection" then
  867. spawn(function()
  868. for i=1,10 do
  869. wait()
  870. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  871. end
  872. end)
  873. end
  874. end
  875. spawn(function()
  876. for i=1,20 do
  877. wait()
  878. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  879. end
  880. end)
  881. end
  882. end
  883. end
  884. end)
  885.  
  886. SellPlanks.MouseButton1Click:Connect(function()
  887. for _, Plank in pairs(service.Workspace.PlayerModels:GetChildren()) do
  888. if Plank.Name=="Plank" and Plank:findFirstChild("Owner") then
  889. if Plank.Owner.Value == service.Players.LocalPlayer then
  890. for i,v in pairs(Plank:GetChildren()) do
  891. if v.Name=="WoodSection" then
  892. spawn(function()
  893. for i=1,10 do
  894. wait()
  895. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  896. end
  897. end)
  898. end
  899. end
  900. spawn(function()
  901. for i=1,20 do
  902. wait()
  903. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  904. end
  905. end)
  906. end
  907. end
  908. end
  909. end)
  910.  
  911. TpAllPlanks.MouseButton1Click:Connect(function()
  912. for _, Plank in pairs(service.Workspace.PlayerModels:GetChildren()) do
  913. if Plank.Name=="Plank" and Plank:findFirstChild("Owner") then
  914. if Plank.Owner.Value == service.Players.LocalPlayer then
  915. Plank:MoveTo(service.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0, 20, 0))
  916. for i=1,100 do
  917. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  918. end
  919. end
  920. end
  921. end
  922. end)
  923.  
  924. Close.MouseLeave:connect(function()
  925. Close.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  926. end)
  927. Close.MouseEnter:connect(function()
  928. Close.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  929. end)
  930.  
  931. Greywood.MouseLeave:connect(function()
  932. Greywood.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  933. Greywood.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  934. end)
  935. Greywood.MouseEnter:connect(function()
  936. Greywood.TextColor3 = Color3.new(0, 0, 0)
  937. Greywood.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  938. end)
  939.  
  940. Players.MouseLeave:connect(function()
  941. Players.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  942. Players.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  943. end)
  944. Players.MouseEnter:connect(function()
  945. Players.TextColor3 = Color3.new(0, 0, 0)
  946. Players.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  947. end)
  948.  
  949. SellPlanks.MouseLeave:connect(function()
  950. SellPlanks.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  951. SellPlanks.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  952. end)
  953. SellPlanks.MouseEnter:connect(function()
  954. SellPlanks.TextColor3 = Color3.new(0, 0, 0)
  955. SellPlanks.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  956. end)
  957.  
  958. SellWood.MouseLeave:connect(function()
  959. SellWood.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  960. SellWood.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  961. end)
  962. SellWood.MouseEnter:connect(function()
  963. SellWood.TextColor3 = Color3.new(0, 0, 0)
  964. SellWood.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  965. end)
  966.  
  967. Settings.MouseLeave:connect(function()
  968. Settings.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  969. Settings.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  970. end)
  971. Settings.MouseEnter:connect(function()
  972. Settings.TextColor3 = Color3.new(0, 0, 0)
  973. Settings.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  974. end)
  975.  
  976. Teleport.MouseLeave:connect(function()
  977. Teleport.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  978. Teleport.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  979. end)
  980. Teleport.MouseEnter:connect(function()
  981. Teleport.TextColor3 = Color3.new(0, 0, 0)
  982. Teleport.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  983. end)
  984.  
  985. TpBox.MouseLeave:connect(function()
  986. TpBox.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  987. TpBox.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  988. end)
  989. TpBox.MouseEnter:connect(function()
  990. TpBox.TextColor3 = Color3.new(0, 0, 0)
  991. TpBox.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  992. end)
  993.  
  994. TpWood.MouseLeave:connect(function()
  995. TpWood.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  996. TpWood.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  997. end)
  998. TpWood.MouseEnter:connect(function()
  999. TpWood.TextColor3 = Color3.new(0, 0, 0)
  1000. TpWood.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  1001. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement