Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 61.61 KB | None | 0 0
  1. local LT2GUIMAX = Instance.new("ScreenGui")
  2. local MainGui = Instance.new("Frame")
  3. local headermain = Instance.new("TextLabel")
  4. local player = Instance.new("TextButton")
  5. local teleports = Instance.new("TextButton")
  6. local tools = Instance.new("TextButton")
  7. local building = Instance.new("TextButton")
  8. local animation = Instance.new("TextButton")
  9. local wood = Instance.new("TextButton")
  10. local PlayerScreen = Instance.new("Frame")
  11. local numberplayer = Instance.new("TextBox")
  12. local speedplayer = Instance.new("TextButton")
  13. local jumpplayer = Instance.new("TextButton")
  14. local hipplayer = Instance.new("TextButton")
  15. local resetplayer = Instance.new("TextButton")
  16. local blacklistplayer = Instance.new("TextButton")
  17. local flyplayer = Instance.new("TextButton")
  18. local noclipplayer = Instance.new("TextButton")
  19. local musicidplayer = Instance.new("TextBox")
  20. local playmusicplayer = Instance.new("TextButton")
  21. local musichelpplayer = Instance.new("TextLabel")
  22. local troll = Instance.new("TextButton")
  23. local other = Instance.new("TextButton")
  24. local info = Instance.new("TextButton")
  25. local minimize = Instance.new("TextButton")
  26. local destroy = Instance.new("TextButton")
  27. local TeleportsScreen = Instance.new("Frame")
  28. local biomestele = Instance.new("TextLabel")
  29. local placestele = Instance.new("TextLabel")
  30. local customtele = Instance.new("TextLabel")
  31. local biomestelescroll = Instance.new("ScrollingFrame")
  32. local biomemain = Instance.new("TextButton")
  33. local biomebridge = Instance.new("TextButton")
  34. local biomeferry = Instance.new("TextButton")
  35. local biomepath = Instance.new("TextButton")
  36. local biomevolcano = Instance.new("TextButton")
  37. local biomecherry = Instance.new("TextButton")
  38. local biomesnow = Instance.new("TextButton")
  39. local biomeice = Instance.new("TextButton")
  40. local biomepalm1 = Instance.new("TextButton")
  41. local biomepalm2 = Instance.new("TextButton")
  42. local biomepalm3 = Instance.new("TextButton")
  43. local biomecave = Instance.new("TextButton")
  44. local biomezombie = Instance.new("TextButton")
  45. local biomepalm1_2 = Instance.new("TextButton")
  46. local biomeglow = Instance.new("TextButton")
  47. local biomeend = Instance.new("TextButton")
  48. local placestelescroll = Instance.new("ScrollingFrame")
  49. local placewoodrus = Instance.new("TextButton")
  50. local placelandstore = Instance.new("TextButton")
  51. local placemaze = Instance.new("TextButton")
  52. local placelogic = Instance.new("TextButton")
  53. local placefancy = Instance.new("TextButton")
  54. local placeshack = Instance.new("TextButton")
  55. local placecars = Instance.new("TextButton")
  56. local placepainting = Instance.new("TextButton")
  57. local placestrange = Instance.new("TextButton")
  58. local placegreen = Instance.new("TextButton")
  59. local placecabin = Instance.new("TextButton")
  60. local placeden = Instance.new("TextButton")
  61. local customtelescroll = Instance.new("ScrollingFrame")
  62. local customp1 = Instance.new("TextButton")
  63. local customp1go = Instance.new("TextButton")
  64. local customp2 = Instance.new("TextButton")
  65. local customp2go = Instance.new("TextButton")
  66. local customp3 = Instance.new("TextButton")
  67. local customp3go = Instance.new("TextButton")
  68. local peopletele = Instance.new("TextLabel")
  69. local peopletelescreen = Instance.new("Frame")
  70. local person1tele = Instance.new("TextButton")
  71. local person2tele = Instance.new("TextButton")
  72. local person3tele = Instance.new("TextButton")
  73. local person4tele = Instance.new("TextButton")
  74. local person5tele = Instance.new("TextButton")
  75. local person6tele = Instance.new("TextButton")
  76. local BuildingScreen = Instance.new("Frame")
  77. local buildblueprint = Instance.new("TextButton")
  78. local buildwoodscroll = Instance.new("ScrollingFrame")
  79. local buildoak = Instance.new("TextButton")
  80. local buildcherry = Instance.new("TextButton")
  81. local buildelm = Instance.new("TextButton")
  82. local buildbirch = Instance.new("TextButton")
  83. local buildlava = Instance.new("TextButton")
  84. local buildwalnut = Instance.new("TextButton")
  85. local buildkoa = Instance.new("TextButton")
  86. local buildfir = Instance.new("TextButton")
  87. local buildpine = Instance.new("TextButton")
  88. local buildgold = Instance.new("TextButton")
  89. local buildzombie = Instance.new("TextButton")
  90. local buildcave = Instance.new("TextButton")
  91. local buildpalm = Instance.new("TextButton")
  92. local buildspook = Instance.new("TextButton")
  93. local buildsinister = Instance.new("TextButton")
  94. local buildphantom = Instance.new("TextButton")
  95. local buildsnowglow = Instance.new("TextButton")
  96. local buildgray = Instance.new("TextButton")
  97. local buildblueinfo = Instance.new("TextLabel")
  98. local buildmaxfull = Instance.new("TextButton")
  99. local builddupe = Instance.new("TextButton")
  100. local buildblueinfo_2 = Instance.new("TextLabel")
  101. local ToolsScreen = Instance.new("Frame")
  102. local toolsbtools = Instance.new("TextButton")
  103. local toolsinfiniteaxe = Instance.new("TextButton")
  104. local toolstptool = Instance.new("TextButton")
  105. local tools2info = Instance.new("TextLabel")
  106. local tools1info = Instance.new("TextLabel")
  107. local tools3info = Instance.new("TextLabel")
  108. --Properties:
  109. LT2GUIMAX.Name = "LT2GUIMAX"
  110. LT2GUIMAX.Parent = game.CoreGui
  111.  
  112. MainGui.Active = true
  113. MainGui.Draggable = true
  114.  
  115. MainGui.Name = "MainGui"
  116. MainGui.Parent = LT2GUIMAX
  117. MainGui.BackgroundColor3 = Color3.new(0, 0, 0)
  118. MainGui.BorderColor3 = Color3.new(1, 0, 0)
  119. MainGui.BorderSizePixel = 5
  120. MainGui.Position = UDim2.new(0.388447523, 0, 0.202702731, 0)
  121. MainGui.Size = UDim2.new(0, 435, 0, 464)
  122.  
  123. headermain.Name = "headermain"
  124. headermain.Parent = MainGui
  125. headermain.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  126. headermain.BorderColor3 = Color3.new(1, 0, 0)
  127. headermain.BorderSizePixel = 5
  128. headermain.Position = UDim2.new(-0.000707657018, 0, -0.000222436312, 0)
  129. headermain.Size = UDim2.new(0, 435, 0, 50)
  130. headermain.Font = Enum.Font.SciFi
  131. headermain.Text = "Lumber Tycoon 2 GUI"
  132. headermain.TextColor3 = Color3.new(1, 1, 1)
  133. headermain.TextSize = 35
  134.  
  135. player.Name = "player"
  136. player.Parent = MainGui
  137. player.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  138. player.BorderColor3 = Color3.new(1, 0, 0)
  139. player.BorderSizePixel = 5
  140. player.Position = UDim2.new(-1.09442353e-05, 0, 0.122304723, 0)
  141. player.Size = UDim2.new(0, 89, 0, 35)
  142. player.Font = Enum.Font.SciFi
  143. player.Text = "Player"
  144. player.TextColor3 = Color3.new(1, 1, 1)
  145. player.TextSize = 20
  146.  
  147. teleports.Name = "teleports"
  148. teleports.Parent = MainGui
  149. teleports.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  150. teleports.BorderColor3 = Color3.new(1, 0, 0)
  151. teleports.BorderSizePixel = 5
  152. teleports.Position = UDim2.new(-1.09442353e-05, 0, 0.210666791, 0)
  153. teleports.Size = UDim2.new(0, 89, 0, 35)
  154. teleports.Font = Enum.Font.SciFi
  155. teleports.Text = "Teleports"
  156. teleports.TextColor3 = Color3.new(1, 1, 1)
  157. teleports.TextSize = 20
  158.  
  159. tools.Name = "tools"
  160. tools.Parent = MainGui
  161. tools.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  162. tools.BorderColor3 = Color3.new(1, 0, 0)
  163. tools.BorderSizePixel = 5
  164. tools.Position = UDim2.new(-1.09442044e-05, 0, 0.391701281, 0)
  165. tools.Size = UDim2.new(0, 89, 0, 35)
  166. tools.Font = Enum.Font.SciFi
  167. tools.Text = "Tools"
  168. tools.TextColor3 = Color3.new(1, 1, 1)
  169. tools.TextSize = 20
  170.  
  171. building.Name = "building"
  172. building.Parent = MainGui
  173. building.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  174. building.BorderColor3 = Color3.new(1, 0, 0)
  175. building.BorderSizePixel = 5
  176. building.Position = UDim2.new(-1.09442353e-05, 0, 0.301184028, 0)
  177. building.Size = UDim2.new(0, 89, 0, 35)
  178. building.Font = Enum.Font.SciFi
  179. building.Text = "Building"
  180. building.TextColor3 = Color3.new(1, 1, 1)
  181. building.TextSize = 20
  182.  
  183. animation.Name = "animation"
  184. animation.Parent = MainGui
  185. animation.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  186. animation.BorderColor3 = Color3.new(1, 0, 0)
  187. animation.BorderSizePixel = 5
  188. animation.Position = UDim2.new(-1.09442044e-05, 0, 0.480063379, 0)
  189. animation.Size = UDim2.new(0, 89, 0, 35)
  190. animation.Font = Enum.Font.SciFi
  191. animation.Text = "Animation"
  192. animation.TextColor3 = Color3.new(1, 1, 1)
  193. animation.TextSize = 20
  194.  
  195. wood.Name = "wood"
  196. wood.Parent = MainGui
  197. wood.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  198. wood.BorderColor3 = Color3.new(1, 0, 0)
  199. wood.BorderSizePixel = 5
  200. wood.Position = UDim2.new(-1.09442044e-05, 0, 0.568425417, 0)
  201. wood.Size = UDim2.new(0, 89, 0, 35)
  202. wood.Font = Enum.Font.SciFi
  203. wood.Text = "Wood"
  204. wood.TextColor3 = Color3.new(1, 1, 1)
  205. wood.TextSize = 20
  206.  
  207. PlayerScreen.Name = "PlayerScreen"
  208. PlayerScreen.Parent = MainGui
  209. PlayerScreen.BackgroundColor3 = Color3.new(0, 0, 0)
  210. PlayerScreen.BorderColor3 = Color3.new(1, 0, 0)
  211. PlayerScreen.BorderSizePixel = 5
  212. PlayerScreen.Position = UDim2.new(0.226018801, 0, 0.121764608, 0)
  213. PlayerScreen.Size = UDim2.new(0, 336, 0, 408)
  214. PlayerScreen.Visible = false
  215.  
  216. numberplayer.Name = "numberplayer"
  217. numberplayer.Parent = PlayerScreen
  218. numberplayer.BackgroundColor3 = Color3.new(1, 1, 1)
  219. numberplayer.BorderColor3 = Color3.new(1, 0.333333, 0)
  220. numberplayer.BorderSizePixel = 5
  221. numberplayer.Position = UDim2.new(-0.000898270402, 0, -0.00164405967, 0)
  222. numberplayer.Size = UDim2.new(0, 172, 0, 50)
  223. numberplayer.Font = Enum.Font.SciFi
  224. numberplayer.PlaceholderColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  225. numberplayer.PlaceholderText = "Enter Number Here"
  226. numberplayer.Text = ""
  227. numberplayer.TextColor3 = Color3.new(0, 0, 0)
  228. numberplayer.TextSize = 18
  229.  
  230. speedplayer.Name = "speedplayer"
  231. speedplayer.Parent = PlayerScreen
  232. speedplayer.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  233. speedplayer.BorderColor3 = Color3.new(1, 0.333333, 0)
  234. speedplayer.BorderSizePixel = 5
  235. speedplayer.Position = UDim2.new(0, 0, 0.12009804, 0)
  236. speedplayer.Size = UDim2.new(0, 172, 0, 50)
  237. speedplayer.Font = Enum.Font.SciFi
  238. speedplayer.Text = "Set Speed"
  239. speedplayer.TextColor3 = Color3.new(1, 1, 1)
  240. speedplayer.TextSize = 20
  241.  
  242. jumpplayer.Name = "jumpplayer"
  243. jumpplayer.Parent = PlayerScreen
  244. jumpplayer.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  245. jumpplayer.BorderColor3 = Color3.new(1, 0.333333, 0)
  246. jumpplayer.BorderSizePixel = 5
  247. jumpplayer.Position = UDim2.new(0, 0, 0.242647052, 0)
  248. jumpplayer.Size = UDim2.new(0, 172, 0, 50)
  249. jumpplayer.Font = Enum.Font.SciFi
  250. jumpplayer.Text = "Set Jump"
  251. jumpplayer.TextColor3 = Color3.new(1, 1, 1)
  252. jumpplayer.TextSize = 20
  253.  
  254. hipplayer.Name = "hipplayer"
  255. hipplayer.Parent = PlayerScreen
  256. hipplayer.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  257. hipplayer.BorderColor3 = Color3.new(1, 0.333333, 0)
  258. hipplayer.BorderSizePixel = 5
  259. hipplayer.Position = UDim2.new(0, 0, 0.370098054, 0)
  260. hipplayer.Size = UDim2.new(0, 172, 0, 50)
  261. hipplayer.Font = Enum.Font.SciFi
  262. hipplayer.Text = "Set Hip Size"
  263. hipplayer.TextColor3 = Color3.new(1, 1, 1)
  264. hipplayer.TextSize = 20
  265.  
  266. resetplayer.Name = "resetplayer"
  267. resetplayer.Parent = PlayerScreen
  268. resetplayer.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  269. resetplayer.BorderColor3 = Color3.new(1, 0.333333, 0)
  270. resetplayer.BorderSizePixel = 5
  271. resetplayer.Position = UDim2.new(0, 0, 0.507352948, 0)
  272. resetplayer.Size = UDim2.new(0, 172, 0, 50)
  273. resetplayer.Font = Enum.Font.SciFi
  274. resetplayer.Text = "Reset Stats"
  275. resetplayer.TextColor3 = Color3.new(1, 1, 1)
  276. resetplayer.TextSize = 20
  277.  
  278. blacklistplayer.Name = "blacklistplayer"
  279. blacklistplayer.Parent = PlayerScreen
  280. blacklistplayer.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  281. blacklistplayer.BorderColor3 = Color3.new(1, 1, 0)
  282. blacklistplayer.BorderSizePixel = 5
  283. blacklistplayer.Position = UDim2.new(0, 0, 0.791666687, 0)
  284. blacklistplayer.Size = UDim2.new(0, 336, 0, 85)
  285. blacklistplayer.Font = Enum.Font.SciFi
  286. blacklistplayer.Text = "Blacklist Everyone"
  287. blacklistplayer.TextColor3 = Color3.new(1, 1, 1)
  288. blacklistplayer.TextSize = 20
  289.  
  290. flyplayer.Name = "flyplayer"
  291. flyplayer.Parent = PlayerScreen
  292. flyplayer.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  293. flyplayer.BorderColor3 = Color3.new(1, 1, 0)
  294. flyplayer.BorderSizePixel = 5
  295. flyplayer.Position = UDim2.new(0, 0, 0.649509788, 0)
  296. flyplayer.Size = UDim2.new(0, 172, 0, 50)
  297. flyplayer.Font = Enum.Font.SciFi
  298. flyplayer.Text = "Fly (Not Active)"
  299. flyplayer.TextColor3 = Color3.new(1, 1, 1)
  300. flyplayer.TextSize = 20
  301.  
  302. noclipplayer.Name = "noclipplayer"
  303. noclipplayer.Parent = PlayerScreen
  304. noclipplayer.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  305. noclipplayer.BorderColor3 = Color3.new(1, 1, 0)
  306. noclipplayer.BorderSizePixel = 5
  307. noclipplayer.Position = UDim2.new(0.52976191, 0, 0.649509788, 0)
  308. noclipplayer.Size = UDim2.new(0, 158, 0, 50)
  309. noclipplayer.Font = Enum.Font.SciFi
  310. noclipplayer.Text = "Noclip (Not Active)"
  311. noclipplayer.TextColor3 = Color3.new(1, 1, 1)
  312. noclipplayer.TextSize = 20
  313.  
  314. musicidplayer.Name = "musicidplayer"
  315. musicidplayer.Parent = PlayerScreen
  316. musicidplayer.BackgroundColor3 = Color3.new(1, 1, 1)
  317. musicidplayer.BorderColor3 = Color3.new(0, 1, 0)
  318. musicidplayer.BorderSizePixel = 5
  319. musicidplayer.Position = UDim2.new(0.52976191, 0, -0.00164405967, 0)
  320. musicidplayer.Size = UDim2.new(0, 158, 0, 50)
  321. musicidplayer.Font = Enum.Font.SciFi
  322. musicidplayer.PlaceholderColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  323. musicidplayer.PlaceholderText = "Enter Music Id Here"
  324. musicidplayer.Text = ""
  325. musicidplayer.TextColor3 = Color3.new(0, 0, 0)
  326. musicidplayer.TextSize = 18
  327.  
  328. playmusicplayer.Name = "playmusicplayer"
  329. playmusicplayer.Parent = PlayerScreen
  330. playmusicplayer.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  331. playmusicplayer.BorderColor3 = Color3.new(0, 1, 0)
  332. playmusicplayer.BorderSizePixel = 5
  333. playmusicplayer.Position = UDim2.new(0.52976191, 0, 0.120097995, 0)
  334. playmusicplayer.Size = UDim2.new(0, 158, 0, 50)
  335. playmusicplayer.Font = Enum.Font.SciFi
  336. playmusicplayer.Text = "Play Music"
  337. playmusicplayer.TextColor3 = Color3.new(1, 1, 1)
  338. playmusicplayer.TextSize = 20
  339.  
  340. musichelpplayer.Name = "musichelpplayer"
  341. musichelpplayer.Parent = PlayerScreen
  342. musichelpplayer.BackgroundColor3 = Color3.new(0, 0, 0)
  343. musichelpplayer.BorderColor3 = Color3.new(0, 1, 0)
  344. musichelpplayer.BorderSizePixel = 5
  345. musichelpplayer.Position = UDim2.new(0.52976191, 0, 0.267156869, 0)
  346. musichelpplayer.Size = UDim2.new(0, 158, 0, 148)
  347. musichelpplayer.Font = Enum.Font.SciFi
  348. musichelpplayer.Text = "Enter in the Music Id above and hit \"Play Music\" to play your song of choice. Other players will not hear it."
  349. musichelpplayer.TextColor3 = Color3.new(1, 1, 1)
  350. musichelpplayer.TextScaled = true
  351. musichelpplayer.TextSize = 14
  352. musichelpplayer.TextWrapped = true
  353.  
  354. troll.Name = "troll"
  355. troll.Parent = MainGui
  356. troll.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  357. troll.BorderColor3 = Color3.new(1, 0, 0)
  358. troll.BorderSizePixel = 5
  359. troll.Position = UDim2.new(-1.09442353e-05, 0, 0.65894264, 0)
  360. troll.Size = UDim2.new(0, 89, 0, 35)
  361. troll.Font = Enum.Font.SciFi
  362. troll.Text = "Troll"
  363. troll.TextColor3 = Color3.new(1, 1, 1)
  364. troll.TextSize = 20
  365.  
  366. other.Name = "other"
  367. other.Parent = MainGui
  368. other.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  369. other.BorderColor3 = Color3.new(1, 0, 0)
  370. other.BorderSizePixel = 5
  371. other.Position = UDim2.new(-1.09442353e-05, 0, 0.751615107, 0)
  372. other.Size = UDim2.new(0, 89, 0, 35)
  373. other.Font = Enum.Font.SciFi
  374. other.Text = "Other"
  375. other.TextColor3 = Color3.new(1, 1, 1)
  376. other.TextSize = 20
  377.  
  378. info.Name = "info"
  379. info.Parent = MainGui
  380. info.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  381. info.BorderColor3 = Color3.new(1, 0, 0)
  382. info.BorderSizePixel = 5
  383. info.Position = UDim2.new(-1.09442353e-05, 0, 0.839977145, 0)
  384. info.Size = UDim2.new(0, 89, 0, 35)
  385. info.Font = Enum.Font.SciFi
  386. info.Text = "Info/Credits"
  387. info.TextColor3 = Color3.new(1, 1, 1)
  388. info.TextSize = 17
  389.  
  390. minimize.Name = "minimize"
  391. minimize.Parent = MainGui
  392. minimize.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  393. minimize.BorderColor3 = Color3.new(1, 0, 0)
  394. minimize.BorderSizePixel = 5
  395. minimize.Position = UDim2.new(-1.09442353e-05, 0, 0.924028873, 0)
  396. minimize.Size = UDim2.new(0, 44, 0, 35)
  397. minimize.Font = Enum.Font.Arcade
  398. minimize.Text = "-"
  399. minimize.TextColor3 = Color3.new(1, 1, 1)
  400. minimize.TextSize = 40
  401.  
  402. destroy.Name = "destroy"
  403. destroy.Parent = MainGui
  404. destroy.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  405. destroy.BorderColor3 = Color3.new(1, 0, 0)
  406. destroy.BorderSizePixel = 5
  407. destroy.Position = UDim2.new(0.103437334, 0, 0.924028873, 0)
  408. destroy.Size = UDim2.new(0, 44, 0, 35)
  409. destroy.Font = Enum.Font.Arcade
  410. destroy.Text = "X"
  411. destroy.TextColor3 = Color3.new(1, 1, 1)
  412. destroy.TextSize = 40
  413.  
  414. TeleportsScreen.Name = "TeleportsScreen"
  415. TeleportsScreen.Parent = MainGui
  416. TeleportsScreen.BackgroundColor3 = Color3.new(0, 0, 0)
  417. TeleportsScreen.BorderColor3 = Color3.new(1, 0, 0)
  418. TeleportsScreen.BorderSizePixel = 5
  419. TeleportsScreen.Position = UDim2.new(0.222988501, 0, 0.122304723, 0)
  420. TeleportsScreen.Size = UDim2.new(0, 338, 0, 406)
  421. TeleportsScreen.Visible = false
  422.  
  423. biomestele.Name = "biomestele"
  424. biomestele.Parent = TeleportsScreen
  425. biomestele.BackgroundColor3 = Color3.new(0, 0, 0)
  426. biomestele.BorderColor3 = Color3.new(1, 0.333333, 0)
  427. biomestele.BorderSizePixel = 5
  428. biomestele.Position = UDim2.new(-0.00186355866, 0, 0, 0)
  429. biomestele.Size = UDim2.new(0, 106, 0, 50)
  430. biomestele.Font = Enum.Font.SciFi
  431. biomestele.Text = "Biomes"
  432. biomestele.TextColor3 = Color3.new(1, 1, 1)
  433. biomestele.TextSize = 30
  434.  
  435. placestele.Name = "placestele"
  436. placestele.Parent = TeleportsScreen
  437. placestele.BackgroundColor3 = Color3.new(0, 0, 0)
  438. placestele.BorderColor3 = Color3.new(1, 1, 0)
  439. placestele.BorderSizePixel = 5
  440. placestele.Position = UDim2.new(0.338373125, 0, 0, 0)
  441. placestele.Size = UDim2.new(0, 110, 0, 50)
  442. placestele.Font = Enum.Font.SciFi
  443. placestele.Text = "Places"
  444. placestele.TextColor3 = Color3.new(1, 1, 1)
  445. placestele.TextSize = 30
  446.  
  447. customtele.Name = "customtele"
  448. customtele.Parent = TeleportsScreen
  449. customtele.BackgroundColor3 = Color3.new(0, 0, 0)
  450. customtele.BorderColor3 = Color3.new(0, 1, 0)
  451. customtele.BorderSizePixel = 5
  452. customtele.Position = UDim2.new(0.690444112, 0, 0, 0)
  453. customtele.Size = UDim2.new(0, 103, 0, 50)
  454. customtele.Font = Enum.Font.SciFi
  455. customtele.Text = "Custom"
  456. customtele.TextColor3 = Color3.new(1, 1, 1)
  457. customtele.TextSize = 30
  458.  
  459. biomestelescroll.Name = "biomestelescroll"
  460. biomestelescroll.Parent = TeleportsScreen
  461. biomestelescroll.BackgroundColor3 = Color3.new(0, 0, 0)
  462. biomestelescroll.BorderColor3 = Color3.new(1, 0.333333, 0)
  463. biomestelescroll.BorderSizePixel = 5
  464. biomestelescroll.Position = UDim2.new(-0.0030374974, 0, 0.133090422, 0)
  465. biomestelescroll.Size = UDim2.new(0, 106, 0, 146)
  466.  
  467. biomemain.Name = "biomemain"
  468. biomemain.Parent = biomestelescroll
  469. biomemain.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  470. biomemain.BorderColor3 = Color3.new(1, 0.333333, 0)
  471. biomemain.BorderSizePixel = 2
  472. biomemain.Position = UDim2.new(0.0181867499, 0, 0.00148221059, 0)
  473. biomemain.Size = UDim2.new(0, 86, 0, 27)
  474. biomemain.Font = Enum.Font.SciFi
  475. biomemain.Text = "Main/Spawn"
  476. biomemain.TextColor3 = Color3.new(1, 1, 1)
  477. biomemain.TextScaled = true
  478. biomemain.TextSize = 14
  479. biomemain.TextWrapped = true
  480.  
  481. biomebridge.Name = "biomebridge"
  482. biomebridge.Parent = biomestelescroll
  483. biomebridge.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  484. biomebridge.BorderColor3 = Color3.new(1, 0.333333, 0)
  485. biomebridge.BorderSizePixel = 2
  486. biomebridge.Position = UDim2.new(0.0181867499, 0, 0.0347334407, 0)
  487. biomebridge.Selectable = false
  488. biomebridge.Size = UDim2.new(0, 86, 0, 27)
  489. biomebridge.Font = Enum.Font.SciFi
  490. biomebridge.Text = "Across Bridge"
  491. biomebridge.TextColor3 = Color3.new(1, 1, 1)
  492. biomebridge.TextScaled = true
  493. biomebridge.TextSize = 14
  494. biomebridge.TextWrapped = true
  495.  
  496. biomeferry.Name = "biomeferry"
  497. biomeferry.Parent = biomestelescroll
  498. biomeferry.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  499. biomeferry.BorderColor3 = Color3.new(1, 0.333333, 0)
  500. biomeferry.BorderSizePixel = 2
  501. biomeferry.Position = UDim2.new(0.0181867499, 0, 0.0679846704, 0)
  502. biomeferry.Size = UDim2.new(0, 86, 0, 27)
  503. biomeferry.Font = Enum.Font.SciFi
  504. biomeferry.Text = "Across Ferry"
  505. biomeferry.TextColor3 = Color3.new(1, 1, 1)
  506. biomeferry.TextScaled = true
  507. biomeferry.TextSize = 14
  508. biomeferry.TextWrapped = true
  509.  
  510. biomepath.Name = "biomepath"
  511. biomepath.Parent = biomestelescroll
  512. biomepath.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  513. biomepath.BorderColor3 = Color3.new(1, 0.333333, 0)
  514. biomepath.BorderSizePixel = 2
  515. biomepath.Position = UDim2.new(0.0181867499, 0, 0.103698961, 0)
  516. biomepath.Size = UDim2.new(0, 86, 0, 27)
  517. biomepath.Font = Enum.Font.SciFi
  518. biomepath.Text = "Path to Volcano"
  519. biomepath.TextColor3 = Color3.new(1, 1, 1)
  520. biomepath.TextScaled = true
  521. biomepath.TextSize = 14
  522. biomepath.TextWrapped = true
  523.  
  524. biomevolcano.Name = "biomevolcano"
  525. biomevolcano.Parent = biomestelescroll
  526. biomevolcano.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  527. biomevolcano.BorderColor3 = Color3.new(1, 0.333333, 0)
  528. biomevolcano.BorderSizePixel = 2
  529. biomevolcano.Position = UDim2.new(0.00875278749, 0, 0.13695018, 0)
  530. biomevolcano.Size = UDim2.new(0, 86, 0, 27)
  531. biomevolcano.Font = Enum.Font.SciFi
  532. biomevolcano.Text = "Volcano"
  533. biomevolcano.TextColor3 = Color3.new(1, 1, 1)
  534. biomevolcano.TextScaled = true
  535. biomevolcano.TextSize = 14
  536. biomevolcano.TextWrapped = true
  537.  
  538. biomecherry.Name = "biomecherry"
  539. biomecherry.Parent = biomestelescroll
  540. biomecherry.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  541. biomecherry.BorderColor3 = Color3.new(1, 0.333333, 0)
  542. biomecherry.BorderSizePixel = 2
  543. biomecherry.Position = UDim2.new(0.0181867499, 0, 0.170201421, 0)
  544. biomecherry.Size = UDim2.new(0, 86, 0, 27)
  545. biomecherry.Font = Enum.Font.SciFi
  546. biomecherry.Text = "Cherry Forest"
  547. biomecherry.TextColor3 = Color3.new(1, 1, 1)
  548. biomecherry.TextScaled = true
  549. biomecherry.TextSize = 14
  550. biomecherry.TextWrapped = true
  551.  
  552. biomesnow.Name = "biomesnow"
  553. biomesnow.Parent = biomestelescroll
  554. biomesnow.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  555. biomesnow.BorderColor3 = Color3.new(1, 0.333333, 0)
  556. biomesnow.BorderSizePixel = 2
  557. biomesnow.Position = UDim2.new(0.0181867499, 0, 0.203452647, 0)
  558. biomesnow.Size = UDim2.new(0, 86, 0, 27)
  559. biomesnow.Font = Enum.Font.SciFi
  560. biomesnow.Text = "Snow Biome"
  561. biomesnow.TextColor3 = Color3.new(1, 1, 1)
  562. biomesnow.TextScaled = true
  563. biomesnow.TextSize = 14
  564. biomesnow.TextWrapped = true
  565.  
  566. biomeice.Name = "biomeice"
  567. biomeice.Parent = biomestelescroll
  568. biomeice.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  569. biomeice.BorderColor3 = Color3.new(1, 0.333333, 0)
  570. biomeice.BorderSizePixel = 2
  571. biomeice.Position = UDim2.new(0.0181867499, 0, 0.23424083, 0)
  572. biomeice.Size = UDim2.new(0, 86, 0, 27)
  573. biomeice.Font = Enum.Font.SciFi
  574. biomeice.Text = "Ice Trees"
  575. biomeice.TextColor3 = Color3.new(1, 1, 1)
  576. biomeice.TextScaled = true
  577. biomeice.TextSize = 14
  578. biomeice.TextWrapped = true
  579.  
  580. biomepalm1.Name = "biomepalm1"
  581. biomepalm1.Parent = biomestelescroll
  582. biomepalm1.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  583. biomepalm1.BorderColor3 = Color3.new(1, 0.333333, 0)
  584. biomepalm1.BorderSizePixel = 2
  585. biomepalm1.Position = UDim2.new(0.00875278749, 0, 0.267492056, 0)
  586. biomepalm1.Size = UDim2.new(0, 86, 0, 27)
  587. biomepalm1.Font = Enum.Font.SciFi
  588. biomepalm1.Text = "Palm Island 1"
  589. biomepalm1.TextColor3 = Color3.new(1, 1, 1)
  590. biomepalm1.TextScaled = true
  591. biomepalm1.TextSize = 14
  592. biomepalm1.TextWrapped = true
  593.  
  594. biomepalm2.Name = "biomepalm2"
  595. biomepalm2.Parent = biomestelescroll
  596. biomepalm2.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  597. biomepalm2.BorderColor3 = Color3.new(1, 0.333333, 0)
  598. biomepalm2.BorderSizePixel = 2
  599. biomepalm2.Position = UDim2.new(0.0181867499, 0, 0.303206354, 0)
  600. biomepalm2.Size = UDim2.new(0, 86, 0, 27)
  601. biomepalm2.Font = Enum.Font.SciFi
  602. biomepalm2.Text = "Palm Island 2"
  603. biomepalm2.TextColor3 = Color3.new(1, 1, 1)
  604. biomepalm2.TextScaled = true
  605. biomepalm2.TextSize = 14
  606. biomepalm2.TextWrapped = true
  607.  
  608. biomepalm3.Name = "biomepalm3"
  609. biomepalm3.Parent = biomestelescroll
  610. biomepalm3.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  611. biomepalm3.BorderColor3 = Color3.new(1, 0.333333, 0)
  612. biomepalm3.BorderSizePixel = 2
  613. biomepalm3.Position = UDim2.new(0.0181867499, 0, 0.33645758, 0)
  614. biomepalm3.Size = UDim2.new(0, 86, 0, 27)
  615. biomepalm3.Font = Enum.Font.SciFi
  616. biomepalm3.Text = "Palm Island 3"
  617. biomepalm3.TextColor3 = Color3.new(1, 1, 1)
  618. biomepalm3.TextScaled = true
  619. biomepalm3.TextSize = 14
  620. biomepalm3.TextWrapped = true
  621.  
  622. biomecave.Name = "biomecave"
  623. biomecave.Parent = biomestelescroll
  624. biomecave.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  625. biomecave.BorderColor3 = Color3.new(1, 0.333333, 0)
  626. biomecave.BorderSizePixel = 2
  627. biomecave.Position = UDim2.new(0.0181867499, 0, 0.368477285, 0)
  628. biomecave.Size = UDim2.new(0, 86, 0, 27)
  629. biomecave.Font = Enum.Font.SciFi
  630. biomecave.Text = "Cave"
  631. biomecave.TextColor3 = Color3.new(1, 1, 1)
  632. biomecave.TextScaled = true
  633. biomecave.TextSize = 14
  634. biomecave.TextWrapped = true
  635.  
  636. biomezombie.Name = "biomezombie"
  637. biomezombie.Parent = biomestelescroll
  638. biomezombie.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  639. biomezombie.BorderColor3 = Color3.new(1, 0.333333, 0)
  640. biomezombie.BorderSizePixel = 2
  641. biomezombie.Position = UDim2.new(0.0181867499, 0, 0.401728511, 0)
  642. biomezombie.Size = UDim2.new(0, 86, 0, 27)
  643. biomezombie.Font = Enum.Font.SciFi
  644. biomezombie.Text = "Zombie Biome"
  645. biomezombie.TextColor3 = Color3.new(1, 1, 1)
  646. biomezombie.TextScaled = true
  647. biomezombie.TextSize = 14
  648. biomezombie.TextWrapped = true
  649.  
  650. biomepalm1_2.Name = "biomepalm1"
  651. biomepalm1_2.Parent = biomestelescroll
  652. biomepalm1_2.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  653. biomepalm1_2.BorderColor3 = Color3.new(1, 0.333333, 0)
  654. biomepalm1_2.BorderSizePixel = 2
  655. biomepalm1_2.Position = UDim2.new(3.67856407, 0, 0.401728511, 0)
  656. biomepalm1_2.Size = UDim2.new(0, 86, 0, 27)
  657. biomepalm1_2.Font = Enum.Font.SciFi
  658. biomepalm1_2.Text = "Palm Island 1"
  659. biomepalm1_2.TextColor3 = Color3.new(1, 1, 1)
  660. biomepalm1_2.TextScaled = true
  661. biomepalm1_2.TextSize = 14
  662. biomepalm1_2.TextWrapped = true
  663.  
  664. biomeglow.Name = "biomeglow"
  665. biomeglow.Parent = biomestelescroll
  666. biomeglow.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  667. biomeglow.BorderColor3 = Color3.new(1, 0.333333, 0)
  668. biomeglow.BorderSizePixel = 2
  669. biomeglow.Position = UDim2.new(0.0181867499, 0, 0.434979737, 0)
  670. biomeglow.Size = UDim2.new(0, 86, 0, 27)
  671. biomeglow.Font = Enum.Font.SciFi
  672. biomeglow.Text = "Glow Fir"
  673. biomeglow.TextColor3 = Color3.new(1, 1, 1)
  674. biomeglow.TextScaled = true
  675. biomeglow.TextSize = 14
  676. biomeglow.TextWrapped = true
  677.  
  678. biomeend.Name = "biomeend"
  679. biomeend.Parent = biomestelescroll
  680. biomeend.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  681. biomeend.BorderColor3 = Color3.new(1, 0.333333, 0)
  682. biomeend.BorderSizePixel = 2
  683. biomeend.Position = UDim2.new(0.0181867499, 0, 0.468230963, 0)
  684. biomeend.Size = UDim2.new(0, 86, 0, 27)
  685. biomeend.Font = Enum.Font.SciFi
  686. biomeend.Text = "End Times"
  687. biomeend.TextColor3 = Color3.new(1, 1, 1)
  688. biomeend.TextScaled = true
  689. biomeend.TextSize = 14
  690. biomeend.TextWrapped = true
  691.  
  692. placestelescroll.Name = "placestelescroll"
  693. placestelescroll.Parent = TeleportsScreen
  694. placestelescroll.BackgroundColor3 = Color3.new(0, 0, 0)
  695. placestelescroll.BorderColor3 = Color3.new(1, 1, 0)
  696. placestelescroll.BorderSizePixel = 5
  697. placestelescroll.Position = UDim2.new(0.337199181, 0, 0.133090392, 0)
  698. placestelescroll.Size = UDim2.new(0, 110, 0, 146)
  699. placestelescroll.CanvasPosition = Vector2.new(0, 73)
  700.  
  701. placewoodrus.Name = "placewoodrus"
  702. placewoodrus.Parent = placestelescroll
  703. placewoodrus.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  704. placewoodrus.BorderColor3 = Color3.new(1, 1, 0)
  705. placewoodrus.BorderSizePixel = 2
  706. placewoodrus.Position = UDim2.new(4.9937853e-06, 0, -0.000479174778, 0)
  707. placewoodrus.Size = UDim2.new(0, 92, 0, 27)
  708. placewoodrus.Font = Enum.Font.SciFi
  709. placewoodrus.Text = "Wood R Us"
  710. placewoodrus.TextColor3 = Color3.new(1, 1, 1)
  711. placewoodrus.TextScaled = true
  712. placewoodrus.TextSize = 14
  713. placewoodrus.TextWrapped = true
  714.  
  715. placelandstore.Name = "placelandstore"
  716. placelandstore.Parent = placestelescroll
  717. placelandstore.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  718. placelandstore.BorderColor3 = Color3.new(1, 1, 0)
  719. placelandstore.BorderSizePixel = 2
  720. placelandstore.Position = UDim2.new(-0.00908591505, 0, 0.0327720568, 0)
  721. placelandstore.Size = UDim2.new(0, 92, 0, 27)
  722. placelandstore.Font = Enum.Font.SciFi
  723. placelandstore.Text = "Land Store"
  724. placelandstore.TextColor3 = Color3.new(1, 1, 1)
  725. placelandstore.TextScaled = true
  726. placelandstore.TextSize = 14
  727. placelandstore.TextWrapped = true
  728.  
  729. placemaze.Name = "placemaze"
  730. placemaze.Parent = placestelescroll
  731. placemaze.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  732. placemaze.BorderColor3 = Color3.new(1, 1, 0)
  733. placemaze.BorderSizePixel = 2
  734. placemaze.Position = UDim2.new(-0.00908591505, 0, 0.0660232827, 0)
  735. placemaze.Size = UDim2.new(0, 92, 0, 27)
  736. placemaze.Font = Enum.Font.SciFi
  737. placemaze.Text = "Maze"
  738. placemaze.TextColor3 = Color3.new(1, 1, 1)
  739. placemaze.TextScaled = true
  740. placemaze.TextSize = 14
  741. placemaze.TextWrapped = true
  742.  
  743. placelogic.Name = "placelogic"
  744. placelogic.Parent = placestelescroll
  745. placelogic.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  746. placelogic.BorderColor3 = Color3.new(1, 1, 0)
  747. placelogic.BorderSizePixel = 2
  748. placelogic.Position = UDim2.new(-0.00908591505, 0, 0.100506037, 0)
  749. placelogic.Size = UDim2.new(0, 92, 0, 27)
  750. placelogic.Font = Enum.Font.SciFi
  751. placelogic.Text = "Link's Logic"
  752. placelogic.TextColor3 = Color3.new(1, 1, 1)
  753. placelogic.TextScaled = true
  754. placelogic.TextSize = 14
  755. placelogic.TextWrapped = true
  756.  
  757. placefancy.Name = "placefancy"
  758. placefancy.Parent = placestelescroll
  759. placefancy.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  760. placefancy.BorderColor3 = Color3.new(1, 1, 0)
  761. placefancy.BorderSizePixel = 2
  762. placefancy.Position = UDim2.new(-0.00908591505, 0, 0.133757263, 0)
  763. placefancy.Size = UDim2.new(0, 92, 0, 27)
  764. placefancy.Font = Enum.Font.SciFi
  765. placefancy.Text = "Furniture Store"
  766. placefancy.TextColor3 = Color3.new(1, 1, 1)
  767. placefancy.TextScaled = true
  768. placefancy.TextSize = 14
  769. placefancy.TextWrapped = true
  770.  
  771. placeshack.Name = "placeshack"
  772. placeshack.Parent = placestelescroll
  773. placeshack.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  774. placeshack.BorderColor3 = Color3.new(1, 1, 0)
  775. placeshack.BorderSizePixel = 2
  776. placeshack.Position = UDim2.new(-0.00908591598, 0, 0.168240041, 0)
  777. placeshack.Size = UDim2.new(0, 92, 0, 27)
  778. placeshack.Font = Enum.Font.SciFi
  779. placeshack.Text = "Bob's Shack"
  780. placeshack.TextColor3 = Color3.new(1, 1, 1)
  781. placeshack.TextScaled = true
  782. placeshack.TextSize = 14
  783. placeshack.TextWrapped = true
  784.  
  785. placecars.Name = "placecars"
  786. placecars.Parent = placestelescroll
  787. placecars.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  788. placecars.BorderColor3 = Color3.new(1, 1, 0)
  789. placecars.BorderSizePixel = 2
  790. placecars.Position = UDim2.new(4.9937853e-06, 0, 0.201491266, 0)
  791. placecars.Size = UDim2.new(0, 92, 0, 27)
  792. placecars.Font = Enum.Font.SciFi
  793. placecars.Text = "Car Store"
  794. placecars.TextColor3 = Color3.new(1, 1, 1)
  795. placecars.TextScaled = true
  796. placecars.TextSize = 14
  797. placecars.TextWrapped = true
  798.  
  799. placepainting.Name = "placepainting"
  800. placepainting.Parent = placestelescroll
  801. placepainting.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  802. placepainting.BorderColor3 = Color3.new(1, 1, 0)
  803. placepainting.BorderSizePixel = 2
  804. placepainting.Position = UDim2.new(-0.00908591505, 0, 0.234742492, 0)
  805. placepainting.Size = UDim2.new(0, 92, 0, 27)
  806. placepainting.Font = Enum.Font.SciFi
  807. placepainting.Text = "Painting Store"
  808. placepainting.TextColor3 = Color3.new(1, 1, 1)
  809. placepainting.TextScaled = true
  810. placepainting.TextSize = 14
  811. placepainting.TextWrapped = true
  812.  
  813. placestrange.Name = "placestrange"
  814. placestrange.Parent = placestelescroll
  815. placestrange.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  816. placestrange.BorderColor3 = Color3.new(1, 1, 0)
  817. placestrange.BorderSizePixel = 2
  818. placestrange.Position = UDim2.new(4.9937853e-06, 0, 0.266762197, 0)
  819. placestrange.Size = UDim2.new(0, 92, 0, 27)
  820. placestrange.Font = Enum.Font.SciFi
  821. placestrange.Text = "Strange Man"
  822. placestrange.TextColor3 = Color3.new(1, 1, 1)
  823. placestrange.TextScaled = true
  824. placestrange.TextSize = 14
  825. placestrange.TextWrapped = true
  826.  
  827. placegreen.Name = "placegreen"
  828. placegreen.Parent = placestelescroll
  829. placegreen.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  830. placegreen.BorderColor3 = Color3.new(1, 1, 0)
  831. placegreen.BorderSizePixel = 2
  832. placegreen.Position = UDim2.new(4.9937853e-06, 0, 0.300013423, 0)
  833. placegreen.Size = UDim2.new(0, 92, 0, 27)
  834. placegreen.Font = Enum.Font.SciFi
  835. placegreen.Text = "Green Box"
  836. placegreen.TextColor3 = Color3.new(1, 1, 1)
  837. placegreen.TextScaled = true
  838. placegreen.TextSize = 14
  839. placegreen.TextWrapped = true
  840.  
  841. placecabin.Name = "placecabin"
  842. placecabin.Parent = placestelescroll
  843. placecabin.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  844. placecabin.BorderColor3 = Color3.new(1, 1, 0)
  845. placecabin.BorderSizePixel = 2
  846. placecabin.Position = UDim2.new(4.9937853e-06, 0, 0.333264649, 0)
  847. placecabin.Size = UDim2.new(0, 92, 0, 27)
  848. placecabin.Font = Enum.Font.SciFi
  849. placecabin.Text = "Log Cabin"
  850. placecabin.TextColor3 = Color3.new(1, 1, 1)
  851. placecabin.TextScaled = true
  852. placecabin.TextSize = 14
  853. placecabin.TextWrapped = true
  854.  
  855. placeden.Name = "placeden"
  856. placeden.Parent = placestelescroll
  857. placeden.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  858. placeden.BorderColor3 = Color3.new(1, 1, 0)
  859. placeden.BorderSizePixel = 2
  860. placeden.Position = UDim2.new(-0.00908591505, 0, 0.366515875, 0)
  861. placeden.Size = UDim2.new(0, 92, 0, 27)
  862. placeden.Font = Enum.Font.SciFi
  863. placeden.Text = "The Den"
  864. placeden.TextColor3 = Color3.new(1, 1, 1)
  865. placeden.TextScaled = true
  866. placeden.TextSize = 14
  867. placeden.TextWrapped = true
  868.  
  869. customtelescroll.Name = "customtelescroll"
  870. customtelescroll.Parent = TeleportsScreen
  871. customtelescroll.BackgroundColor3 = Color3.new(0, 0, 0)
  872. customtelescroll.BorderColor3 = Color3.new(0, 1, 0)
  873. customtelescroll.BorderSizePixel = 5
  874. customtelescroll.Position = UDim2.new(0.689270198, 0, 0.133090392, 0)
  875. customtelescroll.Size = UDim2.new(0, 103, 0, 146)
  876.  
  877. customp1.Name = "customp1"
  878. customp1.Parent = customtelescroll
  879. customp1.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  880. customp1.BorderColor3 = Color3.new(0, 1, 0)
  881. customp1.BorderSizePixel = 2
  882. customp1.Position = UDim2.new(4.7405947e-06, 0, -0.00266506243, 0)
  883. customp1.Size = UDim2.new(0, 84, 0, 27)
  884. customp1.Font = Enum.Font.SciFi
  885. customp1.Text = "Set Place 1"
  886. customp1.TextColor3 = Color3.new(1, 1, 1)
  887. customp1.TextScaled = true
  888. customp1.TextSize = 14
  889. customp1.TextWrapped = true
  890.  
  891. customp1go.Name = "customp1go"
  892. customp1go.Parent = customtelescroll
  893. customp1go.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  894. customp1go.BorderColor3 = Color3.new(0, 1, 0)
  895. customp1go.BorderSizePixel = 2
  896. customp1go.Position = UDim2.new(4.7405947e-06, 0, 0.031817697, 0)
  897. customp1go.Size = UDim2.new(0, 84, 0, 27)
  898. customp1go.Font = Enum.Font.SciFi
  899. customp1go.Text = "Place 1"
  900. customp1go.TextColor3 = Color3.new(1, 1, 1)
  901. customp1go.TextScaled = true
  902. customp1go.TextSize = 14
  903. customp1go.TextWrapped = true
  904.  
  905. customp2.Name = "customp2"
  906. customp2.Parent = customtelescroll
  907. customp2.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  908. customp2.BorderColor3 = Color3.new(0, 1, 0)
  909. customp2.BorderSizePixel = 2
  910. customp2.Position = UDim2.new(4.7404319e-06, 0, 0.0650689229, 0)
  911. customp2.Size = UDim2.new(0, 84, 0, 27)
  912. customp2.Font = Enum.Font.SciFi
  913. customp2.Text = "Set Place 2"
  914. customp2.TextColor3 = Color3.new(1, 1, 1)
  915. customp2.TextScaled = true
  916. customp2.TextSize = 14
  917. customp2.TextWrapped = true
  918.  
  919. customp2go.Name = "customp2go"
  920. customp2go.Parent = customtelescroll
  921. customp2go.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  922. customp2go.BorderColor3 = Color3.new(0, 1, 0)
  923. customp2go.BorderSizePixel = 2
  924. customp2go.Position = UDim2.new(4.7404319e-06, 0, 0.0983201563, 0)
  925. customp2go.Size = UDim2.new(0, 84, 0, 27)
  926. customp2go.Font = Enum.Font.SciFi
  927. customp2go.Text = "Place 2"
  928. customp2go.TextColor3 = Color3.new(1, 1, 1)
  929. customp2go.TextScaled = true
  930. customp2go.TextSize = 14
  931. customp2go.TextWrapped = true
  932.  
  933. customp3.Name = "customp3"
  934. customp3.Parent = customtelescroll
  935. customp3.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  936. customp3.BorderColor3 = Color3.new(0, 1, 0)
  937. customp3.BorderSizePixel = 2
  938. customp3.Position = UDim2.new(4.7405947e-06, 0, 0.131571397, 0)
  939. customp3.Size = UDim2.new(0, 84, 0, 27)
  940. customp3.Font = Enum.Font.SciFi
  941. customp3.Text = "Set Place 3"
  942. customp3.TextColor3 = Color3.new(1, 1, 1)
  943. customp3.TextScaled = true
  944. customp3.TextSize = 14
  945. customp3.TextWrapped = true
  946.  
  947. customp3go.Name = "customp3go"
  948. customp3go.Parent = customtelescroll
  949. customp3go.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  950. customp3go.BorderColor3 = Color3.new(0, 1, 0)
  951. customp3go.BorderSizePixel = 2
  952. customp3go.Position = UDim2.new(4.7405947e-06, 0, 0.166054159, 0)
  953. customp3go.Size = UDim2.new(0, 84, 0, 27)
  954. customp3go.Font = Enum.Font.SciFi
  955. customp3go.Text = "Place 3"
  956. customp3go.TextColor3 = Color3.new(1, 1, 1)
  957. customp3go.TextScaled = true
  958. customp3go.TextSize = 14
  959. customp3go.TextWrapped = true
  960.  
  961. peopletele.Name = "peopletele"
  962. peopletele.Parent = TeleportsScreen
  963. peopletele.BackgroundColor3 = Color3.new(0, 0, 0)
  964. peopletele.BorderColor3 = Color3.new(0, 0, 1)
  965. peopletele.BorderSizePixel = 5
  966. peopletele.Position = UDim2.new(0, 0, 0.509852171, 0)
  967. peopletele.Size = UDim2.new(0, 336, 0, 35)
  968. peopletele.Font = Enum.Font.SciFi
  969. peopletele.Text = "People"
  970. peopletele.TextColor3 = Color3.new(1, 1, 1)
  971. peopletele.TextSize = 30
  972.  
  973. peopletelescreen.Name = "peopletelescreen"
  974. peopletelescreen.Parent = TeleportsScreen
  975. peopletelescreen.BackgroundColor3 = Color3.new(0, 0, 0)
  976. peopletelescreen.BorderColor3 = Color3.new(0, 0, 1)
  977. peopletelescreen.BorderSizePixel = 5
  978. peopletelescreen.Position = UDim2.new(0.00113330362, 0, 0.609415233, 0)
  979. peopletelescreen.Size = UDim2.new(0, 336, 0, 158)
  980.  
  981. person1tele.Name = "person1tele"
  982. person1tele.Parent = TeleportsScreen
  983. person1tele.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  984. person1tele.BorderColor3 = Color3.new(0, 0, 1)
  985. person1tele.BorderSizePixel = 5
  986. person1tele.Position = UDim2.new(0.00295876036, 0, 0.613300443, 0)
  987. person1tele.Size = UDim2.new(0, 171, 0, 50)
  988. person1tele.Font = Enum.Font.SciFi
  989. person1tele.Text = "nan"
  990. person1tele.TextColor3 = Color3.new(1, 1, 1)
  991. person1tele.TextScaled = true
  992. person1tele.TextSize = 20
  993. person1tele.TextWrapped = true
  994.  
  995. person2tele.Name = "person2tele"
  996. person2tele.Parent = TeleportsScreen
  997. person2tele.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  998. person2tele.BorderColor3 = Color3.new(0, 0, 1)
  999. person2tele.BorderSizePixel = 5
  1000. person2tele.Position = UDim2.new(0.00295876036, 0, 0.736453176, 0)
  1001. person2tele.Size = UDim2.new(0, 171, 0, 50)
  1002. person2tele.Font = Enum.Font.SciFi
  1003. person2tele.Text = "nan"
  1004. person2tele.TextColor3 = Color3.new(1, 1, 1)
  1005. person2tele.TextScaled = true
  1006. person2tele.TextSize = 20
  1007. person2tele.TextWrapped = true
  1008.  
  1009. person3tele.Name = "person3tele"
  1010. person3tele.Parent = TeleportsScreen
  1011. person3tele.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1012. person3tele.BorderColor3 = Color3.new(0, 0, 1)
  1013. person3tele.BorderSizePixel = 5
  1014. person3tele.Position = UDim2.new(0.0029587606, 0, 0.874384165, 0)
  1015. person3tele.Size = UDim2.new(0, 171, 0, 50)
  1016. person3tele.Font = Enum.Font.SciFi
  1017. person3tele.Text = "nan"
  1018. person3tele.TextColor3 = Color3.new(1, 1, 1)
  1019. person3tele.TextScaled = true
  1020. person3tele.TextSize = 20
  1021. person3tele.TextWrapped = true
  1022.  
  1023. person4tele.Name = "person4tele"
  1024. person4tele.Parent = TeleportsScreen
  1025. person4tele.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1026. person4tele.BorderColor3 = Color3.new(0, 0, 1)
  1027. person4tele.BorderSizePixel = 5
  1028. person4tele.Position = UDim2.new(0.511882067, 0, 0.611761093, 0)
  1029. person4tele.Size = UDim2.new(0, 164, 0, 50)
  1030. person4tele.Font = Enum.Font.SciFi
  1031. person4tele.Text = "nan"
  1032. person4tele.TextColor3 = Color3.new(1, 1, 1)
  1033. person4tele.TextScaled = true
  1034. person4tele.TextSize = 20
  1035. person4tele.TextWrapped = true
  1036.  
  1037. person5tele.Name = "person5tele"
  1038. person5tele.Parent = TeleportsScreen
  1039. person5tele.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1040. person5tele.BorderColor3 = Color3.new(0, 0, 1)
  1041. person5tele.BorderSizePixel = 5
  1042. person5tele.Position = UDim2.new(0.511882067, 0, 0.742302954, 0)
  1043. person5tele.Size = UDim2.new(0, 164, 0, 50)
  1044. person5tele.Font = Enum.Font.SciFi
  1045. person5tele.Text = "nan"
  1046. person5tele.TextColor3 = Color3.new(1, 1, 1)
  1047. person5tele.TextScaled = true
  1048. person5tele.TextSize = 20
  1049. person5tele.TextWrapped = true
  1050.  
  1051. person6tele.Name = "person6tele"
  1052. person6tele.Parent = TeleportsScreen
  1053. person6tele.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1054. person6tele.BorderColor3 = Color3.new(0, 0, 1)
  1055. person6tele.BorderSizePixel = 5
  1056. person6tele.Position = UDim2.new(0.511882067, 0, 0.872844815, 0)
  1057. person6tele.Size = UDim2.new(0, 164, 0, 50)
  1058. person6tele.Font = Enum.Font.SciFi
  1059. person6tele.Text = "nan"
  1060. person6tele.TextColor3 = Color3.new(1, 1, 1)
  1061. person6tele.TextScaled = true
  1062. person6tele.TextSize = 20
  1063. person6tele.TextWrapped = true
  1064.  
  1065. BuildingScreen.Name = "BuildingScreen"
  1066. BuildingScreen.Parent = MainGui
  1067. BuildingScreen.BackgroundColor3 = Color3.new(0, 0, 0)
  1068. BuildingScreen.BorderColor3 = Color3.new(1, 0, 0)
  1069. BuildingScreen.BorderSizePixel = 5
  1070. BuildingScreen.Position = UDim2.new(0.219122246, 0, 0.122304723, 0)
  1071. BuildingScreen.Size = UDim2.new(0, 339, 0, 407)
  1072. BuildingScreen.Visible = false
  1073.  
  1074. buildblueprint.Name = "buildblueprint"
  1075. buildblueprint.Parent = BuildingScreen
  1076. buildblueprint.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1077. buildblueprint.BorderColor3 = Color3.new(1, 0.333333, 0)
  1078. buildblueprint.BorderSizePixel = 5
  1079. buildblueprint.Position = UDim2.new(-0.00284794718, 0, 0.391891807, 0)
  1080. buildblueprint.Size = UDim2.new(0, 166, 0, 45)
  1081. buildblueprint.Font = Enum.Font.SciFi
  1082. buildblueprint.Text = "Fill Blueprint (Not Active)"
  1083. buildblueprint.TextColor3 = Color3.new(1, 1, 1)
  1084. buildblueprint.TextSize = 15
  1085. buildblueprint.TextWrapped = true
  1086.  
  1087. buildwoodscroll.Name = "buildwoodscroll"
  1088. buildwoodscroll.Parent = BuildingScreen
  1089. buildwoodscroll.BackgroundColor3 = Color3.new(0, 0, 0)
  1090. buildwoodscroll.BorderColor3 = Color3.new(1, 0.333333, 0)
  1091. buildwoodscroll.BorderSizePixel = 5
  1092. buildwoodscroll.Size = UDim2.new(0, 165, 0, 152)
  1093.  
  1094. buildoak.Name = "buildoak"
  1095. buildoak.Parent = buildwoodscroll
  1096. buildoak.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1097. buildoak.BorderColor3 = Color3.new(1, 0.333333, 0)
  1098. buildoak.BorderSizePixel = 2
  1099. buildoak.Position = UDim2.new(-0.011483117, 0, -0.000792461447, 0)
  1100. buildoak.Size = UDim2.new(0, 81, 0, 24)
  1101. buildoak.Font = Enum.Font.SciFi
  1102. buildoak.Text = "Oak"
  1103. buildoak.TextColor3 = Color3.new(1, 1, 1)
  1104. buildoak.TextSize = 15
  1105. buildoak.TextWrapped = true
  1106.  
  1107. buildcherry.Name = "buildcherry"
  1108. buildcherry.Parent = buildwoodscroll
  1109. buildcherry.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1110. buildcherry.BorderColor3 = Color3.new(1, 0.333333, 0)
  1111. buildcherry.BorderSizePixel = 2
  1112. buildcherry.Position = UDim2.new(0.479425967, 0, -0.000558347092, 0)
  1113. buildcherry.Size = UDim2.new(0, 68, 0, 24)
  1114. buildcherry.Font = Enum.Font.SciFi
  1115. buildcherry.Text = "Cherry"
  1116. buildcherry.TextColor3 = Color3.new(1, 1, 1)
  1117. buildcherry.TextSize = 15
  1118. buildcherry.TextWrapped = true
  1119.  
  1120. buildelm.Name = "buildelm"
  1121. buildelm.Parent = buildwoodscroll
  1122. buildelm.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1123. buildelm.BorderColor3 = Color3.new(1, 0.333333, 0)
  1124. buildelm.BorderSizePixel = 2
  1125. buildelm.Position = UDim2.new(-0.011483117, 0, 0.0286915675, 0)
  1126. buildelm.Size = UDim2.new(0, 81, 0, 24)
  1127. buildelm.Font = Enum.Font.SciFi
  1128. buildelm.Text = "Elm"
  1129. buildelm.TextColor3 = Color3.new(1, 1, 1)
  1130. buildelm.TextSize = 15
  1131. buildelm.TextWrapped = true
  1132.  
  1133. buildbirch.Name = "buildbirch"
  1134. buildbirch.Parent = buildwoodscroll
  1135. buildbirch.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1136. buildbirch.BorderColor3 = Color3.new(1, 0.333333, 0)
  1137. buildbirch.BorderSizePixel = 2
  1138. buildbirch.Position = UDim2.new(0.479425967, 0, 0.0289256833, 0)
  1139. buildbirch.Size = UDim2.new(0, 68, 0, 24)
  1140. buildbirch.Font = Enum.Font.SciFi
  1141. buildbirch.Text = "Birch"
  1142. buildbirch.TextColor3 = Color3.new(1, 1, 1)
  1143. buildbirch.TextSize = 15
  1144. buildbirch.TextWrapped = true
  1145.  
  1146. buildlava.Name = "buildlava"
  1147. buildlava.Parent = buildwoodscroll
  1148. buildlava.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1149. buildlava.BorderColor3 = Color3.new(1, 0.333333, 0)
  1150. buildlava.BorderSizePixel = 2
  1151. buildlava.Position = UDim2.new(-0.011483117, 0, 0.0581755973, 0)
  1152. buildlava.Size = UDim2.new(0, 81, 0, 24)
  1153. buildlava.Font = Enum.Font.SciFi
  1154. buildlava.Text = "Lava"
  1155. buildlava.TextColor3 = Color3.new(1, 1, 1)
  1156. buildlava.TextSize = 15
  1157. buildlava.TextWrapped = true
  1158.  
  1159. buildwalnut.Name = "buildwalnut"
  1160. buildwalnut.Parent = buildwoodscroll
  1161. buildwalnut.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1162. buildwalnut.BorderColor3 = Color3.new(1, 0.333333, 0)
  1163. buildwalnut.BorderSizePixel = 2
  1164. buildwalnut.Position = UDim2.new(0.479425967, 0, 0.0584097132, 0)
  1165. buildwalnut.Size = UDim2.new(0, 68, 0, 24)
  1166. buildwalnut.Font = Enum.Font.SciFi
  1167. buildwalnut.Text = "Walnut"
  1168. buildwalnut.TextColor3 = Color3.new(1, 1, 1)
  1169. buildwalnut.TextSize = 15
  1170. buildwalnut.TextWrapped = true
  1171.  
  1172. buildkoa.Name = "buildkoa"
  1173. buildkoa.Parent = buildwoodscroll
  1174. buildkoa.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1175. buildkoa.BorderColor3 = Color3.new(1, 0.333333, 0)
  1176. buildkoa.BorderSizePixel = 2
  1177. buildkoa.Position = UDim2.new(-0.011483117, 0, 0.0876596272, 0)
  1178. buildkoa.Size = UDim2.new(0, 81, 0, 24)
  1179. buildkoa.Font = Enum.Font.SciFi
  1180. buildkoa.Text = "Koa"
  1181. buildkoa.TextColor3 = Color3.new(1, 1, 1)
  1182. buildkoa.TextSize = 15
  1183. buildkoa.TextWrapped = true
  1184.  
  1185. buildfir.Name = "buildfir"
  1186. buildfir.Parent = buildwoodscroll
  1187. buildfir.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1188. buildfir.BorderColor3 = Color3.new(1, 0.333333, 0)
  1189. buildfir.BorderSizePixel = 2
  1190. buildfir.Position = UDim2.new(0.479425967, 0, 0.0878937468, 0)
  1191. buildfir.Size = UDim2.new(0, 68, 0, 24)
  1192. buildfir.Font = Enum.Font.SciFi
  1193. buildfir.Text = "Fir"
  1194. buildfir.TextColor3 = Color3.new(1, 1, 1)
  1195. buildfir.TextSize = 15
  1196. buildfir.TextWrapped = true
  1197.  
  1198. buildpine.Name = "buildpine"
  1199. buildpine.Parent = buildwoodscroll
  1200. buildpine.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1201. buildpine.BorderColor3 = Color3.new(1, 0.333333, 0)
  1202. buildpine.BorderSizePixel = 2
  1203. buildpine.Position = UDim2.new(-0.00542251114, 0, 0.117143661, 0)
  1204. buildpine.Size = UDim2.new(0, 81, 0, 24)
  1205. buildpine.Font = Enum.Font.SciFi
  1206. buildpine.Text = "Pine"
  1207. buildpine.TextColor3 = Color3.new(1, 1, 1)
  1208. buildpine.TextSize = 15
  1209. buildpine.TextWrapped = true
  1210.  
  1211. buildgold.Name = "buildgold"
  1212. buildgold.Parent = buildwoodscroll
  1213. buildgold.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1214. buildgold.BorderColor3 = Color3.new(1, 0.333333, 0)
  1215. buildgold.BorderSizePixel = 2
  1216. buildgold.Position = UDim2.new(0.479425967, 0, 0.117377773, 0)
  1217. buildgold.Size = UDim2.new(0, 68, 0, 24)
  1218. buildgold.Font = Enum.Font.SciFi
  1219. buildgold.Text = "Gold"
  1220. buildgold.TextColor3 = Color3.new(1, 1, 1)
  1221. buildgold.TextSize = 15
  1222. buildgold.TextWrapped = true
  1223.  
  1224. buildzombie.Name = "buildzombie"
  1225. buildzombie.Parent = buildwoodscroll
  1226. buildzombie.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1227. buildzombie.BorderColor3 = Color3.new(1, 0.333333, 0)
  1228. buildzombie.BorderSizePixel = 2
  1229. buildzombie.Position = UDim2.new(-0.011483117, 0, 0.146627694, 0)
  1230. buildzombie.Size = UDim2.new(0, 81, 0, 24)
  1231. buildzombie.Font = Enum.Font.SciFi
  1232. buildzombie.Text = "Zombie"
  1233. buildzombie.TextColor3 = Color3.new(1, 1, 1)
  1234. buildzombie.TextSize = 15
  1235. buildzombie.TextWrapped = true
  1236.  
  1237. buildcave.Name = "buildcave"
  1238. buildcave.Parent = buildwoodscroll
  1239. buildcave.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1240. buildcave.BorderColor3 = Color3.new(1, 0.333333, 0)
  1241. buildcave.BorderSizePixel = 2
  1242. buildcave.Position = UDim2.new(0.479425967, 0, 0.146861807, 0)
  1243. buildcave.Size = UDim2.new(0, 68, 0, 24)
  1244. buildcave.Font = Enum.Font.SciFi
  1245. buildcave.Text = "Cavecrawler"
  1246. buildcave.TextColor3 = Color3.new(1, 1, 1)
  1247. buildcave.TextSize = 15
  1248. buildcave.TextWrapped = true
  1249.  
  1250. buildpalm.Name = "buildpalm"
  1251. buildpalm.Parent = buildwoodscroll
  1252. buildpalm.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1253. buildpalm.BorderColor3 = Color3.new(1, 0.333333, 0)
  1254. buildpalm.BorderSizePixel = 2
  1255. buildpalm.Position = UDim2.new(-0.00542251114, 0, 0.176111728, 0)
  1256. buildpalm.Size = UDim2.new(0, 81, 0, 24)
  1257. buildpalm.Font = Enum.Font.SciFi
  1258. buildpalm.Text = "Palm"
  1259. buildpalm.TextColor3 = Color3.new(1, 1, 1)
  1260. buildpalm.TextSize = 15
  1261. buildpalm.TextWrapped = true
  1262.  
  1263. buildspook.Name = "buildspook"
  1264. buildspook.Parent = buildwoodscroll
  1265. buildspook.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1266. buildspook.BorderColor3 = Color3.new(1, 0.333333, 0)
  1267. buildspook.BorderSizePixel = 2
  1268. buildspook.Position = UDim2.new(0.479425967, 0, 0.17634584, 0)
  1269. buildspook.Size = UDim2.new(0, 68, 0, 24)
  1270. buildspook.Font = Enum.Font.SciFi
  1271. buildspook.Text = "Spook"
  1272. buildspook.TextColor3 = Color3.new(1, 1, 1)
  1273. buildspook.TextSize = 15
  1274. buildspook.TextWrapped = true
  1275.  
  1276. buildsinister.Name = "buildsinister"
  1277. buildsinister.Parent = buildwoodscroll
  1278. buildsinister.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1279. buildsinister.BorderColor3 = Color3.new(1, 0.333333, 0)
  1280. buildsinister.BorderSizePixel = 2
  1281. buildsinister.Position = UDim2.new(-0.00542251114, 0, 0.208052754, 0)
  1282. buildsinister.Size = UDim2.new(0, 81, 0, 24)
  1283. buildsinister.Font = Enum.Font.SciFi
  1284. buildsinister.Text = "Sinister"
  1285. buildsinister.TextColor3 = Color3.new(1, 1, 1)
  1286. buildsinister.TextSize = 15
  1287. buildsinister.TextWrapped = true
  1288.  
  1289. buildphantom.Name = "buildphantom"
  1290. buildphantom.Parent = buildwoodscroll
  1291. buildphantom.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1292. buildphantom.BorderColor3 = Color3.new(1, 0.333333, 0)
  1293. buildphantom.BorderSizePixel = 2
  1294. buildphantom.Position = UDim2.new(0.479425967, 0, 0.208286881, 0)
  1295. buildphantom.Size = UDim2.new(0, 68, 0, 24)
  1296. buildphantom.Font = Enum.Font.SciFi
  1297. buildphantom.Text = "Phantom"
  1298. buildphantom.TextColor3 = Color3.new(1, 1, 1)
  1299. buildphantom.TextSize = 15
  1300. buildphantom.TextWrapped = true
  1301.  
  1302. buildsnowglow.Name = "buildsnowglow"
  1303. buildsnowglow.Parent = buildwoodscroll
  1304. buildsnowglow.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1305. buildsnowglow.BorderColor3 = Color3.new(1, 0.333333, 0)
  1306. buildsnowglow.BorderSizePixel = 2
  1307. buildsnowglow.Position = UDim2.new(-0.011483117, 0, 0.237536788, 0)
  1308. buildsnowglow.Size = UDim2.new(0, 81, 0, 24)
  1309. buildsnowglow.Font = Enum.Font.SciFi
  1310. buildsnowglow.Text = "SnowGlow"
  1311. buildsnowglow.TextColor3 = Color3.new(1, 1, 1)
  1312. buildsnowglow.TextSize = 15
  1313. buildsnowglow.TextWrapped = true
  1314.  
  1315. buildgray.Name = "buildgray"
  1316. buildgray.Parent = buildwoodscroll
  1317. buildgray.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1318. buildgray.BorderColor3 = Color3.new(1, 0.333333, 0)
  1319. buildgray.BorderSizePixel = 2
  1320. buildgray.Position = UDim2.new(0.479425967, 0, 0.237770915, 0)
  1321. buildgray.Size = UDim2.new(0, 68, 0, 24)
  1322. buildgray.Font = Enum.Font.SciFi
  1323. buildgray.Text = "Gray Wood"
  1324. buildgray.TextColor3 = Color3.new(1, 1, 1)
  1325. buildgray.TextSize = 15
  1326. buildgray.TextWrapped = true
  1327.  
  1328. buildblueinfo.Name = "buildblueinfo"
  1329. buildblueinfo.Parent = BuildingScreen
  1330. buildblueinfo.BackgroundColor3 = Color3.new(0, 0, 0)
  1331. buildblueinfo.BorderColor3 = Color3.new(1, 0.333333, 0)
  1332. buildblueinfo.BorderSizePixel = 5
  1333. buildblueinfo.Position = UDim2.new(0.516723096, 0, 0.00368550373, 0)
  1334. buildblueinfo.Size = UDim2.new(0, 164, 0, 203)
  1335. buildblueinfo.Font = Enum.Font.SciFi
  1336. buildblueinfo.Text = "This section is to fill a blueprint with any wood you like. Place down your blueprints you would like to fill and hit the \"Fill Blueprint\" button. Go into move mode on the blueprint you would like to fill and then back out. It should be filled with the wood you chose. This might not always work, so always try again if it dosn't!"
  1337. buildblueinfo.TextColor3 = Color3.new(1, 1, 1)
  1338. buildblueinfo.TextScaled = true
  1339. buildblueinfo.TextSize = 20
  1340. buildblueinfo.TextWrapped = true
  1341.  
  1342. buildmaxfull.Name = "buildmaxfull"
  1343. buildmaxfull.Parent = BuildingScreen
  1344. buildmaxfull.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1345. buildmaxfull.BorderColor3 = Color3.new(1, 1, 0)
  1346. buildmaxfull.BorderSizePixel = 5
  1347. buildmaxfull.Position = UDim2.new(-0.00579779968, 0, 0.50859952, 0)
  1348. buildmaxfull.Size = UDim2.new(0, 341, 0, 54)
  1349. buildmaxfull.Font = Enum.Font.SciFi
  1350. buildmaxfull.Text = "Buy Max Land (Some land required to work)"
  1351. buildmaxfull.TextColor3 = Color3.new(1, 1, 1)
  1352. buildmaxfull.TextSize = 15
  1353. buildmaxfull.TextWrapped = true
  1354.  
  1355. builddupe.Name = "builddupe"
  1356. builddupe.Parent = BuildingScreen
  1357. builddupe.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1358. builddupe.BorderColor3 = Color3.new(0, 1, 0)
  1359. builddupe.BorderSizePixel = 5
  1360. builddupe.Position = UDim2.new(-0.00579779968, 0, 0.6658476, 0)
  1361. builddupe.Size = UDim2.new(0, 167, 0, 136)
  1362. builddupe.Font = Enum.Font.SciFi
  1363. builddupe.Text = "Dupe (Not Active)"
  1364. builddupe.TextColor3 = Color3.new(1, 1, 1)
  1365. builddupe.TextSize = 20
  1366. builddupe.TextWrapped = true
  1367.  
  1368. buildblueinfo_2.Name = "buildblueinfo"
  1369. buildblueinfo_2.Parent = BuildingScreen
  1370. buildblueinfo_2.BackgroundColor3 = Color3.new(0, 0, 0)
  1371. buildblueinfo_2.BorderColor3 = Color3.new(0, 1, 0)
  1372. buildblueinfo_2.BorderSizePixel = 5
  1373. buildblueinfo_2.Position = UDim2.new(0.513773441, 0, 0.6658476, 0)
  1374. buildblueinfo_2.Size = UDim2.new(0, 165, 0, 136)
  1375. buildblueinfo_2.Font = Enum.Font.SciFi
  1376. buildblueinfo_2.Text = "Instructions: Go into a game and make sure you are NOT loaded into your slot . Then click the \"Dupe\" button, and load the slot you want to dupe from. Move the stuff to your alt base or friends, then reload your slot. The stuff should be there again, and you can repeat. Hit the \"Dupe\" button again when you are done."
  1377. buildblueinfo_2.TextColor3 = Color3.new(1, 1, 1)
  1378. buildblueinfo_2.TextScaled = true
  1379. buildblueinfo_2.TextSize = 20
  1380. buildblueinfo_2.TextWrapped = true
  1381.  
  1382. ToolsScreen.Name = "ToolsScreen"
  1383. ToolsScreen.Parent = MainGui
  1384. ToolsScreen.BackgroundColor3 = Color3.new(0, 0, 0)
  1385. ToolsScreen.BorderColor3 = Color3.new(1, 0, 0)
  1386. ToolsScreen.BorderSizePixel = 5
  1387. ToolsScreen.Position = UDim2.new(0.220689654, 0, 0.122304723, 0)
  1388. ToolsScreen.Size = UDim2.new(0, 339, 0, 407)
  1389. ToolsScreen.Visible = false
  1390.  
  1391. toolsbtools.Name = "toolsbtools"
  1392. toolsbtools.Parent = ToolsScreen
  1393. toolsbtools.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1394. toolsbtools.BorderColor3 = Color3.new(1, 0.333333, 0)
  1395. toolsbtools.BorderSizePixel = 5
  1396. toolsbtools.Position = UDim2.new(0.0148509881, 0, -0.00216052448, 0)
  1397. toolsbtools.Size = UDim2.new(0, 165, 0, 126)
  1398. toolsbtools.Font = Enum.Font.SciFi
  1399. toolsbtools.Text = "BTools"
  1400. toolsbtools.TextColor3 = Color3.new(1, 1, 1)
  1401. toolsbtools.TextSize = 20
  1402.  
  1403. toolsinfiniteaxe.Name = "toolsinfiniteaxe"
  1404. toolsinfiniteaxe.Parent = ToolsScreen
  1405. toolsinfiniteaxe.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1406. toolsinfiniteaxe.BorderColor3 = Color3.new(1, 1, 0)
  1407. toolsinfiniteaxe.BorderSizePixel = 5
  1408. toolsinfiniteaxe.Position = UDim2.new(0.0148509881, 0, 0.326781243, 0)
  1409. toolsinfiniteaxe.Size = UDim2.new(0, 165, 0, 130)
  1410. toolsinfiniteaxe.Font = Enum.Font.SciFi
  1411. toolsinfiniteaxe.Text = "Infinite Axe"
  1412. toolsinfiniteaxe.TextColor3 = Color3.new(1, 1, 1)
  1413. toolsinfiniteaxe.TextSize = 20
  1414. toolsinfiniteaxe.TextWrapped = true
  1415.  
  1416. toolstptool.Name = "toolstptool"
  1417. toolstptool.Parent = ToolsScreen
  1418. toolstptool.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1419. toolstptool.BorderColor3 = Color3.new(0.333333, 1, 0)
  1420. toolstptool.BorderSizePixel = 5
  1421. toolstptool.Position = UDim2.new(0.0148509881, 0, 0.668304741, 0)
  1422. toolstptool.Size = UDim2.new(0, 165, 0, 134)
  1423. toolstptool.Font = Enum.Font.SciFi
  1424. toolstptool.Text = "Click TP"
  1425. toolstptool.TextColor3 = Color3.new(1, 1, 1)
  1426. toolstptool.TextSize = 20
  1427. toolstptool.TextWrapped = true
  1428.  
  1429. tools2info.Name = "tools2info"
  1430. tools2info.Parent = ToolsScreen
  1431. tools2info.BackgroundColor3 = Color3.new(0, 0, 0)
  1432. tools2info.BorderColor3 = Color3.new(1, 0.333333, 0)
  1433. tools2info.BorderSizePixel = 5
  1434. tools2info.Position = UDim2.new(0.522123873, 0, -0.00216052681, 0)
  1435. tools2info.Size = UDim2.new(0, 162, 0, 126)
  1436. tools2info.Font = Enum.Font.SciFi
  1437. tools2info.Text = "These are the classic BTools. Other people will not see what you do with them though, so it only affects you."
  1438. tools2info.TextColor3 = Color3.new(1, 1, 1)
  1439. tools2info.TextScaled = true
  1440. tools2info.TextSize = 20
  1441. tools2info.TextWrapped = true
  1442.  
  1443. tools1info.Name = "tools1info"
  1444. tools1info.Parent = ToolsScreen
  1445. tools1info.BackgroundColor3 = Color3.new(0, 0, 0)
  1446. tools1info.BorderColor3 = Color3.new(1, 1, 0)
  1447. tools1info.BorderSizePixel = 5
  1448. tools1info.Position = UDim2.new(0.522123873, 0, 0.326781243, 0)
  1449. tools1info.Size = UDim2.new(0, 162, 0, 129)
  1450. tools1info.Font = Enum.Font.SciFi
  1451. tools1info.Text = "When Active, use a basic hatchet. It will break any wood almost instantley from any distance. Just hold the click button."
  1452. tools1info.TextColor3 = Color3.new(1, 1, 1)
  1453. tools1info.TextScaled = true
  1454. tools1info.TextSize = 20
  1455. tools1info.TextWrapped = true
  1456.  
  1457. tools3info.Name = "tools3info"
  1458. tools3info.Parent = ToolsScreen
  1459. tools3info.BackgroundColor3 = Color3.new(0, 0, 0)
  1460. tools3info.BorderColor3 = Color3.new(0.333333, 1, 0)
  1461. tools3info.BorderSizePixel = 5
  1462. tools3info.Position = UDim2.new(0.522123873, 0, 0.668304622, 0)
  1463. tools3info.Size = UDim2.new(0, 162, 0, 134)
  1464. tools3info.Font = Enum.Font.SciFi
  1465. tools3info.Text = "With this tool you are able to click anywhere you want (Just not too far) and teleport where you click. "
  1466. tools3info.TextColor3 = Color3.new(1, 1, 1)
  1467. tools3info.TextScaled = true
  1468. tools3info.TextSize = 20
  1469. tools3info.TextWrapped = true
  1470. -- Scripts:
  1471. player.MouseButton1Click:connect(function()
  1472. PlayerScreen.Visible = true
  1473. TeleportsScreen.Visible = false
  1474. BuildingScreen.Visible = false
  1475. ToolsScreen.Visible = false
  1476. end)
  1477.  
  1478. teleports.MouseButton1Click:connect(function()
  1479. PlayerScreen.Visible = false
  1480. TeleportsScreen.Visible = true
  1481. BuildingScreen.Visible = false
  1482. ToolsScreen.Visible = false
  1483. end)
  1484.  
  1485. building.MouseButton1Click:connect(function()
  1486. PlayerScreen.Visible = false
  1487. TeleportsScreen.Visible = false
  1488. BuildingScreen.Visible = true
  1489. ToolsScreen.Visible = false
  1490. end)
  1491.  
  1492. tools.MouseButton1Click:connect(function()
  1493. PlayerScreen.Visible = false
  1494. TeleportsScreen.Visible = false
  1495. BuildingScreen.Visible = false
  1496. ToolsScreen.Visible = true
  1497. end)
  1498.  
  1499. playmusicplayer.MouseButton1Click:connect(function()
  1500. local s = Instance.new("Sound")
  1501.  
  1502. s.Name = "Sound"
  1503. s.SoundId = "rbxassetid://" .. musicidplayer.Text
  1504. s.Volume = 2
  1505. s.Looped = true
  1506. s.archivable = false
  1507.  
  1508. s.Parent = game.Workspace
  1509.  
  1510. wait(3)
  1511.  
  1512. s:play()
  1513.  
  1514. end)
  1515.  
  1516. blacklistplayer.MouseButton1Click:connect(function()
  1517.  
  1518. Client = game.ReplicatedStorage.Interaction.ClientSetListPlayer
  1519. players = game.Players
  1520. for i, v in pairs(players:GetPlayers()) do
  1521. if v.Name ~= players.LocalPlayer.Name then
  1522. Client:InvokeServer(players.LocalPlayer.BlacklistFolder, v, true)
  1523. end
  1524. end
  1525. players.PlayerAdded:connect(function(plr)
  1526. Client:InvokeServer(players.LocalPlayer.BlacklistFolder, plr, true)
  1527. end)
  1528. end)
  1529.  
  1530.  
  1531. local WayPoints = {
  1532. ["Wood R Us"] = CFrame.new(265, 5, 57),
  1533. ["SpawnPoint"] = CFrame.new(155, 5, 74),
  1534. ["Land Store"] = CFrame.new(258, 5, -99),
  1535. ["Link's Logic"] = CFrame.new(4607, 9, -798),
  1536. ["Cave"] = CFrame.new(3581, -177, 430),
  1537. ["Volcano"] = CFrame.new(-1585, 625, 1140),
  1538. ["Swamp"] = CFrame.new(-1209, 138, -801),
  1539. ["Palm Island"] = CFrame.new(2549, 5, -42),
  1540. ["Fancy Furnishings"] = CFrame.new(491, 13, -1720),
  1541. ["Boxed Cars"] = CFrame.new(509, 5.2, -1463),
  1542. ["Fine Arts Shop"] = CFrame.new(5207, -156, 719),
  1543. ["Bob's Shack"] = CFrame.new(260, 10, -2542),
  1544. ["Dock"] = CFrame.new(1114, 3.2, -197),
  1545. ["Bridge"] = CFrame.new(113, 15, -977),
  1546. ["End Times"] = CFrame.new(113, -204, -951),
  1547. ["Shrine Of Sight"] = CFrame.new(-1600, 205, 919),
  1548. ["The Den"] = CFrame.new(323, 49, 1930),
  1549. ["Volcano Win"] = CFrame.new(-1675, 358, 1476),
  1550. ["Ski Lodge"] = CFrame.new(1244, 66, 2306),
  1551. ["Strange Man"] = CFrame.new(1061, 20, 1131)
  1552. }
  1553. placewoodrus.MouseButton1Click:connect(function()
  1554. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1555. uTorso.CFrame = WayPoints["Wood R Us"]
  1556. end)
  1557. placelandstore.MouseButton1Click:connect(function()
  1558. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1559. uTorso.CFrame = WayPoints["Land Store"]
  1560. end)
  1561. placecabin.MouseButton1Click:connect(function()
  1562. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1563. uTorso.CFrame = WayPoints["Ski Lodge"]
  1564. end)
  1565. placecars.MouseButton1Click:connect(function()
  1566. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1567. uTorso.CFrame = WayPoints["Boxed Cars"]
  1568. end)
  1569. placeden.MouseButton1Click:connect(function()
  1570. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1571. uTorso.CFrame = WayPoints["The Den"]
  1572. end)
  1573. placefancy.MouseButton1Click:connect(function()
  1574. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1575. uTorso.CFrame = WayPoints["Fancy Furnishings"]
  1576. end)
  1577. placegreen.MouseButton1Click:connect(function()
  1578. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1579. uTorso.CFrame = WayPoints["Volcano Win"]
  1580. end)
  1581. placelogic.MouseButton1Click:connect(function()
  1582. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1583. uTorso.CFrame = WayPoints["Link's Logic"]
  1584. end)
  1585. placemaze.MouseButton1Click:connect(function()
  1586. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1587. uTorso.CFrame = WayPoints["Wood R Us"]
  1588. end)
  1589. placepainting.MouseButton1Click:connect(function()
  1590. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1591. uTorso.CFrame = WayPoints["Fine Arts Shop"]
  1592. end)
  1593. placeshack.MouseButton1Click:connect(function()
  1594. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1595. uTorso.CFrame = WayPoints["Bob's Shack"]
  1596. end)
  1597. placestrange.MouseButton1Click:connect(function()
  1598. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1599. uTorso.CFrame = WayPoints["Strange Man"]
  1600. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement