Advertisement
User158ForAReason

Torlled GUI V1.2 (May or May Not Work)

Oct 19th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 111.05 KB | None | 0 0
  1. -- STILL not my scripts
  2. -- Version: 1.2
  3. -- Instances:
  4. local Torlled3 = Instance.new("ScreenGui")
  5. local Open = Instance.new("TextButton")
  6. local Main = Instance.new("Frame")
  7. local Title = Instance.new("TextLabel")
  8. local Close = Instance.new("TextButton")
  9. local CreeperR15 = Instance.new("TextButton")
  10. local CreeperR6 = Instance.new("TextButton")
  11. local ESP = Instance.new("TextButton")
  12. local Inventory = Instance.new("TextButton")
  13. local ChatTroll = Instance.new("TextButton")
  14. local Jump = Instance.new("TextButton")
  15. local Speed = Instance.new("TextButton")
  16. local Btools = Instance.new("TextButton")
  17. local TPTool = Instance.new("TextButton")
  18. local Noclip = Instance.new("TextButton")
  19. local More = Instance.new("TextButton")
  20. local _2 = Instance.new("Frame")
  21. local Less = Instance.new("TextButton")
  22. local Insane = Instance.new("TextButton")
  23. local SuicideGun = Instance.new("TextButton")
  24. local DropHats = Instance.new("TextButton")
  25. local Dab = Instance.new("TextButton")
  26. local ArmTurbine = Instance.new("TextButton")
  27. local HeadFloat = Instance.new("TextButton")
  28. local BlackHole = Instance.new("TextButton")
  29. local FlingGUI = Instance.new("TextButton")
  30. local Blink = Instance.new("TextButton")
  31. local Fling = Instance.new("TextButton")
  32. local ImageLabel = Instance.new("ImageLabel")
  33. local R6Fling = Instance.new("TextButton")
  34. local R15Fling = Instance.new("TextButton")
  35. local KIck = Instance.new("TextButton")
  36. local DoubleJump = Instance.new("TextButton")
  37. --Properties:
  38. Torlled3.Name = "Torlled 3"
  39. Torlled3.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  40.  
  41. Open.Name = "Open"
  42. Open.Parent = Torlled3
  43. Open.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  44. Open.Position = UDim2.new(0, 0, 0.654952049, 0)
  45. Open.Size = UDim2.new(0, 106, 0, 46)
  46. Open.Style = Enum.ButtonStyle.RobloxRoundButton
  47. Open.Font = Enum.Font.Code
  48. Open.Text = "OPEN"
  49. Open.TextColor3 = Color3.new(1, 1, 1)
  50. Open.TextSize = 27
  51. Open.TextWrapped = true
  52.  
  53. Main.Name = "Main"
  54. Main.Parent = Torlled3
  55. Main.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  56. Main.Position = UDim2.new(0.662736416, 0, 0.0559105501, 0)
  57. Main.Size = UDim2.new(0, 276, 0, 420)
  58. Main.Style = Enum.FrameStyle.RobloxRound
  59.  
  60. Title.Name = "Title"
  61. Title.Parent = Main
  62. Title.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  63. Title.Position = UDim2.new(-0.0108695636, 0, -0.00952380989, 0)
  64. Title.Size = UDim2.new(0, 265, 0, 39)
  65. Title.Font = Enum.Font.Code
  66. Title.Text = "Torlled V2"
  67. Title.TextColor3 = Color3.new(0.764706, 0.764706, 0.764706)
  68. Title.TextScaled = true
  69. Title.TextSize = 14
  70. Title.TextWrapped = true
  71.  
  72. Close.Name = "Close"
  73. Close.Parent = Main
  74. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  75. Close.BackgroundTransparency = 1
  76. Close.Position = UDim2.new(0, 0, -0.00714285718, 0)
  77. Close.Size = UDim2.new(0, 37, 0, 37)
  78. Close.Font = Enum.Font.SourceSans
  79. Close.Text = "X"
  80. Close.TextColor3 = Color3.new(1, 1, 1)
  81. Close.TextScaled = true
  82. Close.TextSize = 14
  83. Close.TextWrapped = true
  84.  
  85. CreeperR15.Name = "Creeper R15"
  86. CreeperR15.Parent = Main
  87. CreeperR15.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  88. CreeperR15.Position = UDim2.new(0, 0, 0.190490186, 0)
  89. CreeperR15.Size = UDim2.new(0, 97, 0, 50)
  90. CreeperR15.Font = Enum.Font.Fantasy
  91. CreeperR15.Text = "Creeper R15"
  92. CreeperR15.TextColor3 = Color3.new(1, 1, 1)
  93. CreeperR15.TextScaled = true
  94. CreeperR15.TextSize = 14
  95. CreeperR15.TextWrapped = true
  96. CreeperR15.MouseButton1Down:connect(function()
  97. -->>Creeper R15<<--
  98. -->>___Made By Infinity#3369___<--
  99.  
  100. local lol = game:GetService('Players').LocalPlayer
  101. lol.Character["Head"].Mesh:Destroy()
  102. lol.Character["LeftUpperArm"]:Destroy()
  103. lol.Character["RightUpperArm"]:Destroy()
  104.  
  105. for i,v in pairs(game:GetService('Players').LocalPlayer.Character:GetDescendants()) do
  106. if v:IsA'Hat' or v:IsA'Accessory' then
  107. v.Parent = game:GetService'Workspace'
  108. end
  109. end
  110.  
  111. local fuck = game:GetService('Players').LocalPlayer
  112. if game.Players.LocalPlayer == fuck then
  113. print("succesfully creeped u! enjoy!")
  114. end
  115. end)
  116.  
  117. CreeperR6.Name = "Creeper R6"
  118. CreeperR6.Parent = Main
  119. CreeperR6.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  120. CreeperR6.Position = UDim2.new(0.634057999, 0, 0.190490186, 0)
  121. CreeperR6.Size = UDim2.new(0, 97, 0, 50)
  122. CreeperR6.Font = Enum.Font.Fantasy
  123. CreeperR6.Text = "Creeper R6"
  124. CreeperR6.TextColor3 = Color3.new(1, 1, 1)
  125. CreeperR6.TextScaled = true
  126. CreeperR6.TextSize = 14
  127. CreeperR6.TextWrapped = true
  128. CreeperR6.MouseButton1Down:connect(function()
  129. -->>Creeper R6<<--
  130. -->>___Made By Infinity#3369___<--
  131.  
  132. local lol = game:GetService('Players').LocalPlayer
  133. lol.Character["Head"].Mesh:Destroy()
  134. lol.Character["Left Arm"]:Destroy()
  135. lol.Character["Right Arm"]:Destroy()
  136.  
  137. for i,v in pairs(game:GetService('Players').LocalPlayer.Character:GetDescendants()) do
  138. if v:IsA'Hat' or v:IsA'Accessory' then
  139. v.Parent = game:GetService'Workspace'
  140. end
  141. end
  142.  
  143. local fuck = game:GetService('Players').LocalPlayer
  144. if game.Players.LocalPlayer == fuck then
  145. print("succesfully creeped u! enjoy!")
  146. end
  147. end)
  148.  
  149. ESP.Name = "ESP"
  150. ESP.Parent = Main
  151. ESP.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  152. ESP.Position = UDim2.new(-0.0108695654, 0, 0.486956686, 0)
  153. ESP.Size = UDim2.new(0, 97, 0, 50)
  154. ESP.Font = Enum.Font.Fantasy
  155. ESP.Text = "ESP"
  156. ESP.TextColor3 = Color3.new(1, 1, 1)
  157. ESP.TextScaled = true
  158. ESP.TextSize = 14
  159. ESP.TextWrapped = true
  160. ESP.MouseButton1Down:connect(function()
  161. -- Made by Clifford from Intriga Discord -- Edited by Foxxy#2439 --
  162.  
  163. local localPlayer=game.Players.LocalPlayer
  164.  
  165. function highlightModel(objObject)
  166. for i,v in pairs(objObject:children())do
  167. if v:IsA'BasePart'and v.Name~='HumanoidRootPart'then
  168. local bHA=Instance.new('BoxHandleAdornment',v)
  169. bHA.Adornee=v
  170. bHA.Size= v.Name=='Head' and Vector3.new(1.25,1.25,1.25) or v.Size
  171. bHA.Color3=v.Name=='Head'and Color3.new(1,0,0)or v.Name=='Torso'and Color3.new(0,1,0)or Color3.new(0,0,1)
  172. bHA.Transparency=.5
  173. bHA.ZIndex=1
  174. bHA.AlwaysOnTop=true
  175. end
  176. if #v:children()>0 then
  177. highlightModel(v)
  178. end
  179. end
  180. end
  181.  
  182. function unHighlightModel(objObject)
  183. for i,v in pairs(objObject:children())do
  184. if v:IsA'BasePart' and v:findFirstChild'BoxHandleAdornment' then
  185. v.BoxHandleAdornment:Destroy()
  186. end
  187. if #v:children()>0 then
  188. unHighlightModel(v)
  189. end
  190. end
  191. end
  192.  
  193. function sortTeamHighlights(objPlayer)
  194. repeat wait() until objPlayer.Character
  195. if objPlayer.TeamColor~=localPlayer.TeamColor then
  196. highlightModel(objPlayer.Character)
  197. else
  198. unHighlightModel(objPlayer.Character)
  199. end
  200. if objPlayer~=localPlayer then
  201. objPlayer.Changed:connect(function(strProp)
  202. if strProp=='TeamColor'then
  203. if objPlayer.TeamColor~=localPlayer.TeamColor then
  204. unHighlightModel(objPlayer.Character)
  205. highlightModel(objPlayer.Character)
  206. else
  207. unHighlightModel(objPlayer.Character)
  208. end
  209. end
  210. end)
  211. else
  212. objPlayer.Changed:connect(function(strProp)
  213. if strProp=='TeamColor'then
  214. wait(.5)
  215. for i,v in pairs(game.Players:GetPlayers())do
  216. unHighlightModel(v)
  217. if v.TeamColor~=localPlayer.TeamColor then
  218. highlightModel(v.Character)
  219. end
  220. end
  221. end
  222. end)
  223. end
  224. end
  225.  
  226. for i,v in pairs(game.Players:GetPlayers())do
  227. v.CharacterAdded:connect(function()
  228. sortTeamHighlights(v)
  229. end)
  230. sortTeamHighlights(v)
  231. end
  232. game.Players.PlayerAdded:connect(function(objPlayer)
  233. objPlayer.CharacterAdded:connect(function(objChar)
  234. sortTeamHighlights(objPlayer)
  235. end)
  236. end)
  237. end)
  238.  
  239. Inventory.Name = "Inventory"
  240. Inventory.Parent = Main
  241. Inventory.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  242. Inventory.Position = UDim2.new(0.634057999, 0, 0.345005721, 0)
  243. Inventory.Size = UDim2.new(0, 97, 0, 50)
  244. Inventory.Font = Enum.Font.Fantasy
  245. Inventory.Text = "Enable Inventory"
  246. Inventory.TextColor3 = Color3.new(1, 1, 1)
  247. Inventory.TextScaled = true
  248. Inventory.TextSize = 14
  249. Inventory.TextWrapped = true
  250. Inventory.MouseButton1Down:connect(function()
  251. game.StarterGui:SetCoreGuiEnabled(2, true)
  252. end)
  253.  
  254. ChatTroll.Name = "Chat Troll"
  255. ChatTroll.Parent = Main
  256. ChatTroll.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  257. ChatTroll.Position = UDim2.new(0.634057999, 0, 0.490873575, 0)
  258. ChatTroll.Size = UDim2.new(0, 97, 0, 50)
  259. ChatTroll.Font = Enum.Font.Fantasy
  260. ChatTroll.Text = "Chat Troll"
  261. ChatTroll.TextColor3 = Color3.new(1, 1, 1)
  262. ChatTroll.TextScaled = true
  263. ChatTroll.TextSize = 14
  264. ChatTroll.TextWrapped = true
  265. ChatTroll.MouseButton1Down:connect(function()
  266. local Action = game.Players:GetPlayers()
  267. for i = 1,#Action do
  268. Action[i].Chatted:connect(function(Message)
  269. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("".."["..Action[i].Name.."]".." "..Message, "All")
  270. end)
  271. end
  272. end)
  273.  
  274. Jump.Name = "Jump"
  275. Jump.Parent = Main
  276. Jump.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  277. Jump.Position = UDim2.new(0.634057999, 0, 0.640415311, 0)
  278. Jump.Size = UDim2.new(0, 97, 0, 50)
  279. Jump.Font = Enum.Font.Fantasy
  280. Jump.Text = "Jump Power"
  281. Jump.TextColor3 = Color3.new(1, 1, 1)
  282. Jump.TextScaled = true
  283. Jump.TextSize = 14
  284. Jump.TextWrapped = true
  285. Jump.MouseButton1Down:connect(function()
  286. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 500
  287. end)
  288.  
  289. Speed.Name = "Speed"
  290. Speed.Parent = Main
  291. Speed.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  292. Speed.Position = UDim2.new(0, 0, 0.640415311, 0)
  293. Speed.Size = UDim2.new(0, 97, 0, 50)
  294. Speed.Font = Enum.Font.Fantasy
  295. Speed.Text = "Speed"
  296. Speed.TextColor3 = Color3.new(1, 1, 1)
  297. Speed.TextScaled = true
  298. Speed.TextSize = 14
  299. Speed.TextWrapped = true
  300. Speed.MouseButton1Down:connect(function()
  301. game.Players.LocalPlayer.Character.Humanoid.Walkspeed = 75
  302. end)
  303.  
  304. Btools.Name = "Btools"
  305. Btools.Parent = Main
  306. Btools.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  307. Btools.Position = UDim2.new(0, 0, 0.797558129, 0)
  308. Btools.Size = UDim2.new(0, 97, 0, 50)
  309. Btools.Font = Enum.Font.Fantasy
  310. Btools.Text = "Btools"
  311. Btools.TextColor3 = Color3.new(1, 1, 1)
  312. Btools.TextScaled = true
  313. Btools.TextSize = 14
  314. Btools.TextWrapped = true
  315. Btools.MouseButton1Down:connect(function()
  316. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  317. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  318. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  319. tool1.BinType = "Clone"
  320. tool2.BinType = "Hammer"
  321. tool3.BinType = "Grab"
  322. end)
  323.  
  324. TPTool.Name = "TP Tool"
  325. TPTool.Parent = Main
  326. TPTool.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  327. TPTool.Position = UDim2.new(0.634057999, 0, 0.795177162, 0)
  328. TPTool.Size = UDim2.new(0, 97, 0, 50)
  329. TPTool.Font = Enum.Font.Fantasy
  330. TPTool.Text = "TP Tool"
  331. TPTool.TextColor3 = Color3.new(1, 1, 1)
  332. TPTool.TextScaled = true
  333. TPTool.TextSize = 14
  334. TPTool.TextWrapped = true
  335. TPTool.MouseButton1Down:connect(function()
  336. mouse = game.Players.LocalPlayer:GetMouse()
  337. tool = Instance.new("Tool")
  338. tool.RequiresHandle = false
  339. tool.Name = "Click Teleport"
  340. tool.Activated:connect(function()
  341. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  342. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  343. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  344. end)
  345. tool.Parent = game.Players.LocalPlayer.Backpack
  346. end)
  347.  
  348. Noclip.Name = "Noclip"
  349. Noclip.Parent = Main
  350. Noclip.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  351. Noclip.Position = UDim2.new(0, 0, 0.343469769, 0)
  352. Noclip.Size = UDim2.new(0, 97, 0, 50)
  353. Noclip.Font = Enum.Font.Fantasy
  354. Noclip.Text = "Noclip (press e)"
  355. Noclip.TextColor3 = Color3.new(1, 1, 1)
  356. Noclip.TextScaled = true
  357. Noclip.TextSize = 14
  358. Noclip.TextWrapped = true
  359. Noclip.MouseButton1Down:connect(function()
  360. noclip = false
  361. game:GetService('RunService').Stepped:connect(function()
  362. if noclip then
  363. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  364. end
  365. end)
  366. plr = game.Players.LocalPlayer
  367. mouse = plr:GetMouse()
  368. mouse.KeyDown:connect(function(key)
  369.  
  370. if key == "e" then
  371. noclip = not noclip
  372. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  373. end
  374. end)
  375. print('Loaded')
  376. print('Press "E" to noclip')
  377. end)
  378.  
  379. More.Name = "More"
  380. More.Parent = Main
  381. More.BackgroundColor3 = Color3.new(1, 1, 1)
  382. More.Position = UDim2.new(0.0108695654, 0, 0.935714304, 0)
  383. More.Size = UDim2.new(0, 254, 0, 25)
  384. More.Style = Enum.ButtonStyle.RobloxButtonDefault
  385. More.Font = Enum.Font.SciFi
  386. More.Text = "MORE"
  387. More.TextColor3 = Color3.new(1, 1, 1)
  388. More.TextScaled = true
  389. More.TextSize = 14
  390. More.TextWrapped = true
  391.  
  392. _2.Name = "2"
  393. _2.Parent = Torlled3
  394. _2.BackgroundColor3 = Color3.new(1, 1, 1)
  395. _2.Position = UDim2.new(0.339832872, 0, 0.0559105426, 0)
  396. _2.Size = UDim2.new(0, 339, 0, 420)
  397. _2.Style = Enum.FrameStyle.RobloxRound
  398.  
  399. Less.Name = "Less"
  400. Less.Parent = _2
  401. Less.BackgroundColor3 = Color3.new(1, 1, 1)
  402. Less.Position = UDim2.new(0.0147492625, 0, -0.00714285765, 0)
  403. Less.Size = UDim2.new(0, 315, 0, 38)
  404. Less.Style = Enum.ButtonStyle.RobloxButtonDefault
  405. Less.Font = Enum.Font.SciFi
  406. Less.Text = "LESS"
  407. Less.TextColor3 = Color3.new(1, 1, 1)
  408. Less.TextScaled = true
  409. Less.TextSize = 14
  410. Less.TextWrapped = true
  411.  
  412. Insane.Name = "Insane"
  413. Insane.Parent = _2
  414. Insane.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  415. Insane.Position = UDim2.new(0.017699115, 0, 0.116666667, 0)
  416. Insane.Size = UDim2.new(0, 61, 0, 50)
  417. Insane.Font = Enum.Font.Code
  418. Insane.Text = "Insane"
  419. Insane.TextColor3 = Color3.new(1, 1, 1)
  420. Insane.TextScaled = true
  421. Insane.TextSize = 14
  422. Insane.TextWrapped = true
  423. Insane.MouseButton1Down:connect(function()
  424. AnimationId = "33796059"
  425. local Anim = Instance.new("Animation")
  426. Anim.AnimationId = "rbxassetid://"..AnimationId
  427. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  428. k:Play()
  429. k:AdjustSpeed(25)
  430. end)
  431.  
  432. SuicideGun.Name = "Suicide Gun"
  433. SuicideGun.Parent = _2
  434. SuicideGun.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  435. SuicideGun.Position = UDim2.new(0.017699115, 0, 0.283333331, 0)
  436. SuicideGun.Size = UDim2.new(0, 61, 0, 50)
  437. SuicideGun.Font = Enum.Font.Code
  438. SuicideGun.Text = "Suicide Gun"
  439. SuicideGun.TextColor3 = Color3.new(1, 1, 1)
  440. SuicideGun.TextScaled = true
  441. SuicideGun.TextSize = 14
  442. SuicideGun.TextWrapped = true
  443. SuicideGun.MouseButton1Down:connect(function()
  444. --SUICIDE GUN REBORN BY DMS
  445. o1 = Instance.new("Tool")
  446. o2 = Instance.new("Part")
  447. o3 = Instance.new("SpecialMesh")
  448. o4 = Instance.new("Part")
  449. o5 = Instance.new("BlockMesh")
  450. o6 = Instance.new("Part")
  451. o7 = Instance.new("BlockMesh")
  452. o8 = Instance.new("Part")
  453. o9 = Instance.new("BlockMesh")
  454. o10 = Instance.new("Part")
  455. o11 = Instance.new("BlockMesh")
  456. o12 = Instance.new("Part")
  457. o13 = Instance.new("BlockMesh")
  458. o14 = Instance.new("Part")
  459. o15 = Instance.new("BlockMesh")
  460. o16 = Instance.new("Part")
  461. o17 = Instance.new("BlockMesh")
  462. o18 = Instance.new("Part")
  463. o19 = Instance.new("BlockMesh")
  464. o20 = Instance.new("Part")
  465. o21 = Instance.new("CylinderMesh")
  466. o22 = Instance.new("Part")
  467. o23 = Instance.new("CylinderMesh")
  468. o24 = Instance.new("Part")
  469. o25 = Instance.new("CylinderMesh")
  470. o26 = Instance.new("Part")
  471. o27 = Instance.new("BlockMesh")
  472. o28 = Instance.new("Part")
  473. o29 = Instance.new("CylinderMesh")
  474. o30 = Instance.new("Part")
  475. o31 = Instance.new("PointLight")
  476. o32 = Instance.new("BillboardGui")
  477. o33 = Instance.new("ImageLabel")
  478. o34 = Instance.new("BlockMesh")
  479. o35 = Instance.new("Part")
  480. o36 = Instance.new("BlockMesh")
  481. o37 = Instance.new("Part")
  482. o38 = Instance.new("BlockMesh")
  483. o39 = Instance.new("Part")
  484. o40 = Instance.new("BlockMesh")
  485. o41 = Instance.new("Part")
  486. o42 = Instance.new("Decal")
  487. o43 = Instance.new("CylinderMesh")
  488. o44 = Instance.new("Part")
  489. o45 = Instance.new("CylinderMesh")
  490. o46 = Instance.new("Part")
  491. o47 = Instance.new("BlockMesh")
  492. o48 = Instance.new("Part")
  493. o49 = Instance.new("SpecialMesh")
  494. o50 = Instance.new("Part")
  495. o51 = Instance.new("SpecialMesh")
  496. o52 = Instance.new("Part")
  497. o53 = Instance.new("BlockMesh")
  498. o54 = Instance.new("Part")
  499. o55 = Instance.new("BlockMesh")
  500. o56 = Instance.new("Part")
  501. o57 = Instance.new("BlockMesh")
  502. o58 = Instance.new("Part")
  503. o59 = Instance.new("CylinderMesh")
  504. o60 = Instance.new("Part")
  505. o61 = Instance.new("SpecialMesh")
  506. o62 = Instance.new("Part")
  507. o63 = Instance.new("BlockMesh")
  508. o64 = Instance.new("Part")
  509. o65 = Instance.new("SpecialMesh")
  510. o66 = Instance.new("Part")
  511. o67 = Instance.new("BlockMesh")
  512. o68 = Instance.new("Part")
  513. o69 = Instance.new("BlockMesh")
  514. o70 = Instance.new("Part")
  515. o71 = Instance.new("SpecialMesh")
  516. o72 = Instance.new("Part")
  517. o73 = Instance.new("BlockMesh")
  518. o74 = Instance.new("Part")
  519. o75 = Instance.new("BlockMesh")
  520. o76 = Instance.new("Part")
  521. o77 = Instance.new("BlockMesh")
  522. o78 = Instance.new("Part")
  523. o79 = Instance.new("SpecialMesh")
  524. o80 = Instance.new("Part")
  525. o81 = Instance.new("CylinderMesh")
  526. o82 = Instance.new("Part")
  527. o83 = Instance.new("SpecialMesh")
  528. o84 = Instance.new("Part")
  529. o85 = Instance.new("BlockMesh")
  530. o86 = Instance.new("Part")
  531. o87 = Instance.new("SpecialMesh")
  532. o88 = Instance.new("Part")
  533. o89 = Instance.new("SpecialMesh")
  534. o90 = Instance.new("Part")
  535. o91 = Instance.new("BlockMesh")
  536. o92 = Instance.new("Part")
  537. o93 = Instance.new("BlockMesh")
  538. o94 = Instance.new("Part")
  539. o95 = Instance.new("SpecialMesh")
  540. o96 = Instance.new("Part")
  541. o97 = Instance.new("BlockMesh")
  542. o98 = Instance.new("Part")
  543. o99 = Instance.new("SpecialMesh")
  544. o100 = Instance.new("Part")
  545. o101 = Instance.new("BlockMesh")
  546. o102 = Instance.new("Part")
  547. o103 = Instance.new("BlockMesh")
  548. o104 = Instance.new("Part")
  549. o105 = Instance.new("SpecialMesh")
  550. o106 = Instance.new("Part")
  551. o107 = Instance.new("BlockMesh")
  552. o108 = Instance.new("Part")
  553. o109 = Instance.new("CylinderMesh")
  554. o110 = Instance.new("Part")
  555. o111 = Instance.new("BlockMesh")
  556. o112 = Instance.new("Part")
  557. o113 = Instance.new("SpecialMesh")
  558. o114 = Instance.new("Part")
  559. o115 = Instance.new("CylinderMesh")
  560. o116 = Instance.new("Part")
  561. o117 = Instance.new("BlockMesh")
  562. o118 = Instance.new("Part")
  563. o119 = Instance.new("SpecialMesh")
  564. o120 = Instance.new("Part")
  565. o121 = Instance.new("BlockMesh")
  566. o122 = Instance.new("Part")
  567. o123 = Instance.new("SpecialMesh")
  568. o124 = Instance.new("Part")
  569. o125 = Instance.new("SpecialMesh")
  570. o126 = Instance.new("Part")
  571. o127 = Instance.new("BlockMesh")
  572. o128 = Instance.new("Part")
  573. o129 = Instance.new("BlockMesh")
  574. o130 = Instance.new("Part")
  575. o131 = Instance.new("SpecialMesh")
  576. o132 = Instance.new("Part")
  577. o133 = Instance.new("BlockMesh")
  578. o134 = Instance.new("Part")
  579. o135 = Instance.new("BlockMesh")
  580. o136 = Instance.new("Part")
  581. o137 = Instance.new("SpecialMesh")
  582. o138 = Instance.new("Part")
  583. o139 = Instance.new("BlockMesh")
  584. o140 = Instance.new("Part")
  585. o141 = Instance.new("CylinderMesh")
  586. o142 = Instance.new("Part")
  587. o143 = Instance.new("BlockMesh")
  588. o144 = Instance.new("Part")
  589. o145 = Instance.new("SpecialMesh")
  590. o146 = Instance.new("Part")
  591. o147 = Instance.new("SpecialMesh")
  592. o148 = Instance.new("Part")
  593. o149 = Instance.new("Sound")
  594. o150 = Instance.new("BlockMesh")
  595. o1.Name = "Suicide"
  596. o1.Parent = game.Players.LocalPlayer.Backpack
  597. o2.Parent = o1
  598. o2.Material = Enum.Material.SmoothPlastic
  599. o2.BrickColor = BrickColor.new("Really black")
  600. o2.Position = Vector3.new(18.950964, 0.850407004, 14.2854338)
  601. o2.Rotation = Vector3.new(-2.19040904e-013, 2.50129006e-006, -180)
  602. o2.Anchored = true
  603. o2.FormFactor = Enum.FormFactor.Custom
  604. o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  605. o2.CFrame = CFrame.new(18.950964, 0.850407004, 14.2854338, -1, 8.74227766e-008, 4.36557457e-008, -8.74227766e-008, -1, 3.82298495e-015, 4.36557457e-008, 3.92853881e-018, 1)
  606. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  607. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  608. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  609. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  610. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  611. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  612. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  613. o3.Parent = o2
  614. o3.Scale = Vector3.new(0.666666687, 0.388888866, 0.416666687)
  615. o3.MeshType = Enum.MeshType.Wedge
  616. o4.Parent = o1
  617. o4.Material = Enum.Material.SmoothPlastic
  618. o4.BrickColor = BrickColor.new("Really black")
  619. o4.Position = Vector3.new(18.950964, 0.953182995, 14.5104237)
  620. o4.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  621. o4.Anchored = true
  622. o4.FormFactor = Enum.FormFactor.Custom
  623. o4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  624. o4.CFrame = CFrame.new(18.950964, 0.953182995, 14.5104237, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  625. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  626. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  627. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  628. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  629. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  630. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  631. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  632. o5.Parent = o4
  633. o5.Scale = Vector3.new(0.333333343, 0.194444433, 0.694444478)
  634. o6.Parent = o1
  635. o6.Material = Enum.Material.SmoothPlastic
  636. o6.BrickColor = BrickColor.new("Black")
  637. o6.Position = Vector3.new(18.950964, 1.13095105, 14.5993176)
  638. o6.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  639. o6.Anchored = true
  640. o6.FormFactor = Enum.FormFactor.Custom
  641. o6.Size = Vector3.new(0.566666663, 0.200000003, 0.200000003)
  642. o6.CFrame = CFrame.new(18.950964, 1.13095105, 14.5993176, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  643. o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  644. o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  645. o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  646. o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  647. o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  648. o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  649. o6.Color = Color3.new(0.105882, 0.164706, 0.207843)
  650. o7.Parent = o6
  651. o7.Scale = Vector3.new(1, 0.583333313, 0.722222269)
  652. o8.Name = "SightBack"
  653. o8.Parent = o1
  654. o8.Material = Enum.Material.SmoothPlastic
  655. o8.Position = Vector3.new(18.950964, 1.23151195, 14.4882116)
  656. o8.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  657. o8.Anchored = true
  658. o8.FormFactor = Enum.FormFactor.Custom
  659. o8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  660. o8.CFrame = CFrame.new(18.950964, 1.23151195, 14.4882116, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  661. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  662. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  663. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  664. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  665. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  666. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  667. o9.Parent = o8
  668. o9.Scale = Vector3.new(0.166666672, 0.111111112, 0.411111116)
  669. o10.Parent = o1
  670. o10.Material = Enum.Material.SmoothPlastic
  671. o10.BrickColor = BrickColor.new("Really black")
  672. o10.Position = Vector3.new(18.950964, 0.961513996, 14.5937595)
  673. o10.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  674. o10.Anchored = true
  675. o10.FormFactor = Enum.FormFactor.Custom
  676. o10.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  677. o10.CFrame = CFrame.new(18.950964, 0.961513996, 14.5937595, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  678. o10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  679. o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  680. o10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  681. o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  682. o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  683. o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  684. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  685. o11.Parent = o10
  686. o11.Scale = Vector3.new(0.49999997, 0.277777761, 0.694444478)
  687. o12.Parent = o1
  688. o12.Material = Enum.Material.SmoothPlastic
  689. o12.BrickColor = BrickColor.new("Really black")
  690. o12.Position = Vector3.new(18.950964, 1.19539297, 14.5993176)
  691. o12.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  692. o12.Anchored = true
  693. o12.FormFactor = Enum.FormFactor.Custom
  694. o12.Size = Vector3.new(0.566666663, 0.200000003, 0.200000003)
  695. o12.CFrame = CFrame.new(18.950964, 1.19539297, 14.5993176, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  696. o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  697. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  698. o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  699. o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  700. o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  701. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  702. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  703. o13.Parent = o12
  704. o13.Scale = Vector3.new(1, 0.249999985, 0.411111116)
  705. o14.Parent = o1
  706. o14.Material = Enum.Material.SmoothPlastic
  707. o14.BrickColor = BrickColor.new("Really black")
  708. o14.Position = Vector3.new(18.908186, 1.19095695, 14.5993176)
  709. o14.Rotation = Vector3.new(-90, 44.9999962, 90)
  710. o14.Anchored = true
  711. o14.FormFactor = Enum.FormFactor.Custom
  712. o14.Size = Vector3.new(0.566666663, 0.200000003, 0.200000003)
  713. o14.CFrame = CFrame.new(18.908186, 1.19095695, 14.5993176, 0, -0.707106709, 0.707106709, 5.38120031e-018, 0.707106769, 0.707106769, -1, 2.04281037e-011, 9.59801127e-011)
  714. o14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  715. o14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  716. o14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  717. o14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  718. o14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  719. o14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  720. o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  721. o15.Parent = o14
  722. o15.Scale = Vector3.new(1, 0.194444433, 0.222222224)
  723. o16.Name = "SightBack"
  724. o16.Parent = o1
  725. o16.Material = Enum.Material.SmoothPlastic
  726. o16.Position = Vector3.new(18.9787407, 1.25372696, 14.4882116)
  727. o16.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  728. o16.Anchored = true
  729. o16.FormFactor = Enum.FormFactor.Custom
  730. o16.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  731. o16.CFrame = CFrame.new(18.9787407, 1.25372696, 14.4882116, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  732. o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  733. o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  734. o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  735. o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  736. o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  737. o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  738. o17.Parent = o16
  739. o17.Scale = Vector3.new(0.166666672, 0.111111112, 0.13333334)
  740. o18.Name = "SightBack"
  741. o18.Parent = o1
  742. o18.Material = Enum.Material.SmoothPlastic
  743. o18.Position = Vector3.new(18.9231701, 1.25372696, 14.4882002)
  744. o18.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  745. o18.Anchored = true
  746. o18.FormFactor = Enum.FormFactor.Custom
  747. o18.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  748. o18.CFrame = CFrame.new(18.9231701, 1.25372696, 14.4882002, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  749. o18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  750. o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  751. o18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  752. o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  753. o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  754. o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  755. o19.Parent = o18
  756. o19.Scale = Vector3.new(0.166666672, 0.111111112, 0.13333334)
  757. o20.Parent = o1
  758. o20.Material = Enum.Material.SmoothPlastic
  759. o20.BrickColor = BrickColor.new("Black")
  760. o20.Position = Vector3.new(18.950964, 0.886528015, 14.5798664)
  761. o20.Rotation = Vector3.new(-90, -2.50447761e-006, -90)
  762. o20.Anchored = true
  763. o20.FormFactor = Enum.FormFactor.Custom
  764. o20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  765. o20.CFrame = CFrame.new(18.950964, 0.886528015, 14.5798664, -8.74279067e-008, 1, -4.37113812e-008, -3.83195418e-015, 4.37113812e-008, 1, 1, 8.74279067e-008, -4.65359901e-018)
  766. o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  767. o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  768. o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  769. o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  770. o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  771. o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  772. o20.Color = Color3.new(0.105882, 0.164706, 0.207843)
  773. o21.Parent = o20
  774. o21.Scale = Vector3.new(0.416666687, 0.722222269, 0.416666687)
  775. o22.Name = "SightLine"
  776. o22.Parent = o1
  777. o22.Material = Enum.Material.SmoothPlastic
  778. o22.BrickColor = BrickColor.new("Smoky grey")
  779. o22.Position = Vector3.new(18.950964, 1.21539295, 15.7804356)
  780. o22.Rotation = Vector3.new(90, -2.50447761e-006, -90)
  781. o22.Anchored = true
  782. o22.FormFactor = Enum.FormFactor.Custom
  783. o22.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  784. o22.CFrame = CFrame.new(18.950964, 1.21539295, 15.7804356, 0, 1, -4.37113812e-008, 5.38120031e-018, -4.37113812e-008, -1, -1, 0, 6.1083781e-018)
  785. o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  786. o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  787. o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  788. o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  789. o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  790. o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  791. o22.Color = Color3.new(0.356863, 0.364706, 0.411765)
  792. o23.Parent = o22
  793. o23.Scale = Vector3.new(0.505999982, 0.150000006, 0.505999982)
  794. o24.Parent = o1
  795. o24.Material = Enum.Material.SmoothPlastic
  796. o24.BrickColor = BrickColor.new("Black")
  797. o24.Position = Vector3.new(18.950964, 0.96707201, 15.7326679)
  798. o24.Rotation = Vector3.new(-90, -2.50447761e-006, -180)
  799. o24.Anchored = true
  800. o24.FormFactor = Enum.FormFactor.Custom
  801. o24.Size = Vector3.new(0.200000003, 0.344444454, 0.200000003)
  802. o24.CFrame = CFrame.new(18.950964, 0.96707201, 15.7326679, -1, 4.36557457e-008, -4.37113812e-008, -4.37113812e-008, 1.9122997e-015, 1, 4.36557457e-008, 1, -4.65359901e-018)
  803. o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  804. o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  805. o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  806. o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  807. o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  808. o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  809. o24.Color = Color3.new(0.105882, 0.164706, 0.207843)
  810. o25.Parent = o24
  811. o25.Scale = Vector3.new(0.405599982, 1, 0.405599982)
  812. o26.Parent = o1
  813. o26.Material = Enum.Material.SmoothPlastic
  814. o26.BrickColor = BrickColor.new("Black")
  815. o26.Position = Vector3.new(18.950964, 1.01984501, 15.7298756)
  816. o26.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  817. o26.Anchored = true
  818. o26.FormFactor = Enum.FormFactor.Custom
  819. o26.Size = Vector3.new(0.338888884, 0.200000003, 0.200000003)
  820. o26.CFrame = CFrame.new(18.950964, 1.01984501, 15.7298756, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  821. o26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  822. o26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  823. o26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  824. o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  825. o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  826. o26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  827. o26.Color = Color3.new(0.105882, 0.164706, 0.207843)
  828. o27.Parent = o26
  829. o27.Scale = Vector3.new(1, 0.527777731, 0.611111104)
  830. o28.Parent = o1
  831. o28.Material = Enum.Material.SmoothPlastic
  832. o28.BrickColor = BrickColor.new("Black")
  833. o28.Position = Vector3.new(18.950964, 0.96707201, 15.7298756)
  834. o28.Rotation = Vector3.new(-90, -2.50447761e-006, -180)
  835. o28.Anchored = true
  836. o28.FormFactor = Enum.FormFactor.Custom
  837. o28.Size = Vector3.new(0.200000003, 0.338888884, 0.200000003)
  838. o28.CFrame = CFrame.new(18.950964, 0.96707201, 15.7298756, -1, 4.36557457e-008, -4.37113812e-008, -4.37113812e-008, 1.9122997e-015, 1, 4.36557457e-008, 1, -4.65359901e-018)
  839. o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  840. o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  841. o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  842. o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  843. o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  844. o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  845. o28.Color = Color3.new(0.105882, 0.164706, 0.207843)
  846. o29.Parent = o28
  847. o29.Scale = Vector3.new(0.611111104, 1, 0.611111104)
  848. o30.Name = "Main"
  849. o30.Parent = o1
  850. o30.Material = Enum.Material.SmoothPlastic
  851. o30.BrickColor = BrickColor.new("Really black")
  852. o30.Transparency = 1
  853. o30.Position = Vector3.new(18.950964, 1.12816894, 15.9493256)
  854. o30.Rotation = Vector3.new(90, -2.50447761e-006, 2.50796006e-006)
  855. o30.Anchored = true
  856. o30.FormFactor = Enum.FormFactor.Custom
  857. o30.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  858. o30.CFrame = CFrame.new(18.950964, 1.12816894, 15.9493256, 1, -4.3772161e-008, -4.37113812e-008, -4.37113812e-008, -1.49011594e-008, -1, 4.3772161e-008, 1, -1.49011603e-008)
  859. o30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  860. o30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  861. o30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  862. o30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  863. o30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  864. o30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  865. o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  866. o31.Name = "FlashFX"
  867. o31.Parent = o30
  868. o31.Color = Color3.new(1, 1, 0)
  869. o31.Enabled = false
  870. o31.Brightness = 10
  871. o31.Range = 6
  872. o31.Shadows = true
  873. o32.Name = "FlashGui"
  874. o32.Parent = o30
  875. o32.Size = UDim2.new(1.1000000238419,0,1.1000000238419,0)
  876. o32.Enabled = false
  877. o33.Name = "Label"
  878. o33.Parent = o32
  879. o33.Size = UDim2.new(1,0,1,0)
  880. o33.BackgroundTransparency = 1
  881. o33.Image = "http://www.roblox.com/asset/?id=117472237"
  882. o34.Parent = o30
  883. o34.Scale = Vector3.new(0.99999994, 0.99999994, 0.99999994)
  884. o35.Parent = o1
  885. o35.Material = Enum.Material.SmoothPlastic
  886. o35.BrickColor = BrickColor.new("Black")
  887. o35.Position = Vector3.new(18.908186, 1.19095695, 15.5132236)
  888. o35.Rotation = Vector3.new(-90, 44.9999962, 90)
  889. o35.Anchored = true
  890. o35.FormFactor = Enum.FormFactor.Custom
  891. o35.Size = Vector3.new(0.772222221, 0.200000003, 0.200000003)
  892. o35.CFrame = CFrame.new(18.908186, 1.19095695, 15.5132236, 0, -0.707106709, 0.707106709, 5.38120031e-018, 0.707106769, 0.707106769, -1, 2.04281037e-011, 9.59801127e-011)
  893. o35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  894. o35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  895. o35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  896. o35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  897. o35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  898. o35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  899. o35.Color = Color3.new(0.105882, 0.164706, 0.207843)
  900. o36.Parent = o35
  901. o36.Scale = Vector3.new(1, 0.194444433, 0.222222224)
  902. o37.Parent = o1
  903. o37.Material = Enum.Material.SmoothPlastic
  904. o37.BrickColor = BrickColor.new("Black")
  905. o37.Position = Vector3.new(18.950964, 1.19539297, 15.5132236)
  906. o37.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  907. o37.Anchored = true
  908. o37.FormFactor = Enum.FormFactor.Custom
  909. o37.Size = Vector3.new(0.772222221, 0.200000003, 0.200000003)
  910. o37.CFrame = CFrame.new(18.950964, 1.19539297, 15.5132236, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  911. o37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  912. o37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  913. o37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  914. o37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  915. o37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  916. o37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  917. o37.Color = Color3.new(0.105882, 0.164706, 0.207843)
  918. o38.Parent = o37
  919. o38.Scale = Vector3.new(1, 0.249999985, 0.411111116)
  920. o39.Parent = o1
  921. o39.Material = Enum.Material.SmoothPlastic
  922. o39.BrickColor = BrickColor.new("Black")
  923. o39.Position = Vector3.new(18.950964, 1.13095105, 15.5132236)
  924. o39.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  925. o39.Anchored = true
  926. o39.FormFactor = Enum.FormFactor.Custom
  927. o39.Size = Vector3.new(0.772222221, 0.200000003, 0.200000003)
  928. o39.CFrame = CFrame.new(18.950964, 1.13095105, 15.5132236, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  929. o39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  930. o39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  931. o39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  932. o39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  933. o39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  934. o39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  935. o39.Color = Color3.new(0.105882, 0.164706, 0.207843)
  936. o40.Parent = o39
  937. o40.Scale = Vector3.new(1, 0.583333313, 0.722222269)
  938. o41.Parent = o1
  939. o41.Material = Enum.Material.SmoothPlastic
  940. o41.BrickColor = BrickColor.new("Black")
  941. o41.Position = Vector3.new(18.950964, 1.12816894, 15.3854284)
  942. o41.Rotation = Vector3.new(-90, -2.50447761e-006, -180)
  943. o41.Anchored = true
  944. o41.FormFactor = Enum.FormFactor.Custom
  945. o41.Size = Vector3.new(0.200000003, 1.06111109, 0.200000003)
  946. o41.CFrame = CFrame.new(18.950964, 1.12816894, 15.3854284, -1, 4.36557457e-008, -4.37113812e-008, -4.37113812e-008, 1.9122997e-015, 1, 4.36557457e-008, 1, -4.65359901e-018)
  947. o41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  948. o41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  949. o41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  950. o41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  951. o41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  952. o41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  953. o41.Color = Color3.new(0.105882, 0.164706, 0.207843)
  954. o42.Parent = o41
  955. o42.Texture = "http://www.roblox.com/asset/?id=47760372"
  956. o42.Face = Enum.NormalId.Top
  957. o43.Parent = o41
  958. o43.Scale = Vector3.new(0.49999997, 1, 0.49999997)
  959. o44.Parent = o1
  960. o44.Material = Enum.Material.SmoothPlastic
  961. o44.BrickColor = BrickColor.new("Black")
  962. o44.Position = Vector3.new(18.950964, 0.961513996, 15.352108)
  963. o44.Rotation = Vector3.new(-90, -2.50447761e-006, -180)
  964. o44.Anchored = true
  965. o44.FormFactor = Enum.FormFactor.Custom
  966. o44.Size = Vector3.new(0.200000003, 0.416666627, 0.200000003)
  967. o44.CFrame = CFrame.new(18.950964, 0.961513996, 15.352108, -1, 4.36557457e-008, -4.37113812e-008, -4.37113812e-008, 1.9122997e-015, 1, 4.36557457e-008, 1, -4.65359901e-018)
  968. o44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  969. o44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  970. o44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  971. o44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  972. o44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  973. o44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  974. o44.Color = Color3.new(0.105882, 0.164706, 0.207843)
  975. o45.Parent = o44
  976. o45.Scale = Vector3.new(0.666666687, 1, 0.666666687)
  977. o46.Name = "Mag"
  978. o46.Parent = o1
  979. o46.Material = Enum.Material.SmoothPlastic
  980. o46.BrickColor = BrickColor.new("Black")
  981. o46.Position = Vector3.new(18.950964, 0.129971996, 14.3866644)
  982. o46.Rotation = Vector3.new(101, 90, 0)
  983. o46.Anchored = true
  984. o46.FormFactor = Enum.FormFactor.Custom
  985. o46.Size = Vector3.new(0.200000003, 0.333333343, 0.200000003)
  986. o46.CFrame = CFrame.new(18.950964, 0.129971996, 14.3866644, -2.79885857e-008, -5.49657244e-008, 1, 0.981627166, -0.190809026, 1.69563066e-008, 0.190809026, 0.981627107, 5.93718141e-008)
  987. o46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  988. o46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  989. o46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  990. o46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  991. o46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  992. o46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  993. o46.Color = Color3.new(0.105882, 0.164706, 0.207843)
  994. o47.Parent = o46
  995. o47.Scale = Vector3.new(0.027777778, 1, 0.666666687)
  996. o48.Parent = o1
  997. o48.Material = Enum.Material.SmoothPlastic
  998. o48.BrickColor = BrickColor.new("Black")
  999. o48.Position = Vector3.new(18.950964, 0.161533996, 14.3493176)
  1000. o48.Rotation = Vector3.new(0.019784553, -6.66929267e-009, 180)
  1001. o48.Anchored = true
  1002. o48.FormFactor = Enum.FormFactor.Custom
  1003. o48.Size = Vector3.new(0.200000003, 0.200000003, 0.266666681)
  1004. o48.CFrame = CFrame.new(18.950964, 0.161533996, 14.3493176, -1, -8.74227979e-008, -1.16401111e-010, 8.74227766e-008, -0.99999994, -0.000345305598, 0, -0.000345305569, 0.99999994)
  1005. o48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1006. o48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1007. o48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1008. o48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1009. o48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1010. o48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1011. o48.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1012. o49.Parent = o48
  1013. o49.Scale = Vector3.new(0.694444478, 0.222222224, 1)
  1014. o49.MeshType = Enum.MeshType.Wedge
  1015. o50.Parent = o1
  1016. o50.Material = Enum.Material.SmoothPlastic
  1017. o50.BrickColor = BrickColor.new("Really black")
  1018. o50.Position = Vector3.new(18.950964, 0.155975997, 14.3354216)
  1019. o50.Rotation = Vector3.new(3.08320072e-016, 0, -180)
  1020. o50.Anchored = true
  1021. o50.FormFactor = Enum.FormFactor.Custom
  1022. o50.Size = Vector3.new(0.200000003, 0.200000003, 0.438888878)
  1023. o50.CFrame = CFrame.new(18.950964, 0.155975997, 14.3354216, -1, 1.0960446e-021, 0, 1.0960446e-021, -1, -5.38120031e-018, 0, 5.38120031e-018, 1)
  1024. o50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1025. o50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1026. o50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1027. o50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1028. o50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1029. o50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1030. o50.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1031. o51.Parent = o50
  1032. o51.Scale = Vector3.new(0.666666687, 0.333333343, 1)
  1033. o51.MeshType = Enum.MeshType.Wedge
  1034. o52.Parent = o1
  1035. o52.Material = Enum.Material.SmoothPlastic
  1036. o52.BrickColor = BrickColor.new("Black")
  1037. o52.Position = Vector3.new(18.950964, 0.239300996, 14.1882057)
  1038. o52.Rotation = Vector3.new(105, 90, 0)
  1039. o52.Anchored = true
  1040. o52.FormFactor = Enum.FormFactor.Custom
  1041. o52.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1042. o52.CFrame = CFrame.new(18.950964, 0.239300996, 14.1882057, -1.07331601e-008, -6.40018527e-008, 1, 0.965925813, -0.258819044, -6.21114538e-009, 0.258819073, 0.965925813, 6.46105036e-008)
  1043. o52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1044. o52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1045. o52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1046. o52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1047. o52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1048. o52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1049. o52.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1050. o53.Parent = o52
  1051. o53.Scale = Vector3.new(0.944444478, 0.111111112, 0.611111104)
  1052. o54.Parent = o1
  1053. o54.Material = Enum.Material.SmoothPlastic
  1054. o54.BrickColor = BrickColor.new("Really black")
  1055. o54.Position = Vector3.new(18.950964, 0.225419, 14.3520937)
  1056. o54.Rotation = Vector3.new(-3.25256337e-007, 90, 0)
  1057. o54.Anchored = true
  1058. o54.FormFactor = Enum.FormFactor.Custom
  1059. o54.Size = Vector3.new(0.26111111, 0.200000003, 0.200000003)
  1060. o54.CFrame = CFrame.new(18.950964, 0.225419, 14.3520937, 8.94069672e-008, -6.24762481e-015, 1, -5.6767937e-009, 1, 1.42108539e-014, -1, -5.6767937e-009, 8.94069672e-008)
  1061. o54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1062. o54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1063. o54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1064. o54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1065. o54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1066. o54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1067. o54.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1068. o55.Parent = o54
  1069. o55.Scale = Vector3.new(1, 0.416666687, 0.694444478)
  1070. o56.Parent = o1
  1071. o56.Material = Enum.Material.SmoothPlastic
  1072. o56.BrickColor = BrickColor.new("Really black")
  1073. o56.Position = Vector3.new(18.950964, 0.197641, 14.2215319)
  1074. o56.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1075. o56.Anchored = true
  1076. o56.FormFactor = Enum.FormFactor.Custom
  1077. o56.Size = Vector3.new(0.211111099, 0.200000003, 0.200000003)
  1078. o56.CFrame = CFrame.new(18.950964, 0.197641, 14.2215319, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  1079. o56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1080. o56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1081. o56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1082. o56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1083. o56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1084. o56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1085. o56.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1086. o57.Parent = o56
  1087. o57.Scale = Vector3.new(1, 0.0833333358, 0.666666687)
  1088. o58.Parent = o1
  1089. o58.Material = Enum.Material.SmoothPlastic
  1090. o58.BrickColor = BrickColor.new("Really black")
  1091. o58.Position = Vector3.new(18.950964, 0.258204013, 14.3493176)
  1092. o58.Rotation = Vector3.new(-90, -2.50447761e-006, -90)
  1093. o58.Anchored = true
  1094. o58.FormFactor = Enum.FormFactor.Custom
  1095. o58.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1096. o58.CFrame = CFrame.new(18.950964, 0.258204013, 14.3493176, -8.74279067e-008, 1, -4.37113812e-008, -3.83195418e-015, 4.37113812e-008, 1, 1, 8.74279067e-008, -4.65359901e-018)
  1097. o58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1098. o58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1099. o58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1100. o58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1101. o58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1102. o58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1103. o58.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1104. o59.Parent = o58
  1105. o59.Scale = Vector3.new(0.49999997, 0.722222269, 0.472222239)
  1106. o60.Parent = o1
  1107. o60.Material = Enum.Material.SmoothPlastic
  1108. o60.BrickColor = BrickColor.new("Really black")
  1109. o60.Position = Vector3.new(18.950964, 0.244874001, 14.1993141)
  1110. o60.Rotation = Vector3.new(0.019784553, -6.66929267e-009, 180)
  1111. o60.Anchored = true
  1112. o60.FormFactor = Enum.FormFactor.Custom
  1113. o60.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1114. o60.CFrame = CFrame.new(18.950964, 0.244874001, 14.1993141, -1, -8.74227979e-008, -1.16401111e-010, 8.74227766e-008, -0.99999994, -0.000345305598, 0, -0.000345305569, 0.99999994)
  1115. o60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1116. o60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1117. o60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1118. o60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1119. o60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1120. o60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1121. o60.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1122. o61.Parent = o60
  1123. o61.Scale = Vector3.new(0.694444478, 0.222222224, 0.222222224)
  1124. o61.MeshType = Enum.MeshType.Wedge
  1125. o62.Parent = o1
  1126. o62.Material = Enum.Material.SmoothPlastic
  1127. o62.BrickColor = BrickColor.new("Black")
  1128. o62.Position = Vector3.new(18.993742, 1.19095695, 15.1076584)
  1129. o62.Rotation = Vector3.new(90, 44.9999962, -90)
  1130. o62.Anchored = true
  1131. o62.FormFactor = Enum.FormFactor.Custom
  1132. o62.Size = Vector3.new(1.58333337, 0.200000003, 0.200000003)
  1133. o62.CFrame = CFrame.new(18.993742, 1.19095695, 15.1076584, 0, 0.707106709, 0.707106709, 5.38120031e-018, 0.707106769, -0.707106769, -1, 9.59801127e-011, -2.04281037e-011)
  1134. o62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1135. o62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1136. o62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1137. o62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1138. o62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1139. o62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1140. o62.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1141. o63.Parent = o62
  1142. o63.Scale = Vector3.new(1, 0.194444433, 0.222222224)
  1143. o64.Parent = o1
  1144. o64.Material = Enum.Material.SmoothPlastic
  1145. o64.Position = Vector3.new(18.950964, 0.867092013, 15.1298876)
  1146. o64.Rotation = Vector3.new(180, 2.50796006e-006, 8.65142192e-006)
  1147. o64.Anchored = true
  1148. o64.FormFactor = Enum.FormFactor.Custom
  1149. o64.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1150. o64.CFrame = CFrame.new(18.950964, 0.867092013, 15.1298876, 1, -1.50995803e-007, 4.3772161e-008, -1.50995803e-007, -1, -6.59664855e-015, 4.3772161e-008, 3.92853881e-018, -1)
  1151. o64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1152. o64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1153. o64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1154. o64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1155. o64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1156. o64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1157. o65.Parent = o64
  1158. o65.Scale = Vector3.new(0.611111104, 0.333333343, 0.138888881)
  1159. o65.MeshType = Enum.MeshType.Wedge
  1160. o66.Parent = o1
  1161. o66.Material = Enum.Material.SmoothPlastic
  1162. o66.Position = Vector3.new(18.950964, 0.83930999, 15.1048679)
  1163. o66.Rotation = Vector3.new(89.9999771, 90, 0)
  1164. o66.Anchored = true
  1165. o66.FormFactor = Enum.FormFactor.Custom
  1166. o66.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1167. o66.CFrame = CFrame.new(18.950964, 0.83930999, 15.1048679, -8.74231674e-008, 2.50292942e-008, 1, 1, 4.33125763e-007, 8.74231461e-008, -4.33125791e-007, 1, -2.50292942e-008)
  1168. o66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1169. o66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1170. o66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1171. o66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1172. o66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1173. o66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1174. o67.Parent = o66
  1175. o67.Scale = Vector3.new(0.944444478, 0.111111112, 0.611111104)
  1176. o68.Parent = o1
  1177. o68.Material = Enum.Material.SmoothPlastic
  1178. o68.BrickColor = BrickColor.new("Fossil")
  1179. o68.Position = Vector3.new(18.950964, 0.716949999, 15.0719404)
  1180. o68.Rotation = Vector3.new(-45, 90, 0)
  1181. o68.Anchored = true
  1182. o68.FormFactor = Enum.FormFactor.Custom
  1183. o68.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1184. o68.CFrame = CFrame.new(18.950964, 0.716949999, 15.0719404, -1.36843425e-010, -2.04281037e-011, 1, -0.707106769, 0.707106769, -1.0960446e-021, -0.707106709, -0.707106709, 0)
  1185. o68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1186. o68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1187. o68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1188. o68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1189. o68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1190. o68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1191. o68.Color = Color3.new(0.623529, 0.631373, 0.67451)
  1192. o69.Parent = o68
  1193. o69.Scale = Vector3.new(0.527777731, 0.111111112, 0.611111104)
  1194. o70.Parent = o1
  1195. o70.Material = Enum.Material.SmoothPlastic
  1196. o70.BrickColor = BrickColor.new("Black")
  1197. o70.Position = Vector3.new(18.950964, 0.875427008, 15.0743237)
  1198. o70.Rotation = Vector3.new(3.08320072e-016, 0, -180)
  1199. o70.Anchored = true
  1200. o70.FormFactor = Enum.FormFactor.Custom
  1201. o70.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1202. o70.CFrame = CFrame.new(18.950964, 0.875427008, 15.0743237, -1, 1.0960446e-021, 0, 1.0960446e-021, -1, -5.38120031e-018, 0, 5.38120031e-018, 1)
  1203. o70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1204. o70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1205. o70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1206. o70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1207. o70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1208. o70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1209. o70.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1210. o71.Parent = o70
  1211. o71.Scale = Vector3.new(0.611111104, 0.249999985, 0.194444433)
  1212. o71.MeshType = Enum.MeshType.Wedge
  1213. o72.Parent = o1
  1214. o72.Material = Enum.Material.SmoothPlastic
  1215. o72.BrickColor = BrickColor.new("Black")
  1216. o72.Position = Vector3.new(18.9315281, 1.09817195, 15.0048761)
  1217. o72.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1218. o72.Anchored = true
  1219. o72.FormFactor = Enum.FormFactor.Custom
  1220. o72.Size = Vector3.new(0.244444445, 0.200000003, 0.200000003)
  1221. o72.CFrame = CFrame.new(18.9315281, 1.09817195, 15.0048761, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  1222. o72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1223. o72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1224. o72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1225. o72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1226. o72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1227. o72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1228. o72.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1229. o73.Parent = o72
  1230. o73.Scale = Vector3.new(1, 0.277777761, 0.527777731)
  1231. o74.Parent = o1
  1232. o74.Material = Enum.Material.SmoothPlastic
  1233. o74.BrickColor = BrickColor.new("Black")
  1234. o74.Position = Vector3.new(18.9870701, 1.13095105, 15.0048761)
  1235. o74.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1236. o74.Anchored = true
  1237. o74.FormFactor = Enum.FormFactor.Custom
  1238. o74.Size = Vector3.new(0.244444445, 0.200000003, 0.200000003)
  1239. o74.CFrame = CFrame.new(18.9870701, 1.13095105, 15.0048761, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  1240. o74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1241. o74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1242. o74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1243. o74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1244. o74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1245. o74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1246. o74.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1247. o75.Parent = o74
  1248. o75.Scale = Vector3.new(1, 0.583333313, 0.361111134)
  1249. o76.Parent = o1
  1250. o76.Material = Enum.Material.SmoothPlastic
  1251. o76.BrickColor = BrickColor.new("Black")
  1252. o76.Position = Vector3.new(18.970396, 1.17595196, 15.0048761)
  1253. o76.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1254. o76.Anchored = true
  1255. o76.FormFactor = Enum.FormFactor.Custom
  1256. o76.Size = Vector3.new(0.244444445, 0.200000003, 0.200000003)
  1257. o76.CFrame = CFrame.new(18.970396, 1.17595196, 15.0048761, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  1258. o76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1259. o76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1260. o76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1261. o76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1262. o76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1263. o76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1264. o76.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1265. o77.Parent = o76
  1266. o77.Scale = Vector3.new(1, 0.444444448, 0.216666669)
  1267. o78.Parent = o1
  1268. o78.Material = Enum.Material.SmoothPlastic
  1269. o78.BrickColor = BrickColor.new("Black")
  1270. o78.Position = Vector3.new(18.950964, 0.39764601, 14.6493216)
  1271. o78.Rotation = Vector3.new(180, 2.50796006e-006, 5.00895612e-006)
  1272. o78.Anchored = true
  1273. o78.FormFactor = Enum.FormFactor.Custom
  1274. o78.Size = Vector3.new(0.200000003, 0.550000012, 0.200000003)
  1275. o78.CFrame = CFrame.new(18.950964, 0.39764601, 14.6493216, 1, -8.74227766e-008, 4.3772161e-008, -8.74227766e-008, -1, -3.8177829e-015, 4.3772161e-008, 6.83386182e-018, -1)
  1276. o78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1277. o78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1278. o78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1279. o78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1280. o78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1281. o78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1282. o78.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1283. o79.Parent = o78
  1284. o79.Scale = Vector3.new(0.666666687, 1, 0.944444478)
  1285. o79.MeshType = Enum.MeshType.Wedge
  1286. o80.Parent = o1
  1287. o80.Material = Enum.Material.SmoothPlastic
  1288. o80.BrickColor = BrickColor.new("Black")
  1289. o80.Position = Vector3.new(18.8859501, 0.96707201, 15.0021019)
  1290. o80.Rotation = Vector3.new(-90, -2.50447761e-006, -90.0000076)
  1291. o80.Anchored = true
  1292. o80.FormFactor = Enum.FormFactor.Custom
  1293. o80.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1294. o80.CFrame = CFrame.new(18.8859501, 0.96707201, 15.0021019, -1.51107088e-007, 1, -4.37113812e-008, -6.60488848e-015, 4.37113812e-008, 1, 1, 1.51107088e-007, -4.65359901e-018)
  1295. o80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1296. o80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1297. o80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1298. o80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1299. o80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1300. o80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1301. o80.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1302. o81.Parent = o80
  1303. o81.Scale = Vector3.new(0.249999985, 0.027777778, 0.249999985)
  1304. o82.Parent = o1
  1305. o82.Material = Enum.Material.SmoothPlastic
  1306. o82.BrickColor = BrickColor.new("Dark stone grey")
  1307. o82.Position = Vector3.new(18.950964, 0.858749986, 14.8770924)
  1308. o82.Rotation = Vector3.new(-180, -2.50796256e-006, 5.00895703e-006)
  1309. o82.Anchored = true
  1310. o82.FormFactor = Enum.FormFactor.Custom
  1311. o82.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1312. o82.CFrame = CFrame.new(18.950964, 0.858749986, 14.8770924, 0.99999994, -8.74227837e-008, -4.37722036e-008, -8.74227837e-008, -0.99999994, 7.17606313e-018, -4.36557599e-008, 1.89421216e-015, -0.999999762)
  1313. o82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1314. o82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1315. o82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1316. o82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1317. o82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1318. o82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1319. o82.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1320. o83.Parent = o82
  1321. o83.Scale = Vector3.new(0.472222239, 0.416666687, 0.222222224)
  1322. o83.MeshType = Enum.MeshType.Wedge
  1323. o84.Parent = o1
  1324. o84.Material = Enum.Material.SmoothPlastic
  1325. o84.BrickColor = BrickColor.new("Black")
  1326. o84.Position = Vector3.new(18.950964, 1.05040395, 14.9382162)
  1327. o84.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1328. o84.Anchored = true
  1329. o84.FormFactor = Enum.FormFactor.Custom
  1330. o84.Size = Vector3.new(1.24444449, 0.200000003, 0.200000003)
  1331. o84.CFrame = CFrame.new(18.950964, 1.05040395, 14.9382162, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  1332. o84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1333. o84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1334. o84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1335. o84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1336. o84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1337. o84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1338. o84.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1339. o85.Parent = o84
  1340. o85.Scale = Vector3.new(1, 0.222222224, 0.722222269)
  1341. o86.Parent = o1
  1342. o86.Material = Enum.Material.SmoothPlastic
  1343. o86.BrickColor = BrickColor.new("Black")
  1344. o86.Position = Vector3.new(18.950964, 0.469879985, 14.2215319)
  1345. o86.Rotation = Vector3.new(2.05579065e-016, -2.50796006e-006, 6.27987314e-020)
  1346. o86.Anchored = true
  1347. o86.FormFactor = Enum.FormFactor.Custom
  1348. o86.Size = Vector3.new(0.200000003, 0.527777791, 0.211111099)
  1349. o86.CFrame = CFrame.new(18.950964, 0.469879985, 14.2215319, 1, -1.0960446e-021, -4.3772161e-008, -7.78546341e-022, 1, -3.58803156e-018, 4.3772161e-008, -5.38120031e-018, 1)
  1350. o86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1351. o86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1352. o86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1353. o86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1354. o86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1355. o86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1356. o86.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1357. o87.Parent = o86
  1358. o87.Scale = Vector3.new(0.666666687, 1, 1)
  1359. o87.MeshType = Enum.MeshType.Wedge
  1360. o88.Parent = o1
  1361. o88.Material = Enum.Material.SmoothPlastic
  1362. o88.BrickColor = BrickColor.new("Dark stone grey")
  1363. o88.Position = Vector3.new(18.950964, 0.736557007, 14.8798761)
  1364. o88.Rotation = Vector3.new(180, -2.50129006e-006, 180)
  1365. o88.Anchored = true
  1366. o88.FormFactor = Enum.FormFactor.Custom
  1367. o88.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1368. o88.CFrame = CFrame.new(18.950964, 0.736557007, 14.8798761, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
  1369. o88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1370. o88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1371. o88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1372. o88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1373. o88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1374. o88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1375. o88.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1376. o89.Parent = o88
  1377. o89.Scale = Vector3.new(0.472222239, 0.416666687, 0.249999985)
  1378. o89.MeshType = Enum.MeshType.Wedge
  1379. o90.Parent = o1
  1380. o90.Material = Enum.Material.SmoothPlastic
  1381. o90.BrickColor = BrickColor.new("Smoky grey")
  1382. o90.Position = Vector3.new(18.950964, 0.683766007, 14.9020796)
  1383. o90.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1384. o90.Anchored = true
  1385. o90.FormFactor = Enum.FormFactor.Custom
  1386. o90.Size = Vector3.new(0.283333331, 0.200000003, 0.200000003)
  1387. o90.CFrame = CFrame.new(18.950964, 0.683766007, 14.9020796, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  1388. o90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1389. o90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1390. o90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1391. o90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1392. o90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1393. o90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1394. o90.Color = Color3.new(0.356863, 0.364706, 0.411765)
  1395. o91.Parent = o90
  1396. o91.Scale = Vector3.new(1, 0.111111112, 0.611111104)
  1397. o92.Parent = o1
  1398. o92.Material = Enum.Material.SmoothPlastic
  1399. o92.BrickColor = BrickColor.new("Black")
  1400. o92.Position = Vector3.new(18.950964, 0.992074013, 14.9382162)
  1401. o92.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1402. o92.Anchored = true
  1403. o92.FormFactor = Enum.FormFactor.Custom
  1404. o92.Size = Vector3.new(1.24444449, 0.200000003, 0.200000003)
  1405. o92.CFrame = CFrame.new(18.950964, 0.992074013, 14.9382162, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  1406. o92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1407. o92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1408. o92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1409. o92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1410. o92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1411. o92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1412. o92.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1413. o93.Parent = o92
  1414. o93.Scale = Vector3.new(1, 0.361111134, 0.666666687)
  1415. o94.Parent = o1
  1416. o94.Material = Enum.Material.SmoothPlastic
  1417. o94.BrickColor = BrickColor.new("Black")
  1418. o94.Position = Vector3.new(18.950964, 0.708733976, 14.827096)
  1419. o94.Rotation = Vector3.new(-180, 0.0927856117, 180)
  1420. o94.Anchored = true
  1421. o94.FormFactor = Enum.FormFactor.Custom
  1422. o94.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1423. o94.CFrame = CFrame.new(18.950964, 0.708733976, 14.827096, -0.999998689, -1.0960446e-021, 0.00161941373, -1.1745207e-017, 1, 4.66291637e-018, -0.00161941373, -5.38120031e-018, -0.999998689)
  1424. o94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1425. o94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1426. o94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1427. o94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1428. o94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1429. o94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1430. o94.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1431. o95.Parent = o94
  1432. o95.Scale = Vector3.new(0.611111104, 0.138888881, 0.249999985)
  1433. o95.MeshType = Enum.MeshType.Wedge
  1434. o96.Parent = o1
  1435. o96.Material = Enum.Material.SmoothPlastic
  1436. o96.BrickColor = BrickColor.new("Black")
  1437. o96.Position = Vector3.new(18.950964, 0.797657013, 14.8104324)
  1438. o96.Rotation = Vector3.new(180, -2.50129006e-006, 180)
  1439. o96.Anchored = true
  1440. o96.FormFactor = Enum.FormFactor.Custom
  1441. o96.Size = Vector3.new(0.200000003, 0.205555543, 0.200000003)
  1442. o96.CFrame = CFrame.new(18.950964, 0.797657013, 14.8104324, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
  1443. o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1444. o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1445. o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1446. o96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1447. o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1448. o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1449. o96.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1450. o97.Parent = o96
  1451. o97.Scale = Vector3.new(0.472222239, 1, 0.444444448)
  1452. o98.Parent = o1
  1453. o98.Material = Enum.Material.SmoothPlastic
  1454. o98.BrickColor = BrickColor.new("Black")
  1455. o98.Position = Vector3.new(18.950964, 0.875427008, 14.8298864)
  1456. o98.Rotation = Vector3.new(-180, 0, -6.27987314e-020)
  1457. o98.Anchored = true
  1458. o98.FormFactor = Enum.FormFactor.Custom
  1459. o98.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1460. o98.CFrame = CFrame.new(18.950964, 0.875427008, 14.8298864, 1, 1.0960446e-021, 0, -1.0960446e-021, -1, 5.38120031e-018, 0, 5.38120031e-018, -1)
  1461. o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1462. o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1463. o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1464. o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1465. o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1466. o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1467. o98.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1468. o99.Parent = o98
  1469. o99.Scale = Vector3.new(0.666666687, 0.249999985, 0.194444433)
  1470. o99.MeshType = Enum.MeshType.Wedge
  1471. o100.Parent = o1
  1472. o100.Material = Enum.Material.SmoothPlastic
  1473. o100.BrickColor = BrickColor.new("Black")
  1474. o100.Position = Vector3.new(18.988184, 0.986526012, 14.8076496)
  1475. o100.Rotation = Vector3.new(3.00000024, 90, 0)
  1476. o100.Anchored = true
  1477. o100.FormFactor = Enum.FormFactor.Custom
  1478. o100.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1479. o100.CFrame = CFrame.new(18.988184, 0.986526012, 14.8076496, 2.57358579e-011, -6.64535094e-012, 1, 0.0523359589, 0.99862951, -1.0960446e-021, -0.99862951, 0.0523359627, 0)
  1480. o100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1481. o100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1482. o100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1483. o100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1484. o100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1485. o100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1486. o100.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1487. o101.Parent = o100
  1488. o101.Scale = Vector3.new(0.694444478, 0.249999985, 0.361111134)
  1489. o102.Parent = o1
  1490. o102.Material = Enum.Material.SmoothPlastic
  1491. o102.BrickColor = BrickColor.new("Black")
  1492. o102.Position = Vector3.new(18.950964, 0.875427008, 14.8020916)
  1493. o102.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1494. o102.Anchored = true
  1495. o102.FormFactor = Enum.FormFactor.Custom
  1496. o102.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1497. o102.CFrame = CFrame.new(18.950964, 0.875427008, 14.8020916, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  1498. o102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1499. o102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1500. o102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1501. o102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1502. o102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1503. o102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1504. o102.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1505. o103.Parent = o102
  1506. o103.Scale = Vector3.new(0.0833333358, 0.249999985, 0.666666687)
  1507. o104.Parent = o1
  1508. o104.Material = Enum.Material.SmoothPlastic
  1509. o104.BrickColor = BrickColor.new("Really black")
  1510. o104.Position = Vector3.new(18.950964, 0.536549985, 14.6048756)
  1511. o104.Rotation = Vector3.new(180, 2.50796006e-006, 5.00895612e-006)
  1512. o104.Anchored = true
  1513. o104.FormFactor = Enum.FormFactor.Custom
  1514. o104.Size = Vector3.new(0.200000003, 0.794444382, 0.244444445)
  1515. o104.CFrame = CFrame.new(18.950964, 0.536549985, 14.6048756, 1, -8.74227766e-008, 4.3772161e-008, -8.74227766e-008, -1, -3.8177829e-015, 4.3772161e-008, 6.83386182e-018, -1)
  1516. o104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1517. o104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1518. o104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1519. o104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1520. o104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1521. o104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1522. o104.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1523. o105.Parent = o104
  1524. o105.Scale = Vector3.new(0.694444478, 1, 1)
  1525. o105.MeshType = Enum.MeshType.Wedge
  1526. o106.Name = "Mag"
  1527. o106.Parent = o1
  1528. o106.Material = Enum.Material.SmoothPlastic
  1529. o106.BrickColor = BrickColor.new("Really black")
  1530. o106.Position = Vector3.new(18.950964, 0.56080699, 14.4704056)
  1531. o106.Rotation = Vector3.new(101, 90, 0)
  1532. o106.Anchored = true
  1533. o106.FormFactor = Enum.FormFactor.Custom
  1534. o106.Size = Vector3.new(0.872222185, 0.322222203, 0.200000003)
  1535. o106.CFrame = CFrame.new(18.950964, 0.56080699, 14.4704056, -2.79885857e-008, -5.65955389e-008, 1, 0.981627166, -0.190809026, 1.66447549e-008, 0.190809026, 0.981627107, 6.10016286e-008)
  1536. o106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1537. o106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1538. o106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1539. o106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1540. o106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1541. o106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1542. o106.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1543. o107.Parent = o106
  1544. o107.Scale = Vector3.new(1, 1, 0.611111104)
  1545. o108.Parent = o1
  1546. o108.Material = Enum.Material.SmoothPlastic
  1547. o108.BrickColor = BrickColor.new("Smoky grey")
  1548. o108.Position = Vector3.new(18.950964, 0.731004, 14.7326536)
  1549. o108.Rotation = Vector3.new(-90, 4.32571142e-006, -90.0000076)
  1550. o108.Anchored = true
  1551. o108.FormFactor = Enum.FormFactor.Custom
  1552. o108.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1553. o108.CFrame = CFrame.new(18.950964, 0.731004, 14.7326536, -1.51107088e-007, 1, 7.54979084e-008, 7.25342942e-015, -7.54979084e-008, 1, 1, 1.51107088e-007, 4.14945855e-015)
  1554. o108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1555. o108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1556. o108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1557. o108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1558. o108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1559. o108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1560. o108.Color = Color3.new(0.356863, 0.364706, 0.411765)
  1561. o109.Parent = o108
  1562. o109.Scale = Vector3.new(0.416666687, 0.694444478, 0.416666687)
  1563. o110.Parent = o1
  1564. o110.Material = Enum.Material.SmoothPlastic
  1565. o110.BrickColor = BrickColor.new("Black")
  1566. o110.Position = Vector3.new(18.950964, 0.544876993, 14.4409838)
  1567. o110.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1568. o110.Anchored = true
  1569. o110.FormFactor = Enum.FormFactor.Custom
  1570. o110.Size = Vector3.new(0.227777779, 0.711111128, 0.200000003)
  1571. o110.CFrame = CFrame.new(18.950964, 0.544876993, 14.4409838, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  1572. o110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1573. o110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1574. o110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1575. o110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1576. o110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1577. o110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1578. o110.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1579. o111.Parent = o110
  1580. o111.Scale = Vector3.new(1, 1, 0.666666687)
  1581. o112.Parent = o1
  1582. o112.Material = Enum.Material.SmoothPlastic
  1583. o112.BrickColor = BrickColor.new("Black")
  1584. o112.Position = Vector3.new(18.950964, 0.775434017, 14.7993164)
  1585. o112.Rotation = Vector3.new(180, -2.50129006e-006, 180)
  1586. o112.Anchored = true
  1587. o112.FormFactor = Enum.FormFactor.Custom
  1588. o112.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1589. o112.CFrame = CFrame.new(18.950964, 0.775434017, 14.7993164, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
  1590. o112.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1591. o112.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1592. o112.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1593. o112.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1594. o112.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1595. o112.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1596. o112.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1597. o113.Parent = o112
  1598. o113.Scale = Vector3.new(0.666666687, 0.249999985, 0.111111112)
  1599. o113.MeshType = Enum.MeshType.Wedge
  1600. o114.Parent = o1
  1601. o114.Material = Enum.Material.SmoothPlastic
  1602. o114.BrickColor = BrickColor.new("Black")
  1603. o114.Position = Vector3.new(18.950964, 0.730996013, 14.7298584)
  1604. o114.Rotation = Vector3.new(180, 0, -90.0000076)
  1605. o114.Anchored = true
  1606. o114.FormFactor = Enum.FormFactor.Custom
  1607. o114.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1608. o114.CFrame = CFrame.new(18.950964, 0.730996013, 14.7298584, -1.94707198e-007, 1, 0, 1, 1.94707169e-007, -4.37113883e-008, -4.37113883e-008, 0, -1)
  1609. o114.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1610. o114.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1611. o114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1612. o114.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1613. o114.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1614. o114.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1615. o114.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1616. o115.Parent = o114
  1617. o115.Scale = Vector3.new(0.833333373, 0.666666687, 0.805555522)
  1618. o116.Parent = o1
  1619. o116.Material = Enum.Material.SmoothPlastic
  1620. o116.BrickColor = BrickColor.new("Black")
  1621. o116.Position = Vector3.new(18.950964, 0.928192973, 14.7298584)
  1622. o116.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1623. o116.Anchored = true
  1624. o116.FormFactor = Enum.FormFactor.Custom
  1625. o116.Size = Vector3.new(0.827777743, 0.200000003, 0.200000003)
  1626. o116.CFrame = CFrame.new(18.950964, 0.928192973, 14.7298584, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  1627. o116.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1628. o116.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1629. o116.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1630. o116.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1631. o116.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1632. o116.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1633. o116.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1634. o117.Parent = o116
  1635. o117.Scale = Vector3.new(1, 0.277777761, 0.666666687)
  1636. o118.Parent = o1
  1637. o118.Material = Enum.Material.SmoothPlastic
  1638. o118.BrickColor = BrickColor.new("Black")
  1639. o118.Position = Vector3.new(18.950964, 0.825424016, 14.7993164)
  1640. o118.Rotation = Vector3.new(-180, 0, -6.27987314e-020)
  1641. o118.Anchored = true
  1642. o118.FormFactor = Enum.FormFactor.Custom
  1643. o118.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1644. o118.CFrame = CFrame.new(18.950964, 0.825424016, 14.7993164, 1, 1.0960446e-021, 0, -1.0960446e-021, -1, 5.38120031e-018, 0, 5.38120031e-018, -1)
  1645. o118.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1646. o118.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1647. o118.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1648. o118.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1649. o118.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1650. o118.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1651. o118.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1652. o119.Parent = o118
  1653. o119.Scale = Vector3.new(0.666666687, 0.249999985, 0.111111112)
  1654. o119.MeshType = Enum.MeshType.Wedge
  1655. o120.Parent = o1
  1656. o120.Material = Enum.Material.SmoothPlastic
  1657. o120.BrickColor = BrickColor.new("Black")
  1658. o120.Position = Vector3.new(18.950964, 0.600430012, 14.4798584)
  1659. o120.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1660. o120.Anchored = true
  1661. o120.FormFactor = Enum.FormFactor.Custom
  1662. o120.Size = Vector3.new(0.200000003, 0.666666687, 0.200000003)
  1663. o120.CFrame = CFrame.new(18.950964, 0.600430012, 14.4798584, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  1664. o120.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1665. o120.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1666. o120.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1667. o120.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1668. o120.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1669. o120.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1670. o120.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1671. o121.Parent = o120
  1672. o121.Scale = Vector3.new(0.027777778, 1, 0.694444478)
  1673. o122.Parent = o1
  1674. o122.Material = Enum.Material.SmoothPlastic
  1675. o122.BrickColor = BrickColor.new("Black")
  1676. o122.Position = Vector3.new(18.950964, 0.980957985, 14.5104237)
  1677. o122.Rotation = Vector3.new(2.05579065e-016, -2.50796006e-006, 6.27987314e-020)
  1678. o122.Anchored = true
  1679. o122.FormFactor = Enum.FormFactor.Custom
  1680. o122.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1681. o122.CFrame = CFrame.new(18.950964, 0.980957985, 14.5104237, 1, -1.0960446e-021, -4.3772161e-008, -7.78546341e-022, 1, -3.58803156e-018, 4.3772161e-008, -5.38120031e-018, 1)
  1682. o122.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1683. o122.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1684. o122.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1685. o122.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1686. o122.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1687. o122.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1688. o122.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1689. o123.Parent = o122
  1690. o123.Scale = Vector3.new(0.694444478, 0.0833333358, 0.333333343)
  1691. o123.MeshType = Enum.MeshType.Wedge
  1692. o124.Parent = o1
  1693. o124.Material = Enum.Material.SmoothPlastic
  1694. o124.BrickColor = BrickColor.new("Black")
  1695. o124.Position = Vector3.new(18.950964, 0.961513996, 14.6854324)
  1696. o124.Rotation = Vector3.new(180, -2.50129006e-006, 180)
  1697. o124.Anchored = true
  1698. o124.FormFactor = Enum.FormFactor.Custom
  1699. o124.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1700. o124.CFrame = CFrame.new(18.950964, 0.961513996, 14.6854324, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
  1701. o124.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1702. o124.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1703. o124.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1704. o124.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1705. o124.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1706. o124.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1707. o124.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1708. o125.Parent = o124
  1709. o125.Scale = Vector3.new(0.694444478, 0.277777761, 0.416666687)
  1710. o125.MeshType = Enum.MeshType.Wedge
  1711. o126.Parent = o1
  1712. o126.Material = Enum.Material.SmoothPlastic
  1713. o126.BrickColor = BrickColor.new("Really black")
  1714. o126.Position = Vector3.new(18.950964, 0.803216994, 14.6715384)
  1715. o126.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1716. o126.Anchored = true
  1717. o126.FormFactor = Enum.FormFactor.Custom
  1718. o126.Size = Vector3.new(0.244444445, 0.200000003, 0.200000003)
  1719. o126.CFrame = CFrame.new(18.950964, 0.803216994, 14.6715384, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  1720. o126.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1721. o126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1722. o126.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1723. o126.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1724. o126.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1725. o126.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1726. o126.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1727. o127.Parent = o126
  1728. o127.Scale = Vector3.new(1, 0.972222209, 0.666666687)
  1729. o128.Parent = o1
  1730. o128.Material = Enum.Material.SmoothPlastic
  1731. o128.BrickColor = BrickColor.new("Really black")
  1732. o128.Position = Vector3.new(18.950964, 0.672379017, 14.6450357)
  1733. o128.Rotation = Vector3.new(-30.0000038, 90, 0)
  1734. o128.Anchored = true
  1735. o128.FormFactor = Enum.FormFactor.Custom
  1736. o128.Size = Vector3.new(0.205555543, 0.200000003, 0.200000003)
  1737. o128.CFrame = CFrame.new(18.950964, 0.672379017, 14.6450357, 4.20376836e-008, -2.60188173e-008, 1, -0.50000006, 0.866025388, 4.35066809e-008, -0.866025388, -0.50000006, 2.33994797e-008)
  1738. o128.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1739. o128.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1740. o128.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1741. o128.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1742. o128.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1743. o128.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1744. o128.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1745. o129.Parent = o128
  1746. o129.Scale = Vector3.new(1, 0.722222269, 0.666666687)
  1747. o130.Parent = o1
  1748. o130.Material = Enum.Material.SmoothPlastic
  1749. o130.BrickColor = BrickColor.new("Really black")
  1750. o130.Position = Vector3.new(18.950964, 0.619874001, 14.3270836)
  1751. o130.Rotation = Vector3.new(2.05579065e-016, -2.50796006e-006, 6.27987314e-020)
  1752. o130.Anchored = true
  1753. o130.FormFactor = Enum.FormFactor.Custom
  1754. o130.Size = Vector3.new(0.200000003, 0.705555558, 0.300000012)
  1755. o130.CFrame = CFrame.new(18.950964, 0.619874001, 14.3270836, 1, -1.0960446e-021, -4.3772161e-008, -7.78546341e-022, 1, -3.58803156e-018, 4.3772161e-008, -5.38120031e-018, 1)
  1756. o130.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1757. o130.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1758. o130.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1759. o130.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1760. o130.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1761. o130.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1762. o130.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1763. o131.Parent = o130
  1764. o131.Scale = Vector3.new(0.694444478, 1, 1)
  1765. o131.MeshType = Enum.MeshType.Wedge
  1766. o132.Parent = o1
  1767. o132.Material = Enum.Material.SmoothPlastic
  1768. o132.BrickColor = BrickColor.new("Black")
  1769. o132.Position = Vector3.new(18.950964, 1.15317094, 14.2876415)
  1770. o132.Rotation = Vector3.new(30.0000019, 90, 0)
  1771. o132.Anchored = true
  1772. o132.FormFactor = Enum.FormFactor.Custom
  1773. o132.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1774. o132.CFrame = CFrame.new(18.950964, 1.15317094, 14.2876415, 1.28167699e-010, -5.82076609e-011, 1, 0.5, 0.866025388, -1.0960446e-021, -0.866025388, 0.5, 0)
  1775. o132.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1776. o132.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1777. o132.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1778. o132.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1779. o132.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1780. o132.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1781. o132.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1782. o133.Parent = o132
  1783. o133.Scale = Vector3.new(0.388888866, 0.194444433, 0.416666687)
  1784. o134.Parent = o1
  1785. o134.Material = Enum.Material.SmoothPlastic
  1786. o134.BrickColor = BrickColor.new("Black")
  1787. o134.Position = Vector3.new(18.950964, 1.10315704, 14.3126564)
  1788. o134.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1789. o134.Anchored = true
  1790. o134.FormFactor = Enum.FormFactor.Custom
  1791. o134.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1792. o134.CFrame = CFrame.new(18.950964, 1.10315704, 14.3126564, 0, -5.9604659e-008, 1, 5.38120031e-018, 1, 5.9604659e-008, -1, -5.38374141e-018, 0)
  1793. o134.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1794. o134.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1795. o134.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1796. o134.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1797. o134.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1798. o134.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1799. o134.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1800. o135.Parent = o134
  1801. o135.Scale = Vector3.new(0.027777778, 0.861111045, 0.416666687)
  1802. o136.Parent = o1
  1803. o136.Material = Enum.Material.SmoothPlastic
  1804. o136.BrickColor = BrickColor.new("Black")
  1805. o136.Position = Vector3.new(18.950964, 0.969842017, 14.2187424)
  1806. o136.Rotation = Vector3.new(2.05579065e-016, -2.50796006e-006, 6.27987314e-020)
  1807. o136.Anchored = true
  1808. o136.FormFactor = Enum.FormFactor.Custom
  1809. o136.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1810. o136.CFrame = CFrame.new(18.950964, 0.969842017, 14.2187424, 1, -1.0960446e-021, -4.3772161e-008, -7.78546341e-022, 1, -3.58803156e-018, 4.3772161e-008, -5.38120031e-018, 1)
  1811. o136.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1812. o136.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1813. o136.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1814. o136.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1815. o136.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1816. o136.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1817. o136.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1818. o137.Parent = o136
  1819. o137.Scale = Vector3.new(0.666666687, 0.249999985, 0.74999994)
  1820. o137.MeshType = Enum.MeshType.Wedge
  1821. o138.Parent = o1
  1822. o138.Material = Enum.Material.SmoothPlastic
  1823. o138.BrickColor = BrickColor.new("Black")
  1824. o138.Position = Vector3.new(18.950964, 0.919857979, 14.2271004)
  1825. o138.Rotation = Vector3.new(-0.600734293, 89.980217, -5.99351438e-007)
  1826. o138.Anchored = true
  1827. o138.FormFactor = Enum.FormFactor.Custom
  1828. o138.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1829. o138.CFrame = CFrame.new(18.950964, 0.919857979, 14.2271004, 4.06289615e-008, 4.25005558e-016, 0.99999994, -6.70552254e-008, 0.999999881, 4.68723726e-010, -1.00000012, -9.68575407e-008, 4.47034694e-008)
  1830. o138.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1831. o138.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1832. o138.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1833. o138.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1834. o138.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1835. o138.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1836. o138.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1837. o139.Parent = o138
  1838. o139.Scale = Vector3.new(0.888888896, 0.249999985, 0.666666687)
  1839. o140.Parent = o1
  1840. o140.Material = Enum.Material.SmoothPlastic
  1841. o140.BrickColor = BrickColor.new("Black")
  1842. o140.Position = Vector3.new(18.950964, 1.17262495, 14.2539701)
  1843. o140.Rotation = Vector3.new(30.0000038, 1.24663654e-006, -90)
  1844. o140.Anchored = true
  1845. o140.FormFactor = Enum.FormFactor.Custom
  1846. o140.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1847. o140.CFrame = CFrame.new(18.950964, 1.17262495, 14.2539701, -4.959292e-008, 1, 2.17579128e-008, -0.866025388, -3.19989653e-008, -0.50000006, -0.50000006, -4.36557457e-008, 0.866025388)
  1848. o140.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1849. o140.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1850. o140.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1851. o140.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1852. o140.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1853. o140.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1854. o140.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1855. o141.Parent = o140
  1856. o141.Scale = Vector3.new(0.194444433, 0.416666687, 0.194444433)
  1857. o142.Parent = o1
  1858. o142.Material = Enum.Material.SmoothPlastic
  1859. o142.BrickColor = BrickColor.new("Really black")
  1860. o142.Position = Vector3.new(18.950964, 1.10038495, 14.3182096)
  1861. o142.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1862. o142.Anchored = true
  1863. o142.FormFactor = Enum.FormFactor.Custom
  1864. o142.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1865. o142.CFrame = CFrame.new(18.950964, 1.10038495, 14.3182096, 0, -2.98023295e-008, 1, 5.38120031e-018, 1, 2.98023295e-008, -1, -1.91260039e-018, 0)
  1866. o142.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1867. o142.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1868. o142.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1869. o142.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1870. o142.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1871. o142.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1872. o142.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1873. o143.Parent = o142
  1874. o143.Scale = Vector3.new(0.027777778, 0.722222269, 0.388888866)
  1875. o144.Parent = o1
  1876. o144.Material = Enum.Material.SmoothPlastic
  1877. o144.BrickColor = BrickColor.new("Black")
  1878. o144.Position = Vector3.new(18.950964, 0.986526012, 14.2826424)
  1879. o144.Rotation = Vector3.new(3.08320072e-016, 0, 6.27987314e-020)
  1880. o144.Anchored = true
  1881. o144.FormFactor = Enum.FormFactor.Custom
  1882. o144.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1883. o144.CFrame = CFrame.new(18.950964, 0.986526012, 14.2826424, 1, -1.0960446e-021, 0, -1.0960446e-021, 1, -5.38120031e-018, 0, -5.38120031e-018, 1)
  1884. o144.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1885. o144.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1886. o144.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1887. o144.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1888. o144.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1889. o144.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1890. o144.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1891. o145.Parent = o144
  1892. o145.Scale = Vector3.new(0.666666687, 0.416666687, 0.333333343)
  1893. o145.MeshType = Enum.MeshType.Wedge
  1894. o146.Parent = o1
  1895. o146.Material = Enum.Material.SmoothPlastic
  1896. o146.BrickColor = BrickColor.new("Really black")
  1897. o146.Position = Vector3.new(18.950964, 0.872651994, 14.2770796)
  1898. o146.Rotation = Vector3.new(2.18855899e-013, 2.50129006e-006, 180)
  1899. o146.Anchored = true
  1900. o146.FormFactor = Enum.FormFactor.Custom
  1901. o146.Size = Vector3.new(0.200000003, 0.200000003, 0.211111099)
  1902. o146.CFrame = CFrame.new(18.950964, 0.872651994, 14.2770796, -1, -8.74227766e-008, 4.36557457e-008, 8.74227766e-008, -1, -3.81975606e-015, 4.36557457e-008, 6.83386182e-018, 1)
  1903. o146.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1904. o146.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1905. o146.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1906. o146.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1907. o146.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1908. o146.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1909. o146.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1910. o147.Parent = o146
  1911. o147.Scale = Vector3.new(0.666666687, 0.277777761, 1)
  1912. o147.MeshType = Enum.MeshType.Wedge
  1913. o148.Name = "Handle"
  1914. o148.Parent = o1
  1915. o148.Material = Enum.Material.SmoothPlastic
  1916. o148.BrickColor = BrickColor.new("Really black")
  1917. o148.Transparency = 1
  1918. o148.Position = Vector3.new(18.9506321, 0.598004997, 14.4106464)
  1919. o148.Rotation = Vector3.new(180, -2.50129006e-006, 180)
  1920. o148.Anchored = true
  1921. o148.FormFactor = Enum.FormFactor.Custom
  1922. o148.Size = Vector3.new(0.200000003, 0.205555543, 0.200000003)
  1923. o148.CFrame = CFrame.new(18.9506321, 0.598004997, 14.4106464, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
  1924. o148.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1925. o148.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1926. o148.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1927. o148.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1928. o148.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1929. o148.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1930. o148.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1931. o149.Name = "FireSound"
  1932. o149.Parent = o148
  1933. o149.SoundId = "rbxassetid://330704232"
  1934. o149.Volume = 10
  1935. o150.Parent = o148
  1936. o150.Scale = Vector3.new(0.99999994, 1, 0.99999994)
  1937. Victim = game.Players.LocalPlayer.Character
  1938. function Suicide ()
  1939. Victim.Torso.Neck.C0 = CFrame.new(0,1.5,0) * CFrame.Angles(math.rad(25), -math.rad(0),-math.rad(0))
  1940. Victim.Torso.Neck.C1 = CFrame.new(0,0,0)
  1941. wait(.02)
  1942. Victim.Torso["Right Shoulder"].C0 = CFrame.new(2.3,.5,0) * CFrame.Angles(math.rad(-90), -math.rad(160),-math.rad(-70))
  1943. Victim.Torso["Right Shoulder"].C1 = CFrame.new(0,0,0)
  1944. ANGLE = -70
  1945. ANGLE2 = -20
  1946. for i=1,7 do
  1947. ANGLE = ANGLE + 10
  1948. ANGLE2 = ANGLE2 + 10
  1949. Victim.Torso["Right Shoulder"].C0 = CFrame.new(2.3,.5,0) * CFrame.Angles(math.rad(-90), -math.rad(160),-math.rad(ANGLE))
  1950. Victim.Torso["Right Shoulder"].C1 = CFrame.new(0,0,0)
  1951. wait(1/30)
  1952. end
  1953. wait(.3)
  1954. o1.Handle.FireSound.Parent = workspace
  1955. workspace.FireSound:Play()
  1956. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  1957. game.Players.LocalPlayer.Character.Head.BrickColor = BrickColor.new("Maroon")
  1958. player = game.Players[Victim.Name]
  1959. char = player.Character
  1960. char.Archivable = true
  1961. local rg = char:Clone()
  1962. rg.HumanoidRootPart:Destroy()
  1963. rg.Name = ""
  1964. rg.Humanoid.MaxHealth = 0
  1965.  
  1966. for i, v in pairs(rg.Torso:GetChildren()) do
  1967. if v:IsA("Glue") or v:IsA("Motor6D") then
  1968. v:Destroy()
  1969. end
  1970. end
  1971.  
  1972. local n = Instance.new("Glue", rg.Torso)
  1973. n.Name = "Neck"
  1974. n.Part0 = rg.Torso
  1975. n.Part1 = rg.Head
  1976. n.C0 = CFrame.new(0, 1, 0)
  1977. n.C1 = CFrame.new(0, -0.5, 0)
  1978.  
  1979.  
  1980. local rs = Instance.new("Glue", rg.Torso)
  1981. rs.Name = "Right Shoulder"
  1982. rs.Part0 = rg.Torso
  1983. rs.Part1 = rg["Right Arm"]
  1984. rs.C0 = CFrame.new(1.5, 0.5, 0)
  1985. rs.C1 = CFrame.new(0, 0.5, 0)
  1986. local ls = Instance.new("Glue", rg.Torso)
  1987. ls.Name = "Left Shoulder"
  1988. ls.Part0 = rg.Torso
  1989. ls.Part1 = rg["Left Arm"]
  1990. ls.C0 = CFrame.new(-1.5, 0.5, 0)
  1991. ls.C1 = CFrame.new(0, 0.5, 0)
  1992.  
  1993. local rh = Instance.new("Glue", rg.Torso)
  1994. rh.Name = "Right Hip"
  1995. rh.Part0 = rg.Torso
  1996. rh.Part1 = rg["Right Leg"]
  1997. rh.C0 = CFrame.new(0.5, -1, 0)
  1998. rh.C1 = CFrame.new(0, 1, 0)
  1999. local lh = Instance.new("Glue", rg.Torso)
  2000. lh.Name = "Left Hip"
  2001. lh.Part0 = rg.Torso
  2002. lh.Part1 = rg["Left Leg"]
  2003. lh.C0 = CFrame.new(-0.5, -1, 0)
  2004. lh.C1 = CFrame.new(0, 1, 0)
  2005. char.Torso:Destroy()
  2006. char.Head:Destroy()
  2007. char["Left Leg"]:Destroy()
  2008. char["Left Arm"]:Destroy()
  2009. char["Right Leg"]:Destroy()
  2010. char["Right Arm"]:Destroy()
  2011. rg.Parent = game.Workspace
  2012. rg.Head.BrickColor = BrickColor.new("Maroon")
  2013. rg.Torso.Neck:Destroy()
  2014. for i, v in pairs(rg.Torso:GetChildren()) do
  2015. if v:IsA("Motor6D") then
  2016. v:Destroy()
  2017. end
  2018. end
  2019. function DEATH ()
  2020. OHHNELLY = Instance.new("Part")
  2021. OHHNELLY.Parent = rg
  2022. OHHNELLY.Anchored = false
  2023. OHHNELLY.Material = Enum.Material.SmoothPlastic
  2024. OHHNELLY.BrickColor = BrickColor.new("Maroon")
  2025. OHHNELLY.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2026. OHHNELLY.Position = rg.Head.Position
  2027. OHHNELLY.Color = Color3.new(0.458824, 0, 0)
  2028. OHHNELLY.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2029. OHHNELLY.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2030. OHHNELLY.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2031. OHHNELLY.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2032. OHHNELLY.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2033. OHHNELLY.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2034. end
  2035. for i=1, 10 do
  2036. DEATH()
  2037. print"BLOODY"
  2038. wait()
  2039. end
  2040. end
  2041. function Weld(x,y)
  2042. local W = Instance.new("Weld")
  2043. W.Part0 = x
  2044. W.Part1 = y
  2045. local CJ = CFrame.new(x.Position)
  2046. local C0 = x.CFrame:inverse()*CJ
  2047. local C1 = y.CFrame:inverse()*CJ
  2048. W.C0 = C0
  2049. W.C1 = C1
  2050. W.Parent = x
  2051. end
  2052.  
  2053. function Get(A)
  2054. if A.className == "Part" then
  2055. Weld(o1.Handle, A)
  2056. A.Anchored = false
  2057. else
  2058. local C = A:GetChildren()
  2059. for i=1, #C do
  2060. Get(C[i])
  2061. end
  2062. end
  2063. end
  2064.  
  2065. function Finale()
  2066. Get(o1)
  2067. end
  2068.  
  2069. o1.Equipped:connect(Finale)
  2070. o1.Unequipped:connect(Finale)
  2071. o1.Activated:connect(Suicide)
  2072. Finale()
  2073. end)
  2074.  
  2075. DropHats.Name = "Drop Hats"
  2076. DropHats.Parent = _2
  2077. DropHats.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  2078. DropHats.Position = UDim2.new(0.017699115, 0, 0.461904764, 0)
  2079. DropHats.Size = UDim2.new(0, 61, 0, 50)
  2080. DropHats.Font = Enum.Font.Code
  2081. DropHats.Text = "Drop Hats"
  2082. DropHats.TextColor3 = Color3.new(1, 1, 1)
  2083. DropHats.TextScaled = true
  2084. DropHats.TextSize = 14
  2085. DropHats.TextWrapped = true
  2086. DropHats.MouseButton1Down:connect(function()
  2087. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  2088. if (key=="=") then
  2089. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2090. if (v:IsA("Accessory")) then
  2091. v.Parent = workspace
  2092. end
  2093. end
  2094. end
  2095. end)
  2096. end)
  2097.  
  2098. Dab.Name = "Dab"
  2099. Dab.Parent = _2
  2100. Dab.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  2101. Dab.Position = UDim2.new(0.017699115, 0, 0.633333325, 0)
  2102. Dab.Size = UDim2.new(0, 61, 0, 50)
  2103. Dab.Font = Enum.Font.Code
  2104. Dab.Text = "Dab"
  2105. Dab.TextColor3 = Color3.new(1, 1, 1)
  2106. Dab.TextScaled = true
  2107. Dab.TextSize = 14
  2108. Dab.TextWrapped = true
  2109. Dab.MouseButton1Down:connect(function()
  2110. AnimationId = "248263260"
  2111. local Anim = Instance.new("Animation")
  2112. Anim.AnimationId = "rbxassetid://"..AnimationId
  2113. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2114. k:Play()
  2115. k:AdjustSpeed(1)
  2116. end)
  2117.  
  2118. ArmTurbine.Name = "Arm Turbine"
  2119. ArmTurbine.Parent = _2
  2120. ArmTurbine.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  2121. ArmTurbine.Position = UDim2.new(0.017699115, 0, 0.780952394, 0)
  2122. ArmTurbine.Size = UDim2.new(0, 61, 0, 50)
  2123. ArmTurbine.Font = Enum.Font.Code
  2124. ArmTurbine.Text = "Arm Turbine"
  2125. ArmTurbine.TextColor3 = Color3.new(1, 1, 1)
  2126. ArmTurbine.TextScaled = true
  2127. ArmTurbine.TextSize = 14
  2128. ArmTurbine.TextWrapped = true
  2129. ArmTurbine.MouseButton1Down:connect(function()
  2130. AnimationId = "259438880"
  2131. local Anim = Instance.new("Animation")
  2132. Anim.AnimationId = "rbxassetid://"..AnimationId
  2133. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2134. k:Play()
  2135. k:AdjustSpeed(100)
  2136. end)
  2137.  
  2138. HeadFloat.Name = "Head Float"
  2139. HeadFloat.Parent = _2
  2140. HeadFloat.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  2141. HeadFloat.Position = UDim2.new(0.775811195, 0, 0.116666667, 0)
  2142. HeadFloat.Size = UDim2.new(0, 61, 0, 50)
  2143. HeadFloat.Font = Enum.Font.Code
  2144. HeadFloat.Text = "Head Float"
  2145. HeadFloat.TextColor3 = Color3.new(1, 1, 1)
  2146. HeadFloat.TextScaled = true
  2147. HeadFloat.TextSize = 14
  2148. HeadFloat.TextWrapped = true
  2149. HeadFloat.MouseButton1Down:connect(function()
  2150. AnimationId = "121572214"
  2151. local Anim = Instance.new("Animation")
  2152. Anim.AnimationId = "rbxassetid://"..AnimationId
  2153. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2154. k:Play(0)
  2155. k:AdjustSpeed(1)
  2156. end)
  2157.  
  2158. BlackHole.Name = "Black Hole"
  2159. BlackHole.Parent = _2
  2160. BlackHole.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  2161. BlackHole.Position = UDim2.new(0.775811195, 0, 0.283333331, 0)
  2162. BlackHole.Size = UDim2.new(0, 61, 0, 50)
  2163. BlackHole.Font = Enum.Font.Code
  2164. BlackHole.Text = "Black Hole"
  2165. BlackHole.TextColor3 = Color3.new(1, 1, 1)
  2166. BlackHole.TextScaled = true
  2167. BlackHole.TextSize = 14
  2168. BlackHole.TextWrapped = true
  2169. BlackHole.MouseButton1Down:connect(function()
  2170. for i,v in pairs(game.Players:GetChildren()) do
  2171. local Target = v.Name
  2172. local R_C = Instance.new("BallSocketConstraint")
  2173. R_C.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  2174. local hah = Instance.new("Attachment")
  2175. hah.Parent = game.Players[Target].Character.HumanoidRootPart
  2176. local hah2 = Instance.new("Attachment")
  2177. hah2.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  2178. R_C.Attachment0 = hah
  2179. R_C.Attachment1 = hah2
  2180. R_C.Visible = false
  2181. wait(0.1)
  2182. end
  2183. end)
  2184.  
  2185. FlingGUI.Name = "Fling GUI"
  2186. FlingGUI.Parent = _2
  2187. FlingGUI.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  2188. FlingGUI.Position = UDim2.new(0.775811195, 0, 0.461904764, 0)
  2189. FlingGUI.Size = UDim2.new(0, 61, 0, 50)
  2190. FlingGUI.Font = Enum.Font.Code
  2191. FlingGUI.Text = "Fling GUI"
  2192. FlingGUI.TextColor3 = Color3.new(1, 1, 1)
  2193. FlingGUI.TextScaled = true
  2194. FlingGUI.TextSize = 14
  2195. FlingGUI.TextWrapped = true
  2196. FlingGUI.MouseButton1Down:connect(function()
  2197. -- Made By JackMcJagger15
  2198. local FlingKill = Instance.new("ScreenGui")
  2199. local Main = Instance.new("Frame")
  2200. local Label = Instance.new("Frame")
  2201. local Shadow = Instance.new("Frame")
  2202. local StartKill = Instance.new("TextButton")
  2203. local StopKill = Instance.new("TextButton")
  2204. local Instructions = Instance.new("TextLabel")
  2205. local CurrentPower = Instance.new("TextLabel")
  2206. local Recomendation = Instance.new("TextLabel")
  2207. local NameOfGui = Instance.new("TextLabel")
  2208. local Exit = Instance.new("TextButton")
  2209. local UPArrow = Instance.new("TextButton")
  2210. local DownArrow = Instance.new("TextButton")
  2211.  
  2212. -- Properties
  2213.  
  2214. FlingKill.Name = "Fling/Kill"
  2215. FlingKill.Parent = game.CoreGui
  2216.  
  2217. Main.Name = "Main"
  2218. Main.Parent = FlingKill
  2219. Main.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2220. Main.BorderSizePixel = 0
  2221. Main.Position = UDim2.new(0.702554762, 0, 0.446640313, 0)
  2222. Main.Size = UDim2.new(0, 217, 0, 233)
  2223. Main.Selectable = true
  2224. Main.Active = true
  2225. Main.Draggable = true
  2226.  
  2227. Label.Name = "Label"
  2228. Label.Parent = Main
  2229. Label.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  2230. Label.BorderSizePixel = 0
  2231. Label.Size = UDim2.new(0, 217, 0, 27)
  2232.  
  2233. Shadow.Name = "Shadow"
  2234. Shadow.Parent = Main
  2235. Shadow.BackgroundColor3 = Color3.new(0.67451, 0.694118, 0.705882)
  2236. Shadow.BorderSizePixel = 0
  2237. Shadow.Position = UDim2.new(0, 0, 0.115879826, 0)
  2238. Shadow.Size = UDim2.new(0, 217, 0, 9)
  2239.  
  2240. StartKill.Name = "StartKill"
  2241. StartKill.Parent = Main
  2242. StartKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  2243. StartKill.BorderSizePixel = 0
  2244. StartKill.Position = UDim2.new(0.195852548, 0, 0.227467805, 0)
  2245. StartKill.Size = UDim2.new(0, 126, 0, 23)
  2246. StartKill.Font = Enum.Font.Cartoon
  2247. StartKill.Text = "FE Kill/Fling"
  2248. StartKill.TextColor3 = Color3.new(0, 0, 0)
  2249. StartKill.TextSize = 14
  2250.  
  2251. StopKill.Name = "StopKill"
  2252. StopKill.Parent = Main
  2253. StopKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  2254. StopKill.BorderSizePixel = 0
  2255. StopKill.Position = UDim2.new(0.207373276, 0, 0.38197428, 0)
  2256. StopKill.Size = UDim2.new(0, 124, 0, 23)
  2257. StopKill.Font = Enum.Font.Cartoon
  2258. StopKill.Text = "Stop FE Kill/Fling"
  2259. StopKill.TextColor3 = Color3.new(0, 0, 0)
  2260. StopKill.TextSize = 14
  2261.  
  2262. Instructions.Name = "Instructions"
  2263. Instructions.Parent = Main
  2264. Instructions.BackgroundColor3 = Color3.new(1, 1, 1)
  2265. Instructions.BackgroundTransparency = 1
  2266. Instructions.Position = UDim2.new(0.0391705073, 0, 0.549356222, 0)
  2267. Instructions.Size = UDim2.new(0, 200, 0, 32)
  2268. Instructions.Font = Enum.Font.Cartoon
  2269. Instructions.Text = "Just touch someone to watch the fly to their death!"
  2270. Instructions.TextColor3 = Color3.new(0, 0, 0)
  2271. Instructions.TextSize = 14
  2272. Instructions.TextWrapped = true
  2273.  
  2274. CurrentPower.Name = "CurrentPower"
  2275. CurrentPower.Parent = Main
  2276. CurrentPower.BackgroundColor3 = Color3.new(1, 1, 1)
  2277. CurrentPower.BackgroundTransparency = 1
  2278. CurrentPower.Position = UDim2.new(0.276497692, 0, 0.686695278, 0)
  2279. CurrentPower.Size = UDim2.new(0, 98, 0, 36)
  2280. CurrentPower.Font = Enum.Font.Cartoon
  2281. CurrentPower.Text = "Current Power = 5"
  2282. CurrentPower.TextColor3 = Color3.new(0, 0, 0)
  2283. CurrentPower.TextSize = 14
  2284.  
  2285. Recomendation.Name = "Recomendation"
  2286. Recomendation.Parent = Main
  2287. Recomendation.BackgroundColor3 = Color3.new(1, 1, 1)
  2288. Recomendation.BackgroundTransparency = 1
  2289. Recomendation.Position = UDim2.new(0.0414746553, 0, 0.884120166, 0)
  2290. Recomendation.Size = UDim2.new(0, 200, 0, 21)
  2291. Recomendation.Font = Enum.Font.Cartoon
  2292. Recomendation.Text = "Recommended Power is 5"
  2293. Recomendation.TextColor3 = Color3.new(0, 0, 0)
  2294. Recomendation.TextSize = 14
  2295.  
  2296. NameOfGui.Name = "NameOfGui"
  2297. NameOfGui.Parent = Main
  2298. NameOfGui.BackgroundColor3 = Color3.new(1, 1, 1)
  2299. NameOfGui.BackgroundTransparency = 1
  2300. NameOfGui.Position = UDim2.new(0.0806451589, 0, 0, 0)
  2301. NameOfGui.Size = UDim2.new(0, 154, 0, 27)
  2302. NameOfGui.Font = Enum.Font.Cartoon
  2303. NameOfGui.Text = "FE Kill/Fling By JackMcJagger15"
  2304. NameOfGui.TextColor3 = Color3.new(0, 0, 0)
  2305. NameOfGui.TextSize = 14
  2306.  
  2307. Exit.Name = "Exit"
  2308. Exit.Parent = Main
  2309. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  2310. Exit.BackgroundTransparency = 1
  2311. Exit.Position = UDim2.new(0.907834113, 0, 0, 0)
  2312. Exit.Size = UDim2.new(0, 20, 0, 27)
  2313. Exit.Font = Enum.Font.Cartoon
  2314. Exit.Text = "X"
  2315. Exit.TextColor3 = Color3.new(0, 0, 0)
  2316. Exit.TextSize = 14
  2317.  
  2318. UPArrow.Name = "UPArrow"
  2319. UPArrow.Parent = Main
  2320. UPArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  2321. UPArrow.BackgroundTransparency = 1
  2322. UPArrow.Position = UDim2.new(0.0783410147, 0, 0.716738224, 0)
  2323. UPArrow.Size = UDim2.new(0, 26, 0, 23)
  2324. UPArrow.Font = Enum.Font.Cartoon
  2325. UPArrow.Text = "Up"
  2326. UPArrow.TextColor3 = Color3.new(0, 0, 0)
  2327. UPArrow.TextSize = 12
  2328. UPArrow.TextWrapped = true
  2329.  
  2330. DownArrow.Name = "DownArrow"
  2331. DownArrow.Parent = Main
  2332. DownArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  2333. DownArrow.BackgroundTransparency = 1
  2334. DownArrow.Position = UDim2.new(0.792626739, 0, 0.714592278, 0)
  2335. DownArrow.Size = UDim2.new(0, 26, 0, 23)
  2336. DownArrow.Font = Enum.Font.Cartoon
  2337. DownArrow.Text = "Down"
  2338. DownArrow.TextColor3 = Color3.new(0, 0, 0)
  2339. DownArrow.TextSize = 12
  2340. DownArrow.TextWrapped = true
  2341.  
  2342. power = 500
  2343. active = false
  2344. local val = Instance.new("IntValue")
  2345. val.Name = "Number"
  2346. val.Parent = game.Players.LocalPlayer
  2347. val.Value = 5
  2348.  
  2349. Exit.MouseButton1Click:connect(function()
  2350. FlingKill.Enabled = false
  2351. end)
  2352.  
  2353. StartKill.MouseButton1Click:connect(function()
  2354. game:GetService('RunService').Stepped:connect(function()
  2355. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  2356. game.Players.LocalPlayer.Character.Head.CanCollide = false
  2357. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  2358. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  2359. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  2360. else
  2361. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  2362. game.Players.LocalPlayer.Character.Head.CanCollide = false
  2363. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  2364. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  2365. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  2366. end
  2367. end
  2368. end)
  2369. wait(.1)
  2370. local bambam = Instance.new("BodyThrust")
  2371. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  2372. bambam.Force = Vector3.new(power,0,power)
  2373. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  2374. end)
  2375.  
  2376. StopKill.MouseButton1Click:connect(function()
  2377. active = false
  2378. game.Players.LocalPlayer.Character.HumanoidRootPart.BodyThrust:Remove()
  2379. end)
  2380.  
  2381. UPArrow.MouseButton1Click:connect(function()
  2382. power = power + 100
  2383. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value + 1
  2384. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  2385. end)
  2386.  
  2387. DownArrow.MouseButton1Click:connect(function()
  2388. power = power - 100
  2389. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value - 1
  2390. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  2391. end)
  2392. end)
  2393.  
  2394. Blink.Name = "Blink"
  2395. Blink.Parent = _2
  2396. Blink.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  2397. Blink.Position = UDim2.new(0.775811195, 0, 0.633333325, 0)
  2398. Blink.Size = UDim2.new(0, 61, 0, 50)
  2399. Blink.Font = Enum.Font.Code
  2400. Blink.Text = "Blink"
  2401. Blink.TextColor3 = Color3.new(1, 1, 1)
  2402. Blink.TextScaled = true
  2403. Blink.TextSize = 14
  2404. Blink.TextWrapped = true
  2405. Blink.MouseButton1Down:connect(function()
  2406. -- made by xFunnieuss
  2407. -- Script
  2408. local ScreenGui = Instance.new("ScreenGui")
  2409. local Frame = Instance.new("Frame")
  2410. local TextLabel = Instance.new("TextLabel")
  2411. local Off = Instance.new("TextButton")
  2412. local On = Instance.new("TextButton")
  2413. ScreenGui.Parent = game:GetService('CoreGui')
  2414. ScreenGui.Name = "blinkgui"
  2415. Frame.Parent = ScreenGui
  2416. Frame.Active = true
  2417. Frame.BackgroundColor3 = Color3.new(0.027451, 0.823529, 1)
  2418. Frame.BorderSizePixel = 5
  2419. Frame.Draggable = true
  2420. Frame.Position = UDim2.new(0.0222392641, 0, 0.790732443, 0)
  2421. Frame.Size = UDim2.new(0, 343, 0, 106)
  2422. TextLabel.Parent = Frame
  2423. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  2424. TextLabel.BackgroundTransparency = 1
  2425. TextLabel.Position = UDim2.new(0.183673471, 0, 0, 0)
  2426. TextLabel.Size = UDim2.new(0, 217, 0, 40)
  2427. TextLabel.Font = Enum.Font.Code
  2428. TextLabel.Text = "FE Blink GUI By xFunnieuss"
  2429. TextLabel.TextSize = 16
  2430. Off.Parent = Frame
  2431. Off.BackgroundColor3 = Color3.new(1, 1, 1)
  2432. Off.BackgroundTransparency = 1
  2433. Off.Position = UDim2.new(0.548104942, 0, 0.377358496, 0)
  2434. Off.Size = UDim2.new(0, 138, 0, 49)
  2435. Off.Font = Enum.Font.Code
  2436. Off.Text = "Off"
  2437. Off.TextSize = 20
  2438. On.Parent = Frame
  2439. On.BackgroundColor3 = Color3.new(1, 1, 1)
  2440. On.BackgroundTransparency = 1
  2441. On.Position = UDim2.new(0.0612244904, 0, 0.377358496, 0)
  2442. On.Size = UDim2.new(0, 134, 0, 49)
  2443. On.Font = Enum.Font.Code
  2444. On.Text = "On"
  2445. On.TextSize = 20
  2446. On.MouseButton1Down:connect(function()
  2447. local fat = Instance.new'Animation'
  2448. fat.AnimationId = 'rbxassetid://218504594'
  2449. game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass'Humanoid':LoadAnimation(fat):Play(0,0,0)
  2450. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.Anchored = true
  2451. fat:Destroy()
  2452. game:GetService('StarterGui'):SetCore("SendNotification", {Title = "Blink GUI Notification", Text = "Blink Is On, Press OFF to return to normal!"})
  2453. end)
  2454. Off.MouseButton1Down:connect(function()
  2455. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.Anchored = false
  2456. game:GetService('StarterGui'):SetCore("SendNotification", {Title = "Blink GUI Notification", Text = "Blink Is Off, You have returned back to normal"})
  2457. end)
  2458. end)
  2459.  
  2460. Fling.Name = "Fling"
  2461. Fling.Parent = _2
  2462. Fling.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  2463. Fling.Position = UDim2.new(0.775811195, 0, 0.778571427, 0)
  2464. Fling.Size = UDim2.new(0, 61, 0, 50)
  2465. Fling.Font = Enum.Font.Code
  2466. Fling.Text = "Fling Yourself"
  2467. Fling.TextColor3 = Color3.new(1, 1, 1)
  2468. Fling.TextScaled = true
  2469. Fling.TextSize = 14
  2470. Fling.TextWrapped = true
  2471. Fling.MouseButton1Down:connect(function()
  2472. local Player = game.Players.LocalPlayer
  2473.  
  2474. repeat wait() until Player.Character
  2475.  
  2476. local StoredCF = Player.Character:WaitForChild('Head').CFrame
  2477. local IsTPing = false
  2478.  
  2479. local function GetPlayer(String)
  2480. String = String or 'N/A'
  2481.  
  2482. for i,v in pairs(game.Players:GetPlayers()) do
  2483. if v.Name:lower():match('^'..String:lower()) then
  2484. return v
  2485. end
  2486. end
  2487.  
  2488. return false
  2489. end
  2490.  
  2491. Player.CharacterAdded:connect(function(Char)
  2492. if IsTPing then
  2493. IsTPing = false
  2494. Char:WaitForChild('Head').CFrame = StoredCF
  2495. end
  2496. end)
  2497.  
  2498. Player.Chatted:connect(function(Message)
  2499. local Target = GetPlayer(Message:match(':fling%s*(.+)'))
  2500. local HasDied = false
  2501. local PPart = Player.Character.PrimaryPart
  2502.  
  2503. StoredCF = PPart.CFrame
  2504.  
  2505. if not Target then
  2506. return
  2507. end
  2508.  
  2509. repeat wait() until Target.Character
  2510.  
  2511. IsTPing = true
  2512.  
  2513. Target.Character:WaitForChild('Humanoid').Died:connect(function()
  2514. HasDied = true
  2515. end)
  2516.  
  2517. local bodyp = Instance.new("BodyPosition",PPart)
  2518. bodyp.D = 0
  2519. bodyp.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  2520. bodyp.P = 15000
  2521.  
  2522. repeat
  2523. game:GetService("RunService").RenderStepped:Wait()
  2524. pcall(function()
  2525. bodyp.Position = Target.Character.PrimaryPart.Position
  2526. end)
  2527. until
  2528.  
  2529. HasDied == true
  2530.  
  2531. pcall(function()
  2532. bodyp:Destroy()
  2533. Player.Character:BreakJoints()
  2534. end)
  2535.  
  2536. print('Killed')
  2537.  
  2538. end)
  2539. end)
  2540.  
  2541. ImageLabel.Parent = _2
  2542. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  2543. ImageLabel.Position = UDim2.new(0.238938048, 0, 0.128571436, 0)
  2544. ImageLabel.Size = UDim2.new(0, 168, 0, 173)
  2545. ImageLabel.Image = "rbxassetid://1215945986"
  2546.  
  2547. R6Fling.Name = "R6 Fling"
  2548. R6Fling.Parent = _2
  2549. R6Fling.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  2550. R6Fling.Position = UDim2.new(0.28318584, 0, 0.583333313, 0)
  2551. R6Fling.Size = UDim2.new(0, 61, 0, 50)
  2552. R6Fling.Font = Enum.Font.Code
  2553. R6Fling.Text = "R6 Fling"
  2554. R6Fling.TextColor3 = Color3.new(1, 1, 1)
  2555. R6Fling.TextScaled = true
  2556. R6Fling.TextSize = 14
  2557. R6Fling.TextWrapped = true
  2558. R6Fling.MouseButton1Down:connect(function()
  2559. -- Made by JackMcJagger15
  2560.  
  2561. power = 500 -- change this to make it more or less powerful
  2562.  
  2563. game:GetService('RunService').Stepped:connect(function()
  2564. game.Players.LocalPlayer.Character.Head.CanCollide = false
  2565. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  2566. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  2567. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  2568. end)
  2569.  
  2570. wait(.1)
  2571. local bambam = Instance.new("BodyThrust")
  2572. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  2573. bambam.Force = Vector3.new(power,0,power)
  2574. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  2575. end)
  2576.  
  2577. R15Fling.Name = "R15 Fling"
  2578. R15Fling.Parent = _2
  2579. R15Fling.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  2580. R15Fling.Position = UDim2.new(0.522123873, 0, 0.583333313, 0)
  2581. R15Fling.Size = UDim2.new(0, 61, 0, 50)
  2582. R15Fling.Font = Enum.Font.Code
  2583. R15Fling.Text = "R15 Fling"
  2584. R15Fling.TextColor3 = Color3.new(1, 1, 1)
  2585. R15Fling.TextScaled = true
  2586. R15Fling.TextSize = 14
  2587. R15Fling.TextWrapped = true
  2588. R15Fling.MouseButton1Down:connect(function()
  2589. -- Made by JackMcJagger15
  2590.  
  2591. power = 500 -- change this to make it more or less powerful
  2592.  
  2593. game:GetService('RunService').Stepped:connect(function()
  2594. game.Players.LocalPlayer.Character.Head.CanCollide = false
  2595. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  2596. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  2597. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  2598. end)
  2599. wait(.1)
  2600. local bambam = Instance.new("BodyThrust")
  2601. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  2602. bambam.Force = Vector3.new(power,0,power)
  2603. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  2604. end)
  2605.  
  2606. KIck.Name = "KIck"
  2607. KIck.Parent = _2
  2608. KIck.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  2609. KIck.Position = UDim2.new(0.522123873, 0, 0.75, 0)
  2610. KIck.Size = UDim2.new(0, 61, 0, 50)
  2611. KIck.Font = Enum.Font.Code
  2612. KIck.Text = "Kick Yourself"
  2613. KIck.TextColor3 = Color3.new(1, 1, 1)
  2614. KIck.TextScaled = true
  2615. KIck.TextSize = 14
  2616. KIck.TextWrapped = true
  2617. KIck.MouseButton1Down:connect(function()
  2618. game.Players.LocalPlayer:Kick()
  2619. end)
  2620.  
  2621. DoubleJump.Name = "Double Jump"
  2622. DoubleJump.Parent = _2
  2623. DoubleJump.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  2624. DoubleJump.Position = UDim2.new(0.292035371, 0, 0.75, 0)
  2625. DoubleJump.Size = UDim2.new(0, 61, 0, 50)
  2626. DoubleJump.Font = Enum.Font.Code
  2627. DoubleJump.Text = "Low Gravity"
  2628. DoubleJump.TextColor3 = Color3.new(1, 1, 1)
  2629. DoubleJump.TextScaled = true
  2630. DoubleJump.TextSize = 14
  2631. DoubleJump.TextWrapped = true
  2632. DoubleJump.MouseButton1Down:connect(function()
  2633. game.Workspace.Gravity = 5
  2634. end)
  2635.  
  2636. -- Scripts:
  2637. Open.Visible = true
  2638. Main.Visible = false
  2639. _2.Visible = false
  2640. Open.MouseButton1Down:connect(function()
  2641. Main.Visible = true
  2642. Open.Visible = false
  2643. end)
  2644. More.MouseButton1Down:connect(function()
  2645. _2.Visible = true
  2646. end)
  2647. Less.MouseButton1Down:connect(function()
  2648. _2.Visible = false
  2649. end)
  2650. Close.MouseButton1Down:connect(function()
  2651. Main.Visible = false
  2652. _2.Visible = false
  2653. Open.Visible = true
  2654. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement