Advertisement
spidey_v6

Untitled

Dec 18th, 2019
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 122.25 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local MainFrame = Instance.new("ScrollingFrame")
  3. local Header = Instance.new("Frame")
  4. local Title = Instance.new("TextLabel")
  5. local LoginButton = Instance.new("TextButton")
  6. local KeyHolder = Instance.new("TextBox")
  7. local Frame = Instance.new("Frame")
  8. local TweenService = game:GetService("TweenService")
  9. local mouse = game.Players.LocalPlayer:GetMouse()
  10. function checkEnabled()
  11. end
  12.  
  13. --//Dragging\\
  14. local dragging
  15. local dragInput
  16. local dragStart
  17. local startPos
  18.  
  19. local function update(input)
  20. local delta = input.Position - dragStart
  21. MainFrame:TweenPosition(UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y),'Out','Linear',0.08,true)
  22. end
  23. Header.InputBegan:Connect(function(input)
  24. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  25. dragging = true
  26. dragStart = input.Position
  27. startPos = MainFrame.Position
  28.  
  29. repeat wait() until input.UserInputState == Enum.UserInputState.End
  30. dragging = false
  31. end
  32. end)
  33. Header.InputChanged:Connect(function(input)
  34. if input.UserInputType == Enum.UserInputType.MouseMovement then
  35. dragInput = input
  36. end
  37. end)
  38. game:GetService("UserInputService").InputChanged:Connect(function(input)
  39. if input == dragInput and dragging then
  40. update(input)
  41. end
  42. end)
  43. ScreenGui.Name = "Venyx"
  44. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  45.  
  46. MainFrame.Name = "MainFrame"
  47. MainFrame.Parent = ScreenGui
  48. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  49. MainFrame.BorderSizePixel = 0
  50. MainFrame.Position = UDim2.new(0.34369114, 0, 0.265536726, 0)
  51. MainFrame.Size = UDim2.new(0, 364, 0, 217)
  52. MainFrame.CanvasSize = UDim2.new(0, 0, 0, 0)
  53. MainFrame.ScrollBarThickness = 0
  54. MainFrame.ScrollingEnabled = false
  55.  
  56. Header.Name = "Header"
  57. Header.Parent = MainFrame
  58. Header.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  59. Header.BorderSizePixel = 0
  60. Header.Size = UDim2.new(0, 364, 0, 43)
  61.  
  62. Title.Name = "Title"
  63. Title.Parent = Header
  64. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  65. Title.BackgroundTransparency = 1
  66. Title.Position = UDim2.new(0.252747267, 0, 0, 0)
  67. Title.Size = UDim2.new(0, 182, 0, 45)
  68. Title.Font = Enum.Font.ArialBold
  69. Title.Text = "Venyx"
  70. Title.TextColor3 = Color3.new(1, 1, 1)
  71. Title.TextSize = 30
  72. Title.TextStrokeColor3 = Color3.new(0.25098, 0.505882, 0.760784)
  73.  
  74. local TabsButton = Instance.new("TextButton")
  75. local ImageLabel = Instance.new("ImageLabel")
  76. local Tab = Instance.new("Frame")
  77. local Local = Instance.new("TextButton")
  78. local Tools = Instance.new("TextButton")
  79. local Misc = Instance.new("TextButton")
  80. local WireArt = Instance.new("TextButton")
  81. local CoverPage = Instance.new("Frame")
  82. local CreditText = Instance.new("TextLabel")
  83. local WelcomeText = Instance.new("TextLabel")
  84. local LocalPage = Instance.new("Frame")
  85. local JpText = Instance.new("TextLabel")
  86. local WsBox = Instance.new("TextBox")
  87. local JpBox = Instance.new("TextBox")
  88. local ClickTpText = Instance.new("TextLabel")
  89. local ClickTpKey = Instance.new("TextBox")
  90. local NoClipButton = Instance.new("TextButton")
  91. local FlyButton = Instance.new("TextButton")
  92. local WsText = Instance.new("TextLabel")
  93. local NotifyText = Instance.new("TextLabel")
  94. local ToolsPage = Instance.new("Frame")
  95. local VehicleSpeedText = Instance.new("TextLabel")
  96. local VehicleSpeedBox = Instance.new("TextBox")
  97. local StructureModButton = Instance.new("TextButton")
  98. local WireModButton = Instance.new("TextButton")
  99. local WayPointsButton = Instance.new("TextButton")
  100. local PlacementModText = Instance.new("TextLabel")
  101. local TeleportPage = Instance.new("Frame")
  102. local TeleportList = Instance.new("ScrollingFrame")
  103. local TeleportOriginal = Instance.new("TextButton")
  104. local TeleportBackButton = Instance.new("TextButton")
  105. local BringTreeButton = Instance.new("TextButton")
  106. local BringTreePage = Instance.new("Frame")
  107. local TreeBackButton = Instance.new("TextButton")
  108. local TreeList = Instance.new("ScrollingFrame")
  109. local TreeOriginal = Instance.new("TextButton")
  110. local BringTreeStatusBox = Instance.new("ScrollingFrame")
  111. local BringTreeCurrentStatusText = Instance.new("TextLabel")
  112. local BringTreeStatusText = Instance.new("TextLabel")
  113. local MiscPage = Instance.new("Frame")
  114. local ThrowAxeButton = Instance.new("TextButton")
  115. local CarButton = Instance.new("TextButton")
  116. local PlankButton = Instance.new("TextButton")
  117. local ItemButton = Instance.new("TextButton")
  118. local AxeButton = Instance.new("TextButton")
  119. local WipeBaseButton = Instance.new("TextButton")
  120. local Border = Instance.new("Frame")
  121. local GetBlueprintsButton = Instance.new("TextButton")
  122. local BurnAllButton = Instance.new("TextButton")
  123. local PlayerBox = Instance.new("TextBox")
  124. local WireArtPage = Instance.new("Frame")
  125. local WireArtText = Instance.new("TextLabel")
  126. local WireTypeText = Instance.new("TextLabel")
  127. local SizeText = Instance.new("TextLabel")
  128. local WireArtButton = Instance.new("TextButton")
  129. local WiresButton = Instance.new("TextButton")
  130. local SizeBox = Instance.new("TextBox")
  131. local WireArtCreateButton = Instance.new("TextButton")
  132. local WireArts = Instance.new("ScrollingFrame")
  133. local WireArtList = Instance.new("ScrollingFrame")
  134. local WireArtOriginal = Instance.new("TextButton")
  135. local CustomLinkText = Instance.new("TextLabel")
  136. local CustomLinkNextButton = Instance.new("TextButton")
  137. local CustomLinkBox = Instance.new("TextBox")
  138. local Wires = Instance.new("ScrollingFrame")
  139. local WiresList = Instance.new("ScrollingFrame")
  140. local WiresOriginal = Instance.new("TextButton")
  141.  
  142. --//Properties\\
  143. TabsButton.Name = "TabsButton"
  144. TabsButton.Parent = MainFrame
  145. TabsButton.BackgroundColor3 = Color3.new(1, 1, 1)
  146. TabsButton.BackgroundTransparency = 1
  147. TabsButton.Position = UDim2.new(0.023, 0, -0.200000003, 0)
  148. TabsButton.Size = UDim2.new(0, 34, 0, 29)
  149. TabsButton.ZIndex = 2
  150. TabsButton.Font = Enum.Font.SourceSans
  151. TabsButton.Text = " "
  152. TabsButton.TextColor3 = Color3.new(0, 0, 0)
  153. TabsButton.TextSize = 14
  154.  
  155. ImageLabel.Parent = TabsButton
  156. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  157. ImageLabel.BackgroundTransparency = 1
  158. ImageLabel.Size = UDim2.new(0, 34, 0, 29)
  159. ImageLabel.Image = "rbxassetid://1936768956"
  160.  
  161. Tab.Name = "Tab"
  162. Tab.Parent = MainFrame
  163. Tab.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  164. Tab.BackgroundTransparency = 0.20000000298023
  165. Tab.BorderColor3 = Color3.new(0.278431, 0.556863, 0.835294)
  166. Tab.BorderSizePixel = 0
  167. Tab.Position = UDim2.new(-0.288461536, 0, 0.197999999, 0)
  168. Tab.Size = UDim2.new(0, 105, 0, 174)
  169. Tab.ZIndex = 3
  170.  
  171. Local.Name = "Local"
  172. Local.Parent = Tab
  173. Local.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  174. Local.BorderSizePixel = 0
  175. Local.Position = UDim2.new(0.095238097, 0, 0.0804597735, 0)
  176. Local.Size = UDim2.new(0, 86, 0, 29)
  177. Local.ZIndex = 4
  178. Local.AutoButtonColor = false
  179. Local.Font = Enum.Font.ArialBold
  180. Local.Text = "Local"
  181. Local.TextColor3 = Color3.new(1, 1, 1)
  182. Local.TextSize = 21
  183.  
  184. Tools.Name = "Tools"
  185. Tools.Parent = Tab
  186. Tools.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  187. Tools.BorderSizePixel = 0
  188. Tools.Position = UDim2.new(0.095238097, 0, 0.275862068, 0)
  189. Tools.Size = UDim2.new(0, 86, 0, 29)
  190. Tools.ZIndex = 4
  191. Tools.AutoButtonColor = false
  192. Tools.Font = Enum.Font.ArialBold
  193. Tools.Text = "Tools"
  194. Tools.TextColor3 = Color3.new(1, 1, 1)
  195. Tools.TextSize = 21
  196.  
  197. Misc.Name = "Misc"
  198. Misc.Parent = Tab
  199. Misc.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  200. Misc.BorderSizePixel = 0
  201. Misc.Position = UDim2.new(0.0949999988, 0, 0.472000003, 0)
  202. Misc.Size = UDim2.new(0, 86, 0, 29)
  203. Misc.ZIndex = 4
  204. Misc.AutoButtonColor = false
  205. Misc.Font = Enum.Font.ArialBold
  206. Misc.Text = "Misc"
  207. Misc.TextColor3 = Color3.new(1, 1, 1)
  208. Misc.TextSize = 21
  209.  
  210. WireArt.Name = "WireArt"
  211. WireArt.Parent = Tab
  212. WireArt.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  213. WireArt.BorderSizePixel = 0
  214. WireArt.Position = UDim2.new(0.0949999988, 0, 0.667999983, 0)
  215. WireArt.Size = UDim2.new(0, 86, 0, 29)
  216. WireArt.ZIndex = 4
  217. WireArt.AutoButtonColor = false
  218. WireArt.Font = Enum.Font.ArialBold
  219. WireArt.Text = "WireArt"
  220. WireArt.TextColor3 = Color3.new(1, 1, 1)
  221. WireArt.TextSize = 21
  222.  
  223. CoverPage.Name = "CoverPage"
  224. CoverPage.Parent = MainFrame
  225. CoverPage.BackgroundColor3 = Color3.new(1, 1, 1)
  226. CoverPage.BorderSizePixel = 0
  227. CoverPage.Position = UDim2.new(0, 0, 0.198156685, 0)
  228. CoverPage.Size = UDim2.new(0, 364, 0, 174)
  229. CoverPage.Visible = false
  230. CoverPage.ZIndex = 2
  231.  
  232. CreditText.Name = "CreditText"
  233. CreditText.Parent = CoverPage
  234. CreditText.BackgroundColor3 = Color3.new(1, 1, 1)
  235. CreditText.BackgroundTransparency = 1
  236. CreditText.Position = UDim2.new(0.206043959, 0, 0.535144806, 0)
  237. CreditText.Size = UDim2.new(0, 215, 0, 33)
  238. CreditText.Font = Enum.Font.ArialBold
  239. CreditText.Text = "Gui & Script By: TehDino"
  240. CreditText.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  241. CreditText.TextSize = 23
  242.  
  243. WelcomeText.Name = "WelcomeText"
  244. WelcomeText.Parent = CoverPage
  245. WelcomeText.BackgroundColor3 = Color3.new(1, 1, 1)
  246. WelcomeText.BackgroundTransparency = 1
  247. WelcomeText.Position = UDim2.new(0.203296706, 0, 0.204592392, 0)
  248. WelcomeText.Size = UDim2.new(0, 215, 0, 33)
  249. WelcomeText.Font = Enum.Font.ArialBold
  250. WelcomeText.Text = "Welcome PlayerName"
  251. WelcomeText.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  252. WelcomeText.TextSize = 23
  253.  
  254. LocalPage.Name = "LocalPage"
  255. LocalPage.Parent = MainFrame
  256. LocalPage.BackgroundColor3 = Color3.new(1, 1, 1)
  257. LocalPage.BorderSizePixel = 0
  258. LocalPage.Position = UDim2.new(-1, 0, 0.197999999, 0)
  259. LocalPage.Size = UDim2.new(0, 364, 0, 174)
  260.  
  261. JpText.Name = "JpText"
  262. JpText.Parent = LocalPage
  263. JpText.BackgroundColor3 = Color3.new(1, 1, 1)
  264. JpText.BackgroundTransparency = 1
  265. JpText.Position = UDim2.new(0.527472556, 0, 0.442528725, 0)
  266. JpText.Size = UDim2.new(0, 119, 0, 33)
  267. JpText.Font = Enum.Font.ArialBold
  268. JpText.Text = "JumpPower"
  269. JpText.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  270. JpText.TextSize = 23
  271.  
  272. WsBox.Name = "WsBox"
  273. WsBox.Parent = LocalPage
  274. WsBox.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  275. WsBox.BackgroundTransparency = 0.34999999403954
  276. WsBox.BorderSizePixel = 0
  277. WsBox.Position = UDim2.new(0.283373654, 0, 0.632252872, 0)
  278. WsBox.Size = UDim2.new(0, 37, 0, 33)
  279. WsBox.Font = Enum.Font.ArialBold
  280. WsBox.Text = "16"
  281. WsBox.TextColor3 = Color3.new(1, 1, 1)
  282. WsBox.TextSize = 18
  283.  
  284. JpBox.Name = "JpBox"
  285. JpBox.Parent = LocalPage
  286. JpBox.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  287. JpBox.BackgroundTransparency = 0.34999999403954
  288. JpBox.BorderSizePixel = 0
  289. JpBox.Position = UDim2.new(0.616999984, 0, 0.632000029, 0)
  290. JpBox.Size = UDim2.new(0, 37, 0, 33)
  291. JpBox.Font = Enum.Font.ArialBold
  292. JpBox.Text = "50"
  293. JpBox.TextColor3 = Color3.new(1, 1, 1)
  294. JpBox.TextSize = 18
  295.  
  296. ClickTpText.Name = "ClickTpText"
  297. ClickTpText.Parent = LocalPage
  298. ClickTpText.BackgroundColor3 = Color3.new(1, 1, 1)
  299. ClickTpText.BackgroundTransparency = 1
  300. ClickTpText.Position = UDim2.new(0.192307696, 0, 0.0402299128, 0)
  301. ClickTpText.Size = UDim2.new(0, 152, 0, 33)
  302. ClickTpText.Font = Enum.Font.ArialBold
  303. ClickTpText.Text = "Click To Tp:"
  304. ClickTpText.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  305. ClickTpText.TextSize = 23
  306.  
  307. ClickTpKey.Name = "ClickTpKey"
  308. ClickTpKey.Parent = LocalPage
  309. ClickTpKey.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  310. ClickTpKey.BackgroundTransparency = 0.34999999403954
  311. ClickTpKey.BorderSizePixel = 0
  312. ClickTpKey.Position = UDim2.new(0.585164785, 0, 0.0459770076, 0)
  313. ClickTpKey.Size = UDim2.new(0, 46, 0, 32)
  314. ClickTpKey.Font = Enum.Font.ArialBold
  315. ClickTpKey.Text = "G"
  316. ClickTpKey.TextColor3 = Color3.new(1, 1, 1)
  317. ClickTpKey.TextSize = 18
  318.  
  319. NoClipButton.Name = "NoClipButton"
  320. NoClipButton.Parent = LocalPage
  321. NoClipButton.BackgroundColor3 = Color3.new(0.423529, 0.768628, 1)
  322. NoClipButton.BorderSizePixel = 0
  323. NoClipButton.Position = UDim2.new(0.192307696, 0, 0.261454493, 0)
  324. NoClipButton.Size = UDim2.new(0, 104, 0, 29)
  325. NoClipButton.Font = Enum.Font.ArialBold
  326. NoClipButton.Text = "NoClip"
  327. NoClipButton.TextColor3 = Color3.new(1, 1, 1)
  328. NoClipButton.TextSize = 19
  329.  
  330. FlyButton.Name = "FlyButton"
  331. FlyButton.Parent = LocalPage
  332. FlyButton.BackgroundColor3 = Color3.new(0.423529, 0.768628, 1)
  333. FlyButton.BorderSizePixel = 0
  334. FlyButton.Position = UDim2.new(0.527472556, 0, 0.261454493, 0)
  335. FlyButton.Size = UDim2.new(0, 104, 0, 29)
  336. FlyButton.Font = Enum.Font.ArialBold
  337. FlyButton.Text = "Fly"
  338. FlyButton.TextColor3 = Color3.new(1, 1, 1)
  339. FlyButton.TextSize = 19
  340.  
  341. WsText.Name = "WsText"
  342. WsText.Parent = LocalPage
  343. WsText.BackgroundColor3 = Color3.new(1, 1, 1)
  344. WsText.BackgroundTransparency = 1
  345. WsText.Position = UDim2.new(0.156593412, 0, 0.442528725, 0)
  346. WsText.Size = UDim2.new(0, 129, 0, 33)
  347. WsText.Font = Enum.Font.ArialBold
  348. WsText.Text = "WalkSpeed"
  349. WsText.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  350. WsText.TextSize = 23
  351.  
  352. NotifyText.Name = "NotifyText"
  353. NotifyText.Parent = MainFrame
  354. NotifyText.BackgroundColor3 = Color3.new(1, 1, 1)
  355. NotifyText.BackgroundTransparency = 1
  356. NotifyText.Position = UDim2.new(0, 0, 0.866359472, 0)
  357. NotifyText.Size = UDim2.new(0, 364, 0, 29)
  358. NotifyText.ZIndex = 3
  359. NotifyText.Font = Enum.Font.ArialBold
  360. NotifyText.Text = "Notify"
  361. NotifyText.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  362. NotifyText.TextSize = 20
  363. NotifyText.TextStrokeColor3 = Color3.new(1, 1, 1)
  364. NotifyText.TextTransparency = 1
  365.  
  366. ToolsPage.Name = "ToolsPage"
  367. ToolsPage.Parent = MainFrame
  368. ToolsPage.BackgroundColor3 = Color3.new(1, 1, 1)
  369. ToolsPage.BorderSizePixel = 0
  370. ToolsPage.Position = UDim2.new(-1, 0, 0.197999999, 0)
  371. ToolsPage.Size = UDim2.new(0, 364, 0, 174)
  372.  
  373. VehicleSpeedText.Name = "VehicleSpeedText"
  374. VehicleSpeedText.Parent = ToolsPage
  375. VehicleSpeedText.BackgroundColor3 = Color3.new(1, 1, 1)
  376. VehicleSpeedText.BackgroundTransparency = 1
  377. VehicleSpeedText.Position = UDim2.new(0.225274727, 0, 0.0574712455, 0)
  378. VehicleSpeedText.Size = UDim2.new(0, 152, 0, 33)
  379. VehicleSpeedText.Font = Enum.Font.ArialBold
  380. VehicleSpeedText.Text = "Vehicle Speed:"
  381. VehicleSpeedText.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  382. VehicleSpeedText.TextSize = 23
  383.  
  384. VehicleSpeedBox.Name = "VehicleSpeedBox"
  385. VehicleSpeedBox.Parent = ToolsPage
  386. VehicleSpeedBox.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  387. VehicleSpeedBox.BackgroundTransparency = 0.34999999403954
  388. VehicleSpeedBox.BorderSizePixel = 0
  389. VehicleSpeedBox.Position = UDim2.new(0.65934056, 0, 0.0632184446, 0)
  390. VehicleSpeedBox.Size = UDim2.new(0, 46, 0, 32)
  391. VehicleSpeedBox.Font = Enum.Font.ArialBold
  392. VehicleSpeedBox.Text = "1.4"
  393. VehicleSpeedBox.TextColor3 = Color3.new(1, 1, 1)
  394. VehicleSpeedBox.TextSize = 18
  395.  
  396. StructureModButton.Name = "StructureModButton"
  397. StructureModButton.Parent = ToolsPage
  398. StructureModButton.BackgroundColor3 = Color3.new(0.423529, 0.768628, 1)
  399. StructureModButton.BorderSizePixel = 0
  400. StructureModButton.Position = UDim2.new(0.118131869, 0, 0.649425268, 0)
  401. StructureModButton.Size = UDim2.new(0, 137, 0, 32)
  402. StructureModButton.Font = Enum.Font.ArialBold
  403. StructureModButton.Text = "Structure"
  404. StructureModButton.TextColor3 = Color3.new(1, 1, 1)
  405. StructureModButton.TextSize = 23
  406.  
  407. WireModButton.Name = "WireModButton"
  408. WireModButton.Parent = ToolsPage
  409. WireModButton.BackgroundColor3 = Color3.new(0.423529, 0.768628, 1)
  410. WireModButton.BorderSizePixel = 0
  411. WireModButton.Position = UDim2.new(0.535714269, 0, 0.649425268, 0)
  412. WireModButton.Size = UDim2.new(0, 137, 0, 32)
  413. WireModButton.Font = Enum.Font.ArialBold
  414. WireModButton.Text = "Wire"
  415. WireModButton.TextColor3 = Color3.new(1, 1, 1)
  416. WireModButton.TextSize = 23
  417.  
  418. WayPointsButton.Name = "WayPointsButton"
  419. WayPointsButton.Parent = ToolsPage
  420. WayPointsButton.BackgroundColor3 = Color3.new(0.423529, 0.768628, 1)
  421. WayPointsButton.BorderSizePixel = 0
  422. WayPointsButton.Position = UDim2.new(0.118131869, 0, 0.287356287, 0)
  423. WayPointsButton.Size = UDim2.new(0, 137, 0, 32)
  424. WayPointsButton.Font = Enum.Font.ArialBold
  425. WayPointsButton.Text = "WayPoints"
  426. WayPointsButton.TextColor3 = Color3.new(1, 1, 1)
  427. WayPointsButton.TextSize = 23
  428.  
  429. PlacementModText.Name = "PlacementModText"
  430. PlacementModText.Parent = ToolsPage
  431. PlacementModText.BackgroundColor3 = Color3.new(1, 1, 1)
  432. PlacementModText.BackgroundTransparency = 1
  433. PlacementModText.Position = UDim2.new(0.118131869, 0, 0.488505751, 0)
  434. PlacementModText.Size = UDim2.new(0, 289, 0, 28)
  435. PlacementModText.Font = Enum.Font.ArialBold
  436. PlacementModText.Text = "Placement Mods"
  437. PlacementModText.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  438. PlacementModText.TextSize = 20
  439.  
  440. TeleportPage.Name = "TeleportPage"
  441. TeleportPage.Parent = ToolsPage
  442. TeleportPage.BackgroundColor3 = Color3.new(1, 1, 1)
  443. TeleportPage.BorderSizePixel = 0
  444. TeleportPage.Position = UDim2.new(0, 0, 0.5, 0)
  445. TeleportPage.Size = UDim2.new(0, 363, 0, 0)
  446. TeleportPage.ZIndex = 2
  447.  
  448. TeleportList.Name = "TeleportList"
  449. TeleportList.Parent = TeleportPage
  450. TeleportList.BackgroundColor3 = Color3.new(1, 1, 1)
  451. TeleportList.BorderColor3 = Color3.new(0.333333, 0.666667, 1)
  452. TeleportList.Position = UDim2.new(0.225895315, 0, 0.0804597735, 0)
  453. TeleportList.Size = UDim2.new(0, 204, 0, 0)
  454. TeleportList.Visible = false
  455. TeleportList.ZIndex = 2
  456. TeleportList.CanvasSize = UDim2.new(0, 0, 2.9000001, 0)
  457. TeleportList.ScrollBarThickness = 0
  458.  
  459. TeleportOriginal.Name = "TeleportOriginal"
  460. TeleportOriginal.Parent = TeleportList
  461. TeleportOriginal.BackgroundColor3 = Color3.new(0.423529, 0.768628, 1)
  462. TeleportOriginal.BorderSizePixel = 0
  463. TeleportOriginal.Position = UDim2.new(0.181999996, 0, 0, -35)
  464. TeleportOriginal.Size = UDim2.new(0, 137, 0, 28)
  465. TeleportOriginal.Visible = false
  466. TeleportOriginal.ZIndex = 2
  467. TeleportOriginal.Font = Enum.Font.ArialBold
  468. TeleportOriginal.Text = "WayPoint"
  469. TeleportOriginal.TextColor3 = Color3.new(1, 1, 1)
  470. TeleportOriginal.TextScaled = true
  471. TeleportOriginal.TextSize = 23
  472. TeleportOriginal.TextWrapped = true
  473.  
  474. TeleportBackButton.Name = "TeleportBackButton"
  475. TeleportBackButton.Parent = TeleportPage
  476. TeleportBackButton.BackgroundColor3 = Color3.new(0.423529, 0.768628, 1)
  477. TeleportBackButton.BorderSizePixel = 0
  478. TeleportBackButton.Position = UDim2.new(0.0520000011, 0, 1, 0)
  479. TeleportBackButton.Size = UDim2.new(0, 53, 0, 27)
  480. TeleportBackButton.Visible = false
  481. TeleportBackButton.ZIndex = 2
  482. TeleportBackButton.Font = Enum.Font.ArialBold
  483. TeleportBackButton.Text = "Back"
  484. TeleportBackButton.TextColor3 = Color3.new(1, 1, 1)
  485. TeleportBackButton.TextSize = 20
  486.  
  487. BringTreeButton.Name = "BringTreeButton"
  488. BringTreeButton.Parent = ToolsPage
  489. BringTreeButton.BackgroundColor3 = Color3.new(0.423529, 0.768628, 1)
  490. BringTreeButton.BorderSizePixel = 0
  491. BringTreeButton.Position = UDim2.new(0.535714269, 0, 0.287356287, 0)
  492. BringTreeButton.Size = UDim2.new(0, 137, 0, 32)
  493. BringTreeButton.Font = Enum.Font.ArialBold
  494. BringTreeButton.Text = "Bring Tree"
  495. BringTreeButton.TextColor3 = Color3.new(1, 1, 1)
  496. BringTreeButton.TextSize = 23
  497.  
  498. BringTreePage.Name = "BringTreePage"
  499. BringTreePage.Parent = ToolsPage
  500. BringTreePage.BackgroundColor3 = Color3.new(1, 1, 1)
  501. BringTreePage.BorderSizePixel = 0
  502. BringTreePage.ClipsDescendants = true
  503. BringTreePage.Position = UDim2.new(0, 0, 0.5, 0)
  504. BringTreePage.Size = UDim2.new(0, 363, 0, 0)
  505. BringTreePage.ZIndex = 2
  506.  
  507. TreeBackButton.Name = "TreeBackButton"
  508. TreeBackButton.Parent = BringTreePage
  509. TreeBackButton.BackgroundColor3 = Color3.new(0.423529, 0.768628, 1)
  510. TreeBackButton.BorderSizePixel = 0
  511. TreeBackButton.Position = UDim2.new(0.0520000011, 0, 1, 0)
  512. TreeBackButton.Size = UDim2.new(0, 53, 0, 27)
  513. TreeBackButton.Visible = false
  514. TreeBackButton.ZIndex = 2
  515. TreeBackButton.Font = Enum.Font.ArialBold
  516. TreeBackButton.Text = "Back"
  517. TreeBackButton.TextColor3 = Color3.new(1, 1, 1)
  518. TreeBackButton.TextSize = 20
  519.  
  520. TreeList.Name = "TreeList"
  521. TreeList.Parent = BringTreePage
  522. TreeList.BackgroundColor3 = Color3.new(1, 1, 1)
  523. TreeList.BorderColor3 = Color3.new(0.333333, 0.666667, 1)
  524. TreeList.Position = UDim2.new(0.225895315, 0, 0.0804597735, 0)
  525. TreeList.Size = UDim2.new(0, 204, 0, 0)
  526. TreeList.Visible = false
  527. TreeList.ZIndex = 2
  528. TreeList.CanvasSize = UDim2.new(0, 0, 3.1, 0)
  529. TreeList.ScrollBarThickness = 0
  530.  
  531. TreeOriginal.Name = "TreeOriginal"
  532. TreeOriginal.Parent = TreeList
  533. TreeOriginal.BackgroundColor3 = Color3.new(0.423529, 0.768628, 1)
  534. TreeOriginal.BorderSizePixel = 0
  535. TreeOriginal.Position = UDim2.new(0.181999996, 0, 0, -35)
  536. TreeOriginal.Size = UDim2.new(0, 137, 0, 28)
  537. TreeOriginal.Visible = false
  538. TreeOriginal.ZIndex = 2
  539. TreeOriginal.Font = Enum.Font.ArialBold
  540. TreeOriginal.Text = "WayPoint"
  541. TreeOriginal.TextColor3 = Color3.new(1, 1, 1)
  542. TreeOriginal.TextScaled = true
  543. TreeOriginal.TextSize = 23
  544. TreeOriginal.TextWrapped = true
  545.  
  546. BringTreeStatusBox.Name = "BringTreeStatusBox"
  547. BringTreeStatusBox.Parent = BringTreePage
  548. BringTreeStatusBox.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  549. BringTreeStatusBox.BorderColor3 = Color3.new(0.333333, 0.666667, 1)
  550. BringTreeStatusBox.Position = UDim2.new(1, 0, 0.430999994, 0)
  551. BringTreeStatusBox.Size = UDim2.new(0, 65, 0, 33)
  552. BringTreeStatusBox.ZIndex = 2
  553. BringTreeStatusBox.CanvasSize = UDim2.new(0, 0, 0, 0)
  554. BringTreeStatusBox.ScrollBarThickness = 0
  555.  
  556. BringTreeCurrentStatusText.Name = "BringTreeCurrentStatusText"
  557. BringTreeCurrentStatusText.Parent = BringTreeStatusBox
  558. BringTreeCurrentStatusText.BackgroundColor3 = Color3.new(1, 1, 1)
  559. BringTreeCurrentStatusText.BackgroundTransparency = 1
  560. BringTreeCurrentStatusText.Position = UDim2.new(-0.0923076943, 0, 0.058441557, 0)
  561. BringTreeCurrentStatusText.Size = UDim2.new(0, 75, 0, 28)
  562. BringTreeCurrentStatusText.ZIndex = 2
  563. BringTreeCurrentStatusText.Font = Enum.Font.ArialBold
  564. BringTreeCurrentStatusText.Text = "Ready"
  565. BringTreeCurrentStatusText.TextColor3 = Color3.new(1, 1, 1)
  566. BringTreeCurrentStatusText.TextSize = 19
  567.  
  568. BringTreeStatusText.Name = "BringTreeStatusText"
  569. BringTreeStatusText.Parent = BringTreePage
  570. BringTreeStatusText.BackgroundColor3 = Color3.new(1, 1, 1)
  571. BringTreeStatusText.BackgroundTransparency = 1
  572. BringTreeStatusText.Position = UDim2.new(1, 0, 0.230000004, 0)
  573. BringTreeStatusText.Size = UDim2.new(0, 77, 0, 28)
  574. BringTreeStatusText.ZIndex = 2
  575. BringTreeStatusText.Font = Enum.Font.ArialBold
  576. BringTreeStatusText.Text = "Status"
  577. BringTreeStatusText.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  578. BringTreeStatusText.TextSize = 22
  579.  
  580. MiscPage.Name = "MiscPage"
  581. MiscPage.Parent = MainFrame
  582. MiscPage.BackgroundColor3 = Color3.new(1, 1, 1)
  583. MiscPage.BorderSizePixel = 0
  584. MiscPage.Position = UDim2.new(-1, 0, 0.197999999, 0)
  585. MiscPage.Size = UDim2.new(0, 364, 0, 174)
  586.  
  587. ThrowAxeButton.Name = "ThrowAxeButton"
  588. ThrowAxeButton.Parent = MiscPage
  589. ThrowAxeButton.BackgroundColor3 = Color3.new(0.423529, 0.768628, 1)
  590. ThrowAxeButton.BorderSizePixel = 0
  591. ThrowAxeButton.Position = UDim2.new(0.626, 0, 0.149, 0)
  592. ThrowAxeButton.Size = UDim2.new(0, 117, 0, 29)
  593. ThrowAxeButton.Font = Enum.Font.ArialBold
  594. ThrowAxeButton.Text = "Throw Axe"
  595. ThrowAxeButton.TextColor3 = Color3.new(1, 1, 1)
  596. ThrowAxeButton.TextSize = 19
  597.  
  598. CarButton.Name = "CarButton"
  599. CarButton.Parent = MiscPage
  600. CarButton.BackgroundColor3 = Color3.new(0.423529, 0.768628, 1)
  601. CarButton.BorderSizePixel = 0
  602. CarButton.Position = UDim2.new(0.0439780205, 0, 0.540701151, 0)
  603. CarButton.Size = UDim2.new(0, 52, 0, 27)
  604. CarButton.Font = Enum.Font.ArialBold
  605. CarButton.Text = "Car"
  606. CarButton.TextColor3 = Color3.new(1, 1, 1)
  607. CarButton.TextSize = 19
  608.  
  609. PlankButton.Name = "PlankButton"
  610. PlankButton.Parent = MiscPage
  611. PlankButton.BackgroundColor3 = Color3.new(0.423529, 0.768628, 1)
  612. PlankButton.BorderSizePixel = 0
  613. PlankButton.Position = UDim2.new(0.0446745306, 0, 0.344701141, 0)
  614. PlankButton.Size = UDim2.new(0, 52, 0, 27)
  615. PlankButton.Font = Enum.Font.ArialBold
  616. PlankButton.Text = "Plank"
  617. PlankButton.TextColor3 = Color3.new(1, 1, 1)
  618. PlankButton.TextSize = 19
  619.  
  620. ItemButton.Name = "ItemButton"
  621. ItemButton.Parent = MiscPage
  622. ItemButton.BackgroundColor3 = Color3.new(0.423529, 0.768628, 1)
  623. ItemButton.BorderSizePixel = 0
  624. ItemButton.Position = UDim2.new(0.210549429, 0, 0.344701141, 0)
  625. ItemButton.Size = UDim2.new(0, 52, 0, 27)
  626. ItemButton.Font = Enum.Font.ArialBold
  627. ItemButton.Text = "Item"
  628. ItemButton.TextColor3 = Color3.new(1, 1, 1)
  629. ItemButton.TextSize = 19
  630.  
  631. AxeButton.Name = "AxeButton"
  632. AxeButton.Parent = MiscPage
  633. AxeButton.BackgroundColor3 = Color3.new(0.423529, 0.768628, 1)
  634. AxeButton.BorderSizePixel = 0
  635. AxeButton.Position = UDim2.new(0.37697801, 0, 0.344701141, 0)
  636. AxeButton.Size = UDim2.new(0, 52, 0, 27)
  637. AxeButton.Font = Enum.Font.ArialBold
  638. AxeButton.Text = "Axe"
  639. AxeButton.TextColor3 = Color3.new(1, 1, 1)
  640. AxeButton.TextSize = 19
  641.  
  642. WipeBaseButton.Name = "WipeBaseButton"
  643. WipeBaseButton.Parent = MiscPage
  644. WipeBaseButton.BackgroundColor3 = Color3.new(0.423529, 0.768628, 1)
  645. WipeBaseButton.BorderSizePixel = 0
  646. WipeBaseButton.Position = UDim2.new(0.211538464, 0, 0.540229857, 0)
  647. WipeBaseButton.Size = UDim2.new(0, 112, 0, 27)
  648. WipeBaseButton.Font = Enum.Font.ArialBold
  649. WipeBaseButton.Text = "Wipe Base"
  650. WipeBaseButton.TextColor3 = Color3.new(1, 1, 1)
  651. WipeBaseButton.TextSize = 19
  652.  
  653. Border.Name = "Border"
  654. Border.Parent = MiscPage
  655. Border.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  656. Border.BorderSizePixel = 0
  657. Border.Position = UDim2.new(0.552197814, 0, 0.0517241359, 0)
  658. Border.Size = UDim2.new(0, 2, 0, 134)
  659.  
  660. GetBlueprintsButton.Name = "GetBlueprintsButton"
  661. GetBlueprintsButton.Parent = MiscPage
  662. GetBlueprintsButton.BackgroundColor3 = Color3.new(0.423529, 0.768628, 1)
  663. GetBlueprintsButton.BorderSizePixel = 0
  664. GetBlueprintsButton.Position = UDim2.new(0.626, 0, 0.541, 0)
  665. GetBlueprintsButton.Size = UDim2.new(0, 117, 0, 29)
  666. GetBlueprintsButton.Font = Enum.Font.ArialBold
  667. GetBlueprintsButton.Text = "Get Blueprint"
  668. GetBlueprintsButton.TextColor3 = Color3.new(1, 1, 1)
  669. GetBlueprintsButton.TextSize = 19
  670. GetBlueprintsButton.TextWrapped = true
  671.  
  672. BurnAllButton.Name = "BurnAllButton"
  673. BurnAllButton.Parent = MiscPage
  674. BurnAllButton.BackgroundColor3 = Color3.new(0.423529, 0.768628, 1)
  675. BurnAllButton.BorderSizePixel = 0
  676. BurnAllButton.Position = UDim2.new(0.627, 0, 0.345, 0)
  677. BurnAllButton.Size = UDim2.new(0, 117, 0, 29)
  678. BurnAllButton.Font = Enum.Font.ArialBold
  679. BurnAllButton.Text = "Burn All"
  680. BurnAllButton.TextColor3 = Color3.new(1, 1, 1)
  681. BurnAllButton.TextSize = 19
  682. BurnAllButton.TextWrapped = true
  683.  
  684. PlayerBox.Name = "PlayerBox"
  685. PlayerBox.Parent = MiscPage
  686. PlayerBox.BackgroundColor3 = Color3.new(0.576471, 0.831373, 1)
  687. PlayerBox.BorderSizePixel = 0
  688. PlayerBox.Position = UDim2.new(0.156208798, 0, 0.149712652, 0)
  689. PlayerBox.Size = UDim2.new(0, 99, 0, 28)
  690. PlayerBox.Font = Enum.Font.ArialBold
  691. PlayerBox.Text = "PlayerName"
  692. PlayerBox.TextColor3 = Color3.new(1, 1, 1)
  693. PlayerBox.TextScaled = true
  694. PlayerBox.TextSize = 20
  695. PlayerBox.TextWrapped = true
  696.  
  697. WireArtPage.Name = "WireArtPage"
  698. WireArtPage.Parent = MainFrame
  699. WireArtPage.BackgroundColor3 = Color3.new(1, 1, 1)
  700. WireArtPage.BorderSizePixel = 0
  701. WireArtPage.Position = UDim2.new(-1, 0, 0.197999999, 0)
  702. WireArtPage.Size = UDim2.new(0, 364, 0, 174)
  703.  
  704. WireArtText.Name = "WireArtText"
  705. WireArtText.Parent = WireArtPage
  706. WireArtText.BackgroundColor3 = Color3.new(1, 1, 1)
  707. WireArtText.BackgroundTransparency = 1
  708. WireArtText.Position = UDim2.new(0.0274725221, 0, 0.132183909, 0)
  709. WireArtText.Size = UDim2.new(0, 112, 0, 38)
  710. WireArtText.Font = Enum.Font.ArialBold
  711. WireArtText.Text = "Wire Art"
  712. WireArtText.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  713. WireArtText.TextSize = 23
  714. WireArtText.TextStrokeColor3 = Color3.new(1, 1, 1)
  715. WireArtText.TextWrapped = true
  716.  
  717. WireTypeText.Name = "WireTypeText"
  718. WireTypeText.Parent = WireArtPage
  719. WireTypeText.BackgroundColor3 = Color3.new(1, 1, 1)
  720. WireTypeText.BackgroundTransparency = 1
  721. WireTypeText.Position = UDim2.new(0.382494509, 0, 0.13245976, 0)
  722. WireTypeText.Size = UDim2.new(0, 112, 0, 38)
  723. WireTypeText.Font = Enum.Font.ArialBold
  724. WireTypeText.Text = "Wire Type"
  725. WireTypeText.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  726. WireTypeText.TextSize = 23
  727. WireTypeText.TextStrokeColor3 = Color3.new(1, 1, 1)
  728. WireTypeText.TextWrapped = true
  729.  
  730. SizeText.Name = "SizeText"
  731. SizeText.Parent = WireArtPage
  732. SizeText.BackgroundColor3 = Color3.new(1, 1, 1)
  733. SizeText.BackgroundTransparency = 1
  734. SizeText.Position = UDim2.new(0.692494512, 0, 0.13245976, 0)
  735. SizeText.Size = UDim2.new(0, 112, 0, 38)
  736. SizeText.Font = Enum.Font.ArialBold
  737. SizeText.Text = "Art Size"
  738. SizeText.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  739. SizeText.TextSize = 23
  740. SizeText.TextStrokeColor3 = Color3.new(1, 1, 1)
  741. SizeText.TextWrapped = true
  742.  
  743. WireArtButton.Name = "WireArtButton"
  744. WireArtButton.Parent = WireArtPage
  745. WireArtButton.BackgroundColor3 = Color3.new(0.423529, 0.768628, 1)
  746. WireArtButton.BorderSizePixel = 0
  747. WireArtButton.Position = UDim2.new(0.0274724923, 0, 0.344827563, 0)
  748. WireArtButton.Size = UDim2.new(0, 113, 0, 28)
  749. WireArtButton.Font = Enum.Font.ArialBold
  750. WireArtButton.Text = "None"
  751. WireArtButton.TextColor3 = Color3.new(1, 1, 1)
  752. WireArtButton.TextSize = 19
  753. WireArtButton.TextWrapped = true
  754.  
  755. WiresButton.Name = "WiresButton"
  756. WiresButton.Parent = WireArtPage
  757. WiresButton.BackgroundColor3 = Color3.new(0.423529, 0.768628, 1)
  758. WiresButton.BorderSizePixel = 0
  759. WiresButton.Position = UDim2.new(0.381494492, 0, 0.344459772, 0)
  760. WiresButton.Size = UDim2.new(0, 113, 0, 28)
  761. WiresButton.Font = Enum.Font.ArialBold
  762. WiresButton.Text = "None"
  763. WiresButton.TextColor3 = Color3.new(1, 1, 1)
  764. WiresButton.TextSize = 19
  765. WiresButton.TextWrapped = true
  766.  
  767. SizeBox.Name = "SizeBox"
  768. SizeBox.Parent = WireArtPage
  769. SizeBox.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  770. SizeBox.BackgroundTransparency = 0.34999999403954
  771. SizeBox.BorderSizePixel = 0
  772. SizeBox.Position = UDim2.new(0.793955922, 0, 0.357831538, 0)
  773. SizeBox.Size = UDim2.new(0, 37, 0, 33)
  774. SizeBox.Font = Enum.Font.ArialBold
  775. SizeBox.Text = "1"
  776. SizeBox.TextColor3 = Color3.new(1, 1, 1)
  777. SizeBox.TextSize = 18
  778.  
  779. WireArtCreateButton.Name = "WireArtCreateButton"
  780. WireArtCreateButton.Parent = WireArtPage
  781. WireArtCreateButton.BackgroundColor3 = Color3.new(0.423529, 0.768628, 1)
  782. WireArtCreateButton.BorderSizePixel = 0
  783. WireArtCreateButton.Position = UDim2.new(0.5, -69, 0.661000013, 0)
  784. WireArtCreateButton.Size = UDim2.new(0, 138, 0, 31)
  785. WireArtCreateButton.Font = Enum.Font.ArialBold
  786. WireArtCreateButton.Text = "Create"
  787. WireArtCreateButton.TextColor3 = Color3.new(1, 1, 1)
  788. WireArtCreateButton.TextSize = 22
  789. WireArtCreateButton.TextWrapped = true
  790.  
  791. WireArts.Name = "WireArts"
  792. WireArts.Parent = WireArtPage
  793. WireArts.BackgroundColor3 = Color3.new(1, 1, 1)
  794. WireArts.BorderSizePixel = 0
  795. WireArts.Position = UDim2.new(0, 0, 0.5, 0)
  796. WireArts.Size = UDim2.new(0, 363, 0, 0)
  797. WireArts.Visible = false
  798. WireArts.CanvasSize = UDim2.new(0, 0, 0, 0)
  799. WireArts.ScrollBarThickness = 0
  800.  
  801. WireArtList.Name = "WireArtList"
  802. WireArtList.Parent = WireArts
  803. WireArtList.BackgroundColor3 = Color3.new(1, 1, 1)
  804. WireArtList.BorderColor3 = Color3.new(0.333333, 0.666667, 1)
  805. WireArtList.LayoutOrder = 1
  806. WireArtList.Position = UDim2.new(0.0631868169, 0, 0.0919540226, 0)
  807. WireArtList.Size = UDim2.new(0, 219, 0, 0)
  808. WireArtList.Visible = false
  809. WireArtList.ScrollBarThickness = 0
  810.  
  811. WireArtOriginal.Name = "WireArtOriginal"
  812. WireArtOriginal.Parent = WireArtList
  813. WireArtOriginal.BackgroundColor3 = Color3.new(0.423529, 0.768628, 1)
  814. WireArtOriginal.BorderSizePixel = 0
  815. WireArtOriginal.Position = UDim2.new(0.0729999989, 0, 0, 10)
  816. WireArtOriginal.Size = UDim2.new(0, 187, 0, 28)
  817. WireArtOriginal.Font = Enum.Font.ArialBold
  818. WireArtOriginal.Text = "Wire Art"
  819. WireArtOriginal.TextColor3 = Color3.new(1, 1, 1)
  820. WireArtOriginal.TextSize = 23
  821.  
  822. CustomLinkText.Name = "CustomLinkText"
  823. CustomLinkText.Parent = WireArts
  824. CustomLinkText.BackgroundColor3 = Color3.new(1, 1, 1)
  825. CustomLinkText.BackgroundTransparency = 1
  826. CustomLinkText.Position = UDim2.new(1, 0, 0.0919540226, 0)
  827. CustomLinkText.Size = UDim2.new(0, 105, 0, 48)
  828. CustomLinkText.Font = Enum.Font.ArialBold
  829. CustomLinkText.Text = "Insert RAW Pastebin Link"
  830. CustomLinkText.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  831. CustomLinkText.TextScaled = true
  832. CustomLinkText.TextSize = 14
  833. CustomLinkText.TextStrokeColor3 = Color3.new(1, 1, 1)
  834. CustomLinkText.TextWrapped = true
  835.  
  836. CustomLinkNextButton.Name = "CustomLinkNextButton"
  837. CustomLinkNextButton.Parent = WireArts
  838. CustomLinkNextButton.BackgroundColor3 = Color3.new(0.423529, 0.768628, 1)
  839. CustomLinkNextButton.BorderSizePixel = 0
  840. CustomLinkNextButton.Position = UDim2.new(1, 0, 0.592968285, 0)
  841. CustomLinkNextButton.Size = UDim2.new(0, 92, 0, 27)
  842. CustomLinkNextButton.Font = Enum.Font.ArialBold
  843. CustomLinkNextButton.Text = "Next"
  844. CustomLinkNextButton.TextColor3 = Color3.new(1, 1, 1)
  845. CustomLinkNextButton.TextSize = 23
  846.  
  847. CustomLinkBox.Name = "CustomLinkBox"
  848. CustomLinkBox.Parent = WireArts
  849. CustomLinkBox.BackgroundColor3 = Color3.new(0.576471, 0.831373, 1)
  850. CustomLinkBox.BorderSizePixel = 0
  851. CustomLinkBox.Position = UDim2.new(1, 0, 0.372742236, 0)
  852. CustomLinkBox.Size = UDim2.new(0, 92, 0, 27)
  853. CustomLinkBox.Font = Enum.Font.ArialBold
  854. CustomLinkBox.Text = "Pastebin Link"
  855. CustomLinkBox.TextColor3 = Color3.new(1, 1, 1)
  856. CustomLinkBox.TextScaled = true
  857. CustomLinkBox.TextSize = 20
  858. CustomLinkBox.TextWrapped = true
  859.  
  860. Wires.Name = "Wires"
  861. Wires.Parent = WireArtPage
  862. Wires.BackgroundColor3 = Color3.new(1, 1, 1)
  863. Wires.BorderSizePixel = 0
  864. Wires.Position = UDim2.new(0, 0, 0.5, 0)
  865. Wires.Size = UDim2.new(0, 364, 0, 0)
  866. Wires.Visible = false
  867. Wires.CanvasSize = UDim2.new(0, 0, 0, 0)
  868. Wires.ScrollBarThickness = 0
  869.  
  870. WiresList.Name = "WiresList"
  871. WiresList.Parent = Wires
  872. WiresList.BackgroundColor3 = Color3.new(1, 1, 1)
  873. WiresList.BorderColor3 = Color3.new(0.333333, 0.666667, 1)
  874. WiresList.LayoutOrder = 1
  875. WiresList.Position = UDim2.new(0.197802216, 0, 0.0919540226, 0)
  876. WiresList.Size = UDim2.new(0, 219, 0, 0)
  877. WiresList.Visible = false
  878. WiresList.CanvasSize = UDim2.new(0, 0, 3.5, 0)
  879. WiresList.ScrollBarThickness = 0
  880.  
  881. WiresOriginal.Name = "WiresOriginal"
  882. WiresOriginal.Parent = WiresList
  883. WiresOriginal.BackgroundColor3 = Color3.new(0.423529, 0.768628, 1)
  884. WiresOriginal.BorderSizePixel = 0
  885. WiresOriginal.Position = UDim2.new(0.0729999989, 0, 0, 10)
  886. WiresOriginal.Size = UDim2.new(0, 187, 0, 28)
  887. WiresOriginal.Font = Enum.Font.ArialBold
  888. WiresOriginal.Text = "Wire"
  889. WiresOriginal.TextColor3 = Color3.new(1, 1, 1)
  890. WiresOriginal.TextSize = 23
  891.  
  892.  
  893. --//Have Decompiler\\
  894. local haveDecompiler
  895.  
  896. local a,b = pcall(require,game.ReplicatedStorage.Interaction.CanPlace)
  897.  
  898. if (a) then
  899. haveDecompiler = true
  900. else
  901. haveDecompiler = false
  902. end
  903. --//Wire Art Positions\\
  904. local SpaceShip = {
  905. ["Name"] = "SpaceShip",
  906. Vector3.new(-8.70006943, 1.20000362, -0.699981689),
  907. Vector3.new(-8.70006943, 1.20000362, 0.899997711),
  908. Vector3.new(-7.90006638, 0.300004482, 0.899997711),
  909. Vector3.new(-7.90006638, 0.300004482, -0.599990845),
  910. Vector3.new(-8.70006943, 1.20000362, -0.699981689),
  911. Vector3.new(-7.90006638, 0.300004482, -0.599990845),
  912. Vector3.new(5.49992371, 0.300004482, -0.699981689),
  913. Vector3.new(5.49991608, 0.300004482, 0.899997711),
  914. Vector3.new(-7.9000988, 0.300004482, 0.899997711),
  915. Vector3.new(-8.70006943, 1.20000362, 0.899997711),
  916. Vector3.new(-7.3000679, 2.40000296, 0.899997711),
  917. Vector3.new(-7.3000679, 2.40000296, -0.699993134),
  918. Vector3.new(-8.70007324, 1.20000362, -0.699993134),
  919. Vector3.new(-6.60006523, 1.40000343, -0.699993134),
  920. Vector3.new(-7.3000679, 2.40000296, -0.699993134),
  921. Vector3.new(-6.60006523, 1.40000343, -0.699993134),
  922. Vector3.new(-6.60006523, 1.40000343, 0.899997711),
  923. Vector3.new(-7.3000679, 2.40000296, 0.899997711),
  924. Vector3.new(-3.80006409, 3.30000544, 0.899997711),
  925. Vector3.new(-3.80006409, 3.30000544, -0.700000763),
  926. Vector3.new(-3.80006409, 3.30000544, 0.899997711),
  927. Vector3.new(-3.80006409, 2.00000381, 0.899997711),
  928. Vector3.new(-6.60006523, 1.40000439, 0.899997711),
  929. Vector3.new(-3.80006409, 2.00000381, 0.899997711),
  930. Vector3.new(-3.80006409, 2.00000381, -0.699977875),
  931. Vector3.new(-6.60006714, 1.40000439, -0.699977875),
  932. Vector3.new(-7.30006981, 2.40000391, -0.699977875),
  933. Vector3.new(-3.80006218, 3.30000734, -0.699977875),
  934. Vector3.new(-3.80006218, 2.00000477, -0.699977875),
  935. Vector3.new(-3.80006218, 3.3000083, -0.699977875),
  936. Vector3.new(-3.80006218, 3.3000083, 0.90001297),
  937. Vector3.new(-7.30007362, 2.40000677, 0.90001297),
  938. Vector3.new(-6.60007095, 1.40000725, 0.90001297),
  939. Vector3.new(-8.70007896, 1.20000744, 0.90001297),
  940. Vector3.new(-6.60007095, 1.40000725, 0.90001297),
  941. Vector3.new(-7.30007362, 2.40000677, 0.90001297),
  942. Vector3.new(-3.80007362, 3.30000925, 0.90001297),
  943. Vector3.new(4.39994049, 2.20000744, 0.90001297),
  944. Vector3.new(5.49992371, 2.20000744, 0.90001297),
  945. Vector3.new(5.49992371, 0.30000782, 0.90001297),
  946. Vector3.new(5.49992371, 0.30000782, -0.699981689),
  947. Vector3.new(5.49992371, 2.20000648, -0.699966431),
  948. Vector3.new(5.49992371, 2.20000648, 0.900009155),
  949. Vector3.new(5.49992371, 2.20000648, -0.699966431),
  950. Vector3.new(4.39994049, 2.20000648, -0.699966431),
  951. Vector3.new(4.39994049, 2.20000648, 0.900009155),
  952. Vector3.new(4.39994049, 2.20000648, -0.699966431),
  953. Vector3.new(-3.8000679, 3.30000734, -0.699966431),
  954. Vector3.new(-3.8000679, 0.700005054, -0.699966431),
  955. Vector3.new(-2.70006371, 0.700005054, -2.09996414),
  956. Vector3.new(-2.70006371, 2.00000381, -2.09996414),
  957. Vector3.new(-3.8000679, 2.00000381, -0.699985504),
  958. Vector3.new(5.49991226, 2.00000381, -0.699985504),
  959. Vector3.new(5.49991226, 2.00000381, -2.09996414),
  960. Vector3.new(-2.70008278, 2.00000381, -2.09996414),
  961. Vector3.new(5.49991226, 2.00000381, -2.09996414),
  962. Vector3.new(5.49991226, 0.700005054, -2.09996414),
  963. Vector3.new(-2.70009232, 0.700005054, -2.09996414),
  964. Vector3.new(5.49991226, 0.700005054, -2.09996414),
  965. Vector3.new(5.49991226, 0.700005054, -0.699985504),
  966. Vector3.new(-3.80008316, 0.700005054, -0.699985504),
  967. Vector3.new(-2.70007896, 0.700005054, -2.09997177),
  968. Vector3.new(-2.70007896, 1.30000448, -2.09997177),
  969. Vector3.new(-1.90007591, 1.30000448, -2.09997177),
  970. Vector3.new(-1.90007591, 1.20000458, -2.09997177),
  971. Vector3.new(-1.90007591, 1.40000439, -2.09997177),
  972. Vector3.new(4.99992371, 1.40000439, -9.5999527),
  973. Vector3.new(4.99992371, 1.20000458, -9.5999527),
  974. Vector3.new(-1.90007782, 1.20000458, -2.09996796),
  975. Vector3.new(4.99992371, 1.20000458, -9.5999527),
  976. Vector3.new(4.99992371, 1.20000458, -2.09998703),
  977. Vector3.new(4.99992371, 1.40000439, -2.09998703),
  978. Vector3.new(4.99992371, 1.40000439, -9.59996414),
  979. Vector3.new(4.99992371, 1.40000439, -2.09998703),
  980. Vector3.new(-1.90007973, 1.40000439, -2.09998703),
  981. Vector3.new(-1.90007973, 1.20000458, -2.09998703),
  982. Vector3.new(4.99993134, 1.20000458, -2.09998703),
  983. Vector3.new(4.99993134, 1.30000448, -2.09998703),
  984. Vector3.new(5.49992371, 1.30000448, -2.09998703),
  985. Vector3.new(5.49992371, 2.00000381, -2.09998703),
  986. Vector3.new(-0.800037384, 2.00000381, -2.09998703),
  987. Vector3.new(-0.800037384, 2.00000381, -1.79999161),
  988. Vector3.new(-0.800037384, 2.00000381, -0.700008392),
  989. Vector3.new(-0.800037384, 2.00000381, -1.79999161),
  990. Vector3.new(1.49996185, 2.90000582, -1.79999161),
  991. Vector3.new(1.49996185, 2.90000582, -0.700004578),
  992. Vector3.new(-0.800048828, 2.00000381, -0.700004578),
  993. Vector3.new(1.49996185, 2.90000582, -0.700004578),
  994. Vector3.new(5.49992371, 2.90000582, -0.700004578),
  995. Vector3.new(5.49992371, 2.90000582, -1.79998779),
  996. Vector3.new(1.49998856, 2.90000582, -1.79998779),
  997. Vector3.new(1.49998856, 2.90000582, -0.700000763),
  998. Vector3.new(1.49998856, 2.90000582, -1.79998398),
  999. Vector3.new(5.49992371, 2.90000582, -1.79998779),
  1000. Vector3.new(5.49996948, 2.00000381, -1.79998779),
  1001. Vector3.new(5.49996948, 2.00000381, -0.700004578),
  1002. Vector3.new(5.49992371, 2.90000582, -0.700004578),
  1003. Vector3.new(5.49996948, 2.00000477, -0.700004578),
  1004. Vector3.new(5.49996948, 2.00000477, -1.79998779),
  1005. Vector3.new(-0.800022125, 2.00000477, -1.79998779),
  1006. Vector3.new(1.69997406, 2.00000477, -1.79998779),
  1007. Vector3.new(1.69997406, 2.30000448, -1.79998779),
  1008. Vector3.new(1.69997406, 2.40000486, -1.79998779),
  1009. Vector3.new(1.69997406, 2.20000458, -1.79998779),
  1010. Vector3.new(5.4999733, 4.70000505, -6.09997559),
  1011. Vector3.new(5.4999733, 4.90000582, -6.09997559),
  1012. Vector3.new(1.69997406, 2.40000486, -1.79998779),
  1013. Vector3.new(5.4999733, 4.90000582, -6.09997559),
  1014. Vector3.new(4.99995422, 2.40000486, -1.79998779),
  1015. Vector3.new(4.99995422, 2.20000458, -1.79998779),
  1016. Vector3.new(5.4999733, 4.70000505, -6.09997559),
  1017. Vector3.new(4.99995422, 2.20000458, -1.79998779),
  1018. Vector3.new(4.99995422, 2.00000477, -1.79998779),
  1019. Vector3.new(1.69997406, 2.00000477, -1.79998779),
  1020. Vector3.new(-0.800027847, 2.00000477, -1.79998779),
  1021. Vector3.new(-0.800027847, 2.00000477, -2.09998322),
  1022. Vector3.new(-2.7000351, 2.00000477, -2.09998322),
  1023. Vector3.new(-3.80003929, 2.00000477, -0.699985504),
  1024. Vector3.new(-3.80003929, 3.30000734, -0.699985504),
  1025. Vector3.new(-3.80003929, 3.30000734, 0.90001297),
  1026. Vector3.new(-3.80003929, 0.700009823, 0.90001297),
  1027. Vector3.new(-2.7000351, 0.700009823, 2.49998856),
  1028. Vector3.new(-2.7000351, 2.00000858, 2.49998856),
  1029. Vector3.new(-3.80003929, 2.00000858, 0.899993896),
  1030. Vector3.new(5.49994659, 2.00000858, 0.899993896),
  1031. Vector3.new(5.49994659, 2.00000858, 2.49996948),
  1032. Vector3.new(-2.70006371, 2.00000858, 2.49996948),
  1033. Vector3.new(5.49994659, 2.00000858, 2.49996948),
  1034. Vector3.new(5.49994659, 0.700009823, 2.49996948),
  1035. Vector3.new(-2.70005989, 0.700009823, 2.49996948),
  1036. Vector3.new(5.49994659, 0.700009823, 2.49996948),
  1037. Vector3.new(5.49994659, 0.700009823, 0.899978638),
  1038. Vector3.new(-3.80006027, 0.700009823, 0.899978638),
  1039. Vector3.new(-3.80006027, 2.00000858, 0.899978638),
  1040. Vector3.new(-2.70005608, 2.00000858, 2.49995804),
  1041. Vector3.new(-0.80005455, 2.00000858, 2.49995804),
  1042. Vector3.new(-0.80005455, 2.00000858, 2.19997406),
  1043. Vector3.new(-0.80005455, 2.00000858, 0.899986267),
  1044. Vector3.new(1.49994278, 2.90000963, 0.899986267),
  1045. Vector3.new(1.49994278, 2.90000963, 2.19997025),
  1046. Vector3.new(-0.800064087, 2.00000858, 2.19997025),
  1047. Vector3.new(1.49994278, 2.90000963, 2.19997025),
  1048. Vector3.new(5.49991989, 2.90000963, 2.19997025),
  1049. Vector3.new(5.49991989, 2.90000963, 0.899990082),
  1050. Vector3.new(1.49993896, 2.90000963, 0.899990082),
  1051. Vector3.new(5.49991989, 2.90000963, 0.899990082),
  1052. Vector3.new(5.49991989, 2.00000763, 0.899990082),
  1053. Vector3.new(5.49991989, 2.00000763, 2.19997406),
  1054. Vector3.new(5.49991989, 2.90000963, 2.19997406),
  1055. Vector3.new(5.49991989, 2.00000763, 2.19997406),
  1056. Vector3.new(1.69990158, 2.00000763, 2.19997406),
  1057. Vector3.new(1.69990158, 2.30000734, 2.19997406),
  1058. Vector3.new(1.69990158, 2.40000772, 2.19997406),
  1059. Vector3.new(1.69990158, 2.20000744, 2.19997406),
  1060. Vector3.new(5.49988937, 4.70001078, 6.79995346),
  1061. Vector3.new(5.49988937, 4.90001154, 6.79995346),
  1062. Vector3.new(1.69990158, 2.40000772, 2.19997406),
  1063. Vector3.new(5.49988937, 4.90001154, 6.79995346),
  1064. Vector3.new(4.99991608, 2.40000772, 2.19997406),
  1065. Vector3.new(4.99991608, 2.20000744, 2.19997406),
  1066. Vector3.new(5.49988937, 4.70001078, 6.79995346),
  1067. Vector3.new(4.99991608, 2.20000744, 2.19997406),
  1068. Vector3.new(4.99991608, 2.00000763, 2.19997406),
  1069. Vector3.new(-0.80009079, 2.00000763, 2.19997406),
  1070. Vector3.new(-0.80009079, 2.00000763, 2.4999733),
  1071. Vector3.new(-2.7000885, 2.00000763, 2.4999733),
  1072. Vector3.new(-2.7000885, 1.3000083, 2.4999733),
  1073. Vector3.new(-1.90008545, 1.3000083, 2.4999733),
  1074. Vector3.new(-1.90008545, 1.4000082, 2.4999733),
  1075. Vector3.new(-1.90008545, 1.20000839, 2.4999733),
  1076. Vector3.new(4.99990845, 1.20000839, 9.89994812),
  1077. Vector3.new(4.99990845, 1.4000082, 9.89994812),
  1078. Vector3.new(-1.90008545, 1.4000082, 2.4999733),
  1079. Vector3.new(4.99990845, 1.4000082, 9.89994812),
  1080. Vector3.new(4.99990845, 1.4000082, 2.49998093),
  1081. Vector3.new(4.99990845, 1.20000839, 2.49998093),
  1082. Vector3.new(4.99990845, 1.20000839, 9.89994812),
  1083. Vector3.new(4.99990845, 1.20000839, 2.49998093),
  1084. Vector3.new(4.99990845, 1.3000083, 2.49998093),
  1085. Vector3.new(5.49990082, 1.3000083, 2.49998093),
  1086. Vector3.new(5.49990082, 0.700008869, 2.49998093),
  1087. Vector3.new(6.49988556, 0.400009155, 2.49998093),
  1088. Vector3.new(6.49988556, 0.400009155, 0.900005341),
  1089. Vector3.new(5.49990082, 0.700008869, 0.899993896),
  1090. Vector3.new(6.49988556, 0.400009155, 0.900005341),
  1091. Vector3.new(6.49988556, 2.40000963, 0.900005341),
  1092. Vector3.new(6.49988556, 2.40000963, 2.49998474),
  1093. Vector3.new(5.499897, 2.00000954, 2.49998474),
  1094. Vector3.new(5.499897, 2.00000954, 0.899993896),
  1095. Vector3.new(6.49988556, 2.40000963, 0.900005341),
  1096. Vector3.new(6.49988556, 2.40000963, 2.49998856),
  1097. Vector3.new(6.49988556, 0.400011063, 2.49998856),
  1098. Vector3.new(5.49990082, 0.700010777, 2.49998856),
  1099. Vector3.new(5.49990082, 0.700010777, 0.899993896),
  1100. Vector3.new(5.49990082, 0.300011158, 0.899993896),
  1101. Vector3.new(5.49990082, 0.300011158, -0.699981689),
  1102. Vector3.new(5.49990082, 0.700010777, -0.699981689),
  1103. Vector3.new(6.49988556, 0.400011063, -0.699981689),
  1104. Vector3.new(6.49988556, 0.400011063, -2.09996796),
  1105. Vector3.new(5.49990082, 0.700010777, -2.09996796),
  1106. Vector3.new(6.49988556, 0.400011063, -2.09996796),
  1107. Vector3.new(6.49988556, 2.40000963, -2.09996796),
  1108. Vector3.new(6.49988556, 2.40000963, -0.699985504),
  1109. Vector3.new(6.49988556, 0.400010109, -0.699985504),
  1110. Vector3.new(6.49988556, 2.40000963, -0.699985504),
  1111. Vector3.new(5.49990082, 2.00000954, -0.699985504),
  1112. Vector3.new(5.49990082, 2.00000954, -2.09996414),
  1113. Vector3.new(6.49988556, 2.40000963, -2.09996414),
  1114. Vector3.new(5.49990082, 2.00000954, -2.09996414),
  1115. Vector3.new(5.49990082, 2.00000954, -0.699981689),
  1116. Vector3.new(5.49990082, 0.300011158, -0.699981689),
  1117. Vector3.new(5.49990082, 0.300011158, 0.100006104),
  1118. Vector3.new(5.59989929, 0.300011158, 0.100006104)
  1119. }
  1120.  
  1121. local Castle = {
  1122. ["Name"] = "Castle",
  1123. Vector3.new(-4.50000572, -1.10000515, 3.00999451),
  1124. Vector3.new(-4.50000572, 2.89999485, 3.00999451),
  1125. Vector3.new(-4.50000572, -1.10000515, 3.00999451),
  1126. Vector3.new(-6.00000572, -1.10000515, 3.00999451),
  1127. Vector3.new(-6.00000572, 2.89999485, 3.00999451),
  1128. Vector3.new(-4.50000572, 2.89999485, 3.00999451),
  1129. Vector3.new(-6.00000572, 2.89999485, 3.00999451),
  1130. Vector3.new(-6.00000572, 2.89999485, 6.00999451),
  1131. Vector3.new(-6.00000572, -1.10000515, 6.00999451),
  1132. Vector3.new(-6.00000572, -1.10000515, 3.00999451),
  1133. Vector3.new(-6.00000572, -1.10000515, 6.00999451),
  1134. Vector3.new(-6.00000572, 2.89999485, 6.00999451),
  1135. Vector3.new(-3.00000596, 2.89999485, 6.00999451),
  1136. Vector3.new(-3.00000596, -1.10000515, 6.00999451),
  1137. Vector3.new(-6.00000572, -1.10000515, 6.00999451),
  1138. Vector3.new(-3.00000596, -1.10000515, 6.00999451),
  1139. Vector3.new(-3.00000596, 2.89999485, 6.00999451),
  1140. Vector3.new(-3.00000596, 2.89999485, 4.50999451),
  1141. Vector3.new(-3.00000596, -1.10000515, 4.50999451),
  1142. Vector3.new(-3.00000596, -1.10000515, 6.00999451),
  1143. Vector3.new(-3.00000596, -1.10000515, 4.50999451),
  1144. Vector3.new(-3.00000596, 2.89999485, 4.50999451),
  1145. Vector3.new(-2.60000587, 2.89999485, 4.50999451),
  1146. Vector3.new(-2.60000587, 2.89999485, 6.51000214),
  1147. Vector3.new(-6.40000534, 2.89999485, 6.51000214),
  1148. Vector3.new(-6.40000534, 2.89999485, 2.50998688),
  1149. Vector3.new(-2.60000539, 2.89999485, 2.50998688),
  1150. Vector3.new(-2.60000539, 2.89999485, 4.50999451),
  1151. Vector3.new(-2.60000539, 2.89999485, 2.50998688),
  1152. Vector3.new(-2.60000539, 3.69999409, 2.50998688),
  1153. Vector3.new(-2.60000539, 3.69999409, 3.50999069),
  1154. Vector3.new(-2.60000539, 2.89999485, 3.50999069),
  1155. Vector3.new(-2.60000539, 2.89999485, 3.90999222),
  1156. Vector3.new(-2.60000539, 3.69999409, 3.90999222),
  1157. Vector3.new(-2.60000539, 3.69999409, 4.90999603),
  1158. Vector3.new(-2.60000539, 2.89999485, 4.90999603),
  1159. Vector3.new(-2.60000539, 2.89999485, 5.50999832),
  1160. Vector3.new(-2.60000539, 3.69999409, 5.50999832),
  1161. Vector3.new(-2.60000539, 3.69999409, 6.51000214),
  1162. Vector3.new(-3.00000548, 3.69999409, 6.51000214),
  1163. Vector3.new(-3.00000548, 2.89999485, 6.51000214),
  1164. Vector3.new(-3.20000553, 2.89999485, 6.51000214),
  1165. Vector3.new(-3.20000553, 3.69999409, 6.51000214),
  1166. Vector3.new(-4.20000553, 3.69999409, 6.51000214),
  1167. Vector3.new(-4.20000553, 2.89999485, 6.51000214),
  1168. Vector3.new(-4.80000544, 2.89999485, 6.51000214),
  1169. Vector3.new(-4.80000544, 3.69999409, 6.51000214),
  1170. Vector3.new(-5.80000544, 3.69999409, 6.51000214),
  1171. Vector3.new(-5.80000544, 2.89999485, 6.51000214),
  1172. Vector3.new(-6.00000572, 2.89999485, 6.51000214),
  1173. Vector3.new(-6.00000572, 3.69999409, 6.51000214),
  1174. Vector3.new(-6.40000534, 3.69999409, 6.51000214),
  1175. Vector3.new(-6.40000534, 3.69999409, 5.50999832),
  1176. Vector3.new(-6.40000534, 2.89999485, 5.50999832),
  1177. Vector3.new(-6.40000534, 2.89999485, 5.1099968),
  1178. Vector3.new(-6.40000534, 3.69999409, 5.1099968),
  1179. Vector3.new(-6.40000534, 3.69999409, 4.10999298),
  1180. Vector3.new(-6.40000534, 2.89999485, 4.10999298),
  1181. Vector3.new(-6.40000534, 2.89999485, 3.50999069),
  1182. Vector3.new(-6.40000534, 3.69999409, 3.50999069),
  1183. Vector3.new(-6.40000534, 3.69999409, 2.50998688),
  1184. Vector3.new(-6.00000572, 3.69999409, 2.50998688),
  1185. Vector3.new(-6.00000572, 2.89999485, 2.50998688),
  1186. Vector3.new(-5.80000544, 2.89999485, 2.50998688),
  1187. Vector3.new(-5.80000544, 3.69999409, 2.50998688),
  1188. Vector3.new(-4.80000544, 3.69999409, 2.50998688),
  1189. Vector3.new(-4.80000544, 2.89999485, 2.50998688),
  1190. Vector3.new(-4.20000553, 2.89999485, 2.50998688),
  1191. Vector3.new(-4.20000553, 3.69999409, 2.50998688),
  1192. Vector3.new(-3.20000529, 3.69999409, 2.50998688),
  1193. Vector3.new(-3.20000529, 2.89999485, 2.50998688),
  1194. Vector3.new(-3.00000525, 2.89999485, 2.50998688),
  1195. Vector3.new(-3.00000525, 3.69999409, 2.50998688),
  1196. Vector3.new(-2.60000515, 3.69999409, 2.50998688),
  1197. Vector3.new(-2.60000515, 2.89999485, 2.50998688),
  1198. Vector3.new(-2.60000515, 2.89999485, 4.50999451),
  1199. Vector3.new(-3.00000525, 2.89999485, 4.50999451),
  1200. Vector3.new(-3.00000525, -1.10000205, 4.50999451),
  1201. Vector3.new(2.99999261, -1.10000205, 4.50999451),
  1202. Vector3.new(2.99999261, 2.69999647, 4.50999451),
  1203. Vector3.new(2.99999261, -1.10000205, 4.50999451),
  1204. Vector3.new(2.99999261, -1.10000205, 5.90999985),
  1205. Vector3.new(2.99999261, 2.69999599, 5.90999985),
  1206. Vector3.new(2.99999261, 2.69999647, 4.50999451),
  1207. Vector3.new(2.99999261, 2.69999599, 5.90999985),
  1208. Vector3.new(5.99999046, 2.69999599, 5.90999985),
  1209. Vector3.new(5.99999046, -1.10000157, 5.90999985),
  1210. Vector3.new(2.99999309, -1.10000157, 5.90999985),
  1211. Vector3.new(5.99999046, -1.10000157, 5.90999985),
  1212. Vector3.new(5.99999046, -1.10000157, 2.90999603),
  1213. Vector3.new(5.99999046, 2.69999552, 2.90999603),
  1214. Vector3.new(5.99999046, 2.69999599, 5.90999985),
  1215. Vector3.new(5.99999046, 2.69999552, 2.90999603),
  1216. Vector3.new(4.39999199, 2.69999552, 2.90999603),
  1217. Vector3.new(4.39999199, -1.10000253, 2.90999603),
  1218. Vector3.new(4.39999199, 2.6999979, 2.90999603),
  1219. Vector3.new(4.39999199, 2.6999979, 2.50999451),
  1220. Vector3.new(6.39999294, 2.6999979, 2.50999451),
  1221. Vector3.new(6.39999294, 2.6999979, 6.51000595),
  1222. Vector3.new(2.59999394, 2.6999979, 6.51000595),
  1223. Vector3.new(2.59999394, 2.6999979, 2.50999832),
  1224. Vector3.new(6.39999104, 2.6999979, 2.50999832),
  1225. Vector3.new(6.39999104, 3.69999695, 2.50999832),
  1226. Vector3.new(6.39999104, 3.69999695, 3.51000214),
  1227. Vector3.new(6.39999104, 2.6999979, 3.51000214),
  1228. Vector3.new(6.39999104, 2.6999979, 3.91000366),
  1229. Vector3.new(6.39999104, 3.69999695, 3.91000366),
  1230. Vector3.new(6.39999104, 3.69999695, 4.91000748),
  1231. Vector3.new(6.39999104, 2.6999979, 4.91000748),
  1232. Vector3.new(6.39999104, 2.6999979, 5.51000977),
  1233. Vector3.new(6.39999104, 3.69999695, 5.51000977),
  1234. Vector3.new(6.39999104, 3.69999695, 6.51001358),
  1235. Vector3.new(5.99999142, 3.69999695, 6.51001358),
  1236. Vector3.new(5.99999142, 2.6999979, 6.51001358),
  1237. Vector3.new(5.79999161, 2.6999979, 6.51001358),
  1238. Vector3.new(5.79999161, 3.69999695, 6.51001358),
  1239. Vector3.new(4.79999256, 3.69999695, 6.51001358),
  1240. Vector3.new(4.79999256, 2.6999979, 6.51001358),
  1241. Vector3.new(4.19999313, 2.6999979, 6.51001358),
  1242. Vector3.new(4.19999313, 3.69999695, 6.51001358),
  1243. Vector3.new(3.19999385, 3.69999695, 6.51001358),
  1244. Vector3.new(3.19999385, 2.6999979, 6.51001358),
  1245. Vector3.new(2.99999404, 2.6999979, 6.51001358),
  1246. Vector3.new(2.99999404, 3.69999695, 6.51001358),
  1247. Vector3.new(2.39999461, 3.69999695, 6.51001358),
  1248. Vector3.new(2.39999461, 3.69999695, 5.51000977),
  1249. Vector3.new(2.39999461, 2.6999979, 5.51000977),
  1250. Vector3.new(2.39999461, 2.6999979, 5.11000824),
  1251. Vector3.new(2.39999461, 3.69999695, 5.11000824),
  1252. Vector3.new(2.39999461, 3.69999695, 3.91000366),
  1253. Vector3.new(2.39999461, 2.6999979, 3.91000366),
  1254. Vector3.new(2.39999461, 2.6999979, 3.51000214),
  1255. Vector3.new(2.39999461, 3.69999695, 3.51000214),
  1256. Vector3.new(2.39999461, 3.69999695, 2.50999832),
  1257. Vector3.new(2.99999404, 3.69999695, 2.50999832),
  1258. Vector3.new(2.99999404, 2.6999979, 2.50999832),
  1259. Vector3.new(3.19999385, 2.6999979, 2.50999832),
  1260. Vector3.new(3.19999385, 3.69999695, 2.50999832),
  1261. Vector3.new(4.19999313, 3.69999695, 2.50999832),
  1262. Vector3.new(4.19999313, 2.6999979, 2.50999832),
  1263. Vector3.new(4.79999256, 2.6999979, 2.50999832),
  1264. Vector3.new(4.79999256, 3.69999695, 2.50999832),
  1265. Vector3.new(5.5999918, 3.69999695, 2.50999832),
  1266. Vector3.new(5.5999918, 2.6999979, 2.50999832),
  1267. Vector3.new(5.99999142, 2.6999979, 2.50999832),
  1268. Vector3.new(5.99999142, 3.69999695, 2.50999832),
  1269. Vector3.new(5.99999142, 2.6999979, 2.50999832),
  1270. Vector3.new(4.39999294, 2.6999979, 2.50999832),
  1271. Vector3.new(4.39999294, 2.6999979, 2.90999985),
  1272. Vector3.new(4.39999294, -1.09999895, 2.90999985),
  1273. Vector3.new(5.99999142, -1.09999895, 2.90999985),
  1274. Vector3.new(4.39999294, -1.09999895, 2.90999985),
  1275. Vector3.new(4.39999294, -1.09999895, -2.88999557),
  1276. Vector3.new(4.39999294, 2.69999838, -2.88999557),
  1277. Vector3.new(4.39999294, -1.10000062, -2.88999557),
  1278. Vector3.new(5.99999142, -1.10000062, -2.88999557),
  1279. Vector3.new(5.99999142, 2.69999743, -2.88999557),
  1280. Vector3.new(4.39999294, 2.69999743, -2.88999557),
  1281. Vector3.new(5.99999142, 2.69999743, -2.88999557),
  1282. Vector3.new(5.99999142, 2.69999743, -5.88999271),
  1283. Vector3.new(5.99999142, -1.10000062, -5.88999271),
  1284. Vector3.new(5.99999142, -1.10000062, -2.88999462),
  1285. Vector3.new(5.99999142, -1.10000062, -5.88999271),
  1286. Vector3.new(2.99999404, -1.10000062, -5.88999271),
  1287. Vector3.new(2.99999404, 2.69999886, -5.88999271),
  1288. Vector3.new(5.99999237, 2.69999886, -5.88999271),
  1289. Vector3.new(2.99999261, 2.69999886, -5.88999271),
  1290. Vector3.new(2.99999261, 2.69999886, -4.48999405),
  1291. Vector3.new(2.99999261, -1.09999847, -4.48999405),
  1292. Vector3.new(2.99999261, 2.69999981, -4.48999405),
  1293. Vector3.new(2.39999318, 2.69999981, -4.48999405),
  1294. Vector3.new(2.39999318, 2.69999981, -6.48999214),
  1295. Vector3.new(6.39999104, 2.69999981, -6.48999214),
  1296. Vector3.new(6.39999104, 2.69999981, -2.48999596),
  1297. Vector3.new(2.39999366, 2.69999981, -2.48999596),
  1298. Vector3.new(2.39999366, 2.69999981, -6.48999548),
  1299. Vector3.new(2.39999366, 3.69999886, -6.48999548),
  1300. Vector3.new(2.99999309, 3.69999886, -6.48999548),
  1301. Vector3.new(2.99999309, 2.69999981, -6.48999548),
  1302. Vector3.new(3.1999929, 2.69999981, -6.48999548),
  1303. Vector3.new(3.1999929, 3.69999886, -6.48999548),
  1304. Vector3.new(4.19999218, 3.69999886, -6.48999548),
  1305. Vector3.new(4.19999218, 2.69999981, -6.48999548),
  1306. Vector3.new(4.79999161, 2.69999981, -6.48999548),
  1307. Vector3.new(4.79999161, 3.69999886, -6.48999548),
  1308. Vector3.new(5.59999084, 3.69999886, -6.48999548),
  1309. Vector3.new(5.59999084, 2.69999981, -6.48999548),
  1310. Vector3.new(5.99999046, 2.69999981, -6.48999548),
  1311. Vector3.new(5.99999046, 3.69999886, -6.48999548),
  1312. Vector3.new(6.39999008, 3.69999886, -6.48999548),
  1313. Vector3.new(6.39999008, 3.69999886, -5.48999596),
  1314. Vector3.new(6.39999008, 2.69999981, -5.48999596),
  1315. Vector3.new(6.39999008, 2.69999981, -4.88999653),
  1316. Vector3.new(6.39999008, 3.69999886, -4.88999653),
  1317. Vector3.new(6.39999008, 3.69999886, -4.08999729),
  1318. Vector3.new(6.39999008, 2.69999981, -4.08999729),
  1319. Vector3.new(6.39999008, 2.69999981, -3.48999786),
  1320. Vector3.new(6.39999008, 3.69999886, -3.48999786),
  1321. Vector3.new(6.39999008, 3.69999886, -2.48999882),
  1322. Vector3.new(5.99999046, 3.69999886, -2.48999882),
  1323. Vector3.new(5.99999046, 2.69999981, -2.48999882),
  1324. Vector3.new(5.79999065, 2.69999981, -2.48999882),
  1325. Vector3.new(5.79999065, 3.69999886, -2.48999882),
  1326. Vector3.new(4.79999161, 3.69999886, -2.48999882),
  1327. Vector3.new(4.79999161, 2.69999981, -2.48999882),
  1328. Vector3.new(4.19999218, 2.69999981, -2.48999882),
  1329. Vector3.new(4.19999218, 3.69999886, -2.48999882),
  1330. Vector3.new(3.3999927, 3.69999886, -2.48999882),
  1331. Vector3.new(3.3999927, 2.69999981, -2.48999882),
  1332. Vector3.new(2.99999309, 2.69999981, -2.48999882),
  1333. Vector3.new(2.99999309, 3.69999886, -2.48999882),
  1334. Vector3.new(2.39999366, 3.69999886, -2.48999977),
  1335. Vector3.new(2.39999366, 3.69999886, -3.48999882),
  1336. Vector3.new(2.39999366, 2.69999981, -3.48999882),
  1337. Vector3.new(2.39999366, 2.69999981, -4.08999825),
  1338. Vector3.new(2.39999366, 3.69999886, -4.08999825),
  1339. Vector3.new(2.39999366, 3.69999886, -4.88999748),
  1340. Vector3.new(2.39999366, 2.69999981, -4.88999748),
  1341. Vector3.new(2.39999366, 2.69999981, -5.48999691),
  1342. Vector3.new(2.39999366, 3.69999886, -5.48999691),
  1343. Vector3.new(2.39999366, 3.69999886, -6.48999596),
  1344. Vector3.new(2.39999366, 2.69999981, -6.48999596),
  1345. Vector3.new(2.39999366, 2.69999981, -4.48999786),
  1346. Vector3.new(2.99999309, 2.69999981, -4.48999786),
  1347. Vector3.new(2.99999309, -1.09999752, -4.48999786),
  1348. Vector3.new(2.99999309, -1.09999752, -5.88999653),
  1349. Vector3.new(2.99999309, -1.09999752, -4.48999786),
  1350. Vector3.new(-3.00000548, -1.09999752, -4.48999786),
  1351. Vector3.new(-3.00000548, 2.69999981, -4.48999786),
  1352. Vector3.new(-3.00000548, -1.09999847, -4.48999786),
  1353. Vector3.new(-3.00000548, -1.09999847, -5.88999653),
  1354. Vector3.new(-3.00000548, 2.69999981, -5.88999653),
  1355. Vector3.new(-3.00000548, 2.69999981, -4.48999786),
  1356. Vector3.new(-3.00000548, 2.69999981, -5.88999653),
  1357. Vector3.new(-6.00000572, 2.69999981, -5.88999653),
  1358. Vector3.new(-6.00000572, -1.10000062, -5.88999653),
  1359. Vector3.new(-3.00000548, -1.10000062, -5.88999653),
  1360. Vector3.new(-6.00000572, -1.10000062, -5.88999653),
  1361. Vector3.new(-6.00000572, -1.10000062, -2.88999939),
  1362. Vector3.new(-6.00000572, 2.69999743, -2.88999939),
  1363. Vector3.new(-6.00000572, 2.69999743, -5.88999653),
  1364. Vector3.new(-6.00000572, 2.69999743, -2.88999939),
  1365. Vector3.new(-4.40000534, 2.69999743, -2.88999939),
  1366. Vector3.new(-4.40000534, -1.09999895, -2.88999939),
  1367. Vector3.new(-6.00000572, -1.09999895, -2.88999939),
  1368. Vector3.new(-4.40000534, -1.09999895, -2.88999939),
  1369. Vector3.new(-4.40000534, 2.69999981, -2.88999939),
  1370. Vector3.new(-4.40000534, 2.69999981, -2.48999977),
  1371. Vector3.new(-6.40000582, 2.69999981, -2.48999977),
  1372. Vector3.new(-6.40000582, 2.69999981, -6.48999786),
  1373. Vector3.new(-2.60000563, 2.69999981, -6.48999786),
  1374. Vector3.new(-2.60000563, 2.69999981, -2.49000168),
  1375. Vector3.new(-6.40000582, 2.69999981, -2.49000168),
  1376. Vector3.new(-6.40000582, 3.69999886, -2.49000168),
  1377. Vector3.new(-6.40000582, 3.69999886, -3.49000072),
  1378. Vector3.new(-6.40000582, 2.69999981, -3.49000072),
  1379. Vector3.new(-6.40000582, 2.69999981, -4.09000015),
  1380. Vector3.new(-6.40000582, 3.69999886, -4.09000015),
  1381. Vector3.new(-6.40000582, 3.69999886, -4.88999939),
  1382. Vector3.new(-6.40000582, 2.69999981, -4.88999939),
  1383. Vector3.new(-6.40000582, 2.69999981, -5.48999882),
  1384. Vector3.new(-6.40000582, 3.69999886, -5.48999882),
  1385. Vector3.new(-6.40000582, 3.69999886, -6.48999786),
  1386. Vector3.new(-6.00000572, 3.69999886, -6.48999786),
  1387. Vector3.new(-6.00000572, 2.69999981, -6.48999786),
  1388. Vector3.new(-5.60000563, 2.69999981, -6.48999786),
  1389. Vector3.new(-5.60000563, 3.69999886, -6.48999786),
  1390. Vector3.new(-4.80000544, 3.69999886, -6.48999786),
  1391. Vector3.new(-4.80000544, 2.69999981, -6.48999786),
  1392. Vector3.new(-4.20000553, 2.69999981, -6.48999786),
  1393. Vector3.new(-4.20000553, 3.69999886, -6.48999786),
  1394. Vector3.new(-3.40000558, 3.69999886, -6.48999786),
  1395. Vector3.new(-3.40000558, 2.69999981, -6.48999786),
  1396. Vector3.new(-3.00000548, 2.69999981, -6.48999786),
  1397. Vector3.new(-3.00000548, 3.69999886, -6.48999786),
  1398. Vector3.new(-2.60000563, 3.69999886, -6.48999786),
  1399. Vector3.new(-2.60000563, 3.69999886, -5.48999882),
  1400. Vector3.new(-2.60000563, 2.69999981, -5.48999882),
  1401. Vector3.new(-2.60000563, 2.69999981, -4.88999939),
  1402. Vector3.new(-2.60000563, 3.69999886, -4.88999939),
  1403. Vector3.new(-2.60000563, 3.69999886, -4.09000015),
  1404. Vector3.new(-2.60000563, 2.69999981, -4.09000015),
  1405. Vector3.new(-2.60000563, 2.69999981, -3.49000072),
  1406. Vector3.new(-2.60000563, 3.69999886, -3.49000072),
  1407. Vector3.new(-2.60000563, 3.69999886, -2.49000168),
  1408. Vector3.new(-3.00000548, 3.69999886, -2.49000168),
  1409. Vector3.new(-3.00000548, 2.69999981, -2.49000168),
  1410. Vector3.new(-3.40000558, 2.69999981, -2.49000168),
  1411. Vector3.new(-3.40000558, 3.69999886, -2.49000168),
  1412. Vector3.new(-4.40000534, 3.69999886, -2.49000168),
  1413. Vector3.new(-4.40000534, 2.69999981, -2.49000168),
  1414. Vector3.new(-4.80000544, 2.69999981, -2.49000168),
  1415. Vector3.new(-4.80000544, 3.69999886, -2.49000168),
  1416. Vector3.new(-5.60000563, 3.69999886, -2.49000168),
  1417. Vector3.new(-5.60000563, 2.69999981, -2.49000168),
  1418. Vector3.new(-6.00000572, 2.69999981, -2.49000168),
  1419. Vector3.new(-6.00000572, 3.69999886, -2.49000168),
  1420. Vector3.new(-6.40000582, 3.69999886, -2.49000168),
  1421. Vector3.new(-6.40000582, 2.69999981, -2.49000168),
  1422. Vector3.new(-4.40000534, 2.69999981, -2.49000168),
  1423. Vector3.new(-4.40000534, 2.69999981, -2.8900013),
  1424. Vector3.new(-4.40000534, -1.09999752, -2.8900013),
  1425. Vector3.new(-4.60000563, -1.09999752, 2.90999985),
  1426. Vector3.new(-4.60000563, 1.9000001, 2.90999985),
  1427. Vector3.new(-4.60000563, 1.9000001, -2.88999939),
  1428. Vector3.new(-4.60000563, 2.69999933, -2.88999939),
  1429. Vector3.new(-4.60000563, 2.69999933, -2.48999977),
  1430. Vector3.new(-2.60000563, 2.69999933, -2.48999977),
  1431. Vector3.new(-2.60000563, 2.69999933, -4.68999767),
  1432. Vector3.new(-3.00000548, 2.69999933, -4.68999767),
  1433. Vector3.new(-3.00000548, 1.9000001, -4.68999767),
  1434. Vector3.new(2.99999261, 1.9000001, -4.68999767),
  1435. Vector3.new(2.99999261, 2.69999933, -4.68999767),
  1436. Vector3.new(2.39999318, 2.69999933, -4.68999767),
  1437. Vector3.new(2.39999318, 2.69999933, -2.48999977),
  1438. Vector3.new(4.39999199, 2.69999933, -2.48999977),
  1439. Vector3.new(4.39999199, 2.69999933, -2.88999939),
  1440. Vector3.new(4.39999199, 1.9000001, -2.88999939),
  1441. Vector3.new(4.39999199, 1.9000001, 2.91000366),
  1442. Vector3.new(4.39999199, 2.69999933, 2.91000366),
  1443. Vector3.new(4.39999199, 2.69999933, 2.51000214),
  1444. Vector3.new(2.59999347, 2.69999933, 2.51000214),
  1445. Vector3.new(2.59999347, 2.69999933, 4.71001053),
  1446. Vector3.new(2.79999328, 2.69999933, 4.71001053),
  1447. Vector3.new(2.79999328, 1.9000001, 4.71001053),
  1448. Vector3.new(-3.00000644, 1.9000001, 4.71001053),
  1449. Vector3.new(-3.00000644, -1.09999704, 4.71001053),
  1450. Vector3.new(-1.10000706, -1.09999704, 4.71001053),
  1451. Vector3.new(-1.10000706, 0.900002003, 4.71001053),
  1452. Vector3.new(-0.700007439, 1.30000162, 4.71001053),
  1453. Vector3.new(-0.500007629, 1.60000134, 4.71001053),
  1454. Vector3.new(-0.0500080585, 1.90000105, 4.71001053),
  1455. Vector3.new(0.399991751, 1.60000134, 4.71001053),
  1456. Vector3.new(0.59999156, 1.30000162, 4.71001053),
  1457. Vector3.new(0.999991655, 0.900002003, 4.71001053),
  1458. Vector3.new(0.999991655, -1.09999657, 4.71001053),
  1459. Vector3.new(2.99999166, -1.09999657, 4.71001053),
  1460. Vector3.new(2.99999166, -0.899996758, 4.71001053),
  1461. }
  1462.  
  1463. local AirBallon = {
  1464. ["Name"] = "AirBallon",
  1465. Vector3.new(1.5, 0, 1.5),
  1466. Vector3.new(-1.5, 0, 1.5),
  1467. Vector3.new(-1.5, 0, -1.5),
  1468. Vector3.new(1.5, 0, -1.5),
  1469. Vector3.new(1.5, 0, 1.5),
  1470. Vector3.new(2, 1.99999976, 2),
  1471. Vector3.new(-2, 1.99999976, 2),
  1472. Vector3.new(-1.5, -2.38418579e-07, 1.5),
  1473. Vector3.new(-2, 1.99999976, 2),
  1474. Vector3.new(-2, 1.99999976, -2),
  1475. Vector3.new(-1.5, -2.38418579e-07, -1.5),
  1476. Vector3.new(-2, 1.99999976, -2),
  1477. Vector3.new(2, 1.99999976, -2),
  1478. Vector3.new(1.5, 0, -1.5),
  1479. Vector3.new(2, 1.99999976, -2),
  1480. Vector3.new(2, 1.99999976, 2),
  1481. Vector3.new(1.5, 7, 1.5),
  1482. Vector3.new(0, 7, 2.5),
  1483. Vector3.new(-1.5, 7, 1.5),
  1484. Vector3.new(-2, 1.99999976, 2),
  1485. Vector3.new(-1.5, 7, 1.5),
  1486. Vector3.new(-2.5, 7, 0),
  1487. Vector3.new(-1.5, 7, -1.5),
  1488. Vector3.new(-2, 1.99999976, -2),
  1489. Vector3.new(-1.5, 7, -1.5),
  1490. Vector3.new(0, 7, -2.5),
  1491. Vector3.new(1.5, 7, -1.5),
  1492. Vector3.new(2, 1.99999976, -2),
  1493. Vector3.new(1.5, 7, -1.5),
  1494. Vector3.new(2.5, 7, 0),
  1495. Vector3.new(1.5, 7, 1.5),
  1496. Vector3.new(2.64644623, 8, 2.64644718),
  1497. Vector3.new(3.35355377, 10, 3.35355377),
  1498. Vector3.new(4.06065941, 12, 4.06066036),
  1499. Vector3.new(4.76776695, 15, 4.76776695),
  1500. Vector3.new(4.76776695, 17, 4.76776695),
  1501. Vector3.new(4.06065941, 20, 4.06066036),
  1502. Vector3.new(2.64644623, 22, 2.64644718),
  1503. Vector3.new(1.23223305, 23, 1.23223305),
  1504. Vector3.new(0, 23, 1.5),
  1505. Vector3.new(0, 22, 3.5),
  1506. Vector3.new(0, 20, 5.5),
  1507. Vector3.new(0, 17, 6.5),
  1508. Vector3.new(0, 15, 6.5),
  1509. Vector3.new(0, 12, 5.5),
  1510. Vector3.new(0, 10, 4.5),
  1511. Vector3.new(0, 8, 3.5),
  1512. Vector3.new(0, 7, 2.5),
  1513. Vector3.new(-1.5, 7, 1.5),
  1514. Vector3.new(-2.64644623, 8, 2.64644623),
  1515. Vector3.new(-3.35355377, 10, 3.35355473),
  1516. Vector3.new(-4.06065941, 12, 4.06066036),
  1517. Vector3.new(-4.76776695, 15, 4.76776791),
  1518. Vector3.new(-4.76776695, 17, 4.76776791),
  1519. Vector3.new(-4.06065941, 20, 4.06066036),
  1520. Vector3.new(-2.64644623, 22, 2.64644623),
  1521. Vector3.new(-1.23223114, 23, 1.232234),
  1522. Vector3.new(0, 23, 1.5),
  1523. Vector3.new(-1.23223114, 23, 1.232234),
  1524. Vector3.new(-1.5, 23, 0),
  1525. Vector3.new(-3.5, 22, 0),
  1526. Vector3.new(-5.5, 20, 0),
  1527. Vector3.new(-6.5, 17, 0),
  1528. Vector3.new(-6.5, 15, 0),
  1529. Vector3.new(-5.5, 12, 0),
  1530. Vector3.new(-4.5, 10, 0),
  1531. Vector3.new(-3.5, 8, 0),
  1532. Vector3.new(-2.5, 7, 0),
  1533. Vector3.new(-1.5, 7, -1.5),
  1534. Vector3.new(-2.64644623, 8, -2.64644432),
  1535. Vector3.new(-3.35355377, 10, -3.35355186),
  1536. Vector3.new(-4.0606575, 12, -4.0606575),
  1537. Vector3.new(-4.76776695, 15, -4.76776695),
  1538. Vector3.new(-4.76776695, 17, -4.76776695),
  1539. Vector3.new(-4.0606575, 20, -4.0606575),
  1540. Vector3.new(-2.64644623, 22, -2.64644432),
  1541. Vector3.new(-1.23223114, 23, -1.23222923),
  1542. Vector3.new(-1.5, 23, 0),
  1543. Vector3.new(-1.23223114, 23, -1.23222923),
  1544. Vector3.new(0, 23, -1.5),
  1545. Vector3.new(0, 22, -3.5),
  1546. Vector3.new(0, 20, -5.5),
  1547. Vector3.new(0, 17, -6.5),
  1548. Vector3.new(0, 15, -6.5),
  1549. Vector3.new(0, 12, -5.5),
  1550. Vector3.new(0, 10, -4.5),
  1551. Vector3.new(0, 8, -3.5),
  1552. Vector3.new(0, 7, -2.5),
  1553. Vector3.new(1.5, 7, -1.5),
  1554. Vector3.new(2.64644623, 8, -2.64644432),
  1555. Vector3.new(3.35355377, 10, -3.35355186),
  1556. Vector3.new(4.06065941, 12, -4.06065559),
  1557. Vector3.new(4.76777077, 15, -4.76776505),
  1558. Vector3.new(4.76777077, 17, -4.76776505),
  1559. Vector3.new(4.06065941, 20, -4.06065559),
  1560. Vector3.new(2.64644623, 22, -2.64644432),
  1561. Vector3.new(1.23223114, 23, -1.23222923),
  1562. Vector3.new(0, 23, -1.5),
  1563. Vector3.new(1.23223114, 23, -1.23222923),
  1564. Vector3.new(1.5, 23, 0),
  1565. Vector3.new(1.23223305, 23, 1.23223305),
  1566. Vector3.new(1.5, 23, 0),
  1567. Vector3.new(3.5, 22, 0),
  1568. Vector3.new(5.5, 20, 0),
  1569. Vector3.new(6.5, 17, 0),
  1570. Vector3.new(6.5, 15, 0),
  1571. Vector3.new(5.5, 12, 0),
  1572. Vector3.new(4.5, 10, 0),
  1573. Vector3.new(3.5, 8, 0),
  1574. Vector3.new(2.5, 7, 0)
  1575. }
  1576. local FerryWheel = {
  1577. ["Name"] = "FerryWheel",
  1578. Vector3.new(8, -1.5, -2.5),
  1579. Vector3.new(8, -2.5, -2.5),
  1580. Vector3.new(8, -2.5, 2.5),
  1581. Vector3.new(8, -1.5, 2.5),
  1582. Vector3.new(8, -1.5, -2.5),
  1583. Vector3.new(8, -1.5, 2.5),
  1584. Vector3.new(-8, -1.5, 2.5),
  1585. Vector3.new(-8, -2.5, 2.5),
  1586. Vector3.new(8, -2.5, 2.5),
  1587. Vector3.new(-8, -2.5, 2.5),
  1588. Vector3.new(-8, -2.5, -2.5),
  1589. Vector3.new(-8, -1.5, -2.5),
  1590. Vector3.new(-8, -1.5, 2.5),
  1591. Vector3.new(-8, -1.5, -2.5),
  1592. Vector3.new(8, -1.5, -2.5),
  1593. Vector3.new(8, -2.5, -2.5),
  1594. Vector3.new(-8, -2.5, -2.5),
  1595. Vector3.new(8, -2.5, -2.5),
  1596. Vector3.new(8, -1.5, -2.5),
  1597. Vector3.new(4, -1.5, -2.5),
  1598. Vector3.new(0, 9.5, -2.5),
  1599. Vector3.new(-4, -1.5, -2.5),
  1600. Vector3.new(-8, -1.5, -2.5),
  1601. Vector3.new(-8, -1.5, 2.5),
  1602. Vector3.new(-4, -1.5, 2.5),
  1603. Vector3.new(0, 9.5, 2.5),
  1604. Vector3.new(4, -1.5, 2.5),
  1605. Vector3.new(0, 9.5, 2.5),
  1606. Vector3.new(0, 9.5, -2.5),
  1607. Vector3.new(0, 9.5, -1.5),
  1608. Vector3.new(9, 9.5, -1.5),
  1609. Vector3.new(-9, 9.5, -1.5),
  1610. Vector3.new(0, 9.5, -1.5),
  1611. Vector3.new(0, 18.5, -1.5),
  1612. Vector3.new(0, 1.5, -1.5),
  1613. Vector3.new(0, 9.5, -1.5),
  1614. Vector3.new(8, 14.5, -1.5),
  1615. Vector3.new(-8, 5.5, -1.5),
  1616. Vector3.new(0, 9.5, -1.5),
  1617. Vector3.new(4, 17.5, -1.5),
  1618. Vector3.new(-5, 2.5, -1.5),
  1619. Vector3.new(0, 9.5, -1.5),
  1620. Vector3.new(-4, 17.5, -1.5),
  1621. Vector3.new(5, 2.5, -1.5),
  1622. Vector3.new(0, 9.5, -1.5),
  1623. Vector3.new(-8, 14.5, -1.5),
  1624. Vector3.new(8, 5.5, -1.5),
  1625. Vector3.new(0, 9.5, -1.5),
  1626. Vector3.new(0, 9.5, 1.5),
  1627. Vector3.new(1, 9.5, 1.5),
  1628. Vector3.new(9, 9.5, 1.5),
  1629. Vector3.new(9, 9.5, -1.5),
  1630. Vector3.new(9, 9.5, 1.5),
  1631. Vector3.new(-9, 9.5, 1.5),
  1632. Vector3.new(-9, 9.5, -1.5),
  1633. Vector3.new(-9, 9.5, 1.5),
  1634. Vector3.new(0, 9.5, 1.5),
  1635. Vector3.new(-8, 14.5, 1.5),
  1636. Vector3.new(-8, 14.5, -1.5),
  1637. Vector3.new(-8, 14.5, 1.5),
  1638. Vector3.new(8, 5.5, 1.5),
  1639. Vector3.new(8, 5.5, -1.5),
  1640. Vector3.new(8, 5.5, 1.5),
  1641. Vector3.new(0, 9.5, 1.5),
  1642. Vector3.new(-4, 17.5, 1.5),
  1643. Vector3.new(-4, 17.5, -1.5),
  1644. Vector3.new(-4, 17.5, 1.5),
  1645. Vector3.new(5, 2.5, 1.5),
  1646. Vector3.new(5, 2.5, -1.5),
  1647. Vector3.new(5, 2.5, 1.5),
  1648. Vector3.new(0, 9.5, 1.5),
  1649. Vector3.new(0, 18.5, 1.5),
  1650. Vector3.new(0, 18.5, -1.5),
  1651. Vector3.new(0, 18.5, 1.5),
  1652. Vector3.new(0, 1.5, 1.5),
  1653. Vector3.new(0, 1.5, -1.5),
  1654. Vector3.new(0, 1.5, 1.5),
  1655. Vector3.new(0, 9.5, 1.5),
  1656. Vector3.new(4, 17.5, 1.5),
  1657. Vector3.new(4, 17.5, -1.5),
  1658. Vector3.new(4, 17.5, 1.5),
  1659. Vector3.new(-5, 2.5, 1.5),
  1660. Vector3.new(-5, 2.5, -1.5),
  1661. Vector3.new(-5, 2.5, 1.5),
  1662. Vector3.new(0, 9.5, 1.5),
  1663. Vector3.new(-8, 5.5, 1.5),
  1664. Vector3.new(-8, 5.5, -1.5),
  1665. Vector3.new(-8, 5.5, 1.5),
  1666. Vector3.new(8, 14.5, 1.5),
  1667. Vector3.new(8, 14.5, -1.5),
  1668. Vector3.new(8, 14.5, 1.5),
  1669. Vector3.new(0, 9.5, 1.5),
  1670. Vector3.new(5, 9.5, 1.5),
  1671. Vector3.new(4, 7.5, 1.5),
  1672. Vector3.new(3, 5.5, 1.5),
  1673. Vector3.new(0, 4.5, 1.5),
  1674. Vector3.new(-3, 5.5, 1.5),
  1675. Vector3.new(-4, 7.5, 1.5),
  1676. Vector3.new(-5, 9.5, 1.5),
  1677. Vector3.new(-4, 12.5, 1.5),
  1678. Vector3.new(-2.5, 14.5, 1.5),
  1679. Vector3.new(0, 15.5, 1.5),
  1680. Vector3.new(2.5, 14.5, 1.5),
  1681. Vector3.new(4, 12.5, 1.5),
  1682. Vector3.new(5, 9.5, 1.5),
  1683. Vector3.new(5, 9.5, -1.5),
  1684. Vector3.new(4, 7.5, -1.5),
  1685. Vector3.new(4, 7.5, 1.5),
  1686. Vector3.new(4, 7.5, -1.5),
  1687. Vector3.new(3, 5.5, -1.5),
  1688. Vector3.new(3, 5.5, 1.5),
  1689. Vector3.new(3, 5.5, -1.5),
  1690. Vector3.new(0, 4.5, -1.5),
  1691. Vector3.new(0, 4.5, 1.5),
  1692. Vector3.new(0, 4.5, -1.5),
  1693. Vector3.new(-3, 5.5, -1.5),
  1694. Vector3.new(-3, 5.5, 1.5),
  1695. Vector3.new(-3, 5.5, -1.5),
  1696. Vector3.new(-4, 7.5, -1.5),
  1697. Vector3.new(-4, 7.5, 1.5),
  1698. Vector3.new(-4, 7.5, -1.5),
  1699. Vector3.new(-5, 9.5, -1.5),
  1700. Vector3.new(-5, 9.5, 1.5),
  1701. Vector3.new(-5, 9.5, -1.5),
  1702. Vector3.new(-4, 12.5, -1.5),
  1703. Vector3.new(-4, 12.5, 1.5),
  1704. Vector3.new(-4, 12.5, -1.5),
  1705. Vector3.new(-2.5, 14.5, -1.5),
  1706. Vector3.new(-2.5, 14.5, 1.5),
  1707. Vector3.new(-2.5, 14.5, -1.5),
  1708. Vector3.new(0, 15.5, -1.5),
  1709. Vector3.new(0, 15.5, 1.5),
  1710. Vector3.new(0, 15.5, -1.5),
  1711. Vector3.new(2.5, 14.5, -1.5),
  1712. Vector3.new(2.5, 14.5, 1.5),
  1713. Vector3.new(2.5, 14.5, -1.5),
  1714. Vector3.new(4, 12.5, -1.5),
  1715. Vector3.new(4, 12.5, 1.5),
  1716. Vector3.new(4, 12.5, -1.5),
  1717. Vector3.new(5, 9.5, -1.5),
  1718. Vector3.new(9, 9.5, -1.5),
  1719. Vector3.new(8, 5.5, -1.5),
  1720. Vector3.new(5, 2.5, -1.5),
  1721. Vector3.new(0, 1.5, -1.5),
  1722. Vector3.new(-5, 2.5, -1.5),
  1723. Vector3.new(-8, 5.5, -1.5),
  1724. Vector3.new(-9, 9.5, -1.5),
  1725. Vector3.new(-8, 14.5, -1.5),
  1726. Vector3.new(-4, 17.5, -1.5),
  1727. Vector3.new(0, 18.5, -1.5),
  1728. Vector3.new(4, 17.5, -1.5),
  1729. Vector3.new(8, 14.5, -1.5),
  1730. Vector3.new(9, 9.5, -1.5),
  1731. Vector3.new(9, 9.5, 1.5),
  1732. Vector3.new(8, 5.5, 1.5),
  1733. Vector3.new(5, 2.5, 1.5),
  1734. Vector3.new(0, 1.5, 1.5),
  1735. Vector3.new(-5, 2.5, 1.5),
  1736. Vector3.new(-8, 5.5, 1.5),
  1737. Vector3.new(-9, 9.5, 1.5),
  1738. Vector3.new(-8, 14.5, 1.5),
  1739. Vector3.new(-4, 17.5, 1.5),
  1740. Vector3.new(0, 18.5, 1.5),
  1741. Vector3.new(4, 17.5, 1.5),
  1742. Vector3.new(8, 14.5, 1.5),
  1743. Vector3.new(9, 9.5, 1.5),
  1744. Vector3.new(9, 9.5, 1),
  1745. Vector3.new(10, 9.5, 1),
  1746. Vector3.new(10, 9.5, -1),
  1747. Vector3.new(8, 9.5, -1),
  1748. Vector3.new(8, 9.5, 1),
  1749. Vector3.new(10, 9.5, 1),
  1750. Vector3.new(9, 9.5, 1),
  1751. Vector3.new(9, 8.75, 1),
  1752. Vector3.new(10, 8.75, 1),
  1753. Vector3.new(10, 8.75, -1),
  1754. Vector3.new(9, 8.75, -1),
  1755. Vector3.new(9, 9.5, -1),
  1756. Vector3.new(9, 8.75, -1),
  1757. Vector3.new(8, 8.75, -1),
  1758. Vector3.new(8, 8.75, 1),
  1759. Vector3.new(8.25, 8, 1),
  1760. Vector3.new(9.75, 8, 1),
  1761. Vector3.new(10, 8.75, 1),
  1762. Vector3.new(9.75, 8, 1),
  1763. Vector3.new(9.75, 8, -1),
  1764. Vector3.new(10, 8.75, -1),
  1765. Vector3.new(9.75, 8, -1),
  1766. Vector3.new(8.25, 8, -1),
  1767. Vector3.new(8, 8.75, -1),
  1768. Vector3.new(8, 8.75, 1),
  1769. Vector3.new(9, 8.75, 1),
  1770. Vector3.new(8, 8.75, 1),
  1771. Vector3.new(8.25, 8, 1),
  1772. Vector3.new(8.25, 8, -1),
  1773. Vector3.new(8, 8.75, -1),
  1774. Vector3.new(9, 8.75, -1),
  1775. Vector3.new(9, 9.5, -1),
  1776. Vector3.new(9, 9.5, -1.5),
  1777. Vector3.new(5, 9.5, -1.5),
  1778. Vector3.new(0, 9.5, -1.5),
  1779. Vector3.new(4, 7.5, -1.5),
  1780. Vector3.new(8, 5.5, -1.5),
  1781. Vector3.new(8, 5.5, -1),
  1782. Vector3.new(7, 5.5, -1),
  1783. Vector3.new(7, 5.5, 1),
  1784. Vector3.new(9, 5.5, 1),
  1785. Vector3.new(9, 5.5, -1),
  1786. Vector3.new(8, 5.5, -1),
  1787. Vector3.new(8, 4.75, -1),
  1788. Vector3.new(9, 4.75, -1),
  1789. Vector3.new(9, 4.75, 1),
  1790. Vector3.new(8, 4.75, 1),
  1791. Vector3.new(8, 5.5, 1),
  1792. Vector3.new(8, 4.75, 1),
  1793. Vector3.new(7, 4.75, 1),
  1794. Vector3.new(7, 4.75, -1),
  1795. Vector3.new(9, 4.75, -1),
  1796. Vector3.new(8.75, 3.75, -1),
  1797. Vector3.new(7.25, 3.75, -1),
  1798. Vector3.new(7, 4.75, -1),
  1799. Vector3.new(7.25, 3.75, -1),
  1800. Vector3.new(7.25, 3.75, 1),
  1801. Vector3.new(7, 4.75, 1),
  1802. Vector3.new(7.25, 3.75, 1),
  1803. Vector3.new(8.75, 3.75, 1),
  1804. Vector3.new(9, 4.75, 1),
  1805. Vector3.new(8.75, 3.75, 1),
  1806. Vector3.new(8.75, 3.75, -1),
  1807. Vector3.new(9, 4.75, -1),
  1808. Vector3.new(8, 4.75, -1),
  1809. Vector3.new(8, 5.5, -1),
  1810. Vector3.new(8, 5.5, -1.5),
  1811. Vector3.new(0, 9.5, -1.5),
  1812. Vector3.new(5, 2.5, -1.5),
  1813. Vector3.new(5, 2.5, -1),
  1814. Vector3.new(6, 2.5, -1),
  1815. Vector3.new(6, 2.5, 1),
  1816. Vector3.new(4, 2.5, 1),
  1817. Vector3.new(4, 2.5, -1),
  1818. Vector3.new(5, 2.5, -1),
  1819. Vector3.new(5, 1.75, -1),
  1820. Vector3.new(6, 1.75, -1),
  1821. Vector3.new(6, 1.75, 1),
  1822. Vector3.new(4, 1.75, 1),
  1823. Vector3.new(4, 1.75, -1),
  1824. Vector3.new(6, 1.75, -1),
  1825. Vector3.new(5.75, 0.75, -1),
  1826. Vector3.new(5.75, 0.75, 1),
  1827. Vector3.new(6, 1.75, 1),
  1828. Vector3.new(5.75, 0.75, 1),
  1829. Vector3.new(4.25, 0.75, 1),
  1830. Vector3.new(4, 1.75, 1),
  1831. Vector3.new(4.25, 0.75, 1),
  1832. Vector3.new(4.25, 0.75, -1),
  1833. Vector3.new(4, 1.75, -1),
  1834. Vector3.new(4.25, 0.75, -1),
  1835. Vector3.new(5.75, 0.75, -1),
  1836. Vector3.new(5.75, 0.75, 1),
  1837. Vector3.new(6, 1.75, 1),
  1838. Vector3.new(5, 1.75, 1),
  1839. Vector3.new(5, 2.5, 1),
  1840. Vector3.new(5, 2.5, 1.5),
  1841. Vector3.new(0, 9.5, 1.5),
  1842. Vector3.new(0, 1.5, 1.5),
  1843. Vector3.new(0, 1.5, 1),
  1844. Vector3.new(1, 1.5, 1),
  1845. Vector3.new(1, 1.5, -1.5),
  1846. Vector3.new(-1, 1.5, -1.5),
  1847. Vector3.new(-1, 1.5, 1),
  1848. Vector3.new(1, 1.5, 1),
  1849. Vector3.new(0, 1.5, 1),
  1850. Vector3.new(0, 0.75, 1),
  1851. Vector3.new(1, 0.75, 1),
  1852. Vector3.new(1, 0.75, -1.5),
  1853. Vector3.new(-1, 0.75, -1.5),
  1854. Vector3.new(-1, 0.75, 1),
  1855. Vector3.new(1, 0.75, 1),
  1856. Vector3.new(0.75, -0.25, 1),
  1857. Vector3.new(-0.75, -0.25, 1),
  1858. Vector3.new(-1, 0.75, 1),
  1859. Vector3.new(-0.75, -0.25, 1),
  1860. Vector3.new(-0.75, -0.25, -1.5),
  1861. Vector3.new(-1, 0.75, -1.5),
  1862. Vector3.new(-0.75, -0.25, -1.5),
  1863. Vector3.new(0.75, -0.25, -1.5),
  1864. Vector3.new(1, 0.75, -1.5),
  1865. Vector3.new(0.75, -0.25, -1.5),
  1866. Vector3.new(0.75, -0.25, 1),
  1867. Vector3.new(1, 0.75, 1),
  1868. Vector3.new(0, 9.5, 1.5),
  1869. Vector3.new(0, 1.5, 1.5),
  1870. Vector3.new(0, 1.5, 1),
  1871. Vector3.new(0, 0.75, 1),
  1872. Vector3.new(-5, 2.5, 1.5),
  1873. Vector3.new(-5, 2.5, 1),
  1874. Vector3.new(-6, 2.5, 1),
  1875. Vector3.new(-6, 2.5, -1),
  1876. Vector3.new(-4, 2.5, -1),
  1877. Vector3.new(-4, 2.5, 1),
  1878. Vector3.new(-6, 2.5, 1),
  1879. Vector3.new(-5, 2.5, 1),
  1880. Vector3.new(-5, 1.75, 1),
  1881. Vector3.new(-6, 1.75, 1),
  1882. Vector3.new(-6, 1.75, -1),
  1883. Vector3.new(-5, 1.75, -1),
  1884. Vector3.new(-5, 2.5, -1),
  1885. Vector3.new(-5, 1.75, -1),
  1886. Vector3.new(-4, 1.75, -1),
  1887. Vector3.new(-4, 1.75, 1),
  1888. Vector3.new(-6, 1.75, 1),
  1889. Vector3.new(-5.75, 0.75, 1),
  1890. Vector3.new(-4.25, 0.75, 1),
  1891. Vector3.new(-4, 1.75, 1),
  1892. Vector3.new(-4.25, 0.75, 1),
  1893. Vector3.new(-4.25, 0.75, -1),
  1894. Vector3.new(-4, 1.75, -1),
  1895. Vector3.new(-4.25, 0.75, -1),
  1896. Vector3.new(-5.75, 0.75, -1),
  1897. Vector3.new(-6, 1.75, -1),
  1898. Vector3.new(-5.75, 0.75, -1),
  1899. Vector3.new(-5.75, 0.75, 1),
  1900. Vector3.new(-6, 1.75, 1),
  1901. Vector3.new(-5, 1.75, 1),
  1902. Vector3.new(-5, 2.5, 1),
  1903. Vector3.new(-5, 2.5, 1.5),
  1904. Vector3.new(0, 9.5, 1.5),
  1905. Vector3.new(-9, 9.5, 1.5),
  1906. Vector3.new(-9, 9.5, 1),
  1907. Vector3.new(-8, 9.5, 1),
  1908. Vector3.new(-8, 9.5, -1),
  1909. Vector3.new(-10, 9.5, -1),
  1910. Vector3.new(-10, 9.5, 1),
  1911. Vector3.new(-9, 9.5, 1),
  1912. Vector3.new(-9, 8.75, 1),
  1913. Vector3.new(-10, 8.75, 1),
  1914. Vector3.new(-10, 8.75, -1),
  1915. Vector3.new(-9, 8.75, -1),
  1916. Vector3.new(-9, 9.5, -1),
  1917. Vector3.new(-9, 8.75, -1),
  1918. Vector3.new(-8, 8.75, -1),
  1919. Vector3.new(-8, 8.75, 1),
  1920. Vector3.new(-10, 8.75, 1),
  1921. Vector3.new(-9.75, 7.75, 1),
  1922. Vector3.new(-9.75, 7.74999619, -1),
  1923. Vector3.new(-10, 8.74999619, -1),
  1924. Vector3.new(-9.75, 7.74999619, -1),
  1925. Vector3.new(-8.25, 7.74999619, -1),
  1926. Vector3.new(-8, 8.74999619, -1),
  1927. Vector3.new(-8.25, 7.74999619, -1),
  1928. Vector3.new(-8.25, 7.74999619, 1),
  1929. Vector3.new(-8, 8.74999619, 1),
  1930. Vector3.new(-8.25, 7.74999619, 1),
  1931. Vector3.new(-9.75, 7.74999619, 1),
  1932. Vector3.new(-10, 8.74999619, 1),
  1933. Vector3.new(-9, 8.74999619, 1),
  1934. Vector3.new(-9, 9.49999619, 1),
  1935. Vector3.new(-9, 9.49999619, 1.5),
  1936. Vector3.new(0, 9.49999619, 1.5),
  1937. Vector3.new(-8, 5.49999619, 1.5),
  1938. Vector3.new(-8, 5.49999619, 1),
  1939. Vector3.new(-9, 5.49999619, 1),
  1940. Vector3.new(-9, 5.49999619, -1),
  1941. Vector3.new(-6.75, 5.49999619, -1),
  1942. Vector3.new(-6.75, 5.49999619, 1),
  1943. Vector3.new(-9, 5.49999619, 1),
  1944. Vector3.new(-9, 4.74999619, 1),
  1945. Vector3.new(-9, 4.74999619, -1),
  1946. Vector3.new(-8, 4.74999619, -1),
  1947. Vector3.new(-8, 5.49999619, -1),
  1948. Vector3.new(-8, 4.74999619, -1),
  1949. Vector3.new(-6.75, 4.74999619, -1),
  1950. Vector3.new(-6.75, 4.74999619, 1),
  1951. Vector3.new(-9, 4.74999619, 1),
  1952. Vector3.new(-8.75, 3.74999619, 1),
  1953. Vector3.new(-8.75, 3.74999619, -1),
  1954. Vector3.new(-9, 4.74999619, -1),
  1955. Vector3.new(-8.75, 3.74999619, -1),
  1956. Vector3.new(-7, 3.74999619, -1),
  1957. Vector3.new(-6.75, 4.74999619, -1),
  1958. Vector3.new(-7, 3.74999619, -1),
  1959. Vector3.new(-7, 3.74999619, 1),
  1960. Vector3.new(-6.75, 4.74999619, 1),
  1961. Vector3.new(-7, 3.74999619, 1),
  1962. Vector3.new(-8.75, 3.74999619, 1),
  1963. Vector3.new(-9, 4.74999619, 1),
  1964. Vector3.new(-9, 5.49999619, 1),
  1965. Vector3.new(-8, 5.49999619, 1),
  1966. Vector3.new(-8, 5.49999619, 1.5),
  1967. Vector3.new(0, 9.49999619, 1.5),
  1968. Vector3.new(-8, 14.4999962, 1.5),
  1969. Vector3.new(-8, 14.4999962, 1),
  1970. Vector3.new(-9, 14.4999962, 1),
  1971. Vector3.new(-9, 14.4999962, -1),
  1972. Vector3.new(-7, 14.4999962, -1),
  1973. Vector3.new(-7, 14.4999962, 1),
  1974. Vector3.new(-8, 14.4999962, 1),
  1975. Vector3.new(-8, 13.7499962, 1),
  1976. Vector3.new(-9, 13.7499962, 1),
  1977. Vector3.new(-9, 13.7499962, -1),
  1978. Vector3.new(-8, 13.7499962, -1),
  1979. Vector3.new(-8, 14.4999962, -1),
  1980. Vector3.new(-8, 13.7499962, -1),
  1981. Vector3.new(-7, 13.7499962, -1),
  1982. Vector3.new(-7, 13.7499962, 1),
  1983. Vector3.new(-9, 13.7499962, 1),
  1984. Vector3.new(-8.75, 12.7499962, 1),
  1985. Vector3.new(-8.75, 12.7499962, -1),
  1986. Vector3.new(-9, 13.7499962, -1),
  1987. Vector3.new(-8.75, 12.7499962, -1),
  1988. Vector3.new(-7.25, 12.7499962, -1),
  1989. Vector3.new(-7, 13.7499962, -1),
  1990. Vector3.new(-7.25, 12.7499962, -1),
  1991. Vector3.new(-7.25, 12.7499962, 1),
  1992. Vector3.new(-7, 13.7499962, 1),
  1993. Vector3.new(-7.25, 12.7499962, 1),
  1994. Vector3.new(-8.75, 12.7499962, 1),
  1995. Vector3.new(-9, 13.7499962, 1),
  1996. Vector3.new(-8, 13.7499962, 1),
  1997. Vector3.new(-8, 14.4999962, 1),
  1998. Vector3.new(-8, 14.4999962, 1.5),
  1999. Vector3.new(0, 9.49999619, 1.5),
  2000. Vector3.new(-4, 17.4999962, 1.5),
  2001. Vector3.new(-4, 17.4999962, 1),
  2002. Vector3.new(-5, 17.4999962, 1),
  2003. Vector3.new(-5, 17.4999962, -1),
  2004. Vector3.new(-3, 17.4999962, -1),
  2005. Vector3.new(-3, 17.4999962, 1),
  2006. Vector3.new(-4, 17.4999962, 1),
  2007. Vector3.new(-4, 16.7499962, 1),
  2008. Vector3.new(-5, 16.7499962, 1),
  2009. Vector3.new(-5, 16.7499962, -1),
  2010. Vector3.new(-4, 16.7499962, -1),
  2011. Vector3.new(-4, 17.4999962, -1),
  2012. Vector3.new(-4, 16.7499962, -1),
  2013. Vector3.new(-3, 16.7499962, -1),
  2014. Vector3.new(-3, 16.7499962, 1),
  2015. Vector3.new(-5, 16.7499962, 1),
  2016. Vector3.new(-4.75, 15.7499962, 1),
  2017. Vector3.new(-4.75, 15.7499962, -1),
  2018. Vector3.new(-5, 16.7499962, -1),
  2019. Vector3.new(-4.75, 15.7499962, -1),
  2020. Vector3.new(-3.25, 15.7499962, -1),
  2021. Vector3.new(-3, 16.7499962, -1),
  2022. Vector3.new(-3.25, 15.7499962, -1),
  2023. Vector3.new(-3.25, 15.7499962, 1),
  2024. Vector3.new(-3, 16.7499962, 1),
  2025. Vector3.new(-3.25, 15.7499962, 1),
  2026. Vector3.new(-4.75, 15.7499962, 1),
  2027. Vector3.new(-5, 16.7499962, 1),
  2028. Vector3.new(-4, 16.7499962, 1),
  2029. Vector3.new(-4, 17.4999962, 1),
  2030. Vector3.new(-4, 17.4999962, 1.5),
  2031. Vector3.new(0, 9.49999619, 1.5),
  2032. Vector3.new(0, 18.4999962, 1.5),
  2033. Vector3.new(0, 18.4999962, 1),
  2034. Vector3.new(1, 18.4999962, 1),
  2035. Vector3.new(1, 18.4999962, -1),
  2036. Vector3.new(-1, 18.4999962, -1),
  2037. Vector3.new(-1, 18.4999962, 1),
  2038. Vector3.new(0, 18.4999962, 1),
  2039. Vector3.new(0, 17.7499962, 1),
  2040. Vector3.new(-1, 17.7499962, 1),
  2041. Vector3.new(-1, 17.7499962, -1),
  2042. Vector3.new(0, 17.7499962, -1),
  2043. Vector3.new(0, 18.4999962, -1),
  2044. Vector3.new(0, 17.7499962, -1),
  2045. Vector3.new(1, 17.7499962, -1),
  2046. Vector3.new(1, 17.7499962, 1),
  2047. Vector3.new(-1, 17.7499962, 1),
  2048. Vector3.new(-0.75, 16.7499962, 1),
  2049. Vector3.new(-0.75, 16.7499962, -1),
  2050. Vector3.new(-1, 17.7499962, -1),
  2051. Vector3.new(-0.75, 16.7499962, -1),
  2052. Vector3.new(0.75, 16.7499962, -1),
  2053. Vector3.new(1, 17.7499962, -1),
  2054. Vector3.new(0.75, 16.7499962, -1),
  2055. Vector3.new(0.75, 16.7499962, 1),
  2056. Vector3.new(1, 17.7499962, 1),
  2057. Vector3.new(0.75, 16.7499962, 1),
  2058. Vector3.new(-0.75, 16.7499962, 1),
  2059. Vector3.new(-1, 17.7499962, 1),
  2060. Vector3.new(0, 17.7499962, 1),
  2061. Vector3.new(0, 18.4999962, 1),
  2062. Vector3.new(0, 18.4999962, 1.5),
  2063. Vector3.new(0, 9.49999619, 1.5),
  2064. Vector3.new(4, 17.4999962, 1.5),
  2065. Vector3.new(4, 17.4999962, 1),
  2066. Vector3.new(3, 17.4999962, 1),
  2067. Vector3.new(3, 17.4999962, -1),
  2068. Vector3.new(5, 17.4999962, -1),
  2069. Vector3.new(5, 17.4999962, 1),
  2070. Vector3.new(4, 17.4999962, 1),
  2071. Vector3.new(4, 16.7499962, 1),
  2072. Vector3.new(3, 16.7499962, 1),
  2073. Vector3.new(3, 16.7499962, -1),
  2074. Vector3.new(4, 16.7499962, -1),
  2075. Vector3.new(4, 17.4999962, -1),
  2076. Vector3.new(4, 16.7499962, -1),
  2077. Vector3.new(5, 16.7499962, -1),
  2078. Vector3.new(5, 16.7499962, 1),
  2079. Vector3.new(3, 16.7499962, 1),
  2080. Vector3.new(3.25, 15.7499962, 1),
  2081. Vector3.new(3.25, 15.7499962, -1),
  2082. Vector3.new(3, 16.7499962, -1),
  2083. Vector3.new(3.25, 15.7499962, -1),
  2084. Vector3.new(4.75, 15.7499962, -1),
  2085. Vector3.new(5, 16.7499962, -1),
  2086. Vector3.new(4.75, 15.7499962, -1),
  2087. Vector3.new(4.75, 15.7499962, 1),
  2088. Vector3.new(5, 16.7499962, 1),
  2089. Vector3.new(4.75, 15.7499962, 1),
  2090. Vector3.new(3.25, 15.7499962, 1),
  2091. Vector3.new(3, 16.7499962, 1),
  2092. Vector3.new(4, 16.7499962, 1),
  2093. Vector3.new(4, 17.4999962, 1),
  2094. Vector3.new(4, 17.4999962, 1.5),
  2095. Vector3.new(0, 9.49999619, 1.5),
  2096. Vector3.new(8, 14.4999962, 1.5),
  2097. Vector3.new(8, 14.4999962, 1),
  2098. Vector3.new(7, 14.4999962, 1),
  2099. Vector3.new(7, 14.4999962, -1),
  2100. Vector3.new(9, 14.4999962, -1),
  2101. Vector3.new(9, 14.4999962, 1),
  2102. Vector3.new(7, 14.4999962, 1),
  2103. Vector3.new(7, 13.7499962, 1),
  2104. Vector3.new(7, 13.7499962, -1),
  2105. Vector3.new(8, 13.7499962, -1),
  2106. Vector3.new(8, 14.4999962, -1),
  2107. Vector3.new(8, 13.7499962, -1),
  2108. Vector3.new(9, 13.7499962, -1),
  2109. Vector3.new(9, 13.7499962, 1),
  2110. Vector3.new(7, 13.7499962, 1),
  2111. Vector3.new(7.25, 12.7499962, 1),
  2112. Vector3.new(7.25, 12.7499962, -1),
  2113. Vector3.new(7, 13.7499962, -1),
  2114. Vector3.new(7.25, 12.7499962, -1),
  2115. Vector3.new(8.75, 12.7499962, -1),
  2116. Vector3.new(9, 13.7499962, -1),
  2117. Vector3.new(8.75, 12.7499962, -1),
  2118. Vector3.new(8.75, 12.7499962, 1),
  2119. Vector3.new(9, 13.7499962, 1),
  2120. Vector3.new(8.75, 12.7499962, 1),
  2121. Vector3.new(7.25, 12.7499962, 1),
  2122. Vector3.new(7, 13.7499962, 1),
  2123. Vector3.new(8, 13.7499962, 1),
  2124. Vector3.new(8, 14.4999962, 1),
  2125. Vector3.new(8, 14.4999962, 1.5),
  2126. Vector3.new(0, 9.49999619, 1.5),
  2127. Vector3.new(0.25, 15.4999962, 1.5),
  2128. Vector3.new(0, 18.4999962, 1.5),
  2129. Vector3.new(0, 9.49999619, 1.5),
  2130. Vector3.new(-0.25, 4.49999619, 1.5),
  2131. Vector3.new(0, 1.49999619, 1.5),
  2132. Vector3.new(0, 9.49999619, 1.5),
  2133. Vector3.new(-5, 9.74999619, 1.5),
  2134. Vector3.new(-9, 9.49999619, 1.5),
  2135. Vector3.new(0, 9.49999619, 1.5),
  2136. Vector3.new(5, 9.74999619, 1.5),
  2137. Vector3.new(9, 9.49999619, 1.5),
  2138. Vector3.new(0, 9.49999619, 1.5),
  2139. Vector3.new(0, 9.49999619, 2.5),
  2140. Vector3.new(-4, -1.50000381, 2.5),
  2141. Vector3.new(-8, -1.50000381, 2.5),
  2142. Vector3.new(-8, -2.50000381, 2.5),
  2143. Vector3.new(-8, -2.50000381, 0),
  2144. Vector3.new(-8.25, -2.50000381, 0)}
  2145. local Chest = {
  2146. ["Name"] = "Chest",
  2147. Vector3.new(2.75, -3.5, 3.75),
  2148. Vector3.new(-2.25, -3.5, 3.75),
  2149. Vector3.new(-2.25, -3.5, -3.875),
  2150. Vector3.new(2.75, -3.5, -3.875),
  2151. Vector3.new(2.75, -3.5, 3.75),
  2152. Vector3.new(2.75, 0, 3.75),
  2153. Vector3.new(2.625, 1.125, 3.75),
  2154. Vector3.new(2.375, 1.875, 3.75),
  2155. Vector3.new(1.875, 2.5, 3.75),
  2156. Vector3.new(1.125, 3, 3.75),
  2157. Vector3.new(0.25, 3.125, 3.75),
  2158. Vector3.new(-0.5, 3, 3.75),
  2159. Vector3.new(-1.25, 2.625, 3.75),
  2160. Vector3.new(-1.875, 2, 3.75),
  2161. Vector3.new(-2.25, 1, 3.75),
  2162. Vector3.new(-2.25, 0, 3.75),
  2163. Vector3.new(2.75, 0, 3.75),
  2164. Vector3.new(-2.25, 0, 3.75),
  2165. Vector3.new(-2.25, -3.5, 3.75),
  2166. Vector3.new(-2.25, 0, 3.75),
  2167. Vector3.new(-2.25, 0, -3.875),
  2168. Vector3.new(-2.25, -3.5, -3.875),
  2169. Vector3.new(-2.25, 0, -3.875),
  2170. Vector3.new(2.75, 0, -3.875),
  2171. Vector3.new(-2.25, 0, -3.875),
  2172. Vector3.new(-2.25, 1, -3.875),
  2173. Vector3.new(-1.875, 2, -3.875),
  2174. Vector3.new(-1.25, 2.625, -3.875),
  2175. Vector3.new(-0.5, 3, -3.875),
  2176. Vector3.new(0.25, 3.125, -3.875),
  2177. Vector3.new(1.125, 3, -3.875),
  2178. Vector3.new(1.875, 2.5, -3.875),
  2179. Vector3.new(2.375, 1.875, -3.875),
  2180. Vector3.new(2.625, 1.125, -3.875),
  2181. Vector3.new(2.75, 0, -3.875),
  2182. Vector3.new(2.75, -3.5, -3.875),
  2183. Vector3.new(2.75, 0, -3.875),
  2184. Vector3.new(2.75, 0, 3.75),
  2185. Vector3.new(2.625, 1.125, 3.75),
  2186. Vector3.new(2.625, 1.125, -3.875),
  2187. Vector3.new(2.625, 1.125, 3.75),
  2188. Vector3.new(2.375, 1.875, 3.75),
  2189. Vector3.new(2.375, 1.875, -3.875),
  2190. Vector3.new(2.375, 1.875, 3.75),
  2191. Vector3.new(1.875, 2.5, 3.75),
  2192. Vector3.new(1.875, 2.5, -3.875),
  2193. Vector3.new(1.875, 2.5, 3.75),
  2194. Vector3.new(1.125, 3, 3.75),
  2195. Vector3.new(1.125, 3, -3.875),
  2196. Vector3.new(1.125, 3, 3.75),
  2197. Vector3.new(0.25, 3.125, 3.75),
  2198. Vector3.new(0.25, 3.125, -3.875),
  2199. Vector3.new(0.25, 3.125, 3.75),
  2200. Vector3.new(-0.5, 3, 3.75),
  2201. Vector3.new(-0.5, 3, -3.875),
  2202. Vector3.new(-0.5, 3, 3.75),
  2203. Vector3.new(-1.25, 2.625, 3.75),
  2204. Vector3.new(-1.25, 2.625, -3.875),
  2205. Vector3.new(-1.25, 2.625, 3.75),
  2206. Vector3.new(-1.875, 2, 3.75),
  2207. Vector3.new(-1.875, 2, -3.875),
  2208. Vector3.new(-1.875, 2, 3.75),
  2209. Vector3.new(-2.25, 1, 3.75),
  2210. Vector3.new(-2.25, 1, -3.875),
  2211. Vector3.new(-2.25, 1, 3.75),
  2212. Vector3.new(-2.25, 1, 1.125),
  2213. Vector3.new(-2.25, 1, -1.25),
  2214. Vector3.new(-1.875, 2, -1.25),
  2215. Vector3.new(-1.875, 2, 1.125),
  2216. Vector3.new(-2.25, 1, 1.125),
  2217. Vector3.new(-1.875, 2, 1.125),
  2218. Vector3.new(-1.25, 2.625, 1.125),
  2219. Vector3.new(-1.25, 2.625, -1.25),
  2220. Vector3.new(-1.875, 2, -1.25),
  2221. Vector3.new(-1.25, 2.625, -1.25),
  2222. Vector3.new(-0.5, 3, -1.25),
  2223. Vector3.new(-0.5, 3, 1.125),
  2224. Vector3.new(-1.25, 2.625, 1.125),
  2225. Vector3.new(-0.5, 3, 1.125),
  2226. Vector3.new(0.25, 3.125, 1.125),
  2227. Vector3.new(0.25, 3.125, -1.25),
  2228. Vector3.new(-0.5, 3, -1.25),
  2229. Vector3.new(0.25, 3.125, -1.25),
  2230. Vector3.new(1.125, 3, -1.25),
  2231. Vector3.new(1.125, 3, 1.125),
  2232. Vector3.new(0.25, 3.125, 1.125),
  2233. Vector3.new(1.125, 3, 1.125),
  2234. Vector3.new(1.875, 2.5, 1.125),
  2235. Vector3.new(1.875, 2.5, -1.25),
  2236. Vector3.new(1.125, 3, -1.25),
  2237. Vector3.new(1.875, 2.5, -1.25),
  2238. Vector3.new(2.375, 1.875, -1.25),
  2239. Vector3.new(2.375, 1.875, 1.125),
  2240. Vector3.new(1.875, 2.5, 1.125),
  2241. Vector3.new(2.375, 1.875, 1.125),
  2242. Vector3.new(2.625, 1.125, 1.125),
  2243. Vector3.new(2.625, 1.125, -1.25),
  2244. Vector3.new(2.375, 1.875, -1.25),
  2245. Vector3.new(2.625, 1.125, -1.25),
  2246. Vector3.new(2.75, 0, -1.25),
  2247. Vector3.new(2.75, 0, 1.125),
  2248. Vector3.new(2.625, 1.125, 1.125),
  2249. Vector3.new(2.75, 0, 1.125),
  2250. Vector3.new(2.75, -3.5, 1.125),
  2251. Vector3.new(2.75, -3.5, -1.25),
  2252. Vector3.new(2.75, 0, -1.25),
  2253. Vector3.new(2.75, -3.5, -1.25),
  2254. Vector3.new(-2.25, -3.5, -1.25),
  2255. Vector3.new(-2.25, -3.5, 1.125),
  2256. Vector3.new(2.75, -3.5, 1.125),
  2257. Vector3.new(-2.25, -3.5, 1.125),
  2258. Vector3.new(-2.25, 0, 1.125),
  2259. Vector3.new(-2.25, 0, -1.25),
  2260. Vector3.new(-2.25, -3.5, -1.25),
  2261. Vector3.new(-2.25, 0, -1.25),
  2262. Vector3.new(-2.25, 1, -1.25),
  2263. Vector3.new(-2.25, 1, 1.125),
  2264. Vector3.new(-2.25, 0, 1.125),
  2265. Vector3.new(-2.25, 0, -0.375),
  2266. Vector3.new(-2.25, 0.5, -0.375),
  2267. Vector3.new(-2.25, 0.5, 0.375),
  2268. Vector3.new(-2.375, 0, 0.375),
  2269. Vector3.new(-2.375, -0.5, 0.25),
  2270. Vector3.new(-2.375, -0.5, -0.25),
  2271. Vector3.new(-2.375, 0, -0.375),
  2272. Vector3.new(-2.25, 0.5, -0.375),
  2273. Vector3.new(-2.24999619, -3.81469727e-06, -0.250007629),
  2274. Vector3.new(-2.24999619, -3.81469727e-06, -3.87500763),
  2275. Vector3.new(-2.24999619, -3.50000381, -3.87500763),
  2276. Vector3.new(0.250003815, -3.50000381, -3.87500763),
  2277. Vector3.new(0.250003815, -3.50000381, -4.27500153)}
  2278. local allArts = {SpaceShip,Castle,AirBallon,FerryWheel,Chest}
  2279. --//Tools Page\\
  2280. local Point1 =
  2281. {["Name"] = "Wood R Us",
  2282. ["Position"] = CFrame.new(265, 3, 57)}
  2283. local Point2 =
  2284. {["Name"] = "SpawnPoint",
  2285. ["Position"] = CFrame.new(155, 3, 74)}
  2286. local Point3 =
  2287. {["Name"] = "Land Store",
  2288. ["Position"] = CFrame.new(258, 3, -99)}
  2289. local Point4 =
  2290. {["Name"] = "Link's Logic",
  2291. ["Position"] = CFrame.new(4607, 7.5, -798)}
  2292. local Point5 =
  2293. {["Name"] = "Cave",
  2294. ["Position"] = CFrame.new(3581, -179, 430)}
  2295. local Point6 =
  2296. {["Name"] = "Volcano",
  2297. ["Position"] = CFrame.new(-1585, 622, 1140)}
  2298. local Point7 =
  2299. {["Name"] = "Swamp",
  2300. ["Position"] = CFrame.new(-1209, 132, -801)}
  2301. local Point8 =
  2302. {["Name"] = "Palm Island",
  2303. ["Position"] = CFrame.new(2549, -5, -42)}
  2304. local Point9 =
  2305. {["Name"] = "Fancy Furnishings",
  2306. ["Position"] = CFrame.new(491, 3, -1720)}
  2307. local Point10 =
  2308. {["Name"] = "Boxed Cars",
  2309. ["Position"] = CFrame.new(509, 3, -1463)}
  2310. local Point11 =
  2311. {["Name"] = "Fine Arts Shop",
  2312. ["Position"] = CFrame.new(5207, -166, 719)}
  2313. local Point12 =
  2314. {["Name"] = "Bob's Shack",
  2315. ["Position"] = CFrame.new(260, 8, -2542)}
  2316. local Point13 =
  2317. {["Name"] = "Strange Man",
  2318. ["Position"] = CFrame.new(1061, 16, 1131)}
  2319. local Point14 =
  2320. {["Name"] = "Taiga Peak",
  2321. ["Position"] = CFrame.new(1465, 412, 3244)}
  2322. local WayPoints = {Point1,Point2,Point3,Point4,Point5,Point6,Point7,Point8,Point9,Point10,Point11,Point12,Point13,Point14}
  2323.  
  2324. --//Variables\\
  2325. local NotifyAnimating = false
  2326. local TabOpened = false
  2327. local CurrentPage
  2328.  
  2329. local chosenWs = 16
  2330. local chosenJp = 50
  2331. local chosenKey = "G"
  2332. local chosenVehicleSpeed = 1.4
  2333. local chosenPlayer
  2334.  
  2335. local chosenArt
  2336. local chosenWire
  2337. local chosenSize = 1
  2338.  
  2339. local noclipping = false
  2340. local flying = false
  2341. local wireMod = false
  2342. local structureMod = false
  2343. local throwAxe = false
  2344. local antiCarKick = false
  2345. local burnedAll = false
  2346.  
  2347. local canOpenTools = true
  2348. local canOpenWires = true
  2349.  
  2350. for i,v in pairs(allArts) do
  2351. local artButton = WireArtOriginal:Clone()
  2352. artButton.Parent = WireArtList
  2353. artButton.Position = UDim2.new(0.073,0,3,0)
  2354. artButton.Name = v.Name
  2355. artButton.Text = v.Name
  2356. end
  2357. for i, v in pairs(game.ReplicatedStorage.Purchasables.WireObjects:GetChildren()) do
  2358. if string.match(v.Name, "Wire") then
  2359. local wireButton = WiresOriginal:Clone()
  2360. wireButton.Parent = WiresList
  2361. wireButton.Name = v.Name
  2362. wireButton.Text = v.Name
  2363. wireButton.Position = UDim2.new(0.073,0,3,0)
  2364. wireButton.Visible = true
  2365. end
  2366. end
  2367.  
  2368. --//Functions\\
  2369. function notify(msg)
  2370. if NotifyAnimating then return end
  2371. spawn(function()
  2372. NotifyAnimating = true
  2373. NotifyText.Visible = true
  2374. NotifyText.Text = msg
  2375. for i=1, 20 do
  2376. NotifyText.TextTransparency = NotifyText.TextTransparency - 0.05
  2377. wait()
  2378. end
  2379. wait(1)
  2380. for i=1, 20 do
  2381. NotifyText.TextTransparency = NotifyText.TextTransparency + 0.05
  2382. wait()
  2383. end
  2384. NotifyText.Visible = false
  2385. NotifyAnimating = false
  2386. end)
  2387. end
  2388.  
  2389. function switchPage(newPage)
  2390. local oldPage = CurrentPage
  2391. CurrentPage = newPage
  2392.  
  2393. oldPage:TweenPosition(UDim2.new(1,0,0.198,0),"Out","Linear",.2)
  2394. CurrentPage:TweenPosition(UDim2.new(0.288,0,0.198,0),"Out","Linear",.2)
  2395. wait(.3)
  2396. oldPage.Position = UDim2.new(-1,0,0.198,0)
  2397. end
  2398.  
  2399. function checkPlayer()
  2400. if not chosenPlayer or not game.Players:FindFirstChild(chosenPlayer.Name) then
  2401. spawn(function()
  2402. notify("Player not found")
  2403. PlayerBox.Text = "PlayerName"
  2404. chosenPlayer = nil
  2405. end)
  2406. return false
  2407. end
  2408. return true
  2409. end
  2410.  
  2411. function checkWL()
  2412. if not checkPlayer() then
  2413. return false
  2414. end
  2415. if chosenPlayer == game.Players.LocalPlayer then
  2416. return true
  2417. end
  2418. if game.ReplicatedStorage.Interaction.ClientIsWhitelisted:InvokeServer(chosenPlayer) then
  2419. return true
  2420. else
  2421. spawn(function()
  2422. notify("Player not whitelisted")
  2423. end)
  2424. return false
  2425. end
  2426. end
  2427.  
  2428. spawn(function()
  2429. for i,v in pairs(ScreenGui:GetDescendants()) do
  2430. if v:IsA("TextButton") and v.BackgroundTransparency ~= 1 then
  2431. local mouseDown = false
  2432. local mouseUp
  2433.  
  2434. v.MouseButton1Down:connect(function()
  2435. mouseDown = true
  2436. mouseUp = v.MouseButton1Up:connect(function()
  2437. mouseDown = false
  2438. mouseUp:Disconnect()
  2439. end)
  2440. v.AutoButtonColor = false
  2441. v.ClipsDescendants = true
  2442.  
  2443. local circle = Instance.new("ImageLabel",v)
  2444. circle.Size = UDim2.new(0,0,0,0)
  2445. circle.Image = "rbxassetid://1986366831"
  2446. circle.ImageTransparency = 0.6
  2447. circle.Position = UDim2.new(0, mouse.X - 0, 0, mouse.Y) - UDim2.new(0,v.AbsolutePosition.X, 0, v.AbsolutePosition.Y)
  2448. circle.BackgroundTransparency = 1
  2449. local endSize = {Size = UDim2.new(0, 500, 0, 500), Position = circle.Position - UDim2.new(0, 250, 0, 250)}
  2450. local fade = {ImageTransparency = 1}
  2451. local endTime = false
  2452. TweenService:Create(circle,TweenInfo.new(2,Enum.EasingStyle.Sine, Enum.EasingDirection.Out),endSize):Play()
  2453. spawn(function()
  2454. wait(2)
  2455. endTime = true
  2456. end)
  2457. repeat wait() until endTime or not mouseDown
  2458. mouseUp:Disconnect()
  2459. TweenService:Create(circle,TweenInfo.new(1,Enum.EasingStyle.Sine, Enum.EasingDirection.Out),fade):Play()
  2460. repeat wait() until circle.ImageTransparency == 1
  2461. circle:Destroy()
  2462. end)
  2463. end
  2464. end
  2465. end)
  2466.  
  2467. --//Main Gui Handler\\
  2468.  
  2469. CoverPage.Visible = true
  2470. WelcomeText.Text = "Welcome "..game.Players.LocalPlayer.Name
  2471. for i=1, 40 do
  2472. CoverPage.BackgroundTransparency = CoverPage.BackgroundTransparency + 0.025
  2473. wait()
  2474. end
  2475. CurrentPage = CoverPage
  2476. TabsButton:TweenPosition(UDim2.new(0.023,0,0.032,0),"Out","Linear",.3)
  2477.  
  2478.  
  2479.  
  2480. TabsButton.MouseButton1Click:connect(function()
  2481. checkEnabled()
  2482. if not TabOpened then
  2483. TabOpened = true
  2484. local TabEnd = { Rotation = 180 }
  2485. local SpinTab = TweenService:Create(TabsButton,TweenInfo.new(.2),TabEnd)
  2486. SpinTab:Play()
  2487. Tab:TweenPosition(UDim2.new(0,0,0.198,0),"Out","Linear",.2,true)
  2488. CurrentPage:TweenPosition(UDim2.new(0.288,0,0.198,0),"Out","Linear",.2,true)
  2489. else
  2490. TabOpened = false
  2491. local TabEnd = { Rotation = 0 }
  2492. local SpinTab = TweenService:Create(TabsButton,TweenInfo.new(.2),TabEnd)
  2493. SpinTab:Play()
  2494. Tab:TweenPosition(UDim2.new(-0.288,0,0.198,0),"Out","Linear",.2,true)
  2495. CurrentPage:TweenPosition(UDim2.new(0,0,0.198,0),"Out","Linear",.2,true)
  2496. end
  2497. end)
  2498. Local.MouseButton1Click:connect(function()
  2499. checkEnabled()
  2500. if CurrentPage == LocalPage then
  2501. TabOpened = false
  2502. local TabEnd = { Rotation = 0 }
  2503. local SpinTab = TweenService:Create(TabsButton,TweenInfo.new(.2),TabEnd)
  2504. SpinTab:Play()
  2505. Tab:TweenPosition(UDim2.new(-0.288,0,0.198,0),"Out","Linear",.2,true)
  2506. CurrentPage:TweenPosition(UDim2.new(0,0,0.198,0),"Out","Linear",.2,true)
  2507. return
  2508. end
  2509. switchPage(LocalPage)
  2510. end)
  2511. Tools.MouseButton1Click:connect(function()
  2512. checkEnabled()
  2513. if CurrentPage == ToolsPage then
  2514. TabOpened = false
  2515. local TabEnd = { Rotation = 0 }
  2516. local SpinTab = TweenService:Create(TabsButton,TweenInfo.new(.2),TabEnd)
  2517. SpinTab:Play()
  2518. Tab:TweenPosition(UDim2.new(-0.288,0,0.198,0),"Out","Linear",.2,true)
  2519. CurrentPage:TweenPosition(UDim2.new(0,0,0.198,0),"Out","Linear",.2,true)
  2520. return
  2521. end
  2522. switchPage(ToolsPage)
  2523. end)
  2524. Misc.MouseButton1Click:connect(function()
  2525. checkEnabled()
  2526. if CurrentPage == MiscPage then
  2527. TabOpened = false
  2528. local TabEnd = { Rotation = 0 }
  2529. local SpinTab = TweenService:Create(TabsButton,TweenInfo.new(.2),TabEnd)
  2530. SpinTab:Play()
  2531. Tab:TweenPosition(UDim2.new(-0.288,0,0.198,0),"Out","Linear",.2,true)
  2532. CurrentPage:TweenPosition(UDim2.new(0,0,0.198,0),"Out","Linear",.2,true)
  2533. return
  2534. end
  2535. switchPage(MiscPage)
  2536. end)
  2537. WireArt.MouseButton1Click:connect(function()
  2538. checkEnabled()
  2539. if CurrentPage == WireArtPage then
  2540. TabOpened = false
  2541. local TabEnd = { Rotation = 0 }
  2542. local SpinTab = TweenService:Create(TabsButton,TweenInfo.new(.2),TabEnd)
  2543. SpinTab:Play()
  2544. Tab:TweenPosition(UDim2.new(-0.288,0,0.198,0),"Out","Linear",.2,true)
  2545. CurrentPage:TweenPosition(UDim2.new(0,0,0.198,0),"Out","Linear",.2,true)
  2546. return
  2547. end
  2548. switchPage(WireArtPage)
  2549. end)
  2550.  
  2551. for i,v in pairs(Tab:GetChildren()) do
  2552. local zoom = v.Position - UDim2.new(0,1,0,1)
  2553. local normal = v.Position + UDim2.new(0,1,0,1)
  2554. v.MouseEnter:connect(function()
  2555. v:TweenSizeAndPosition(UDim2.new(0,90,0,33),zoom,"Out","Linear",.1,true)
  2556. end)
  2557. v.MouseLeave:connect(function()
  2558. v:TweenSizeAndPosition(UDim2.new(0,86,0,29),normal,"Out","Linear",.1,true)
  2559. end)
  2560. end
  2561.  
  2562. --//Local Scripts\\
  2563. spawn(function()
  2564. while wait() do
  2565. pcall(function()
  2566. local char = game.Players.LocalPlayer.Character
  2567. repeat wait() until char.Humanoid.WalkSpeed ~= chosenWs or char.Humanoid.JumpPower ~= chosenJp
  2568. char.Humanoid.WalkSpeed = chosenWs
  2569. char.Humanoid.JumpPower = chosenJp
  2570. end)
  2571. end
  2572. end)
  2573. WsBox.Changed:connect(function(change)
  2574. if change ~= "Text" or WsBox.Text == "" then return end
  2575. if not tonumber(WsBox.Text) then
  2576. WsBox.Text = chosenWs
  2577. else
  2578. chosenWs = tonumber(WsBox.Text)
  2579. end
  2580. end)
  2581. JpBox.Changed:connect(function(change)
  2582. if change ~= "Text" or JpBox.Text == "" then return end
  2583. if not tonumber(JpBox.Text) then
  2584. JpBox.Text = chosenJp
  2585. else
  2586. chosenJp = tonumber(JpBox.Text)
  2587. end
  2588. end)
  2589. mouse.KeyDown:connect(function(key)
  2590. if key == chosenKey:lower() and mouse.Target then
  2591. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(mouse.Hit.p) + Vector3.new(0,5,0)
  2592. end
  2593. end)
  2594. ClickTpKey.Changed:connect(function(change)
  2595. if change ~= "Text" or ClickTpKey.Text == "" then return end
  2596. if tonumber(ClickTpKey.Text) then
  2597. ClickTpKey.Text = string.upper(chosenKey)
  2598. else
  2599. ClickTpKey.Text = string.upper(ClickTpKey.Text)
  2600. chosenKey = ClickTpKey.Text
  2601. end
  2602. end)
  2603. function toggleNoClip()
  2604. local disableCollide
  2605. disableCollide = game:GetService("RunService").Stepped:connect(function()
  2606. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2607. if noclipping == false then
  2608. disableCollide:Disconnect()
  2609. return
  2610. end
  2611. if v:IsA("BasePart") then
  2612. v.CanCollide = false
  2613. end
  2614. end
  2615. end)
  2616. end
  2617. NoClipButton.MouseButton1Click:connect(function()
  2618. if noclipping then
  2619. NoClipButton.Text = "NoClip"
  2620. noclipping = false
  2621. else
  2622. NoClipButton.Text = "Clip"
  2623. noclipping = true
  2624. toggleNoClip()
  2625. end
  2626. end)
  2627. --//Flying Scripts\\
  2628. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  2629. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  2630. local maxspeed = 50
  2631. local speed = 0
  2632. function Fly()
  2633. flying = true
  2634. local bg = Instance.new("BodyGyro", game.Players.LocalPlayer.Character.Torso)
  2635. bg.P = 9e4
  2636. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2637. bg.cframe = game.Players.LocalPlayer.Character.Torso.CFrame
  2638. local bv = Instance.new("BodyVelocity", game.Players.LocalPlayer.Character.Torso)
  2639. bv.velocity = Vector3.new(0,0.1,0)
  2640. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2641. repeat wait()
  2642. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true
  2643. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  2644. speed = speed+.5+(speed/maxspeed)
  2645. if speed > maxspeed then
  2646. speed = maxspeed
  2647. end
  2648. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  2649. speed = speed-1
  2650. if speed < 0 then
  2651. speed = 0
  2652. end
  2653. end
  2654. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  2655. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  2656. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  2657. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  2658. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  2659. else
  2660. bv.velocity = Vector3.new(0,0.1,0)
  2661. end
  2662. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  2663. until not flying
  2664. ctrl = {f = 0, b = 0, l = 0, r = 0}
  2665. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  2666. speed = 0
  2667. bg:Destroy()
  2668. bv:Destroy()
  2669. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  2670. end
  2671. mouse.KeyDown:connect(function(key)
  2672. if key:lower() == "w" then
  2673. ctrl.f = 1
  2674. elseif key:lower() == "s" then
  2675. ctrl.b = -1
  2676. elseif key:lower() == "a" then
  2677. ctrl.l = -1
  2678. elseif key:lower() == "d" then
  2679. ctrl.r = 1
  2680. end
  2681. end)
  2682. mouse.KeyUp:connect(function(key)
  2683. if key:lower() == "w" then
  2684. ctrl.f = 0
  2685. elseif key:lower() == "s" then
  2686. ctrl.b = 0
  2687. elseif key:lower() == "a" then
  2688. ctrl.l = 0
  2689. elseif key:lower() == "d" then
  2690. ctrl.r = 0
  2691. end
  2692. end)
  2693. FlyButton.MouseButton1Click:connect(function()
  2694. if flying then
  2695. FlyButton.Text = "Fly"
  2696. flying = false
  2697. else
  2698. FlyButton.Text = "Stop"
  2699. Fly()
  2700. end
  2701. end)
  2702. game.Players.LocalPlayer.Character.Humanoid.Died:connect(function()
  2703. flying = false
  2704. FlyButton.Text = "Fly"
  2705. end)
  2706. --//Tools Script\\
  2707. function changeVehicleSpeed()
  2708. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2709. if v:FindFirstChild("Seat") and v:FindFirstChild("Configuration") then
  2710. v.Configuration.MaxSpeed.Value = chosenVehicleSpeed
  2711. end
  2712. end
  2713. end
  2714. VehicleSpeedBox.FocusLost:connect(function()
  2715. if not tonumber(VehicleSpeedBox.Text) then
  2716. VehicleSpeedBox.Text = chosenVehicleSpeed
  2717. changeVehicleSpeed()
  2718. else
  2719. chosenVehicleSpeed = tonumber(VehicleSpeedBox.Text)
  2720. changeVehicleSpeed()
  2721. end
  2722. end)
  2723.  
  2724. WayPointsButton.MouseButton1Click:connect(function()
  2725. if not canOpenTools then return end
  2726. canOpenTools = false
  2727. TeleportPage:TweenSizeAndPosition(UDim2.new(0,363,0,174),UDim2.new(0,0,0,0),"Out","Linear",.3,true)
  2728. wait(.3)
  2729. TeleportList.Visible = true
  2730. TeleportList:TweenSize(UDim2.new(0,204,0,131),"Out","Linear",.3,true)
  2731. wait(.15)
  2732. TeleportBackButton.Visible = true
  2733. TeleportBackButton:TweenPosition(UDim2.new(0.052,0,0.678,0),"Out","Bounce",.4,true)
  2734. local TeleportButtonCount = 0
  2735. for i,v in pairs(WayPoints) do
  2736. if v ~= TeleportOriginal then
  2737. TeleportButtonCount = TeleportButtonCount + 1
  2738. local button = TeleportOriginal:Clone()
  2739. button.Name = "WayPoint"..tostring(i)
  2740. button.Parent = TeleportList
  2741. button.Position = UDim2.new(0.182,0,3,0)
  2742. button.Text = v.Name
  2743. button.Visible = true
  2744. button.AutoButtonColor = false
  2745. button.ClipsDescendants = true
  2746. button:TweenPosition(UDim2.new(0.182,0,0,(35*TeleportButtonCount) - 25),"Out","Quint",.8,true)
  2747. button.MouseButton1Click:connect(function()
  2748. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Position
  2749. end)
  2750.  
  2751. local mouseDown = false
  2752. local mouseUp
  2753. button.MouseButton1Down:connect(function()
  2754. mouseDown = true
  2755. mouseUp = button.MouseButton1Up:connect(function()
  2756. mouseDown = false
  2757. mouseUp:Disconnect()
  2758. end)
  2759. local circle = Instance.new("ImageLabel",button)
  2760. circle.Size = UDim2.new(0,0,0,0)
  2761. circle.Image = "rbxassetid://1986366831"
  2762. circle.ImageTransparency = 0.6
  2763. circle.ZIndex = 2
  2764. circle.Position = UDim2.new(0, mouse.X - 0, 0, mouse.Y) - UDim2.new(0,button.AbsolutePosition.X, 0, button.AbsolutePosition.Y)
  2765. circle.BackgroundTransparency = 1
  2766. local endSize = {Size = UDim2.new(0, 500, 0, 500), Position = circle.Position - UDim2.new(0, 250, 0, 250)}
  2767. local fade = {ImageTransparency = 1}
  2768. local endTime = false
  2769. TweenService:Create(circle,TweenInfo.new(2,Enum.EasingStyle.Sine, Enum.EasingDirection.Out),endSize):Play()
  2770. spawn(function()
  2771. wait(2)
  2772. endTime = true
  2773. end)
  2774. repeat wait() until endTime or not mouseDown
  2775. mouseUp:Disconnect()
  2776. TweenService:Create(circle,TweenInfo.new(1,Enum.EasingStyle.Sine, Enum.EasingDirection.Out),fade):Play()
  2777. repeat wait() until circle.ImageTransparency == 1
  2778. circle:Destroy()
  2779. end)
  2780.  
  2781. wait(.1)
  2782. end
  2783. end
  2784. end)
  2785.  
  2786. TeleportBackButton.MouseButton1Click:connect(function()
  2787. TeleportBackButton:TweenPosition(UDim2.new(0.052,0,1,0),"In","Back",.3,true)
  2788. spawn(function()
  2789. wait(.3)
  2790. TeleportBackButton.Visible = false
  2791. end)
  2792. for i,v in pairs(TeleportList:GetChildren()) do
  2793. if v ~= TeleportOriginal then
  2794. v:TweenPosition(UDim2.new(0.182,0,3,0),"Out","Linear",1,true)
  2795. spawn(function()
  2796. wait(1.2)
  2797. v:Destroy()
  2798. end)
  2799. end
  2800. end
  2801. TeleportList:TweenSize(UDim2.new(0,204,0,0),"Out","Linear",.3,true)
  2802. wait(.1)
  2803. TeleportPage:TweenSizeAndPosition(UDim2.new(0,363,0,0),UDim2.new(0,0,0.5,0),"Out","Linear",.3,true)
  2804. wait(.2)
  2805. TeleportList.Visible = false
  2806. canOpenTools = true
  2807. end)
  2808.  
  2809. function getExistingTrees()
  2810. local treeAvailable = {}
  2811. local function checkInTable(tree)
  2812. for i,v in pairs(treeAvailable) do
  2813. if v == tree then
  2814. return true
  2815. end
  2816. end
  2817. return false
  2818. end
  2819. for i,re in pairs(game.Workspace:GetChildren()) do
  2820. if re.Name == "TreeRegion" then
  2821. for i,v in pairs(re:GetChildren()) do
  2822. if v:FindFirstChild("Leaves") and v:FindFirstChild("TreeClass") and not checkInTable(v.TreeClass.Value) and v.TreeClass.Value ~= "LoneCave" then
  2823. table.insert(treeAvailable,v.TreeClass.Value)
  2824. end
  2825. end
  2826. end
  2827. end
  2828. return treeAvailable
  2829. end
  2830. function checkTree(woodType)
  2831. local exist = false
  2832. for i,v in pairs(getExistingTrees()) do
  2833. if v == woodType then
  2834. exist = true
  2835. end
  2836. end
  2837. return exist
  2838. end
  2839. local Axe
  2840. function getAxe()
  2841. Axe = nil
  2842. for i, v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  2843. if v.Name == "Tool" and v.ToolName.Value == "BasicHatchet" then
  2844. Axe = v
  2845. end
  2846. end
  2847. if not Axe then
  2848. for i, v in pairs(game.Workspace[game.Players.LocalPlayer.Name]:GetChildren()) do
  2849. if v.Name == "Tool" and v.ToolName.Value == "BasicHatchet" then
  2850. Axe = v
  2851. end
  2852. end
  2853. end
  2854. end
  2855. function tpTree(woodType)
  2856. local function getWood(woodType)
  2857. for i,re in pairs(game.Workspace:GetChildren()) do
  2858. if re.Name == "TreeRegion" then
  2859. for i,v in pairs(re:GetChildren()) do
  2860. if v:FindFirstChild("Leaves") and v:FindFirstChild("TreeClass") and v.TreeClass.Value == woodType and not v:FindFirstChild("Chopped") then
  2861. local tag = Instance.new("BoolValue",v)
  2862. tag.Name = "Chopped"
  2863. return v
  2864. end
  2865. end
  2866. end
  2867. end
  2868. end
  2869. local broughtWood = false
  2870. local gotWood
  2871. gotWood = game.Workspace.LogModels.ChildAdded:connect(function(new)
  2872. if new:WaitForChild("TreeClass").Value == woodType and new:WaitForChild("Owner").Value == game.Players.LocalPlayer then
  2873. for i=1, 2 do
  2874. spawn(function()
  2875. for i=1, 7 do
  2876. new:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  2877. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(new)
  2878. wait()
  2879. end
  2880. end)
  2881. end
  2882. broughtWood = true
  2883. gotWood:Disconnect()
  2884. end
  2885. end)
  2886. local CurrentTree = getWood(woodType)
  2887. local Info = {["tool"] = Axe,["faceVector"] = Vector3.new(-1, 0, 0),["height"] = 1,["sectionId"] = 1,["hitPoints"] = 0.2,["cooldown"] = 0.3226270532608,["cuttingClass"] = "Axe"}
  2888. if not CurrentTree then
  2889. notify("Tree Does Not Exist")
  2890. BringTreeCurrentStatusText.Text = "Ready"
  2891. return
  2892. end
  2893. for i=1, 5 do
  2894. spawn(function()
  2895. repeat
  2896. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(CurrentTree.CutEvent, Info)
  2897. wait()
  2898. until broughtWood
  2899. end)
  2900. end
  2901. repeat wait() until broughtWood
  2902. BringTreeCurrentStatusText.Text = "Finish"
  2903. wait(.2)
  2904. BringTreeCurrentStatusText.Text = "Ready"
  2905. end
  2906. BringTreeButton.MouseButton1Click:connect(function()
  2907. if not canOpenTools then return end
  2908. local BringTreeButtonCount = 0
  2909. canOpenTools = false
  2910. BringTreePage:TweenSizeAndPosition(UDim2.new(0,363,0,174),UDim2.new(0,0,0,0),"Out","Linear",.3,true)
  2911. wait(.3)
  2912. TreeList.Visible = true
  2913. TreeList:TweenSize(UDim2.new(0,204,0,131),"Out","Linear",.3,true)
  2914. wait(.15)
  2915. TreeBackButton.Visible = true
  2916. TreeBackButton:TweenPosition(UDim2.new(0.052,0,0.678,0),"Out","Bounce",.4,true)
  2917. spawn(function()
  2918. wait(.2)
  2919. BringTreeStatusBox:TweenPosition(UDim2.new(0.804,0,0.431,0),"Out","Bounce",.2,true)
  2920. BringTreeStatusText:TweenPosition(UDim2.new(0.788,0,0.23,0),"Out","Bounce",.2,true)
  2921. end)
  2922. for i,v in pairs(getExistingTrees()) do
  2923. if v ~= TreeOriginal then
  2924. BringTreeButtonCount = BringTreeButtonCount + 1
  2925. local button = TreeOriginal:Clone()
  2926. button.Name = v
  2927. button.Parent = TreeList
  2928. button.Position = UDim2.new(0.182,0,3,0)
  2929. button.Text = v
  2930. button.Visible = true
  2931. button.AutoButtonColor = false
  2932. button.ClipsDescendants = true
  2933. button:TweenPosition(UDim2.new(0.182,0,0,(35*BringTreeButtonCount) - 25),"Out","Quint",.8,true)
  2934. button.MouseButton1Click:connect(function()
  2935. getAxe()
  2936. if not Axe then
  2937. notify("Basic Hatchet is Required")
  2938. return
  2939. end
  2940. if BringTreeCurrentStatusText.Text ~= "Ready" then
  2941. return
  2942. end
  2943. if not checkTree(v) then
  2944. notify("Tree Does Not Exist")
  2945. return
  2946. end
  2947. BringTreeCurrentStatusText.Text = "Cutting"
  2948. tpTree(v)
  2949. end)
  2950. local mouseDown = false
  2951. local mouseUp
  2952. button.MouseButton1Down:connect(function()
  2953. mouseDown = true
  2954. mouseUp = button.MouseButton1Up:connect(function()
  2955. mouseDown = false
  2956. mouseUp:Disconnect()
  2957. end)
  2958. local circle = Instance.new("ImageLabel",button)
  2959. circle.Size = UDim2.new(0,0,0,0)
  2960. circle.Image = "rbxassetid://1986366831"
  2961. circle.ImageTransparency = 0.6
  2962. circle.ZIndex = 2
  2963. circle.Position = UDim2.new(0, mouse.X - 0, 0, mouse.Y) - UDim2.new(0,button.AbsolutePosition.X, 0, button.AbsolutePosition.Y)
  2964. circle.BackgroundTransparency = 1
  2965. local endSize = {Size = UDim2.new(0, 500, 0, 500), Position = circle.Position - UDim2.new(0, 250, 0, 250)}
  2966. local fade = {ImageTransparency = 1}
  2967. local endTime = false
  2968. TweenService:Create(circle,TweenInfo.new(2,Enum.EasingStyle.Sine, Enum.EasingDirection.Out),endSize):Play()
  2969. spawn(function()
  2970. wait(2)
  2971. endTime = true
  2972. end)
  2973. repeat wait() until endTime or not mouseDown
  2974. mouseUp:Disconnect()
  2975. TweenService:Create(circle,TweenInfo.new(1,Enum.EasingStyle.Sine, Enum.EasingDirection.Out),fade):Play()
  2976. repeat wait() until circle.ImageTransparency == 1
  2977. circle:Destroy()
  2978. end)
  2979. wait(.1)
  2980. end
  2981. end
  2982. end)
  2983. TreeBackButton.MouseButton1Click:connect(function()
  2984. TreeBackButton:TweenPosition(UDim2.new(0.052,0,1,0),"In","Back",.3,true)
  2985. spawn(function()
  2986. wait(.3)
  2987. TreeBackButton.Visible = false
  2988. end)
  2989. for i,v in pairs(TreeList:GetChildren()) do
  2990. if v ~= TeleportOriginal then
  2991. v:TweenPosition(UDim2.new(0.182,0,3,0),"Out","Linear",1,true)
  2992. spawn(function()
  2993. wait(1.2)
  2994. v:Destroy()
  2995. end)
  2996. end
  2997. end
  2998. BringTreeStatusBox:TweenPosition(UDim2.new(1,0,0.431,0),"Out","Linear",.1,true)
  2999. BringTreeStatusText:TweenPosition(UDim2.new(1,0,0.23,0),"Out","Linear",.1,true)
  3000. TreeList:TweenSize(UDim2.new(0,204,0,0),"Out","Linear",.3,true)
  3001. wait(.1)
  3002. BringTreePage:TweenSizeAndPosition(UDim2.new(0,363,0,0),UDim2.new(0,0,0.5,0),"Out","Linear",.3,true)
  3003. wait(.2)
  3004. BringTreeCurrentStatusText.Text = "Ready"
  3005. TreeList.Visible = false
  3006. canOpenTools = true
  3007. end)
  3008. function modStructureRotation()
  3009. structureMod = true
  3010. loadstring(structureRotationSource)()
  3011. end
  3012. function modWirePlacement()
  3013. wireMod = true
  3014. loadstring(wirePlacementSource)()
  3015. end
  3016. StructureModButton.MouseButton1Click:connect(function()
  3017. if structureMod then
  3018. notify("Structure Mod is Active")
  3019. return
  3020. end
  3021. if not haveDecompiler then
  3022. notify("Requires Decompiler")
  3023. return
  3024. end
  3025. modStructureRotation()
  3026. end)
  3027. WireModButton.MouseButton1Click:connect(function()
  3028. if wireMod then
  3029. notify("Wire Mod is Active")
  3030. return
  3031. end
  3032. if not haveDecompiler then
  3033. notify("Requires Decompiler")
  3034. return
  3035. end
  3036. modWirePlacement()
  3037. end)
  3038. --//WireArt Scripts\\
  3039. PlayerBox.FocusLost:connect(function()
  3040. for i,v in pairs(game.Players:GetChildren()) do
  3041. if string.match(v.Name:lower(),PlayerBox.Text:lower()) then
  3042. PlayerBox.Text = v.Name
  3043. chosenPlayer = v
  3044. return
  3045. end
  3046. end
  3047. PlayerBox.Text = "PlayerName"
  3048. chosenPlayer = nil
  3049. notify("Player not found")
  3050. end)
  3051. SizeBox.Changed:connect(function(change)
  3052. if change ~= "Text" or SizeBox.Text == "" then return end
  3053. if not tonumber(SizeBox.Text) then
  3054. SizeBox.Text = tostring(chosenSize)
  3055. else
  3056. chosenSize = tonumber(SizeBox.Text)
  3057. end
  3058. end)
  3059. WireArtButton.MouseButton1Click:connect(function()
  3060. if not canOpenWires then return end
  3061. local WireArtButtonCount = 0
  3062. canOpenWires = false
  3063. WireArts.Visible = true
  3064. WireArts:TweenSizeAndPosition(UDim2.new(0,363,0,174),UDim2.new(0,0,0,0),"Out","Linear",.3,true)
  3065. wait(.3)
  3066. for i,v in pairs(WireArtList:GetChildren()) do
  3067. v.Position = UDim2.new(0.073,0,3,0)
  3068. end
  3069. WireArtList.Visible = true
  3070. WireArtList:TweenSize(UDim2.new(0,219,0,129),"Out","Linear",.3,true)
  3071. wait(0.05)
  3072. for i,v in pairs(WireArtList:GetChildren()) do
  3073. if v ~= WireArtOriginal then
  3074. WireArtButtonCount = WireArtButtonCount + 1
  3075. v:TweenPosition(UDim2.new(0.073,0,0,(40*WireArtButtonCount) - 30),"Out","Quint",.8,true)
  3076. wait(.1)
  3077. end
  3078. end
  3079. CustomLinkBox:TweenPosition(UDim2.new(0.703,0,0.373,0),"Out","Linear",.1,true)
  3080. CustomLinkText:TweenPosition(UDim2.new(0.684,0,0.092,0),"Out","Linear",.1,true)
  3081. CustomLinkNextButton:TweenPosition(UDim2.new(0.703,0,0.593,0),"Out","Linear",.1,true)
  3082. end)
  3083. function getPositionFromName(name)
  3084. local copy = {}
  3085. for i,v in pairs(allArts) do
  3086. if v.Name == name then
  3087. copy = v
  3088. end
  3089. end
  3090. copy.Name = nil
  3091. return copy
  3092. end
  3093. for i,v in pairs(WireArtList:GetChildren()) do
  3094. if v ~= WireArtOriginal then
  3095. v.MouseButton1Click:connect(function()
  3096. if canOpenWires then return end
  3097. chosenArt = getPositionFromName(v.Name)
  3098. WireArtButton.Text = v.Name
  3099. CustomLinkBox:TweenPosition(UDim2.new(1,0,0.373,0),"Out","Linear",.1,true)
  3100. CustomLinkText:TweenPosition(UDim2.new(1,0,0.092,0),"Out","Linear",.1,true)
  3101. CustomLinkNextButton:TweenPosition(UDim2.new(1,0,0.593,0),"Out","Linear",.1,true)
  3102. wait(.1)
  3103. WireArtList:TweenSize(UDim2.new(0,219,0,0),"Out","Linear",.3,true)
  3104. wait(.1)
  3105. WireArts:TweenSizeAndPosition(UDim2.new(0,363,0,0),UDim2.new(0,0,0.5,0),"Out","Linear",.3,true)
  3106. wait(.2)
  3107. WireArtList.Visible = false
  3108. WireArts.Visible = false
  3109. canOpenWires = true
  3110. end)
  3111. end
  3112. end
  3113. function insertCustomArt()
  3114. local customPos = game:HttpGet(tostring(CustomLinkBox.Text))
  3115. if not customPos then
  3116. chosenArt = nil
  3117. WireArtButton.Text = "None"
  3118. CustomLinkBox.Text = "Invalid Link"
  3119. wait(.5)
  3120. CustomLinkBox.Text = "Pastebin Link"
  3121. return
  3122. end
  3123. WireArtButton.Text = "Custom"
  3124. chosenArt = customPos
  3125.  
  3126. end
  3127. CustomLinkBox.FocusLost:connect(function()
  3128. if not canOpenWires then return end
  3129. if string.sub(CustomLinkBox.Text,1,25) ~= "https://pastebin.com/raw/" then
  3130. chosenArt = nil
  3131. WireArtButton.Text = "None"
  3132. CustomLinkBox.Text = "Invalid Link"
  3133. wait(.5)
  3134. CustomLinkBox.Text = "Pastebin Link"
  3135. return
  3136. end
  3137. end)
  3138. CustomLinkNextButton.MouseButton1Click:connect(function()
  3139. if not canOpenWires then return end
  3140. if string.sub(CustomLinkBox.Text,1,25) ~= "https://pastebin.com/raw/" then
  3141. chosenArt = nil
  3142. WireArtButton.Text = "None"
  3143. CustomLinkBox.Text = "Invalid Link"
  3144. wait(.5)
  3145. CustomLinkBox.Text = "Pastebin Link"
  3146. return
  3147. end
  3148. insertCustomArt()
  3149. CustomLinkBox:TweenPosition(UDim2.new(1,0,0.373,0),"Out","Linear",.1,true)
  3150. CustomLinkText:TweenPosition(UDim2.new(1,0,0.092,0),"Out","Linear",.1,true)
  3151. CustomLinkNextButton:TweenPosition(UDim2.new(1,0,0.593,0),"Out","Linear",.1,true)
  3152. wait(.1)
  3153. WireArtList:TweenSize(UDim2.new(0,219,0,0),"Out","Linear",.3,true)
  3154. wait(.1)
  3155. WireArts:TweenSizeAndPosition(UDim2.new(0,363,0,0),UDim2.new(0,0,0.5,0),"Out","Linear",.3,true)
  3156. wait(.2)
  3157. WireArts.Visible = false
  3158. canOpenWires = true
  3159. end)
  3160.  
  3161. WiresButton.MouseButton1Click:connect(function()
  3162. if not canOpenWires then return end
  3163. local WireButtonCount = 0
  3164. canOpenWires = false
  3165. Wires.Visible = true
  3166. Wires:TweenSizeAndPosition(UDim2.new(0,363,0,174),UDim2.new(0,0,0,0),"Out","Linear",.3,true)
  3167. wait(.3)
  3168. for i,v in pairs(WiresList:GetChildren()) do
  3169. v.Position = UDim2.new(0.073,0,3,0)
  3170. end
  3171. WiresList.Visible = true
  3172. WiresList:TweenSize(UDim2.new(0,219,0,129),"Out","Linear",.3,true)
  3173. wait(0.05)
  3174. for i,v in pairs(WiresList:GetChildren()) do
  3175. if v ~= WiresOriginal then
  3176. WireButtonCount = WireButtonCount + 1
  3177. v:TweenPosition(UDim2.new(0.073,0,0,(40*WireButtonCount) - 30),"Out","Quint",.8,true)
  3178. wait(.1)
  3179. end
  3180. end
  3181. end)
  3182.  
  3183. for i,v in pairs(WiresList:GetChildren()) do
  3184. if v ~= WiresOriginal then
  3185. v.MouseButton1Click:connect(function()
  3186. if canOpenWires then return end
  3187. chosenWire = v.Name
  3188. WiresButton.Text = v.Name
  3189. WiresButton.TextScaled = true
  3190. CustomLinkBox:TweenPosition(UDim2.new(1,0,0.373,0),"Out","Linear",.1,true)
  3191. CustomLinkText:TweenPosition(UDim2.new(1,0,0.092,0),"Out","Linear",.1,true)
  3192. CustomLinkNextButton:TweenPosition(UDim2.new(1,0,0.593,0),"Out","Linear",.1,true)
  3193. wait(.1)
  3194. WiresList:TweenSize(UDim2.new(0,219,0,0),"Out","Linear",.3,true)
  3195. wait(.1)
  3196. Wires:TweenSizeAndPosition(UDim2.new(0,363,0,0),UDim2.new(0,0,0.5,0),"Out","Linear",.3,true)
  3197. wait(.2)
  3198. WiresList.Visible = false
  3199. WiresList.Visible = false
  3200. canOpenWires = true
  3201. end)
  3202.  
  3203. end
  3204. end
  3205.  
  3206. function createArt()
  3207. local setArt = {}
  3208. local wire = game.ReplicatedStorage.Purchasables.WireObjects[chosenWire]
  3209.  
  3210. for i, pos in pairs(chosenArt)do
  3211. local multiplier = pos * chosenSize
  3212. table.insert(setArt, multiplier + game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  3213. end
  3214.  
  3215. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(wire, setArt)
  3216. end
  3217.  
  3218. WireArtCreateButton.MouseButton1Click:connect(function()
  3219. if not chosenArt then
  3220. notify("Select a Wire Art")
  3221. return
  3222. end
  3223. if not chosenWire then
  3224. notify("Select a Wire Type")
  3225. return
  3226. end
  3227. createArt()
  3228. end)
  3229.  
  3230. --//Misc Scripts\\
  3231. function getPlanks()
  3232. for i,models in pairs(game.Workspace.PlayerModels:GetChildren()) do
  3233. if string.match(models.Name:lower(), "plank") then
  3234. if models.Owner.Value == chosenPlayer then
  3235. spawn(function()
  3236. for i=1, 4 do
  3237. models.WoodSection.CFrame = CFrame.new(models.WoodSection.Position) * CFrame.Angles(math.rad(90),0,0)
  3238. models:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0, 20, 0))
  3239. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(models.WoodSection)
  3240. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(models.WoodSection)
  3241. wait()
  3242. end
  3243. end)
  3244. end
  3245. end
  3246. end
  3247. end
  3248. function getAxes()
  3249. for i,models in pairs(game.Workspace.PlayerModels:GetChildren()) do
  3250. if string.match(models.Name:lower(), "axe") then
  3251. if models.Owner.Value == chosenPlayer then
  3252. spawn(function()
  3253. for i=1, 4 do
  3254. models:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0, 20, 0))
  3255. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(models.Main)
  3256. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(models.Main)
  3257. wait()
  3258. end
  3259. end)
  3260. end
  3261. end
  3262. end
  3263. end
  3264. function getItems()
  3265. for _, items in pairs(game.Workspace.PlayerModels:GetChildren()) do
  3266. if not string.match(items.Name:lower(), "axe") and items:FindFirstChild("Owner") and items:FindFirstChild("Main") and not items:FindFirstChild("DriveSeat") then
  3267. if items.Owner.Value == chosenPlayer and items.Main.Anchored == false then
  3268. spawn(function()
  3269. for i=1, 4 do
  3270. items:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0, 20, 0))
  3271. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(items.Main)
  3272. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(items.Main)
  3273. wait()
  3274. end
  3275. end)
  3276. end
  3277. end
  3278. end
  3279. end
  3280. function getCars()
  3281. for i,models in pairs(game.Workspace.PlayerModels:GetChildren()) do
  3282. if models:FindFirstChild("Owner") and models:FindFirstChild("DriveSeat")then
  3283. if models.Owner.Value == chosenPlayer then
  3284. spawn(function()
  3285. for i=1, 10 do
  3286. models:SetPrimaryPartCFrame(game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(10,15,0))
  3287. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(models.PrimaryPart)
  3288. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(models.PrimaryPart)
  3289. wait()
  3290. end
  3291. end)
  3292. wait(.7)
  3293. end
  3294. end
  3295. end
  3296. end
  3297. function wipeBase()
  3298. local function getLand()
  3299. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  3300. if v.Owner.Value == chosenPlayer then
  3301. return v
  3302. end
  3303. end
  3304. end
  3305. local land = getLand()
  3306. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  3307. if v:FindFirstChild("Owner") then
  3308. if v.Owner.Value == chosenPlayer then
  3309. game.ReplicatedStorage.PlaceStructure.ClientPlacedBlueprint:FireServer("Floor1Tiny", land.OriginSquare.CFrame - Vector3.new(0,100,0), nil, v)
  3310. end
  3311. end
  3312. end
  3313. game.ReplicatedStorage.PlaceStructure.ClientPlacedBlueprint:FireServer("Floor1Tiny",land.OriginSquare.CFrame - Vector3.new(0,100,0), nil, land)
  3314. end
  3315.  
  3316. PlankButton.MouseButton1Click:connect(function()
  3317. if not checkWL() then return end
  3318. getPlanks()
  3319. end)
  3320. AxeButton.MouseButton1Click:connect(function()
  3321. if not checkWL() then return end
  3322. getAxes()
  3323. end)
  3324. ItemButton.MouseButton1Click:connect(function()
  3325. if not checkWL() then return end
  3326. getItems()
  3327. end)
  3328. CarButton.MouseButton1Click:connect(function()
  3329. if not checkWL() then return end
  3330. getCars()
  3331. end)
  3332. WipeBaseButton.MouseButton1Click:connect(function()
  3333. if not checkWL() then return end
  3334. wipeBase()
  3335. end)
  3336.  
  3337. function burnAll()
  3338. if burnedAll then return end
  3339. burnedAll = true
  3340. local originalPos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  3341. local watch = Instance.new("Part",game.Workspace)
  3342. watch.Anchored = true
  3343. watch.CFrame = originalPos
  3344. watch.CanCollide = false
  3345. watch.Transparency = 1
  3346. game.Workspace.CurrentCamera.CameraType = "Scriptable"
  3347. game.Workspace.CurrentCamera.CameraSubject = watch
  3348. for i,v in pairs(game.Players:GetChildren()) do
  3349. v.Character.HumanoidRootPart.CFrame = CFrame.new(-1610,170,953)
  3350. end
  3351. wait()
  3352. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = originalPos
  3353. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
  3354. game.Workspace.CurrentCamera.CameraType = "Custom"
  3355. watch:Destroy()
  3356. burnedAll = false
  3357. end
  3358.  
  3359.  
  3360. function getBlueprints()
  3361. local owned = game.Players.LocalPlayer.PlayerBlueprints.Blueprints
  3362. for i,v in pairs(game.ReplicatedStorage.Purchasables.Structures.BlueprintStructures:GetChildren()) do
  3363. if not owned:FindFirstChild(v.Name) then
  3364. local blueprint = Instance.new("Folder",owned)
  3365. blueprint.Name = v.Name
  3366. local category = v.ItemCategory:Clone()
  3367. category.Parent = blueprint
  3368. end
  3369. end
  3370. end
  3371.  
  3372. function throwAxes()
  3373. if throwAxe then
  3374. notify("Press Q to throw")
  3375. return
  3376. end
  3377. throwAxe = true
  3378. local function getAxe()
  3379. local Axe
  3380. for i, v in pairs(game.Workspace[game.Players.LocalPlayer.Name]:GetChildren()) do
  3381. if v.Name == "Tool" and v.CuttingTool.Value == true then
  3382. Axe = v
  3383. end
  3384. end
  3385. return Axe
  3386. end
  3387.  
  3388. mouse.KeyDown:connect(function(key)
  3389. if key ~= "q" then return end
  3390. local CurrentAxe = getAxe()
  3391. if not CurrentAxe then return end
  3392. local AxeName = CurrentAxe.ToolName.Value
  3393. local AxeModel
  3394. local endPoint = mouse.Hit
  3395. local rotation = 0
  3396. game.ReplicatedStorage.Interaction.ClientInteracted:FireServer(CurrentAxe,"Drop tool",game.Players.LocalPlayer.Character["Right Arm"].CFrame)
  3397. local getAxeModel
  3398. getAxeModel = game.Workspace.PlayerModels.ChildAdded:connect(function(new)
  3399. if new:WaitForChild("Owner").Value == game.Players.LocalPlayer and new:WaitForChild("ItemName").Value == AxeName then
  3400. AxeModel = new
  3401. getAxeModel:Disconnect()
  3402. end
  3403. end)
  3404. repeat wait() until AxeModel
  3405. local bv = Instance.new("BodyVelocity", AxeModel.Main)
  3406. bv.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  3407. bv.Velocity = mouse.Hit.lookVector * 90
  3408. bv.Name = "Bv"
  3409. local bg = Instance.new("BodyGyro", AxeModel.Main)
  3410. bg.P = 9e4
  3411. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  3412.  
  3413. AxeModel.Main.Touched:connect(function(touched)
  3414. if not touched:IsDescendantOf(game.Players.LocalPlayer.Character) and touched:IsA("BasePart") then
  3415. bv:Destroy()
  3416. bg:Destroy()
  3417. end
  3418. end)
  3419. repeat
  3420. rotation = rotation + 1
  3421. bg.CFrame = CFrame.new(endPoint.p , AxeModel.Main.Position - Vector3.new(0,2,0)) * CFrame.Angles(math.rad(20*rotation),0,0)
  3422. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(AxeModel)
  3423. wait()
  3424. until not AxeModel.Main:FindFirstChild("Bv")
  3425. end)
  3426. notify("Press Q to throw")
  3427. end
  3428.  
  3429. BurnAllButton.MouseButton1Click:connect(function()
  3430. burnAll()
  3431. end)
  3432. GetBlueprintsButton.MouseButton1Click:connect(function()
  3433. getBlueprints()
  3434. end)
  3435. ThrowAxeButton.MouseButton1Click:connect(function()
  3436. throwAxes()
  3437. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement