Advertisement
User158ForAReason

Torlled GUI V1.1

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