Advertisement
FazzaRBLX

Update Script LT2 Gui

Oct 21st, 2018
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 15.85 KB | None | 0 0
  1. --Made Bye FazzaRBLX        Subscribe For Next Update Script
  2. -- Farewell Infortality.
  3. -- Version: 2.82
  4. -- Instances:
  5. local LT2 = Instance.new("ScreenGui")
  6. local LoginFrame = Instance.new("Frame")
  7. local Title = Instance.new("TextLabel")
  8. local User = Instance.new("TextBox")
  9. local pass = Instance.new("TextBox")
  10. local Login = Instance.new("TextButton")
  11. local Creadits = Instance.new("TextLabel")
  12. local TextButton = Instance.new("TextButton")
  13. local MainFrame = Instance.new("Frame")
  14. local Title_2 = Instance.new("TextLabel")
  15. local palm = Instance.new("TextButton")
  16. local bobsshack = Instance.new("TextButton")
  17. local woodrUs = Instance.new("TextButton")
  18. local volcano = Instance.new("TextButton")
  19. local swamp = Instance.new("TextButton")
  20. local strangeman = Instance.new("TextButton")
  21. local spawn = Instance.new("TextButton")
  22. local shrine = Instance.new("TextButton")
  23. local lodge = Instance.new("TextButton")
  24. local linkslogic = Instance.new("TextButton")
  25. local greenbox = Instance.new("TextButton")
  26. local fancy = Instance.new("TextButton")
  27. local endtimes = Instance.new("TextButton")
  28. local dropoff = Instance.new("TextButton")
  29. local den = Instance.new("TextButton")
  30. local cave = Instance.new("TextButton")
  31. local boxedcars = Instance.new("TextButton")
  32. local yourplot = Instance.new("TextButton")
  33. local TextButton_2 = Instance.new("TextButton")
  34. --Properties:
  35. LT2.Name = "LT2"
  36. LT2.Parent = game.CoreGui
  37.  
  38. LoginFrame.Name = "LoginFrame"
  39. LoginFrame.Parent = LT2
  40. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  41. LoginFrame.Position = UDim2.new(0.344370782, 0, 0.207667753, 0)
  42. LoginFrame.Size = UDim2.new(0, 335, 0, 326)
  43. LoginFrame.Draggable = true
  44.  
  45. Title.Name = "Title"
  46. Title.Parent = LoginFrame
  47. Title.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  48. Title.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  49. Title.Size = UDim2.new(0, 335, 0, 58)
  50. Title.Font = Enum.Font.SourceSansBold
  51. Title.Text = "LOGIN"
  52. Title.TextColor3 = Color3.new(0.333333, 1, 1)
  53. Title.TextScaled = true
  54. Title.TextSize = 14
  55. Title.TextWrapped = true
  56.  
  57. User.Name = "User"
  58. User.Parent = LoginFrame
  59. User.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  60. User.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  61. User.Position = UDim2.new(0.179104477, 0, 0.386503071, 0)
  62. User.Size = UDim2.new(0, 214, 0, 39)
  63. User.Font = Enum.Font.SourceSansBold
  64. User.Text = "FazzaRBLX"
  65. User.TextColor3 = Color3.new(0.333333, 1, 1)
  66. User.TextSize = 14
  67. User.TextWrapped = true
  68. User.TextXAlignment = Enum.TextXAlignment.Left
  69.  
  70. pass.Name = "pass"
  71. pass.Parent = LoginFrame
  72. pass.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  73. pass.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  74. pass.Position = UDim2.new(0.179104447, 0, 0.564417183, 0)
  75. pass.Size = UDim2.new(0, 214, 0, 39)
  76. pass.Font = Enum.Font.SourceSansBold
  77. pass.Text = "RobloxUser"
  78. pass.TextColor3 = Color3.new(0.333333, 1, 1)
  79. pass.TextSize = 14
  80. pass.TextXAlignment = Enum.TextXAlignment.Left
  81.  
  82. Login.Name = "Login"
  83. Login.Parent = LoginFrame
  84. Login.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  85. Login.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  86. Login.Position = UDim2.new(0.304477632, 0, 0.73619628, 0)
  87. Login.Size = UDim2.new(0, 129, 0, 50)
  88. Login.Font = Enum.Font.SourceSansBold
  89. Login.Text = "LOGIN"
  90. Login.TextColor3 = Color3.new(0.333333, 1, 1)
  91. Login.TextScaled = true
  92. Login.TextSize = 14
  93. Login.TextWrapped = true
  94. Login.MouseButton1Down:connect(function()
  95. LoginFrame.Visible = false
  96. MainFrame.Visible = true
  97. end)
  98.  
  99. Creadits.Name = "Creadits"
  100. Creadits.Parent = LoginFrame
  101. Creadits.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  102. Creadits.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  103. Creadits.Position = UDim2.new(0.0417910442, 0, 0.944785297, 0)
  104. Creadits.Size = UDim2.new(0, 200, 0, 18)
  105. Creadits.Font = Enum.Font.SourceSans
  106. Creadits.Text = "Made By FazzaRBLX  YT Channel"
  107. Creadits.TextColor3 = Color3.new(0.333333, 1, 1)
  108. Creadits.TextSize = 14
  109. Creadits.TextXAlignment = Enum.TextXAlignment.Left
  110.  
  111. TextButton.Parent = LoginFrame
  112. TextButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  113. TextButton.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  114. TextButton.Position = UDim2.new(0.841791034, 0, 0, 0)
  115. TextButton.Size = UDim2.new(0, 53, 0, 58)
  116. TextButton.Font = Enum.Font.SourceSans
  117. TextButton.Text = "X"
  118. TextButton.TextColor3 = Color3.new(1, 0, 0)
  119. TextButton.TextScaled = true
  120. TextButton.TextSize = 14
  121. TextButton.TextWrapped = true
  122. TextButton.MouseButton1Down:connect(function()
  123.     LoginFrame:Destroy()
  124. end)
  125.  
  126. MainFrame.Name = "MainFrame"
  127. MainFrame.Parent = LT2
  128. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  129. MainFrame.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  130. MainFrame.Position = UDim2.new(0.253822625, 0, 0.0447284356, 0)
  131. MainFrame.Size = UDim2.new(0, 580, 0, 553)
  132. MainFrame.Visible = false
  133. MainFrame.Draggable = true
  134.  
  135. Title_2.Name = "Title"
  136. Title_2.Parent = MainFrame
  137. Title_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  138. Title_2.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  139. Title_2.Size = UDim2.new(0, 580, 0, 58)
  140. Title_2.Font = Enum.Font.SourceSansBold
  141. Title_2.Text = "Lumber Tycoon 2 Gui"
  142. Title_2.TextColor3 = Color3.new(0.333333, 1, 1)
  143. Title_2.TextScaled = true
  144. Title_2.TextSize = 14
  145. Title_2.TextWrapped = true
  146.  
  147. palm.Name = "palm"
  148. palm.Parent = MainFrame
  149. palm.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  150. palm.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  151. palm.Position = UDim2.new(0.0430379733, 0, 0.173343152, 0)
  152. palm.Size = UDim2.new(0, 169, 0, 50)
  153. palm.Font = Enum.Font.SourceSansBold
  154. palm.Text = "Palm"
  155. palm.TextColor3 = Color3.new(0.333333, 1, 1)
  156. palm.TextSize = 14
  157. palm.MouseButton1Down:connect(function()
  158. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(2570, -5, -32))
  159. end)
  160.  
  161. bobsshack.Name = "bobsshack"
  162. bobsshack.Parent = MainFrame
  163. bobsshack.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  164. bobsshack.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  165. bobsshack.Position = UDim2.new(0.371191561, 0, 0.173343152, 0)
  166. bobsshack.Size = UDim2.new(0, 169, 0, 50)
  167. bobsshack.Font = Enum.Font.SourceSansBold
  168. bobsshack.Text = "BobsShack"
  169. bobsshack.TextColor3 = Color3.new(0.333333, 1, 1)
  170. bobsshack.TextSize = 14
  171. bobsshack.MouseButton1Down:connect(function()
  172. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(259, 8, -2542))
  173. end)
  174.  
  175. woodrUs.Name = "woodrUs"
  176. woodrUs.Parent = MainFrame
  177. woodrUs.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  178. woodrUs.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  179. woodrUs.Position = UDim2.new(0.043037951, 0, 0.300277501, 0)
  180. woodrUs.Size = UDim2.new(0, 169, 0, 50)
  181. woodrUs.Font = Enum.Font.SourceSansBold
  182. woodrUs.Text = "WoodRUs"
  183. woodrUs.TextColor3 = Color3.new(0.333333, 1, 1)
  184. woodrUs.TextSize = 14
  185. woodrUs.MouseButton1Down:connect(function()
  186. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(251, 2, 57))
  187. end)
  188.  
  189. volcano.Name = "volcano"
  190. volcano.Parent = MainFrame
  191. volcano.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  192. volcano.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  193. volcano.Position = UDim2.new(0.371191502, 0, 0.300277501, 0)
  194. volcano.Size = UDim2.new(0, 169, 0, 50)
  195. volcano.Font = Enum.Font.SourceSansBold
  196. volcano.Text = "Volcano"
  197. volcano.TextColor3 = Color3.new(0.333333, 1, 1)
  198. volcano.TextSize = 14
  199. volcano.MouseButton1Down:connect(function()
  200.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1585, 622, 1140))
  201. end)
  202.  
  203. swamp.Name = "swamp"
  204. swamp.Parent = MainFrame
  205. swamp.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  206. swamp.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  207. swamp.Position = UDim2.new(0.0430378914, 0, 0.428081781, 0)
  208. swamp.Size = UDim2.new(0, 169, 0, 50)
  209. swamp.Font = Enum.Font.SourceSansBold
  210. swamp.Text = "Swamp"
  211. swamp.TextColor3 = Color3.new(0.333333, 1, 1)
  212. swamp.TextSize = 14
  213. swamp.MouseButton1Down:connect(function()
  214.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1209, 132, -801))
  215. end)
  216.  
  217. strangeman.Name = "strangeman"
  218. strangeman.Parent = MainFrame
  219. strangeman.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  220. strangeman.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  221. strangeman.Position = UDim2.new(0.371191502, 0, 0.428081781, 0)
  222. strangeman.Size = UDim2.new(0, 169, 0, 50)
  223. strangeman.Font = Enum.Font.SourceSansBold
  224. strangeman.Text = "StrangeMan"
  225. strangeman.TextColor3 = Color3.new(0.333333, 1, 1)
  226. strangeman.TextSize = 14
  227. strangeman.MouseButton1Down:connect(function()
  228. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1061, 16, 1130))
  229. end)
  230.  
  231. spawn.Name = "spawn"
  232. spawn.Parent = MainFrame
  233. spawn.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  234. spawn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  235. spawn.Position = UDim2.new(0.0430378914, 0, 0.566321433, 0)
  236. spawn.Size = UDim2.new(0, 169, 0, 50)
  237. spawn.Font = Enum.Font.SourceSansBold
  238. spawn.Text = "Spawn"
  239. spawn.TextColor3 = Color3.new(0.333333, 1, 1)
  240. spawn.TextSize = 14
  241. spawn.MouseButton1Down:connect(function()
  242. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(155, 3, 74))
  243. end)
  244.  
  245. shrine.Name = "shrine"
  246. shrine.Parent = MainFrame
  247. shrine.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  248. shrine.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  249. shrine.Position = UDim2.new(0.371191502, 0, 0.566321433, 0)
  250. shrine.Size = UDim2.new(0, 169, 0, 50)
  251. shrine.Font = Enum.Font.SourceSansBold
  252. shrine.Text = "Shrine"
  253. shrine.TextColor3 = Color3.new(0.333333, 1, 1)
  254. shrine.TextSize = 14
  255. shrine.MouseButton1Down:connect(function()
  256. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1606, 195, 929))
  257. end)
  258.  
  259. lodge.Name = "lodge"
  260. lodge.Parent = MainFrame
  261. lodge.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  262. lodge.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  263. lodge.Position = UDim2.new(0.69188118, 0, 0.172897607, 0)
  264. lodge.Size = UDim2.new(0, 169, 0, 50)
  265. lodge.Font = Enum.Font.SourceSansBold
  266. lodge.Text = "Lodge"
  267. lodge.TextColor3 = Color3.new(0.333333, 1, 1)
  268. lodge.TextSize = 14
  269. lodge.MouseButton1Down:connect(function()
  270. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1243, 63, 2305))
  271. end)
  272.  
  273. linkslogic.Name = "linkslogic"
  274. linkslogic.Parent = MainFrame
  275. linkslogic.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  276. linkslogic.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  277. linkslogic.Position = UDim2.new(0.69188118, 0, 0.300639629, 0)
  278. linkslogic.Size = UDim2.new(0, 169, 0, 50)
  279. linkslogic.Font = Enum.Font.SourceSansBold
  280. linkslogic.Text = "LinksLogic"
  281. linkslogic.TextColor3 = Color3.new(0.333333, 1, 1)
  282. linkslogic.TextSize = 14
  283. linkslogic.MouseButton1Down:connect(function()
  284. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(4606, 7, -779))
  285. end)
  286.  
  287. greenbox.Name = "greenbox"
  288. greenbox.Parent = MainFrame
  289. greenbox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  290. greenbox.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  291. greenbox.Position = UDim2.new(0.69188118, 0, 0.427784711, 0)
  292. greenbox.Size = UDim2.new(0, 169, 0, 50)
  293. greenbox.Font = Enum.Font.SourceSansBold
  294. greenbox.Text = "GreenBox"
  295. greenbox.TextColor3 = Color3.new(0.333333, 1, 1)
  296. greenbox.TextSize = 14
  297. greenbox.MouseButton1Down:connect(function()
  298. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1675, 348, 1476))
  299. end)
  300.  
  301.  
  302. fancy.Name = "fancy"
  303. fancy.Parent = MainFrame
  304. fancy.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  305. fancy.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  306. fancy.Position = UDim2.new(0.69188118, 0, 0.566321492, 0)
  307. fancy.Size = UDim2.new(0, 169, 0, 50)
  308. fancy.Font = Enum.Font.SourceSansBold
  309. fancy.Text = "Fancy"
  310. fancy.TextColor3 = Color3.new(0.333333, 1, 1)
  311. fancy.TextSize = 14
  312. fancy.MouseButton1Down:connect(function()
  313. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(491, 3, -1719))
  314. end)
  315.  
  316. endtimes.Name = "endtimes"
  317. endtimes.Parent = MainFrame
  318. endtimes.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  319. endtimes.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  320. endtimes.Position = UDim2.new(0.0436053276, 0, 0.705561996, 0)
  321. endtimes.Size = UDim2.new(0, 169, 0, 50)
  322. endtimes.Font = Enum.Font.SourceSansBold
  323. endtimes.Text = "EndTimes"
  324. endtimes.TextColor3 = Color3.new(0.333333, 1, 1)
  325. endtimes.TextSize = 14
  326. endtimes.MouseButton1Down:connect(function()
  327. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(113, -213, -950))
  328. end)
  329.  
  330.  
  331. dropoff.Name = "dropoff"
  332. dropoff.Parent = MainFrame
  333. dropoff.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  334. dropoff.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  335. dropoff.Position = UDim2.new(0.371191531, 0, 0.705561996, 0)
  336. dropoff.Size = UDim2.new(0, 169, 0, 50)
  337. dropoff.Font = Enum.Font.SourceSansBold
  338. dropoff.Text = "Dropoff"
  339. dropoff.TextColor3 = Color3.new(0.333333, 1, 1)
  340. dropoff.TextSize = 14
  341. dropoff.MouseButton1Down:connect(function()
  342. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(314, -2, 123))
  343. end)
  344.  
  345. den.Name = "den"
  346. den.Parent = MainFrame
  347. den.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  348. den.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  349. den.Position = UDim2.new(0.69188118, 0, 0.705561996, 0)
  350. den.Size = UDim2.new(0, 169, 0, 50)
  351. den.Font = Enum.Font.SourceSansBold
  352. den.Text = "Den"
  353. den.TextColor3 = Color3.new(0.333333, 1, 1)
  354. den.TextSize = 14
  355. den.MouseButton1Down:connect(function()
  356. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(331, 45, 1941))
  357. end)
  358.  
  359. cave.Name = "cave"
  360. cave.Parent = MainFrame
  361. cave.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  362. cave.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  363. cave.Position = UDim2.new(0.0436053276, 0, 0.833952606, 0)
  364. cave.Size = UDim2.new(0, 169, 0, 50)
  365. cave.Font = Enum.Font.SourceSansBold
  366. cave.Text = "Cave"
  367. cave.TextColor3 = Color3.new(0.333333, 1, 1)
  368. cave.TextSize = 14
  369. cave.MouseButton1Down:connect(function()
  370.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(3581, -179, 430))
  371. end)
  372.  
  373. boxedcars.Name = "boxedcars"
  374. boxedcars.Parent = MainFrame
  375. boxedcars.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  376. boxedcars.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  377. boxedcars.Position = UDim2.new(0.371191531, 0, 0.833952606, 0)
  378. boxedcars.Size = UDim2.new(0, 169, 0, 50)
  379. boxedcars.Font = Enum.Font.SourceSansBold
  380. boxedcars.Text = "BoxedCars"
  381. boxedcars.TextColor3 = Color3.new(0.333333, 1, 1)
  382. boxedcars.TextSize = 14
  383. boxedcars.MouseButton1Down:connect(function()
  384. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(508, 3, -1463))
  385. end)
  386.  
  387. yourplot.Name = "yourplot"
  388. yourplot.Parent = MainFrame
  389. yourplot.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  390. yourplot.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  391. yourplot.Position = UDim2.new(0.69188118, 0, 0.833952606, 0)
  392. yourplot.Size = UDim2.new(0, 169, 0, 50)
  393. yourplot.Font = Enum.Font.SourceSansBold
  394. yourplot.Text = "YourPlot"
  395. yourplot.TextColor3 = Color3.new(0.333333, 1, 1)
  396. yourplot.TextSize = 14
  397. yourplot.MouseButton1Down:connect(function()
  398.     for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  399.         if v.Owner.Value == game.Players.LocalPlayer then
  400.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame
  401.         end
  402.     end
  403. end)
  404.  
  405. TextButton_2.Parent = MainFrame
  406. TextButton_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  407. TextButton_2.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  408. TextButton_2.Position = UDim2.new(0.906896532, 0, 0, 0)
  409. TextButton_2.Size = UDim2.new(0, 54, 0, 58)
  410. TextButton_2.Font = Enum.Font.SourceSans
  411. TextButton_2.Text = "X"
  412. TextButton_2.TextColor3 = Color3.new(1, 0, 0)
  413. TextButton_2.TextScaled = true
  414. TextButton_2.TextSize = 14
  415. TextButton_2.TextWrapped = true
  416. TextButton_2.MouseButton1Down:connect(function()
  417.     MainFrame:Destroy()
  418. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement