KevinPlayLT2

Lumber Tycoon 2

Dec 16th, 2017
29,015
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.81 KB | None | 0 0
  1. -- Objects
  2.  
  3. local LumberTycoon2 = Instance.new("ScreenGui")
  4. local TopBar = Instance.new("Frame")
  5. local Background = Instance.new("Frame")
  6. local Title = Instance.new("Frame")
  7. local ImageLabel = Instance.new("ImageLabel")
  8. local Credits = Instance.new("Frame")
  9. local TitleCredits = Instance.new("TextLabel")
  10. local Broto = Instance.new("TextLabel")
  11. local Code = Instance.new("TextLabel")
  12. local Broto_2 = Instance.new("TextLabel")
  13. local PlotTP = Instance.new("TextButton")
  14. local SpawnTP = Instance.new("TextButton")
  15. local BringWood = Instance.new("TextButton")
  16. local Line1 = Instance.new("Frame")
  17. local Line2 = Instance.new("Frame")
  18. local Line3 = Instance.new("Frame")
  19. local PalmIsland = Instance.new("TextLabel")
  20. local Teleport7 = Instance.new("TextButton")
  21. local OrangeLine = Instance.new("Frame")
  22. local WoodQuality = Instance.new("TextLabel")
  23. local Rating = Instance.new("TextLabel")
  24. local Cave = Instance.new("TextLabel")
  25. local Teleport3 = Instance.new("TextButton")
  26. local OrangeLine_2 = Instance.new("Frame")
  27. local WoodQuality_2 = Instance.new("TextLabel")
  28. local Rating_2 = Instance.new("TextLabel")
  29. local Volcano = Instance.new("TextLabel")
  30. local Teleport9 = Instance.new("TextButton")
  31. local OrangeLine_3 = Instance.new("Frame")
  32. local WoodQuality_3 = Instance.new("TextLabel")
  33. local Rating_3 = Instance.new("TextLabel")
  34. local Swamp = Instance.new("TextLabel")
  35. local Teleport8 = Instance.new("TextButton")
  36. local OrangeLine_4 = Instance.new("Frame")
  37. local WoodQuality_4 = Instance.new("TextLabel")
  38. local Rating_4 = Instance.new("TextLabel")
  39. local BobsShack = Instance.new("TextLabel")
  40. local Teleport = Instance.new("TextButton")
  41. local OrangeLine_5 = Instance.new("Frame")
  42. local WoodQuality_5 = Instance.new("TextLabel")
  43. local Rating_5 = Instance.new("TextLabel")
  44. local LinksLogic = Instance.new("TextLabel")
  45. local Teleport6 = Instance.new("TextButton")
  46. local OrangeLine_6 = Instance.new("Frame")
  47. local WoodQuality_6 = Instance.new("TextLabel")
  48. local Rating_6 = Instance.new("TextLabel")
  49. local WoodRUs = Instance.new("TextLabel")
  50. local Teleport10 = Instance.new("TextButton")
  51. local OrangeLine_7 = Instance.new("Frame")
  52. local WoodQuality_7 = Instance.new("TextLabel")
  53. local Rating_7 = Instance.new("TextLabel")
  54. local LandStore = Instance.new("TextLabel")
  55. local Teleport5 = Instance.new("TextButton")
  56. local OrangeLine_8 = Instance.new("Frame")
  57. local WoodQuality_8 = Instance.new("TextLabel")
  58. local Rating_8 = Instance.new("TextLabel")
  59. local Dock = Instance.new("TextLabel")
  60. local Teleport4 = Instance.new("TextButton")
  61. local OrangeLine_9 = Instance.new("Frame")
  62. local WoodQuality_9 = Instance.new("TextLabel")
  63. local Rating_9 = Instance.new("TextLabel")
  64. local BoxedCars = Instance.new("TextLabel")
  65. local Teleport2 = Instance.new("TextButton")
  66. local OrangeLine_10 = Instance.new("Frame")
  67. local WoodQuality_10 = Instance.new("TextLabel")
  68. local Rating_10 = Instance.new("TextLabel")
  69. local Exit = Instance.new("TextButton")
  70. local Open = Instance.new("TextButton")
  71.  
  72. -- Properties
  73.  
  74. LumberTycoon2.Name = "LumberTycoon2"
  75. LumberTycoon2.Parent = game.CoreGui
  76.  
  77. TopBar.Name = "TopBar"
  78. TopBar.Parent = LumberTycoon2
  79. TopBar.Active = true
  80. TopBar.BackgroundColor3 = Color3.new(0.14902, 0.45098, 0.866667)
  81. TopBar.BorderSizePixel = 0
  82. TopBar.Draggable = true
  83. TopBar.Position = UDim2.new(0.19869706, 0, 0.172371641, 0)
  84. TopBar.Selectable = true
  85. TopBar.Size = UDim2.new(0, 739, 0, 17)
  86. TopBar.Visible = false
  87.  
  88. Background.Name = "Background"
  89. Background.Parent = TopBar
  90. Background.BackgroundColor3 = Color3.new(0.105882, 0.133333, 0.156863)
  91. Background.BorderSizePixel = 0
  92. Background.Position = UDim2.new(4.90248203e-05, 0, 1.01668346, 0)
  93. Background.Size = UDim2.new(0, 739, 0, 544)
  94.  
  95. Title.Name = "Title"
  96. Title.Parent = Background
  97. Title.BackgroundColor3 = Color3.new(0.14902, 0.45098, 0.866667)
  98. Title.BorderSizePixel = 0
  99. Title.Position = UDim2.new(0.00872512162, 0, 0.0105350167, 0)
  100. Title.Size = UDim2.new(0, 585, 0, 63)
  101.  
  102. ImageLabel.Parent = Title
  103. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  104. ImageLabel.Size = UDim2.new(0, 585, 0, 63)
  105. ImageLabel.Image = "rbxassetid://972607194"
  106.  
  107. Credits.Name = "Credits"
  108. Credits.Parent = Background
  109. Credits.BackgroundColor3 = Color3.new(0.14902, 0.45098, 0.866667)
  110. Credits.BorderSizePixel = 0
  111. Credits.Position = UDim2.new(0.809621572, 0, 0.0105350167, 0)
  112. Credits.Size = UDim2.new(0, 133, 0, 530)
  113.  
  114. TitleCredits.Name = "TitleCredits"
  115. TitleCredits.Parent = Credits
  116. TitleCredits.BackgroundColor3 = Color3.new(1, 1, 1)
  117. TitleCredits.BackgroundTransparency = 1
  118. TitleCredits.BorderSizePixel = 0
  119. TitleCredits.Size = UDim2.new(0, 133, 0, 29)
  120. TitleCredits.Font = Enum.Font.Arial
  121. TitleCredits.FontSize = Enum.FontSize.Size18
  122. TitleCredits.Text = "Credits Below"
  123. TitleCredits.TextColor3 = Color3.new(1, 1, 1)
  124. TitleCredits.TextSize = 18
  125.  
  126. Broto.Name = "Broto"
  127. Broto.Parent = Credits
  128. Broto.BackgroundColor3 = Color3.new(1, 1, 1)
  129. Broto.BackgroundTransparency = 1
  130. Broto.BorderSizePixel = 0
  131. Broto.Position = UDim2.new(0, 0, 0.0622641519, 0)
  132. Broto.Size = UDim2.new(0, 133, 0, 36)
  133. Broto.Font = Enum.Font.Arial
  134. Broto.FontSize = Enum.FontSize.Size14
  135. Broto.Text = " GUI Design by BrotoBrother#1658"
  136. Broto.TextColor3 = Color3.new(1, 1, 1)
  137. Broto.TextSize = 14
  138. Broto.TextWrapped = true
  139.  
  140. Code.Name = "Code"
  141. Code.Parent = Credits
  142. Code.BackgroundColor3 = Color3.new(1, 1, 1)
  143. Code.BackgroundTransparency = 1
  144. Code.BorderSizePixel = 0
  145. Code.Position = UDim2.new(0, 0, 0.137735844, 0)
  146. Code.Size = UDim2.new(0, 133, 0, 35)
  147. Code.Font = Enum.Font.Arial
  148. Code.FontSize = Enum.FontSize.Size14
  149. Code.Text = " Scripted By Harley#2487"
  150. Code.TextColor3 = Color3.new(1, 1, 1)
  151. Code.TextSize = 14
  152. Code.TextWrapped = true
  153.  
  154. Broto_2.Name = "Broto"
  155. Broto_2.Parent = Credits
  156. Broto_2.BackgroundColor3 = Color3.new(0.14902, 0.45098, 0.866667)
  157. Broto_2.BorderSizePixel = 0
  158. Broto_2.Position = UDim2.new(-4.45488739, 0, 0.883018851, 0)
  159. Broto_2.Size = UDim2.new(0, 585, 0, 22)
  160. Broto_2.Font = Enum.Font.Arial
  161. Broto_2.FontSize = Enum.FontSize.Size18
  162. Broto_2.Text = "(Enjoy scripts like these? Join our discord! discord.me/roleak)"
  163. Broto_2.TextColor3 = Color3.new(1, 1, 1)
  164. Broto_2.TextSize = 16
  165. Broto_2.TextWrapped = true
  166.  
  167. PlotTP.Name = "PlotTP"
  168. PlotTP.Parent = Background
  169. PlotTP.BackgroundColor3 = Color3.new(0.14902, 0.45098, 0.866667)
  170. PlotTP.BorderSizePixel = 0
  171. PlotTP.Position = UDim2.new(0.00811908022, 0, 0.92463237, 0)
  172. PlotTP.Size = UDim2.new(0, 208, 0, 33)
  173. PlotTP.Font = Enum.Font.Arial
  174. PlotTP.FontSize = Enum.FontSize.Size18
  175. PlotTP.Text = "Teleport to your plot"
  176. PlotTP.TextColor3 = Color3.new(1, 1, 1)
  177. PlotTP.TextSize = 18
  178.  
  179. SpawnTP.Name = "SpawnTP"
  180. SpawnTP.Parent = Background
  181. SpawnTP.BackgroundColor3 = Color3.new(0.14902, 0.45098, 0.866667)
  182. SpawnTP.BorderSizePixel = 0
  183. SpawnTP.Position = UDim2.new(0.51826793, 0, 0.92463237, 0)
  184. SpawnTP.Size = UDim2.new(0, 208, 0, 33)
  185. SpawnTP.Font = Enum.Font.Arial
  186. SpawnTP.FontSize = Enum.FontSize.Size18
  187. SpawnTP.Text = "Teleport to Spawn"
  188. SpawnTP.TextColor3 = Color3.new(1, 1, 1)
  189. SpawnTP.TextSize = 18
  190.  
  191. BringWood.Name = "BringWood"
  192. BringWood.Parent = Background
  193. BringWood.BackgroundColor3 = Color3.new(0.14902, 0.45098, 0.866667)
  194. BringWood.BorderSizePixel = 0
  195. BringWood.Position = UDim2.new(0.2976996, 0, 0.92463237, 0)
  196. BringWood.Size = UDim2.new(0, 157, 0, 33)
  197. BringWood.Font = Enum.Font.Arial
  198. BringWood.FontSize = Enum.FontSize.Size18
  199. BringWood.Text = "Bring Wood"
  200. BringWood.TextColor3 = Color3.new(1, 1, 1)
  201. BringWood.TextSize = 18
  202.  
  203. Line1.Name = "Line1"
  204. Line1.Parent = Background
  205. Line1.BackgroundColor3 = Color3.new(0.145098, 0.415686, 0.768628)
  206. Line1.BorderSizePixel = 0
  207. Line1.Position = UDim2.new(0.808945, 0, 0.0638438389, 0)
  208. Line1.Size = UDim2.new(0, 133, 0, 4)
  209.  
  210. Line2.Name = "Line2"
  211. Line2.Parent = Background
  212. Line2.BackgroundColor3 = Color3.new(0.145098, 0.415686, 0.768628)
  213. Line2.BorderSizePixel = 0
  214. Line2.Position = UDim2.new(0.809621572, 0, 0.137373239, 0)
  215. Line2.Size = UDim2.new(0, 133, 0, 4)
  216.  
  217. Line3.Name = "Line3"
  218. Line3.Parent = Background
  219. Line3.BackgroundColor3 = Color3.new(0.145098, 0.415686, 0.768628)
  220. Line3.BorderSizePixel = 0
  221. Line3.Position = UDim2.new(0.808945, 0, 0.209064424, 0)
  222. Line3.Size = UDim2.new(0, 133, 0, 4)
  223.  
  224. PalmIsland.Name = "PalmIsland"
  225. PalmIsland.Parent = Background
  226. PalmIsland.BackgroundColor3 = Color3.new(0.145098, 0.415686, 0.768628)
  227. PalmIsland.Position = UDim2.new(0.00811908022, 0, 0.137867644, 0)
  228. PalmIsland.Size = UDim2.new(0, 193, 0, 34)
  229. PalmIsland.Font = Enum.Font.Arial
  230. PalmIsland.FontSize = Enum.FontSize.Size18
  231. PalmIsland.Text = "Palm Island"
  232. PalmIsland.TextColor3 = Color3.new(1, 1, 1)
  233. PalmIsland.TextSize = 18
  234.  
  235. Teleport7.Name = "Teleport7"
  236. Teleport7.Parent = PalmIsland
  237. Teleport7.BackgroundColor3 = Color3.new(0, 0.290196, 0.662745)
  238. Teleport7.BorderSizePixel = 0
  239. Teleport7.Position = UDim2.new(1.03626943, 0, 0, 0)
  240. Teleport7.Size = UDim2.new(0, 76, 0, 34)
  241. Teleport7.Font = Enum.Font.Arial
  242. Teleport7.FontSize = Enum.FontSize.Size18
  243. Teleport7.Text = "Teleport"
  244. Teleport7.TextColor3 = Color3.new(1, 1, 1)
  245. Teleport7.TextSize = 18
  246.  
  247. OrangeLine.Name = "OrangeLine"
  248. OrangeLine.Parent = PalmIsland
  249. OrangeLine.BackgroundColor3 = Color3.new(1, 0.584314, 0.0431373)
  250. OrangeLine.BorderSizePixel = 0
  251. OrangeLine.Position = UDim2.new(1.46113992, 0, 0.852941155, 0)
  252. OrangeLine.Size = UDim2.new(0, 224, 0, 5)
  253.  
  254. WoodQuality.Name = "WoodQuality"
  255. WoodQuality.Parent = PalmIsland
  256. WoodQuality.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  257. WoodQuality.BorderSizePixel = 0
  258. WoodQuality.Position = UDim2.new(1.46099997, 0, -0.0149999997, 0)
  259. WoodQuality.Size = UDim2.new(0, 224, 0, 29)
  260. WoodQuality.Font = Enum.Font.Arial
  261. WoodQuality.FontSize = Enum.FontSize.Size18
  262. WoodQuality.Text = "Wood Quality: 65"
  263. WoodQuality.TextColor3 = Color3.new(1, 1, 1)
  264. WoodQuality.TextSize = 16
  265.  
  266. Rating.Name = "Rating"
  267. Rating.Parent = PalmIsland
  268. Rating.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  269. Rating.BorderSizePixel = 0
  270. Rating.Position = UDim2.new(2.64752841, 0, -0.0149998665, 0)
  271. Rating.Size = UDim2.new(0, 74, 0, 35)
  272. Rating.Font = Enum.Font.Arial
  273. Rating.FontSize = Enum.FontSize.Size18
  274. Rating.Text = "Decent"
  275. Rating.TextColor3 = Color3.new(1, 1, 1)
  276. Rating.TextSize = 16
  277.  
  278. Cave.Name = "Cave"
  279. Cave.Parent = Background
  280. Cave.BackgroundColor3 = Color3.new(0.145098, 0.415686, 0.768628)
  281. Cave.Position = UDim2.new(0.00811908022, 0, 0.209558815, 0)
  282. Cave.Size = UDim2.new(0, 193, 0, 34)
  283. Cave.Font = Enum.Font.Arial
  284. Cave.FontSize = Enum.FontSize.Size18
  285. Cave.Text = "Cave"
  286. Cave.TextColor3 = Color3.new(1, 1, 1)
  287. Cave.TextSize = 18
  288.  
  289. Teleport3.Name = "Teleport3"
  290. Teleport3.Parent = Cave
  291. Teleport3.BackgroundColor3 = Color3.new(0, 0.290196, 0.662745)
  292. Teleport3.BorderSizePixel = 0
  293. Teleport3.Position = UDim2.new(1.03626943, 0, 0, 0)
  294. Teleport3.Size = UDim2.new(0, 76, 0, 34)
  295. Teleport3.Font = Enum.Font.Arial
  296. Teleport3.FontSize = Enum.FontSize.Size18
  297. Teleport3.Text = "Teleport"
  298. Teleport3.TextColor3 = Color3.new(1, 1, 1)
  299. Teleport3.TextSize = 18
  300.  
  301. OrangeLine_2.Name = "OrangeLine"
  302. OrangeLine_2.Parent = Cave
  303. OrangeLine_2.BackgroundColor3 = Color3.new(1, 0.584314, 0.0431373)
  304. OrangeLine_2.BorderSizePixel = 0
  305. OrangeLine_2.Position = UDim2.new(1.46113992, 0, 0.852941155, 0)
  306. OrangeLine_2.Size = UDim2.new(0, 224, 0, 5)
  307.  
  308. WoodQuality_2.Name = "WoodQuality"
  309. WoodQuality_2.Parent = Cave
  310. WoodQuality_2.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  311. WoodQuality_2.BorderSizePixel = 0
  312. WoodQuality_2.Position = UDim2.new(1.46099997, 0, -0.0149999997, 0)
  313. WoodQuality_2.Size = UDim2.new(0, 224, 0, 29)
  314. WoodQuality_2.Font = Enum.Font.Arial
  315. WoodQuality_2.FontSize = Enum.FontSize.Size18
  316. WoodQuality_2.Text = "Wood Quality: 90"
  317. WoodQuality_2.TextColor3 = Color3.new(1, 1, 1)
  318. WoodQuality_2.TextSize = 16
  319.  
  320. Rating_2.Name = "Rating"
  321. Rating_2.Parent = Cave
  322. Rating_2.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  323. Rating_2.BorderSizePixel = 0
  324. Rating_2.Position = UDim2.new(2.64752841, 0, -0.0149998665, 0)
  325. Rating_2.Size = UDim2.new(0, 74, 0, 35)
  326. Rating_2.Font = Enum.Font.Arial
  327. Rating_2.FontSize = Enum.FontSize.Size18
  328. Rating_2.Text = "Good"
  329. Rating_2.TextColor3 = Color3.new(1, 1, 1)
  330. Rating_2.TextSize = 16
  331.  
  332. Volcano.Name = "Volcano"
  333. Volcano.Parent = Background
  334. Volcano.BackgroundColor3 = Color3.new(0.145098, 0.415686, 0.768628)
  335. Volcano.Position = UDim2.new(0.0074424902, 0, 0.28125, 0)
  336. Volcano.Size = UDim2.new(0, 193, 0, 34)
  337. Volcano.Font = Enum.Font.Arial
  338. Volcano.FontSize = Enum.FontSize.Size18
  339. Volcano.Text = "Volcano"
  340. Volcano.TextColor3 = Color3.new(1, 1, 1)
  341. Volcano.TextSize = 18
  342.  
  343. Teleport9.Name = "Teleport9"
  344. Teleport9.Parent = Volcano
  345. Teleport9.BackgroundColor3 = Color3.new(0, 0.290196, 0.662745)
  346. Teleport9.BorderSizePixel = 0
  347. Teleport9.Position = UDim2.new(1.03626943, 0, 0, 0)
  348. Teleport9.Size = UDim2.new(0, 76, 0, 34)
  349. Teleport9.Font = Enum.Font.Arial
  350. Teleport9.FontSize = Enum.FontSize.Size18
  351. Teleport9.Text = "Teleport"
  352. Teleport9.TextColor3 = Color3.new(1, 1, 1)
  353. Teleport9.TextSize = 18
  354.  
  355. OrangeLine_3.Name = "OrangeLine"
  356. OrangeLine_3.Parent = Volcano
  357. OrangeLine_3.BackgroundColor3 = Color3.new(1, 0.584314, 0.0431373)
  358. OrangeLine_3.BorderSizePixel = 0
  359. OrangeLine_3.Position = UDim2.new(1.46113992, 0, 0.852941155, 0)
  360. OrangeLine_3.Size = UDim2.new(0, 224, 0, 5)
  361.  
  362. WoodQuality_3.Name = "WoodQuality"
  363. WoodQuality_3.Parent = Volcano
  364. WoodQuality_3.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  365. WoodQuality_3.BorderSizePixel = 0
  366. WoodQuality_3.Position = UDim2.new(1.46099997, 0, -0.0149999997, 0)
  367. WoodQuality_3.Size = UDim2.new(0, 224, 0, 29)
  368. WoodQuality_3.Font = Enum.Font.Arial
  369. WoodQuality_3.FontSize = Enum.FontSize.Size18
  370. WoodQuality_3.Text = "Wood Quality: 86"
  371. WoodQuality_3.TextColor3 = Color3.new(1, 1, 1)
  372. WoodQuality_3.TextSize = 16
  373.  
  374. Rating_3.Name = "Rating"
  375. Rating_3.Parent = Volcano
  376. Rating_3.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  377. Rating_3.BorderSizePixel = 0
  378. Rating_3.Position = UDim2.new(2.64752841, 0, -0.0149998665, 0)
  379. Rating_3.Size = UDim2.new(0, 74, 0, 35)
  380. Rating_3.Font = Enum.Font.Arial
  381. Rating_3.FontSize = Enum.FontSize.Size18
  382. Rating_3.Text = "Good"
  383. Rating_3.TextColor3 = Color3.new(1, 1, 1)
  384. Rating_3.TextSize = 16
  385.  
  386. Swamp.Name = "Swamp"
  387. Swamp.Parent = Background
  388. Swamp.BackgroundColor3 = Color3.new(0.145098, 0.415686, 0.768628)
  389. Swamp.Position = UDim2.new(0.0074424902, 0, 0.352941155, 0)
  390. Swamp.Size = UDim2.new(0, 193, 0, 34)
  391. Swamp.Font = Enum.Font.Arial
  392. Swamp.FontSize = Enum.FontSize.Size18
  393. Swamp.Text = "Swamp"
  394. Swamp.TextColor3 = Color3.new(1, 1, 1)
  395. Swamp.TextSize = 18
  396.  
  397. Teleport8.Name = "Teleport8"
  398. Teleport8.Parent = Swamp
  399. Teleport8.BackgroundColor3 = Color3.new(0, 0.290196, 0.662745)
  400. Teleport8.BorderSizePixel = 0
  401. Teleport8.Position = UDim2.new(1.03626943, 0, 0, 0)
  402. Teleport8.Size = UDim2.new(0, 76, 0, 34)
  403. Teleport8.Font = Enum.Font.Arial
  404. Teleport8.FontSize = Enum.FontSize.Size18
  405. Teleport8.Text = "Teleport"
  406. Teleport8.TextColor3 = Color3.new(1, 1, 1)
  407. Teleport8.TextSize = 18
  408.  
  409. OrangeLine_4.Name = "OrangeLine"
  410. OrangeLine_4.Parent = Swamp
  411. OrangeLine_4.BackgroundColor3 = Color3.new(1, 0.584314, 0.0431373)
  412. OrangeLine_4.BorderSizePixel = 0
  413. OrangeLine_4.Position = UDim2.new(1.46113992, 0, 0.852941155, 0)
  414. OrangeLine_4.Size = UDim2.new(0, 224, 0, 5)
  415.  
  416. WoodQuality_4.Name = "WoodQuality"
  417. WoodQuality_4.Parent = Swamp
  418. WoodQuality_4.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  419. WoodQuality_4.BorderSizePixel = 0
  420. WoodQuality_4.Position = UDim2.new(1.46099997, 0, -0.0149999997, 0)
  421. WoodQuality_4.Size = UDim2.new(0, 224, 0, 29)
  422. WoodQuality_4.Font = Enum.Font.Arial
  423. WoodQuality_4.FontSize = Enum.FontSize.Size18
  424. WoodQuality_4.Text = "Wood Quality: 60"
  425. WoodQuality_4.TextColor3 = Color3.new(1, 1, 1)
  426. WoodQuality_4.TextSize = 16
  427.  
  428. Rating_4.Name = "Rating"
  429. Rating_4.Parent = Swamp
  430. Rating_4.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  431. Rating_4.BorderSizePixel = 0
  432. Rating_4.Position = UDim2.new(2.64752841, 0, -0.0149998665, 0)
  433. Rating_4.Size = UDim2.new(0, 74, 0, 35)
  434. Rating_4.Font = Enum.Font.Arial
  435. Rating_4.FontSize = Enum.FontSize.Size18
  436. Rating_4.Text = "Decent"
  437. Rating_4.TextColor3 = Color3.new(1, 1, 1)
  438. Rating_4.TextSize = 16
  439.  
  440. BobsShack.Name = "BobsShack"
  441. BobsShack.Parent = Background
  442. BobsShack.BackgroundColor3 = Color3.new(0.145098, 0.415686, 0.768628)
  443. BobsShack.Position = UDim2.new(0.0074424902, 0, 0.424632341, 0)
  444. BobsShack.Size = UDim2.new(0, 193, 0, 34)
  445. BobsShack.Font = Enum.Font.Arial
  446. BobsShack.FontSize = Enum.FontSize.Size18
  447. BobsShack.Text = "Bob's Shack"
  448. BobsShack.TextColor3 = Color3.new(1, 1, 1)
  449. BobsShack.TextSize = 18
  450.  
  451. Teleport.Name = "Teleport"
  452. Teleport.Parent = BobsShack
  453. Teleport.BackgroundColor3 = Color3.new(0, 0.290196, 0.662745)
  454. Teleport.BorderSizePixel = 0
  455. Teleport.Position = UDim2.new(1.03626943, 0, 0, 0)
  456. Teleport.Size = UDim2.new(0, 76, 0, 34)
  457. Teleport.Font = Enum.Font.Arial
  458. Teleport.FontSize = Enum.FontSize.Size18
  459. Teleport.Text = "Teleport"
  460. Teleport.TextColor3 = Color3.new(1, 1, 1)
  461. Teleport.TextSize = 18
  462.  
  463. OrangeLine_5.Name = "OrangeLine"
  464. OrangeLine_5.Parent = BobsShack
  465. OrangeLine_5.BackgroundColor3 = Color3.new(0.364706, 0.705882, 0.364706)
  466. OrangeLine_5.BorderSizePixel = 0
  467. OrangeLine_5.Position = UDim2.new(1.46113992, 0, 0.852941155, 0)
  468. OrangeLine_5.Size = UDim2.new(0, 224, 0, 5)
  469.  
  470. WoodQuality_5.Name = "WoodQuality"
  471. WoodQuality_5.Parent = BobsShack
  472. WoodQuality_5.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  473. WoodQuality_5.BorderSizePixel = 0
  474. WoodQuality_5.Position = UDim2.new(1.46099997, 0, -0.0149999997, 0)
  475. WoodQuality_5.Size = UDim2.new(0, 224, 0, 29)
  476. WoodQuality_5.Font = Enum.Font.Arial
  477. WoodQuality_5.FontSize = Enum.FontSize.Size18
  478. WoodQuality_5.Text = "Recipe Items"
  479. WoodQuality_5.TextColor3 = Color3.new(1, 1, 1)
  480. WoodQuality_5.TextSize = 16
  481.  
  482. Rating_5.Name = "Rating"
  483. Rating_5.Parent = BobsShack
  484. Rating_5.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  485. Rating_5.BorderSizePixel = 0
  486. Rating_5.Position = UDim2.new(2.64752841, 0, -0.0149998665, 0)
  487. Rating_5.Size = UDim2.new(0, 74, 0, 35)
  488. Rating_5.Font = Enum.Font.Arial
  489. Rating_5.FontSize = Enum.FontSize.Size18
  490. Rating_5.Text = "Good"
  491. Rating_5.TextColor3 = Color3.new(1, 1, 1)
  492. Rating_5.TextSize = 16
  493.  
  494. LinksLogic.Name = "LinksLogic"
  495. LinksLogic.Parent = Background
  496. LinksLogic.BackgroundColor3 = Color3.new(0.145098, 0.415686, 0.768628)
  497. LinksLogic.Position = UDim2.new(0.0074424902, 0, 0.496323496, 0)
  498. LinksLogic.Size = UDim2.new(0, 193, 0, 34)
  499. LinksLogic.Font = Enum.Font.Arial
  500. LinksLogic.FontSize = Enum.FontSize.Size18
  501. LinksLogic.Text = "Link's Logic"
  502. LinksLogic.TextColor3 = Color3.new(1, 1, 1)
  503. LinksLogic.TextSize = 18
  504.  
  505. Teleport6.Name = "Teleport6"
  506. Teleport6.Parent = LinksLogic
  507. Teleport6.BackgroundColor3 = Color3.new(0, 0.290196, 0.662745)
  508. Teleport6.BorderSizePixel = 0
  509. Teleport6.Position = UDim2.new(1.03626943, 0, 0, 0)
  510. Teleport6.Size = UDim2.new(0, 76, 0, 34)
  511. Teleport6.Font = Enum.Font.Arial
  512. Teleport6.FontSize = Enum.FontSize.Size18
  513. Teleport6.Text = "Teleport"
  514. Teleport6.TextColor3 = Color3.new(1, 1, 1)
  515. Teleport6.TextSize = 18
  516.  
  517. OrangeLine_6.Name = "OrangeLine"
  518. OrangeLine_6.Parent = LinksLogic
  519. OrangeLine_6.BackgroundColor3 = Color3.new(0.364706, 0.705882, 0.364706)
  520. OrangeLine_6.BorderSizePixel = 0
  521. OrangeLine_6.Position = UDim2.new(1.46113992, 0, 0.852941155, 0)
  522. OrangeLine_6.Size = UDim2.new(0, 224, 0, 5)
  523.  
  524. WoodQuality_6.Name = "WoodQuality"
  525. WoodQuality_6.Parent = LinksLogic
  526. WoodQuality_6.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  527. WoodQuality_6.BorderSizePixel = 0
  528. WoodQuality_6.Position = UDim2.new(1.46099997, 0, -0.0149999997, 0)
  529. WoodQuality_6.Size = UDim2.new(0, 224, 0, 29)
  530. WoodQuality_6.Font = Enum.Font.Arial
  531. WoodQuality_6.FontSize = Enum.FontSize.Size18
  532. WoodQuality_6.Text = "Recipe Items"
  533. WoodQuality_6.TextColor3 = Color3.new(1, 1, 1)
  534. WoodQuality_6.TextSize = 16
  535.  
  536. Rating_6.Name = "Rating"
  537. Rating_6.Parent = LinksLogic
  538. Rating_6.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  539. Rating_6.BorderSizePixel = 0
  540. Rating_6.Position = UDim2.new(2.64752841, 0, -0.0149998665, 0)
  541. Rating_6.Size = UDim2.new(0, 74, 0, 35)
  542. Rating_6.Font = Enum.Font.Arial
  543. Rating_6.FontSize = Enum.FontSize.Size18
  544. Rating_6.Text = "Good"
  545. Rating_6.TextColor3 = Color3.new(1, 1, 1)
  546. Rating_6.TextSize = 16
  547.  
  548. WoodRUs.Name = "WoodRUs"
  549. WoodRUs.Parent = Background
  550. WoodRUs.BackgroundColor3 = Color3.new(0.145098, 0.415686, 0.768628)
  551. WoodRUs.Position = UDim2.new(0.00811908022, 0, 0.568014681, 0)
  552. WoodRUs.Size = UDim2.new(0, 193, 0, 34)
  553. WoodRUs.Font = Enum.Font.Arial
  554. WoodRUs.FontSize = Enum.FontSize.Size18
  555. WoodRUs.Text = "Wood R Us"
  556. WoodRUs.TextColor3 = Color3.new(1, 1, 1)
  557. WoodRUs.TextSize = 18
  558.  
  559. Teleport10.Name = "Teleport10"
  560. Teleport10.Parent = WoodRUs
  561. Teleport10.BackgroundColor3 = Color3.new(0, 0.290196, 0.662745)
  562. Teleport10.BorderSizePixel = 0
  563. Teleport10.Position = UDim2.new(1.03626943, 0, 0, 0)
  564. Teleport10.Size = UDim2.new(0, 76, 0, 34)
  565. Teleport10.Font = Enum.Font.Arial
  566. Teleport10.FontSize = Enum.FontSize.Size18
  567. Teleport10.Text = "Teleport"
  568. Teleport10.TextColor3 = Color3.new(1, 1, 1)
  569. Teleport10.TextSize = 18
  570.  
  571. OrangeLine_7.Name = "OrangeLine"
  572. OrangeLine_7.Parent = WoodRUs
  573. OrangeLine_7.BackgroundColor3 = Color3.new(0.364706, 0.705882, 0.364706)
  574. OrangeLine_7.BorderSizePixel = 0
  575. OrangeLine_7.Position = UDim2.new(1.46113992, 0, 0.852941155, 0)
  576. OrangeLine_7.Size = UDim2.new(0, 224, 0, 5)
  577.  
  578. WoodQuality_7.Name = "WoodQuality"
  579. WoodQuality_7.Parent = WoodRUs
  580. WoodQuality_7.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  581. WoodQuality_7.BorderSizePixel = 0
  582. WoodQuality_7.Position = UDim2.new(1.46099997, 0, -0.0149999997, 0)
  583. WoodQuality_7.Size = UDim2.new(0, 224, 0, 29)
  584. WoodQuality_7.Font = Enum.Font.Arial
  585. WoodQuality_7.FontSize = Enum.FontSize.Size18
  586. WoodQuality_7.Text = "Recipe Items"
  587. WoodQuality_7.TextColor3 = Color3.new(1, 1, 1)
  588. WoodQuality_7.TextSize = 16
  589.  
  590. Rating_7.Name = "Rating"
  591. Rating_7.Parent = WoodRUs
  592. Rating_7.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  593. Rating_7.BorderSizePixel = 0
  594. Rating_7.Position = UDim2.new(2.64752841, 0, -0.0149998665, 0)
  595. Rating_7.Size = UDim2.new(0, 74, 0, 35)
  596. Rating_7.Font = Enum.Font.Arial
  597. Rating_7.FontSize = Enum.FontSize.Size18
  598. Rating_7.Text = "Good"
  599. Rating_7.TextColor3 = Color3.new(1, 1, 1)
  600. Rating_7.TextSize = 16
  601.  
  602. LandStore.Name = "LandStore"
  603. LandStore.Parent = Background
  604. LandStore.BackgroundColor3 = Color3.new(0.145098, 0.415686, 0.768628)
  605. LandStore.Position = UDim2.new(0.00811908022, 0, 0.639705837, 0)
  606. LandStore.Size = UDim2.new(0, 193, 0, 34)
  607. LandStore.Font = Enum.Font.Arial
  608. LandStore.FontSize = Enum.FontSize.Size18
  609. LandStore.Text = "Land Store"
  610. LandStore.TextColor3 = Color3.new(1, 1, 1)
  611. LandStore.TextSize = 18
  612.  
  613. Teleport5.Name = "Teleport5"
  614. Teleport5.Parent = LandStore
  615. Teleport5.BackgroundColor3 = Color3.new(0, 0.290196, 0.662745)
  616. Teleport5.BorderSizePixel = 0
  617. Teleport5.Position = UDim2.new(1.03626943, 0, 0, 0)
  618. Teleport5.Size = UDim2.new(0, 76, 0, 34)
  619. Teleport5.Font = Enum.Font.Arial
  620. Teleport5.FontSize = Enum.FontSize.Size18
  621. Teleport5.Text = "Teleport"
  622. Teleport5.TextColor3 = Color3.new(1, 1, 1)
  623. Teleport5.TextSize = 18
  624.  
  625. OrangeLine_8.Name = "OrangeLine"
  626. OrangeLine_8.Parent = LandStore
  627. OrangeLine_8.BackgroundColor3 = Color3.new(0.364706, 0.705882, 0.364706)
  628. OrangeLine_8.BorderSizePixel = 0
  629. OrangeLine_8.Position = UDim2.new(1.46113992, 0, 0.852941155, 0)
  630. OrangeLine_8.Size = UDim2.new(0, 224, 0, 5)
  631.  
  632. WoodQuality_8.Name = "WoodQuality"
  633. WoodQuality_8.Parent = LandStore
  634. WoodQuality_8.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  635. WoodQuality_8.BorderSizePixel = 0
  636. WoodQuality_8.Position = UDim2.new(1.46099997, 0, -0.0149999997, 0)
  637. WoodQuality_8.Size = UDim2.new(0, 224, 0, 29)
  638. WoodQuality_8.Font = Enum.Font.Arial
  639. WoodQuality_8.FontSize = Enum.FontSize.Size18
  640. WoodQuality_8.Text = "Recipe Items"
  641. WoodQuality_8.TextColor3 = Color3.new(1, 1, 1)
  642. WoodQuality_8.TextSize = 16
  643.  
  644. Rating_8.Name = "Rating"
  645. Rating_8.Parent = LandStore
  646. Rating_8.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  647. Rating_8.BorderSizePixel = 0
  648. Rating_8.Position = UDim2.new(2.64752841, 0, -0.0149998665, 0)
  649. Rating_8.Size = UDim2.new(0, 74, 0, 35)
  650. Rating_8.Font = Enum.Font.Arial
  651. Rating_8.FontSize = Enum.FontSize.Size18
  652. Rating_8.Text = "Good"
  653. Rating_8.TextColor3 = Color3.new(1, 1, 1)
  654. Rating_8.TextSize = 16
  655.  
  656. Dock.Name = "Dock"
  657. Dock.Parent = Background
  658. Dock.BackgroundColor3 = Color3.new(0.145098, 0.415686, 0.768628)
  659. Dock.Position = UDim2.new(0.00800000038, 0, 0.711000025, 0)
  660. Dock.Size = UDim2.new(0, 193, 0, 34)
  661. Dock.Font = Enum.Font.Arial
  662. Dock.FontSize = Enum.FontSize.Size18
  663. Dock.Text = "Dock"
  664. Dock.TextColor3 = Color3.new(1, 1, 1)
  665. Dock.TextSize = 18
  666.  
  667. Teleport4.Name = "Teleport4"
  668. Teleport4.Parent = Dock
  669. Teleport4.BackgroundColor3 = Color3.new(0, 0.290196, 0.662745)
  670. Teleport4.BorderSizePixel = 0
  671. Teleport4.Position = UDim2.new(1.03626943, 0, 0, 0)
  672. Teleport4.Size = UDim2.new(0, 76, 0, 34)
  673. Teleport4.Font = Enum.Font.Arial
  674. Teleport4.FontSize = Enum.FontSize.Size18
  675. Teleport4.Text = "Teleport"
  676. Teleport4.TextColor3 = Color3.new(1, 1, 1)
  677. Teleport4.TextSize = 18
  678.  
  679. OrangeLine_9.Name = "OrangeLine"
  680. OrangeLine_9.Parent = Dock
  681. OrangeLine_9.BackgroundColor3 = Color3.new(0.364706, 0.705882, 0.364706)
  682. OrangeLine_9.BorderSizePixel = 0
  683. OrangeLine_9.Position = UDim2.new(1.46113992, 0, 0.852941155, 0)
  684. OrangeLine_9.Size = UDim2.new(0, 224, 0, 5)
  685.  
  686. WoodQuality_9.Name = "WoodQuality"
  687. WoodQuality_9.Parent = Dock
  688. WoodQuality_9.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  689. WoodQuality_9.BorderSizePixel = 0
  690. WoodQuality_9.Position = UDim2.new(1.46099997, 0, -0.0149999997, 0)
  691. WoodQuality_9.Size = UDim2.new(0, 224, 0, 29)
  692. WoodQuality_9.Font = Enum.Font.Arial
  693. WoodQuality_9.FontSize = Enum.FontSize.Size18
  694. WoodQuality_9.Text = "Vessel Items"
  695. WoodQuality_9.TextColor3 = Color3.new(1, 1, 1)
  696. WoodQuality_9.TextSize = 16
  697.  
  698. Rating_9.Name = "Rating"
  699. Rating_9.Parent = Dock
  700. Rating_9.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  701. Rating_9.BorderSizePixel = 0
  702. Rating_9.Position = UDim2.new(2.64752841, 0, -0.0149998665, 0)
  703. Rating_9.Size = UDim2.new(0, 74, 0, 35)
  704. Rating_9.Font = Enum.Font.Arial
  705. Rating_9.FontSize = Enum.FontSize.Size18
  706. Rating_9.Text = "Good"
  707. Rating_9.TextColor3 = Color3.new(1, 1, 1)
  708. Rating_9.TextSize = 16
  709.  
  710. BoxedCars.Name = "BoxedCars"
  711. BoxedCars.Parent = Background
  712. BoxedCars.BackgroundColor3 = Color3.new(0.145098, 0.415686, 0.768628)
  713. BoxedCars.Position = UDim2.new(0.00800000038, 0, 0.782000005, 0)
  714. BoxedCars.Size = UDim2.new(0, 193, 0, 34)
  715. BoxedCars.Font = Enum.Font.Arial
  716. BoxedCars.FontSize = Enum.FontSize.Size18
  717. BoxedCars.Text = "Boxed Cars"
  718. BoxedCars.TextColor3 = Color3.new(1, 1, 1)
  719. BoxedCars.TextSize = 18
  720.  
  721. Teleport2.Name = "Teleport2"
  722. Teleport2.Parent = BoxedCars
  723. Teleport2.BackgroundColor3 = Color3.new(0, 0.290196, 0.662745)
  724. Teleport2.BorderSizePixel = 0
  725. Teleport2.Position = UDim2.new(1.03626943, 0, 0, 0)
  726. Teleport2.Size = UDim2.new(0, 76, 0, 34)
  727. Teleport2.Font = Enum.Font.Arial
  728. Teleport2.FontSize = Enum.FontSize.Size18
  729. Teleport2.Text = "Teleport"
  730. Teleport2.TextColor3 = Color3.new(1, 1, 1)
  731. Teleport2.TextSize = 18
  732.  
  733. OrangeLine_10.Name = "OrangeLine"
  734. OrangeLine_10.Parent = BoxedCars
  735. OrangeLine_10.BackgroundColor3 = Color3.new(0.364706, 0.705882, 0.364706)
  736. OrangeLine_10.BorderSizePixel = 0
  737. OrangeLine_10.Position = UDim2.new(1.46113992, 0, 0.852941155, 0)
  738. OrangeLine_10.Size = UDim2.new(0, 224, 0, 5)
  739.  
  740. WoodQuality_10.Name = "WoodQuality"
  741. WoodQuality_10.Parent = BoxedCars
  742. WoodQuality_10.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  743. WoodQuality_10.BorderSizePixel = 0
  744. WoodQuality_10.Position = UDim2.new(1.46099997, 0, -0.0149999997, 0)
  745. WoodQuality_10.Size = UDim2.new(0, 224, 0, 29)
  746. WoodQuality_10.Font = Enum.Font.Arial
  747. WoodQuality_10.FontSize = Enum.FontSize.Size18
  748. WoodQuality_10.Text = "Vehicle Items"
  749. WoodQuality_10.TextColor3 = Color3.new(1, 1, 1)
  750. WoodQuality_10.TextSize = 16
  751.  
  752. Rating_10.Name = "Rating"
  753. Rating_10.Parent = BoxedCars
  754. Rating_10.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  755. Rating_10.BorderSizePixel = 0
  756. Rating_10.Position = UDim2.new(2.64752841, 0, -0.0149998665, 0)
  757. Rating_10.Size = UDim2.new(0, 74, 0, 35)
  758. Rating_10.Font = Enum.Font.Arial
  759. Rating_10.FontSize = Enum.FontSize.Size18
  760. Rating_10.Text = "Good"
  761. Rating_10.TextColor3 = Color3.new(1, 1, 1)
  762. Rating_10.TextSize = 16
  763.  
  764. Exit.Name = "Exit"
  765. Exit.Parent = TopBar
  766. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  767. Exit.BackgroundTransparency = 1
  768. Exit.BorderSizePixel = 0
  769. Exit.Position = UDim2.new(0.976995945, 0, 0, 0)
  770. Exit.Size = UDim2.new(0, 17, 0, 17)
  771. Exit.Font = Enum.Font.Arial
  772. Exit.FontSize = Enum.FontSize.Size14
  773. Exit.Text = "X"
  774. Exit.TextColor3 = Color3.new(1, 1, 1)
  775. Exit.TextSize = 14
  776.  
  777. Open.Name = "Open"
  778. Open.Parent = LumberTycoon2
  779. Open.BackgroundColor3 = Color3.new(0.556863, 1, 0.419608)
  780. Open.BackgroundTransparency = 0.5
  781. Open.BorderSizePixel = 0
  782. Open.Position = UDim2.new(0, 0, 0.57011795, 0)
  783. Open.Size = UDim2.new(0, 56, 0, 30)
  784. Open.Font = Enum.Font.Arial
  785. Open.FontSize = Enum.FontSize.Size14
  786. Open.Text = "Open"
  787. Open.TextColor3 = Color3.new(1, 1, 1)
  788. Open.TextSize = 14
  789.  
  790. Exit.MouseButton1Down:connect(function()
  791. TopBar.Visible = false
  792. Open.Visible = true
  793. end)
  794.  
  795. Open.MouseButton1Down:connect(function()
  796. TopBar.Visible = true
  797. Open.Visible = false
  798. end)
  799.  
  800. BringWood.MouseButton1Down:connect(function()
  801. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  802. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") and Log.Owner.Value == game.Players.LocalPlayer then
  803. Log:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0, 10, 0))
  804. end
  805. end
  806. end)
  807.  
  808. PlotTP.MouseButton1Down:connect(function()
  809. for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  810. if v.Owner.Value == game.Players.LocalPlayer then
  811. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame
  812. end
  813. end
  814. end)
  815.  
  816. SpawnTP.MouseButton1Down:connect(function()
  817. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(155, 3, 74))
  818. end)
  819.  
  820. Teleport.MouseButton1Down:connect(function()
  821. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(260, 8, -2542))
  822. end)
  823.  
  824. Teleport2.MouseButton1Down:connect(function()
  825. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(509, 3, -1463))
  826. end)
  827.  
  828. Teleport3.MouseButton1Down:connect(function()
  829. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(3581, -179, 430))
  830. end)
  831.  
  832. Teleport4.MouseButton1Down:connect(function()
  833. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1114, -1, -197))
  834. end)
  835.  
  836. Teleport5.MouseButton1Down:connect(function()
  837. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(258, 3, -99))
  838. end)
  839.  
  840. Teleport6.MouseButton1Down:connect(function()
  841. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(4605, 3, -727))
  842. end)
  843.  
  844. Teleport7.MouseButton1Down:connect(function()
  845. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(2549, -5, -42))
  846. end)
  847.  
  848. Teleport8.MouseButton1Down:connect(function()
  849. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1209, 132, -801))
  850. end)
  851.  
  852. Teleport9.MouseButton1Down:connect(function()
  853. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1585, 622, 1140))
  854. end)
  855.  
  856. Teleport10.MouseButton1Down:connect(function()
  857. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(265, 3, 57))
  858. end)
Add Comment
Please, Sign In to add comment