Advertisement
denissini

Untitled

Jun 29th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 70.38 KB | None | 0 0
  1. wait(0,05)
  2. local Player = game.Players.LocalPlayer
  3. local invis = 0
  4. local RektDecalId = 870175629
  5.  
  6. local Mouse = Player:GetMouse()
  7. local KillKey = "k"
  8. local StopKey = "i"
  9. local GuiKey = "g"
  10. local HealButton = "h"
  11. local KickGuiButton = "q"
  12. local MusicKey = "m"
  13. local InvisKey = "e"
  14.  
  15. Mouse.KeyDown:connect(function(Key)
  16. if Key == InvisKey then
  17. if invis == 0 then
  18. invis = 0
  19. local Mosue = Player:GetMouse()
  20. Mouse.Button2Down:connect(function(hit)
  21. if Mouse.Target ~= nil then
  22. local Target = Mouse.Target
  23. local a = Instance.new("Decal")
  24. a.Parent = Target
  25. a.Name = "Rekt"
  26. a.Texture = ("http://www.roblox.com/asset/?id="..RektDecalId)
  27. a.Face = "Top"
  28. local Target = Mouse.Target
  29. local b = Instance.new("Decal")
  30. b.Parent = Target
  31. b.Name = "Rekt"
  32. b.Texture = ("http://www.roblox.com/asset/?id="..RektDecalId)
  33. b.Face = "Back"
  34. local Target = Mouse.Target
  35. local c = Instance.new("Decal")
  36. c.Parent = Target
  37. c.Name = "Rekt"
  38. c.Texture = ("http://www.roblox.com/asset/?id="..RektDecalId)
  39. c.Face = "Bottom"
  40. local Target = Mouse.Target
  41. local a = Instance.new("Decal")
  42. c.Parent = Target
  43. c.Name = "Rekt"
  44. c.Texture = ("http://www.roblox.com/asset/?id="..RektDecalId)
  45. c.Face = "Front"
  46. local Target = Mouse.Target
  47. local d = Instance.new("Decal")
  48. d.Parent = Target
  49. d.Name = "Rekt"
  50. d.Texture = ("http://www.roblox.com/asset/?id="..RektDecalId)
  51. d.Face = "Left"
  52. local Target = Mouse.Target
  53. local a = Instance.new("Decal")
  54. d.Parent = Target
  55. d.Name = "Rekt"
  56. d.Texture = ("http://www.roblox.com/asset/?id="..RektDecalId)
  57. d.Face = "Right"
  58. end
  59. end)
  60. Mouse.Button1Down:connect(function(hit)
  61. if Mouse.Target ~= nil then
  62. local HumanCheek = Mouse.Target.Parent:FindFirstChildOfClass("Humanoid")
  63. if not HumanCheek then
  64. Mouse.Target:Destroy()
  65. end
  66. if HumanCheek then
  67. Mouse.Target.BrickColor = BrickColor.new("HotPink")
  68. Mouse.Target.Parent.Head.BrickColor = BrickColor.new("HotPink")
  69. Mosue.Target.Parent:BreakJoints()
  70. end
  71. end
  72. end)
  73. for i, v in pairs(Player.Character:GetChildren()) do
  74. if v.ClassName == "Accessory" then
  75. if v.Handle.Transparency == 1 then
  76. v.Handle.Transparency = 0
  77. else
  78. v.Handle.Transparency = 1
  79. end
  80. end
  81. if v.ClassName == "BodyPart" or v.ClassName == "Part" then
  82. if v.Transparency == 1 and v.Name ~= "HumanoidRootPart" then
  83. v.Transparency = 0
  84. else
  85. v.Transparency = 1
  86. end
  87. if v.Name == "Head" then
  88. if v.face.Transparency == 1 then
  89. v.face.Transparency = 0
  90. else
  91. v.face.Transparency = 1
  92. end
  93. end
  94. end
  95. end
  96. end
  97. end
  98. if Key == MusicKey then
  99. local GuiCheek = game.Players.LocalPlayer.PlayerGui:FindFirstChild("KickGui")
  100. if not GuiCheek then
  101. print("MakingGui")
  102. local Gui = Instance.new("ScreenGui")
  103. Gui.Parent = Player.PlayerGui
  104. Gui.Name = "KickGui"
  105. local TextButton = Instance.new("TextButton")
  106. TextButton.Parent = Gui
  107. TextButton.Size = UDim2.new(0, 200,0, 50)
  108. TextButton.Position = UDim2.new(0.257, 0,0.059, 0)
  109. TextButton.Text = "Music ID"
  110. local TextBox = Instance.new("TextBox")
  111. TextBox.Parent = Gui
  112. TextBox.Size = UDim2.new(0, 200,0, 50)
  113. TextBox.Position = UDim2.new(0.257, 0,0.133, 0)
  114. TextBox.Text = "739233405"
  115. Gui.TextButton.MouseButton1Click:connect(function(click)
  116. local music = Instance.new("Sound")
  117. music.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  118. music.SoundId = ("rbxassetid://"..TextBox.Text)
  119. music.Looped = true
  120. music.Volume = 5
  121. music.Name = "song"
  122. music.MaxDistance = 2147000000
  123. music.Playing = true
  124. end)
  125. end
  126. end
  127. if Key == KickGuiButton then
  128. local GuiCheek = game.Players.LocalPlayer.PlayerGui:FindFirstChild("KickGui")
  129. if not GuiCheek then
  130. print("MakingGui")
  131. local Gui = Instance.new("ScreenGui")
  132. Gui.Parent = Player.PlayerGui
  133. Gui.Name = "KickGui"
  134. local TextButton = Instance.new("TextButton")
  135. TextButton.Parent = Gui
  136. TextButton.Size = UDim2.new(0, 200,0, 50)
  137. TextButton.Position = UDim2.new(0.557, 0,0.059, 0)
  138. TextButton.Text = "Kick him fuck away"
  139. local TextBox = Instance.new("TextBox")
  140. TextBox.Parent = Gui
  141. TextBox.Size = UDim2.new(0, 200,0, 50)
  142. TextBox.Position = UDim2.new(0.557, 0,0.133, 0)
  143. TextBox.Text = "Victim"
  144. Gui.TextButton.MouseButton1Click:connect(function(click)
  145. local PlayerWhoWillBeKicked = game.Players:FindFirstChild(Gui.TextBox.Text)
  146. if PlayerWhoWillBeKicked then
  147. while true do
  148. local Tool = Instance.new("ForceField")
  149. Tool.Parent = PlayerWhoWillBeKicked.Character
  150. Tool.Name = ("GET REKT BOI")
  151. local Tool = Instance.new("ForceField")
  152. Tool.Parent = PlayerWhoWillBeKicked.Character
  153. Tool.Name = ("GET REKT BOI")
  154. local Tool = Instance.new("ForceField")
  155. Tool.Parent = PlayerWhoWillBeKicked.Character
  156. Tool.Name = ("GET REKT BOI")
  157. local Tool = Instance.new("ForceField")
  158. Tool.Parent = PlayerWhoWillBeKicked.Character
  159. Tool.Name = ("GET REKT BOI")
  160. local Tool = Instance.new("ForceField")
  161. Tool.Parent = PlayerWhoWillBeKicked.Character
  162. Tool.Name = ("GET REKT BOI")
  163. local Tool = Instance.new("ForceField")
  164. Tool.Parent = PlayerWhoWillBeKicked.Character
  165. Tool.Name = ("GET REKT BOI")
  166. local Tool = Instance.new("ForceField")
  167. Tool.Parent = PlayerWhoWillBeKicked.Character
  168. Tool.Name = ("GET REKT BOI")
  169. local Tool = Instance.new("ForceField")
  170. Tool.Parent = PlayerWhoWillBeKicked.Character
  171. Tool.Name = ("GET REKT BOI")
  172. local Tool = Instance.new("ForceField")
  173. Tool.Parent = PlayerWhoWillBeKicked.Character
  174. Tool.Name = ("GET REKT BOI")
  175. local Tool = Instance.new("ForceField")
  176. Tool.Parent = PlayerWhoWillBeKicked.Character
  177. Tool.Name = ("GET REKT BOI")
  178. local Tool = Instance.new("ForceField")
  179. Tool.Parent = PlayerWhoWillBeKicked.Character
  180. Tool.Name = ("GET REKT BOI")
  181. wait()
  182. end
  183. end
  184. end)
  185. end
  186. end
  187. if Key == HealButton then
  188. while true do
  189. wait(0,01)
  190. game.Players.LocalPlayer.Character.Humanoid.MaxHealth = 100000000
  191. game.Players.LocalPlayer.Character.Humanoid.Health = 100000000
  192. end
  193. end
  194. if Key == GuiKey then
  195. for i,v in pairs(game.Players:GetChildren())do
  196. if v.ClassName == "Player" then
  197. if v.Name == Player.Name then
  198. local myGui = Player.PlayerGui:FindFirstChild("denissini")
  199. if not myGui then
  200. local Gui = Instance.new("ScreenGui")
  201. Gui.Parent = v.PlayerGui
  202. Gui.Name = "denissini"
  203. local TextButton = Instance.new("TextButton")
  204. TextButton.Parent = Gui
  205. TextButton.Size = UDim2.new(0, 200,0, 50)
  206. TextButton.Position = UDim2.new(0.771, 0,0.095, 0)
  207. TextButton.Text = "Go!"
  208. local TextBox = Instance.new("TextBox")
  209. TextBox.Parent = Gui
  210. TextBox.Size = UDim2.new(0, 200,0, 50)
  211. TextBox.Position = UDim2.new(0.771, 0,0.169, 0)
  212. TextBox.Text = "Victim"
  213. game.Players.LocalPlayer.PlayerGui.denissini.TextButton.MouseButton1Click:connect(function(click)
  214. print("GO")
  215. local name = game.Players.LocalPlayer.PlayerGui.denissini.TextBox.Text
  216. local PlayerHere = game.Players:FindFirstChild(name)
  217. if PlayerHere then
  218. print("He/she/it is here")
  219. Victim = game.Players:FindFirstChild(name)
  220. o1 = Instance.new("Model")
  221. o2 = Instance.new("Part")
  222. o3 = Instance.new("CylinderMesh")
  223. o4 = Instance.new("Part")
  224. o5 = Instance.new("SpecialMesh")
  225. o6 = Instance.new("Part")
  226. o7 = Instance.new("SpecialMesh")
  227. o8 = Instance.new("Part")
  228. o9 = Instance.new("BlockMesh")
  229. o10 = Instance.new("Part")
  230. o11 = Instance.new("BlockMesh")
  231. o12 = Instance.new("Part")
  232. o13 = Instance.new("Part")
  233. o14 = Instance.new("BlockMesh")
  234. o15 = Instance.new("Part")
  235. o16 = Instance.new("SpecialMesh")
  236. o17 = Instance.new("Part")
  237. o18 = Instance.new("SpecialMesh")
  238. o19 = Instance.new("Part")
  239. o20 = Instance.new("SpecialMesh")
  240. o21 = Instance.new("Sound")
  241. o22 = Instance.new("Part")
  242. o23 = Instance.new("BlockMesh")
  243. o24 = Instance.new("Part")
  244. o25 = Instance.new("SpecialMesh")
  245. o26 = Instance.new("Part")
  246. o27 = Instance.new("BlockMesh")
  247. o28 = Instance.new("Part")
  248. o29 = Instance.new("SpecialMesh")
  249. o30 = Instance.new("Part")
  250. o31 = Instance.new("BlockMesh")
  251. o32 = Instance.new("Part")
  252. o33 = Instance.new("BlockMesh")
  253. o34 = Instance.new("Part")
  254. o35 = Instance.new("BlockMesh")
  255. o36 = Instance.new("Part")
  256. o37 = Instance.new("BlockMesh")
  257. o38 = Instance.new("Part")
  258. o39 = Instance.new("Part")
  259. o40 = Instance.new("BlockMesh")
  260. o41 = Instance.new("Part")
  261. o42 = Instance.new("BlockMesh")
  262. o43 = Instance.new("Part")
  263. o44 = Instance.new("BlockMesh")
  264. o45 = Instance.new("Part")
  265. o46 = Instance.new("SpecialMesh")
  266. o47 = Instance.new("Part")
  267. o48 = Instance.new("BlockMesh")
  268. o49 = Instance.new("Part")
  269. o50 = Instance.new("BlockMesh")
  270. o51 = Instance.new("Part")
  271. o52 = Instance.new("BlockMesh")
  272. o53 = Instance.new("Part")
  273. o54 = Instance.new("SpecialMesh")
  274. o55 = Instance.new("Part")
  275. o56 = Instance.new("SpecialMesh")
  276. o57 = Instance.new("Part")
  277. o58 = Instance.new("BlockMesh")
  278. o59 = Instance.new("Part")
  279. o60 = Instance.new("BlockMesh")
  280. o61 = Instance.new("Part")
  281. o62 = Instance.new("BlockMesh")
  282. o63 = Instance.new("Part")
  283. o64 = Instance.new("Part")
  284. o65 = Instance.new("Part")
  285. o66 = Instance.new("BlockMesh")
  286. o67 = Instance.new("Part")
  287. o68 = Instance.new("BlockMesh")
  288. o69 = Instance.new("Part")
  289. o70 = Instance.new("BlockMesh")
  290. o71 = Instance.new("Part")
  291. o72 = Instance.new("BlockMesh")
  292. o73 = Instance.new("Part")
  293. o74 = Instance.new("SpecialMesh")
  294. o75 = Instance.new("Decal")
  295. o76 = Instance.new("Part")
  296. o77 = Instance.new("Part")
  297. o78 = Instance.new("BlockMesh")
  298. o79 = Instance.new("Part")
  299. o80 = Instance.new("SpecialMesh")
  300. o81 = Instance.new("Decal")
  301. o82 = Instance.new("Part")
  302. o83 = Instance.new("SpecialMesh")
  303. o84 = Instance.new("Humanoid")
  304. o85 = Instance.new("Part")
  305. o86 = Instance.new("Part")
  306. o87 = Instance.new("Part")
  307. o88 = Instance.new("Decal")
  308. o89 = Instance.new("Motor6D")
  309. o90 = Instance.new("Motor6D")
  310. o91 = Instance.new("Motor6D")
  311. o92 = Instance.new("Motor6D")
  312. o93 = Instance.new("Motor6D")
  313. o94 = Instance.new("Part")
  314. o95 = Instance.new("Part")
  315. o96 = Instance.new("Part")
  316. o97 = Instance.new("Part")
  317. o98 = Instance.new("Part")
  318. o99 = Instance.new("Decal")
  319. o100 = Instance.new("Motor6D")
  320. o101 = Instance.new("Motor6D")
  321. o102 = Instance.new("Motor6D")
  322. o103 = Instance.new("Part")
  323. o104 = Instance.new("Part")
  324. o105 = Instance.new("Part")
  325. o106 = Instance.new("Part")
  326. o107 = Instance.new("Part")
  327. o108 = Instance.new("CylinderMesh")
  328. o109 = Instance.new("Part")
  329. o110 = Instance.new("CylinderMesh")
  330. o111 = Instance.new("Part")
  331. o112 = Instance.new("CylinderMesh")
  332. o113 = Instance.new("Part")
  333. o114 = Instance.new("CylinderMesh")
  334. o115 = Instance.new("Part")
  335. o116 = Instance.new("CylinderMesh")
  336. o117 = Instance.new("Part")
  337. o118 = Instance.new("CylinderMesh")
  338. o119 = Instance.new("Part")
  339. o120 = Instance.new("CylinderMesh")
  340. o121 = Instance.new("Part")
  341. o122 = Instance.new("SpecialMesh")
  342. o123 = Instance.new("Part")
  343. o1.Name = " "
  344. o1.Parent = workspace
  345. o2.Parent = o1
  346. o2.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  347. o2.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  348. o2.Anchored = true
  349. o2.FormFactor = Enum.FormFactor.Symmetric
  350. o2.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  351. o2.CFrame = CFrame.new(95.3486252, 1.50001001, 18.4564877, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  352. o3.Parent = o2
  353. o4.Parent = o1
  354. o4.BrickColor = BrickColor.new("Institutional white")
  355. o4.Position = Vector3.new(96.3181839, 7.00000668, 9.31151104)
  356. o4.Rotation = Vector3.new(90, 89.9314728, -90)
  357. o4.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  358. o4.Velocity = Vector3.new(-0.000346515269, 0.00201798417, -0.00195027643)
  359. o4.Anchored = true
  360. o4.FormFactor = Enum.FormFactor.Plate
  361. o4.Size = Vector3.new(1, 2.4000001, 2)
  362. o4.CFrame = CFrame.new(96.3181839, 7.00000668, 9.31151104, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  363. o4.BackSurface = Enum.SurfaceType.Weld
  364. o4.BottomSurface = Enum.SurfaceType.Weld
  365. o4.LeftSurface = Enum.SurfaceType.Weld
  366. o4.TopSurface = Enum.SurfaceType.Weld
  367. o4.Color = Color3.new(0.972549, 0.972549, 0.972549)
  368. o5.Parent = o4
  369. o5.MeshType = Enum.MeshType.Wedge
  370. o6.Parent = o1
  371. o6.Material = Enum.Material.SmoothPlastic
  372. o6.BrickColor = BrickColor.new("Really black")
  373. o6.Transparency = 0.5
  374. o6.Position = Vector3.new(96.3181839, 7.00000668, 13.8115101)
  375. o6.Rotation = Vector3.new(90, 89.9440536, -90)
  376. o6.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  377. o6.Velocity = Vector3.new(0.000965324172, 0.00135755131, -0.00195027643)
  378. o6.Anchored = true
  379. o6.FormFactor = Enum.FormFactor.Plate
  380. o6.Size = Vector3.new(8, 2.4000001, 1.99999976)
  381. o6.CFrame = CFrame.new(96.3181839, 7.00000668, 13.8115101, 0, 3.96315798e-008, 0.999999523, 0, 1, -3.97370599e-008, -1, 0, 0)
  382. o6.BackSurface = Enum.SurfaceType.Weld
  383. o6.BottomSurface = Enum.SurfaceType.Weld
  384. o6.LeftSurface = Enum.SurfaceType.Weld
  385. o6.RightSurface = Enum.SurfaceType.Weld
  386. o6.TopSurface = Enum.SurfaceType.Weld
  387. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  388. o7.Parent = o6
  389. o7.MeshType = Enum.MeshType.Wedge
  390. o8.Parent = o1
  391. o8.BrickColor = BrickColor.new("Br. yellowish orange")
  392. o8.Position = Vector3.new(92.2182083, 4.00000715, 9.61151409)
  393. o8.Rotation = Vector3.new(-0, 0, -2.26619136e-006)
  394. o8.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  395. o8.Velocity = Vector3.new(-0.000475873821, 0.00227026758, -0.00119533995)
  396. o8.Anchored = true
  397. o8.FormFactor = Enum.FormFactor.Custom
  398. o8.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  399. o8.CFrame = CFrame.new(92.2182083, 4.00000715, 9.61151409, 0.999998808, 3.95524538e-008, 0, -3.98161575e-008, 1, 0, 0, 0, 1)
  400. o8.BackSurface = Enum.SurfaceType.Weld
  401. o8.BottomSurface = Enum.SurfaceType.Weld
  402. o8.FrontSurface = Enum.SurfaceType.Weld
  403. o8.LeftSurface = Enum.SurfaceType.Weld
  404. o8.RightSurface = Enum.SurfaceType.Weld
  405. o8.TopSurface = Enum.SurfaceType.Weld
  406. o8.Color = Color3.new(0.886275, 0.607843, 0.25098)
  407. o9.Parent = o8
  408. o10.Parent = o1
  409. o10.BrickColor = BrickColor.new("Institutional white")
  410. o10.Position = Vector3.new(105.317894, 8.40004158, 9.31151295)
  411. o10.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  412. o10.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  413. o10.Velocity = Vector3.new(-0.000245332019, 0.00136755884, -0.00436839834)
  414. o10.Anchored = true
  415. o10.CanCollide = false
  416. game.Players:FindFirstChild(name).Character.Humanoid.WalkSpeed = 0
  417. game.Players:FindFirstChild(name).Character.Humanoid.JumpPower = 0
  418. o10.FormFactor = Enum.FormFactor.Plate
  419. o10.Size = Vector3.new(14, 0.400000006, 1)
  420. o10.CFrame = CFrame.new(105.317894, 8.40004158, 9.31151295, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  421. o10.BackSurface = Enum.SurfaceType.Weld
  422. o10.BottomSurface = Enum.SurfaceType.Weld
  423. o10.FrontSurface = Enum.SurfaceType.Weld
  424. o10.LeftSurface = Enum.SurfaceType.Weld
  425. o10.RightSurface = Enum.SurfaceType.Weld
  426. o10.TopSurface = Enum.SurfaceType.Weld
  427. o10.Color = Color3.new(0.972549, 0.972549, 0.972549)
  428. o11.Parent = o10
  429. o12.Name = "DOOR"
  430. o12.Parent = o1
  431. o12.BrickColor = BrickColor.new("Institutional white")
  432. o12.Position = Vector3.new(103.708466, 5.81500626, 9.31151104)
  433. o12.Rotation = Vector3.new(-0, 0, -4.43210411e-006)
  434. o12.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  435. o12.Velocity = Vector3.new(-0.000432157307, 0.00148387556, -0.00427860441)
  436. o12.Anchored = true
  437. o12.CanCollide = false
  438. o12.FormFactor = Enum.FormFactor.Plate
  439. o12.Size = Vector3.new(5.22000027, 4.82999992, 1)
  440. o12.CFrame = CFrame.new(103.708466, 5.81500626, 9.31151104, 1, 7.73548052e-008, 0, -7.73548052e-008, 1, 0, 0, 0, 1)
  441. o12.BottomSurface = Enum.SurfaceType.Weld
  442. o12.LeftSurface = Enum.SurfaceType.Weld
  443. o12.RightSurface = Enum.SurfaceType.Weld
  444. o12.TopSurface = Enum.SurfaceType.Weld
  445. o12.Color = Color3.new(0.972549, 0.972549, 0.972549)
  446. o13.Parent = o1
  447. o13.BrickColor = BrickColor.new("White")
  448. o13.Position = Vector3.new(109.818169, 5.80000877, 9.31151104)
  449. o13.Rotation = Vector3.new(-0, 0, -2.25410599e-006)
  450. o13.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  451. o13.Velocity = Vector3.new(-0.00043324125, 0.00104231632, -0.006061906)
  452. o13.Anchored = true
  453. o13.FormFactor = Enum.FormFactor.Plate
  454. o13.Size = Vector3.new(7, 4.80000019, 1)
  455. o13.CFrame = CFrame.new(109.818169, 5.80000877, 9.31151104, 0.999996901, 3.9341451e-008, 0, -4.00270856e-008, 1, 0, 0, 0, 1)
  456. o13.BackSurface = Enum.SurfaceType.Weld
  457. o13.BottomSurface = Enum.SurfaceType.Weld
  458. o13.FrontSurface = Enum.SurfaceType.Weld
  459. o13.LeftSurface = Enum.SurfaceType.Weld
  460. o13.RightSurface = Enum.SurfaceType.Weld
  461. o13.TopSurface = Enum.SurfaceType.Weld
  462. o13.Color = Color3.new(0.94902, 0.952941, 0.952941)
  463. o14.Parent = o13
  464. o15.Parent = o1
  465. o15.BrickColor = BrickColor.new("Institutional white")
  466. o15.Position = Vector3.new(97.817894, 8.40000725, 13.8115139)
  467. o15.Rotation = Vector3.new(90, 89.960434, -90)
  468. o15.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  469. o15.Velocity = Vector3.new(0.00106650498, 0.00124916411, -0.00218200427)
  470. o15.Anchored = true
  471. o15.CanCollide = false
  472. o15.FormFactor = Enum.FormFactor.Plate
  473. o15.Size = Vector3.new(10, 0.400000006, 1)
  474. o15.CFrame = CFrame.new(97.817894, 8.40000725, 13.8115139, 0, 3.86294303e-008, 0.999999762, 0, 1, -3.86821704e-008, -1, 0, 0)
  475. o15.BackSurface = Enum.SurfaceType.Weld
  476. o15.BottomSurface = Enum.SurfaceType.Weld
  477. o15.TopSurface = Enum.SurfaceType.Weld
  478. o15.Color = Color3.new(0.972549, 0.972549, 0.972549)
  479. o16.Parent = o15
  480. o16.MeshType = Enum.MeshType.Wedge
  481. o17.Parent = o1
  482. o17.BrickColor = BrickColor.new("Institutional white")
  483. o17.Position = Vector3.new(96.3181839, 7.00000668, 18.3115101)
  484. o17.Rotation = Vector3.new(90, 89.9314728, -90)
  485. o17.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  486. o17.Velocity = Vector3.new(0.00227716356, 0.000697118347, -0.00195027643)
  487. o17.Anchored = true
  488. o17.FormFactor = Enum.FormFactor.Plate
  489. o17.Size = Vector3.new(1, 2.4000001, 2)
  490. o17.CFrame = CFrame.new(96.3181839, 7.00000668, 18.3115101, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  491. o17.BackSurface = Enum.SurfaceType.Weld
  492. o17.BottomSurface = Enum.SurfaceType.Weld
  493. o17.RightSurface = Enum.SurfaceType.Weld
  494. o17.TopSurface = Enum.SurfaceType.Weld
  495. o17.Color = Color3.new(0.972549, 0.972549, 0.972549)
  496. o18.Parent = o17
  497. o18.MeshType = Enum.MeshType.Wedge
  498. o19.Parent = o1
  499. o19.BrickColor = BrickColor.new("Institutional white")
  500. o19.Position = Vector3.new(93.8181839, 5.20000744, 13.8115101)
  501. o19.Rotation = Vector3.new(90, 89.8573456, -90)
  502. o19.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  503. o19.Velocity = Vector3.new(0.000835234998, 0.00153823046, -0.00148565089)
  504. o19.Anchored = true
  505. o19.FormFactor = Enum.FormFactor.Plate
  506. o19.Size = Vector3.new(10, 1.20000005, 3)
  507. o19.CFrame = CFrame.new(93.8181839, 5.20000744, 13.8115101, 0, 3.77325726e-008, 0.999996901, 0, 1, -3.84182002e-008, -1, 0, 0)
  508. o19.BackSurface = Enum.SurfaceType.Weld
  509. o19.BottomSurface = Enum.SurfaceType.Weld
  510. o19.TopSurface = Enum.SurfaceType.Weld
  511. o19.Color = Color3.new(0.972549, 0.972549, 0.972549)
  512. o20.Parent = o19
  513. o20.MeshType = Enum.MeshType.Wedge
  514. o21.Parent = o19
  515. o21.SoundId = "rbxassetid://532147820"
  516. o21.Looped = true
  517. o22.Parent = o1
  518. o22.BrickColor = BrickColor.new("Institutional white")
  519. o22.Position = Vector3.new(96.3182907, 4.60000753, 9.31151104)
  520. o22.Rotation = Vector3.new(-0, 0, -2.23446773e-006)
  521. o22.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  522. o22.Velocity = Vector3.new(-0.000519967522, 0.00201797695, -0.00230253674)
  523. o22.Anchored = true
  524. o22.FormFactor = Enum.FormFactor.Plate
  525. o22.Size = Vector3.new(2, 2.4000001, 1)
  526. o22.CFrame = CFrame.new(96.3182907, 4.60000753, 9.31151104, 0.999993801, 3.8998575e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  527. o22.BackSurface = Enum.SurfaceType.Weld
  528. o22.BottomSurface = Enum.SurfaceType.Weld
  529. o22.FrontSurface = Enum.SurfaceType.Weld
  530. o22.LeftSurface = Enum.SurfaceType.Weld
  531. o22.RightSurface = Enum.SurfaceType.Weld
  532. o22.TopSurface = Enum.SurfaceType.Weld
  533. o22.Color = Color3.new(0.972549, 0.972549, 0.972549)
  534. o23.Parent = o22
  535. o24.Parent = o1
  536. o24.BrickColor = BrickColor.new("Institutional white")
  537. o24.Position = Vector3.new(113.817245, 6.80000734, 18.3115101)
  538. o24.Rotation = Vector3.new(-0, -90, 0)
  539. o24.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  540. o24.Velocity = Vector3.new(0.00226270943, -0.000567569688, -0.00708095264)
  541. o24.Anchored = true
  542. o24.FormFactor = Enum.FormFactor.Plate
  543. o24.Size = Vector3.new(1, 2.79999995, 1)
  544. o24.CFrame = CFrame.new(113.817245, 6.80000734, 18.3115101, 0, 5.54578605e-008, -1, 0, 1, 5.54578605e-008, 1, 0, 0)
  545. o24.BackSurface = Enum.SurfaceType.Weld
  546. o24.BottomSurface = Enum.SurfaceType.Weld
  547. o24.TopSurface = Enum.SurfaceType.Weld
  548. o24.Color = Color3.new(0.972549, 0.972549, 0.972549)
  549. o25.Parent = o24
  550. o25.MeshType = Enum.MeshType.Wedge
  551. o26.Parent = o1
  552. o26.BrickColor = BrickColor.new("Institutional white")
  553. o26.Position = Vector3.new(93.0181885, 2.60000825, 13.8115101)
  554. o26.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  555. o26.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  556. o26.Velocity = Vector3.new(0.000647328445, 0.00159604801, -0.00163401756)
  557. o26.Anchored = true
  558. o26.FormFactor = Enum.FormFactor.Plate
  559. o26.Size = Vector3.new(1.39999998, 1.60000002, 10)
  560. o26.CFrame = CFrame.new(93.0181885, 2.60000825, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  561. o26.BackSurface = Enum.SurfaceType.Weld
  562. o26.BottomSurface = Enum.SurfaceType.Weld
  563. o26.FrontSurface = Enum.SurfaceType.Weld
  564. o26.LeftSurface = Enum.SurfaceType.Weld
  565. o26.RightSurface = Enum.SurfaceType.Weld
  566. o26.TopSurface = Enum.SurfaceType.Weld
  567. o26.Color = Color3.new(0.972549, 0.972549, 0.972549)
  568. o27.Parent = o26
  569. o28.Parent = o1
  570. o28.BrickColor = BrickColor.new("Institutional white")
  571. o28.Position = Vector3.new(113.818176, 6.80000877, 9.31151104)
  572. o28.Rotation = Vector3.new(-90, -89.7982635, -90)
  573. o28.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  574. o28.Velocity = Vector3.new(-0.000360969483, 0.000753228669, -0.00708122458)
  575. o28.Anchored = true
  576. o28.FormFactor = Enum.FormFactor.Plate
  577. o28.Size = Vector3.new(1, 2.79999995, 1)
  578. o28.CFrame = CFrame.new(113.818176, 6.80000877, 9.31151104, 0, 3.89985715e-008, -0.999993801, 0, 1, 4.03698408e-008, 1, 0, 0)
  579. o28.BackSurface = Enum.SurfaceType.Weld
  580. o28.BottomSurface = Enum.SurfaceType.Weld
  581. o28.TopSurface = Enum.SurfaceType.Weld
  582. o28.Color = Color3.new(0.972549, 0.972549, 0.972549)
  583. o29.Parent = o28
  584. o29.MeshType = Enum.MeshType.Wedge
  585. o30.Parent = o1
  586. o30.BrickColor = BrickColor.new("Institutional white")
  587. o30.Position = Vector3.new(96.3181992, 4.60000753, 18.3115101)
  588. o30.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  589. o30.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  590. o30.Velocity = Vector3.new(0.00210371148, 0.000697117415, -0.0023025109)
  591. o30.Anchored = true
  592. o30.FormFactor = Enum.FormFactor.Plate
  593. o30.Size = Vector3.new(2, 2.4000001, 1)
  594. o30.CFrame = CFrame.new(96.3181992, 4.60000753, 18.3115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  595. o30.BackSurface = Enum.SurfaceType.Weld
  596. o30.BottomSurface = Enum.SurfaceType.Weld
  597. o30.FrontSurface = Enum.SurfaceType.Weld
  598. o30.LeftSurface = Enum.SurfaceType.Weld
  599. o30.RightSurface = Enum.SurfaceType.Weld
  600. o30.TopSurface = Enum.SurfaceType.Weld
  601. o30.Color = Color3.new(0.972549, 0.972549, 0.972549)
  602. o31.Parent = o30
  603. o32.Parent = o1
  604. o32.BrickColor = BrickColor.new("Dark stone grey")
  605. o32.Position = Vector3.new(95.8181839, 4.60000753, 13.8115101)
  606. o32.Rotation = Vector3.new(90, 89.960434, -90)
  607. o32.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  608. o32.Velocity = Vector3.new(0.000791871978, 0.00139368721, -0.00215674727)
  609. o32.Anchored = true
  610. o32.FormFactor = Enum.FormFactor.Plate
  611. o32.Size = Vector3.new(8, 2.4000001, 1)
  612. o32.CFrame = CFrame.new(95.8181839, 4.60000753, 13.8115101, 0, 3.96579551e-008, 0.999999762, 0, 1, -3.97106952e-008, -1, 0, 0)
  613. o32.BottomSurface = Enum.SurfaceType.Weld
  614. o32.TopSurface = Enum.SurfaceType.Weld
  615. o32.Color = Color3.new(0.388235, 0.372549, 0.384314)
  616. o33.Parent = o32
  617. o33.Offset = Vector3.new(0, 0, 0.5)
  618. o33.Scale = Vector3.new(1, 1, 2)
  619. o34.Parent = o1
  620. o34.BrickColor = BrickColor.new("Institutional white")
  621. o34.Position = Vector3.new(93.8181992, 4.00000715, 13.8115101)
  622. o34.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  623. o34.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  624. o34.Velocity = Vector3.new(0.000748508843, 0.00153822941, -0.00166177051)
  625. o34.Anchored = true
  626. o34.FormFactor = Enum.FormFactor.Plate
  627. o34.Size = Vector3.new(3, 1.20000005, 10)
  628. o34.CFrame = CFrame.new(93.8181992, 4.00000715, 13.8115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  629. o34.BackSurface = Enum.SurfaceType.Weld
  630. o34.BottomSurface = Enum.SurfaceType.Weld
  631. o34.FrontSurface = Enum.SurfaceType.Weld
  632. o34.LeftSurface = Enum.SurfaceType.Weld
  633. o34.RightSurface = Enum.SurfaceType.Weld
  634. o34.TopSurface = Enum.SurfaceType.Weld
  635. o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  636. o35.Parent = o34
  637. o36.Parent = o1
  638. o36.BrickColor = BrickColor.new("Br. yellowish orange")
  639. o36.Position = Vector3.new(92.2181854, 4.00000715, 18.211504)
  640. o36.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  641. o36.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  642. o36.Velocity = Vector3.new(0.00203119451, 0.00100810977, -0.00119533355)
  643. o36.Anchored = true
  644. o36.FormFactor = Enum.FormFactor.Custom
  645. o36.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  646. o36.CFrame = CFrame.new(92.2181854, 4.00000715, 18.211504, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  647. o36.BackSurface = Enum.SurfaceType.Weld
  648. o36.BottomSurface = Enum.SurfaceType.Weld
  649. o36.FrontSurface = Enum.SurfaceType.Weld
  650. o36.LeftSurface = Enum.SurfaceType.Weld
  651. o36.RightSurface = Enum.SurfaceType.Weld
  652. o36.TopSurface = Enum.SurfaceType.Weld
  653. o36.Color = Color3.new(0.886275, 0.607843, 0.25098)
  654. o37.Parent = o36
  655. o38.Parent = o1
  656. o38.BrickColor = BrickColor.new("Institutional white")
  657. o38.Position = Vector3.new(99.0602112, 4.60000706, 18.3115101)
  658. o38.Rotation = Vector3.new(-0, 0, -4.84935117e-006)
  659. o38.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  660. o38.Velocity = Vector3.new(0.00210371148, 0.000498947338, -0.0031018618)
  661. o38.Anchored = true
  662. o38.CanCollide = false
  663. o38.FormFactor = Enum.FormFactor.Plate
  664. o38.Size = Vector3.new(3.48000026, 2.4000001, 1)
  665. o38.CFrame = CFrame.new(99.0602112, 4.60000706, 18.3115101, 1, 8.46371435e-008, 0, -8.46371435e-008, 1, 0, 0, 0, 1)
  666. o38.BottomSurface = Enum.SurfaceType.Weld
  667. o38.LeftSurface = Enum.SurfaceType.Weld
  668. o38.RightSurface = Enum.SurfaceType.Weld
  669. o38.TopSurface = Enum.SurfaceType.Weld
  670. o38.Color = Color3.new(0.972549, 0.972549, 0.972549)
  671. o39.Parent = o1
  672. o39.BrickColor = BrickColor.new("Really red")
  673. o39.Position = Vector3.new(113.818176, 4.80000877, 9.31151104)
  674. o39.Rotation = Vector3.new(-0, 0, -2.2344675e-006)
  675. o39.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  676. o39.Velocity = Vector3.new(-0.000505513046, 0.000753228669, -0.00737475045)
  677. o39.Anchored = true
  678. o39.FormFactor = Enum.FormFactor.Plate
  679. o39.Size = Vector3.new(1, 1.20000005, 1)
  680. o39.CFrame = CFrame.new(113.818176, 4.80000877, 9.31151104, 0.999993801, 3.89985715e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  681. o39.BackSurface = Enum.SurfaceType.Weld
  682. o39.BottomSurface = Enum.SurfaceType.Weld
  683. o39.FrontSurface = Enum.SurfaceType.Weld
  684. o39.LeftSurface = Enum.SurfaceType.Weld
  685. o39.RightSurface = Enum.SurfaceType.Weld
  686. o39.TopSurface = Enum.SurfaceType.Weld
  687. o39.Color = Color3.new(1, 0, 0)
  688. o40.Parent = o39
  689. o41.Parent = o1
  690. o41.BrickColor = BrickColor.new("Institutional white")
  691. o41.Position = Vector3.new(113.818054, 3.80000734, 9.31151104)
  692. o41.Rotation = Vector3.new(-0, 0, -2.23295706e-006)
  693. o41.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  694. o41.Velocity = Vector3.new(-0.000577784958, 0.000753237749, -0.00752147706)
  695. o41.Anchored = true
  696. o41.FormFactor = Enum.FormFactor.Plate
  697. o41.Size = Vector3.new(1, 0.800000012, 1)
  698. o41.CFrame = CFrame.new(113.818054, 3.80000734, 9.31151104, 0.999993563, 3.89721997e-008, 0, -4.03962055e-008, 1, 0, 0, 0, 1)
  699. o41.BackSurface = Enum.SurfaceType.Weld
  700. o41.BottomSurface = Enum.SurfaceType.Weld
  701. o41.FrontSurface = Enum.SurfaceType.Weld
  702. o41.LeftSurface = Enum.SurfaceType.Weld
  703. o41.RightSurface = Enum.SurfaceType.Weld
  704. o41.TopSurface = Enum.SurfaceType.Weld
  705. o41.Color = Color3.new(0.972549, 0.972549, 0.972549)
  706. o42.Parent = o41
  707. o43.Parent = o1
  708. o43.BrickColor = BrickColor.new("Institutional white")
  709. o43.Position = Vector3.new(105.317894, 8.40000725, 13.8115139)
  710. o43.Rotation = Vector3.new(-0, 0, -2.21481446e-006)
  711. o43.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  712. o43.Velocity = Vector3.new(0.00106650498, 0.000707125873, -0.00436840346)
  713. o43.Anchored = true
  714. o43.CanCollide = false
  715. o43.FormFactor = Enum.FormFactor.Plate
  716. o43.Size = Vector3.new(14, 0.400000006, 8)
  717. o43.CFrame = CFrame.new(105.317894, 8.40000725, 13.8115139, 1, 3.86558057e-008, 0, -3.86558057e-008, 1, 0, 0, 0, 1)
  718. o43.BackSurface = Enum.SurfaceType.Weld
  719. o43.BottomSurface = Enum.SurfaceType.Weld
  720. o43.FrontSurface = Enum.SurfaceType.Weld
  721. o43.LeftSurface = Enum.SurfaceType.Weld
  722. o43.RightSurface = Enum.SurfaceType.Weld
  723. o43.TopSurface = Enum.SurfaceType.Weld
  724. o43.Color = Color3.new(0.972549, 0.972549, 0.972549)
  725. o44.Parent = o43
  726. o45.Parent = o1
  727. o45.BrickColor = BrickColor.new("Really black")
  728. o45.Position = Vector3.new(113.818176, 6.80000782, 11.311511)
  729. o45.Rotation = Vector3.new(-90, -89.9314728, -90)
  730. o45.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  731. o45.Velocity = Vector3.new(0.000222070201, 0.000459702482, -0.00708122645)
  732. o45.Anchored = true
  733. o45.CanCollide = false
  734. o45.FormFactor = Enum.FormFactor.Plate
  735. o45.Size = Vector3.new(3, 2.79999995, 1)
  736. o45.CFrame = CFrame.new(113.818176, 6.80000782, 11.311511, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  737. o45.BackSurface = Enum.SurfaceType.Weld
  738. o45.BottomSurface = Enum.SurfaceType.Weld
  739. o45.TopSurface = Enum.SurfaceType.Weld
  740. o45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  741. o46.Parent = o45
  742. o46.MeshType = Enum.MeshType.Wedge
  743. o47.Parent = o1
  744. o47.BrickColor = BrickColor.new("Institutional white")
  745. o47.Position = Vector3.new(103.118179, 2.40000772, 13.8115101)
  746. o47.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  747. o47.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  748. o47.Velocity = Vector3.new(0.000632874086, 0.000866103393, -0.0046077203)
  749. o47.Anchored = true
  750. o47.FormFactor = Enum.FormFactor.Plate
  751. o47.Size = Vector3.new(12.3999996, 1.20000005, 10)
  752. o47.CFrame = CFrame.new(103.118179, 2.40000772, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  753. o47.BackSurface = Enum.SurfaceType.Weld
  754. o47.BottomSurface = Enum.SurfaceType.Weld
  755. o47.FrontSurface = Enum.SurfaceType.Weld
  756. o47.LeftSurface = Enum.SurfaceType.Weld
  757. o47.RightSurface = Enum.SurfaceType.Weld
  758. o47.TopSurface = Enum.SurfaceType.Weld
  759. o47.Color = Color3.new(0.972549, 0.972549, 0.972549)
  760. o48.Parent = o47
  761. o49.Parent = o1
  762. o49.BrickColor = BrickColor.new("White")
  763. o49.Position = Vector3.new(104.018181, 3.20000815, 13.8115101)
  764. o49.Rotation = Vector3.new(-0, 0, -2.27374471e-006)
  765. o49.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  766. o49.Velocity = Vector3.new(0.000690691522, 0.000801058719, -0.00475267787)
  767. o49.Anchored = true
  768. o49.FormFactor = Enum.FormFactor.Plate
  769. o49.Size = Vector3.new(20.6000004, 0.400000006, 10)
  770. o49.CFrame = CFrame.new(104.018181, 3.20000815, 13.8115101, 1, 3.96843305e-008, 0, -3.96843305e-008, 1, 0, 0, 0, 1)
  771. o49.BackSurface = Enum.SurfaceType.Weld
  772. o49.BottomSurface = Enum.SurfaceType.Weld
  773. o49.FrontSurface = Enum.SurfaceType.Weld
  774. o49.LeftSurface = Enum.SurfaceType.Weld
  775. o49.RightSurface = Enum.SurfaceType.Weld
  776. o49.TopSurface = Enum.SurfaceType.Weld
  777. o49.Color = Color3.new(0.94902, 0.952941, 0.952941)
  778. o50.Parent = o49
  779. o51.Parent = o1
  780. o51.BrickColor = BrickColor.new("Institutional white")
  781. o51.Position = Vector3.new(107.167747, 5.80000782, 18.3115101)
  782. o51.Rotation = Vector3.new(-0, 0, -3.14727777e-006)
  783. o51.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  784. o51.Velocity = Vector3.new(0.00219043763, -8.69987416e-005, -0.00528925471)
  785. o51.Anchored = true
  786. o51.FormFactor = Enum.FormFactor.Plate
  787. o51.Size = Vector3.new(12.3000002, 4.80000019, 1)
  788. o51.CFrame = CFrame.new(107.167747, 5.80000782, 18.3115101, 1, 5.49303607e-008, 0, -5.49303607e-008, 1, 0, 0, 0, 1)
  789. o51.BackSurface = Enum.SurfaceType.Weld
  790. o51.BottomSurface = Enum.SurfaceType.Weld
  791. o51.FrontSurface = Enum.SurfaceType.Weld
  792. o51.LeftSurface = Enum.SurfaceType.Weld
  793. o51.RightSurface = Enum.SurfaceType.Weld
  794. o51.TopSurface = Enum.SurfaceType.Weld
  795. o51.Color = Color3.new(0.972549, 0.972549, 0.972549)
  796. o52.Parent = o51
  797. o53.Parent = o1
  798. o53.BrickColor = BrickColor.new("Institutional white")
  799. o53.Position = Vector3.new(113.818176, 6.80000782, 13.8115101)
  800. o53.Rotation = Vector3.new(-90, -89.9314728, -90)
  801. o53.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  802. o53.Velocity = Vector3.new(0.000950869871, 9.27953006e-005, -0.00708122645)
  803. o53.Anchored = true
  804. o53.CanCollide = false
  805. o53.FormFactor = Enum.FormFactor.Plate
  806. o53.Size = Vector3.new(2, 2.79999995, 1)
  807. o53.CFrame = CFrame.new(113.818176, 6.80000782, 13.8115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  808. o53.BackSurface = Enum.SurfaceType.Weld
  809. o53.BottomSurface = Enum.SurfaceType.Weld
  810. o53.TopSurface = Enum.SurfaceType.Weld
  811. o53.Color = Color3.new(0.972549, 0.972549, 0.972549)
  812. o54.Parent = o53
  813. o54.MeshType = Enum.MeshType.Wedge
  814. o55.Parent = o1
  815. o55.BrickColor = BrickColor.new("Really black")
  816. o55.Position = Vector3.new(113.818176, 6.80000782, 16.3115101)
  817. o55.Rotation = Vector3.new(-90, -89.9314728, -90)
  818. o55.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  819. o55.Velocity = Vector3.new(0.0016796696, -0.000274111895, -0.00708122645)
  820. o55.Anchored = true
  821. o55.CanCollide = false
  822. o55.FormFactor = Enum.FormFactor.Plate
  823. o55.Size = Vector3.new(3, 2.79999995, 1)
  824. o55.CFrame = CFrame.new(113.818176, 6.80000782, 16.3115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  825. o55.BackSurface = Enum.SurfaceType.Weld
  826. o55.BottomSurface = Enum.SurfaceType.Weld
  827. o55.TopSurface = Enum.SurfaceType.Weld
  828. o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  829. o56.Parent = o55
  830. o56.MeshType = Enum.MeshType.Wedge
  831. o57.Parent = o1
  832. o57.BrickColor = BrickColor.new("Institutional white")
  833. o57.Position = Vector3.new(113.818176, 4.40000582, 13.8115101)
  834. o57.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  835. o57.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  836. o57.Velocity = Vector3.new(0.000777417503, 9.27956426e-005, -0.00743345637)
  837. o57.Anchored = true
  838. o57.CanCollide = false
  839. o57.FormFactor = Enum.FormFactor.Plate
  840. o57.Size = Vector3.new(1, 2, 8)
  841. o57.CFrame = CFrame.new(113.818176, 4.40000582, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  842. o57.BackSurface = Enum.SurfaceType.Weld
  843. o57.BottomSurface = Enum.SurfaceType.Weld
  844. o57.FrontSurface = Enum.SurfaceType.Weld
  845. o57.LeftSurface = Enum.SurfaceType.Weld
  846. o57.RightSurface = Enum.SurfaceType.Weld
  847. o57.TopSurface = Enum.SurfaceType.Weld
  848. o57.Color = Color3.new(0.972549, 0.972549, 0.972549)
  849. o58.Parent = o57
  850. o59.Parent = o1
  851. o59.BrickColor = BrickColor.new("Institutional white")
  852. o59.Position = Vector3.new(113.818176, 3.80000734, 18.3115101)
  853. o59.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  854. o59.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  855. o59.Velocity = Vector3.new(0.00204589404, -0.000567637384, -0.00752151385)
  856. o59.Anchored = true
  857. o59.FormFactor = Enum.FormFactor.Plate
  858. o59.Size = Vector3.new(1, 0.800000012, 1)
  859. o59.CFrame = CFrame.new(113.818176, 3.80000734, 18.3115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  860. o59.BackSurface = Enum.SurfaceType.Weld
  861. o59.BottomSurface = Enum.SurfaceType.Weld
  862. o59.FrontSurface = Enum.SurfaceType.Weld
  863. o59.LeftSurface = Enum.SurfaceType.Weld
  864. o59.RightSurface = Enum.SurfaceType.Weld
  865. o59.TopSurface = Enum.SurfaceType.Weld
  866. o59.Color = Color3.new(0.972549, 0.972549, 0.972549)
  867. o60.Parent = o59
  868. o61.Parent = o1
  869. o61.BrickColor = BrickColor.new("Institutional white")
  870. o61.Position = Vector3.new(105.317894, 8.40000725, 18.3115101)
  871. o61.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  872. o61.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  873. o61.Velocity = Vector3.new(0.00237834454, 4.6692905e-005, -0.00436840346)
  874. o61.Anchored = true
  875. o61.CanCollide = false
  876. o61.FormFactor = Enum.FormFactor.Plate
  877. o61.Size = Vector3.new(14, 0.400000006, 1)
  878. o61.CFrame = CFrame.new(105.317894, 8.40000725, 18.3115101, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  879. o61.BackSurface = Enum.SurfaceType.Weld
  880. o61.BottomSurface = Enum.SurfaceType.Weld
  881. o61.FrontSurface = Enum.SurfaceType.Weld
  882. o61.LeftSurface = Enum.SurfaceType.Weld
  883. o61.RightSurface = Enum.SurfaceType.Weld
  884. o61.TopSurface = Enum.SurfaceType.Weld
  885. o61.Color = Color3.new(0.972549, 0.972549, 0.972549)
  886. o62.Parent = o61
  887. o63.Parent = o1
  888. o63.BrickColor = BrickColor.new("Institutional white")
  889. o63.Position = Vector3.new(97.8181839, 5.79500866, 9.31151104)
  890. o63.Rotation = Vector3.new(-0, 0, -2.36894834e-006)
  891. o63.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  892. o63.Velocity = Vector3.new(-0.000433602603, 0.00190957636, -0.00256440602)
  893. o63.Anchored = true
  894. o63.CanCollide = false
  895. o63.FormFactor = Enum.FormFactor.Plate
  896. o63.Size = Vector3.new(1, 4.80999994, 1)
  897. o63.CFrame = CFrame.new(97.8181839, 5.79500866, 9.31151104, 1, 4.13459489e-008, 0, -4.13459489e-008, 1, 0, 0, 0, 1)
  898. o63.BottomSurface = Enum.SurfaceType.Weld
  899. o63.LeftSurface = Enum.SurfaceType.Weld
  900. o63.RightSurface = Enum.SurfaceType.Weld
  901. o63.TopSurface = Enum.SurfaceType.Weld
  902. o63.Color = Color3.new(0.972549, 0.972549, 0.972549)
  903. o64.Parent = o1
  904. o64.BrickColor = BrickColor.new("Institutional white")
  905. o64.Position = Vector3.new(97.8178101, 7.00000858, 18.3115101)
  906. o64.Rotation = Vector3.new(-0, 0, -2.14529973e-006)
  907. o64.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  908. o64.Velocity = Vector3.new(0.00227716402, 0.00058873737, -0.00238744705)
  909. o64.Anchored = true
  910. o64.CanCollide = false
  911. o64.FormFactor = Enum.FormFactor.Plate
  912. o64.Size = Vector3.new(1, 2.4000001, 1)
  913. o64.CFrame = CFrame.new(97.8178101, 7.00000858, 18.3115101, 0.999999762, 3.74425326e-008, 0, -3.74952727e-008, 1, 0, 0, 0, 1)
  914. o64.BottomSurface = Enum.SurfaceType.Weld
  915. o64.LeftSurface = Enum.SurfaceType.Weld
  916. o64.RightSurface = Enum.SurfaceType.Weld
  917. o64.TopSurface = Enum.SurfaceType.Weld
  918. o64.Color = Color3.new(0.972549, 0.972549, 0.972549)
  919. o65.Parent = o1
  920. o65.BrickColor = BrickColor.new("Institutional white")
  921. o65.Position = Vector3.new(113.418167, 2.40000749, 13.8115101)
  922. o65.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  923. o65.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  924. o65.Velocity = Vector3.new(0.000632874086, 0.000121704477, -0.0076103732)
  925. o65.Anchored = true
  926. o65.FormFactor = Enum.FormFactor.Plate
  927. o65.Size = Vector3.new(1.80000007, 1.20000005, 10)
  928. o65.CFrame = CFrame.new(113.418167, 2.40000749, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  929. o65.BackSurface = Enum.SurfaceType.Weld
  930. o65.BottomSurface = Enum.SurfaceType.Weld
  931. o65.FrontSurface = Enum.SurfaceType.Weld
  932. o65.LeftSurface = Enum.SurfaceType.Weld
  933. o65.RightSurface = Enum.SurfaceType.Weld
  934. o65.TopSurface = Enum.SurfaceType.Weld
  935. o65.Color = Color3.new(0.972549, 0.972549, 0.972549)
  936. o66.Parent = o65
  937. o67.Parent = o1
  938. o67.BrickColor = BrickColor.new("Really red")
  939. o67.Position = Vector3.new(113.817245, 4.80000687, 18.3115101)
  940. o67.Rotation = Vector3.new(-0, 0, -3.17145691e-006)
  941. o67.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  942. o67.Velocity = Vector3.new(0.00211816584, -0.000567570096, -0.0073744799)
  943. o67.Anchored = true
  944. o67.FormFactor = Enum.FormFactor.Plate
  945. o67.Size = Vector3.new(1, 1.20000005, 1)
  946. o67.CFrame = CFrame.new(113.817245, 4.80000687, 18.3115101, 1, 5.53523627e-008, 0, -5.53523627e-008, 1, 0, 0, 0, 1)
  947. o67.BackSurface = Enum.SurfaceType.Weld
  948. o67.BottomSurface = Enum.SurfaceType.Weld
  949. o67.FrontSurface = Enum.SurfaceType.Weld
  950. o67.LeftSurface = Enum.SurfaceType.Weld
  951. o67.RightSurface = Enum.SurfaceType.Weld
  952. o67.TopSurface = Enum.SurfaceType.Weld
  953. o67.Color = Color3.new(1, 0, 0)
  954. o68.Parent = o67
  955. o69.Parent = o1
  956. o69.BrickColor = BrickColor.new("Institutional white")
  957. o69.Position = Vector3.new(112.817894, 8.40000725, 13.8115139)
  958. o69.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  959. o69.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  960. o69.Velocity = Vector3.new(0.00106650498, 0.000165087578, -0.00655480288)
  961. o69.Anchored = true
  962. o69.CanCollide = false
  963. o69.FormFactor = Enum.FormFactor.Plate
  964. o69.Size = Vector3.new(1, 0.400000006, 10)
  965. o69.CFrame = CFrame.new(112.817894, 8.40000725, 13.8115139, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  966. o69.BackSurface = Enum.SurfaceType.Weld
  967. o69.BottomSurface = Enum.SurfaceType.Weld
  968. o69.FrontSurface = Enum.SurfaceType.Weld
  969. o69.LeftSurface = Enum.SurfaceType.Weld
  970. o69.RightSurface = Enum.SurfaceType.Weld
  971. o69.TopSurface = Enum.SurfaceType.Weld
  972. o69.Color = Color3.new(0.972549, 0.972549, 0.972549)
  973. o70.Parent = o69
  974. o71.Parent = o1
  975. o71.BrickColor = BrickColor.new("Really black")
  976. o71.Position = Vector3.new(92.2181854, 3.8000083, 13.8115101)
  977. o71.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  978. o71.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  979. o71.Velocity = Vector3.new(0.0007340546, 0.00165386556, -0.00122468593)
  980. o71.Anchored = true
  981. o71.FormFactor = Enum.FormFactor.Custom
  982. o71.Size = Vector3.new(0.200000003, 0.800000012, 6)
  983. o71.CFrame = CFrame.new(92.2181854, 3.8000083, 13.8115101, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  984. o71.BackSurface = Enum.SurfaceType.Weld
  985. o71.BottomSurface = Enum.SurfaceType.Weld
  986. o71.FrontSurface = Enum.SurfaceType.Weld
  987. o71.LeftSurface = Enum.SurfaceType.Weld
  988. o71.RightSurface = Enum.SurfaceType.Weld
  989. o71.TopSurface = Enum.SurfaceType.Weld
  990. o71.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  991. o72.Parent = o71
  992. o73.Name = "Head"
  993. o73.Parent = o1
  994. o73.Material = Enum.Material.SmoothPlastic
  995. o73.BrickColor = BrickColor.new("Institutional white")
  996. o73.Position = Vector3.new(99.207077, 7.026577, 15.2047167)
  997. o73.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  998. o73.Anchored = true
  999. o73.FormFactor = Enum.FormFactor.Symmetric
  1000. o73.Size = Vector3.new(2, 1, 1)
  1001. o73.CFrame = CFrame.new(99.207077, 7.026577, 15.2047167, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1002. o73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1003. o73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1004. o73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1005. o73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1006. o73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1007. o73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1008. o73.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1009. o74.Parent = o73
  1010. o74.Scale = Vector3.new(1.25, 1.25, 1.25)
  1011. o75.Name = "face"
  1012. o75.Parent = o73
  1013. o75.Texture = "rbxasset://textures/face.png"
  1014. o76.Parent = o1
  1015. o76.BrickColor = BrickColor.new("Institutional white")
  1016. o76.Position = Vector3.new(99.6954269, 5.81500673, 9.31151104)
  1017. o76.Rotation = Vector3.new(-0, 0, -8.82515178e-006)
  1018. o76.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1019. o76.Velocity = Vector3.new(-0.000432157307, 0.00177390513, -0.00310872309)
  1020. o76.Anchored = true
  1021. o76.CanCollide = false
  1022. o76.FormFactor = Enum.FormFactor.Plate
  1023. o76.Size = Vector3.new(2.76000023, 4.82999992, 1)
  1024. o76.CFrame = CFrame.new(99.6954269, 5.81500673, 9.31151104, 1, 1.54027958e-007, 0, -1.54027958e-007, 1, 0, 0, 0, 1)
  1025. o76.BottomSurface = Enum.SurfaceType.Weld
  1026. o76.LeftSurface = Enum.SurfaceType.Weld
  1027. o76.RightSurface = Enum.SurfaceType.Weld
  1028. o76.TopSurface = Enum.SurfaceType.Weld
  1029. o76.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1030. o77.Parent = o1
  1031. o77.BrickColor = BrickColor.new("Institutional white")
  1032. o77.Position = Vector3.new(100.909996, 5.80000877, 14.2915134)
  1033. o77.Rotation = Vector3.new(-0, 0, -7.89941078e-006)
  1034. o77.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1035. o77.Velocity = Vector3.new(0.0010185279, 0.000955246738, -0.00346499542)
  1036. o77.Anchored = true
  1037. o77.FormFactor = Enum.FormFactor.Plate
  1038. o77.Size = Vector3.new(0.200000003, 4.80000019, 9.0199995)
  1039. o77.CFrame = CFrame.new(100.909996, 5.80000877, 14.2915134, 1, 1.37870728e-007, 0, -1.37870728e-007, 1, 0, 0, 0, 1)
  1040. o77.BackSurface = Enum.SurfaceType.Weld
  1041. o77.BottomSurface = Enum.SurfaceType.Weld
  1042. o77.FrontSurface = Enum.SurfaceType.Weld
  1043. o77.LeftSurface = Enum.SurfaceType.Weld
  1044. o77.RightSurface = Enum.SurfaceType.Weld
  1045. o77.TopSurface = Enum.SurfaceType.Weld
  1046. o77.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1047. o78.Parent = o77
  1048. o79.Name = "Head"
  1049. o79.Parent = o1
  1050. o79.Material = Enum.Material.SmoothPlastic
  1051. o79.BrickColor = BrickColor.new("Institutional white")
  1052. o79.Position = Vector3.new(103.10894, 7.49666739, 15.2047167)
  1053. o79.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1054. o79.Anchored = true
  1055. o79.FormFactor = Enum.FormFactor.Symmetric
  1056. o79.Size = Vector3.new(2, 1, 1)
  1057. o79.CFrame = CFrame.new(103.10894, 7.49666739, 15.2047167, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  1058. o79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1059. o79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1060. o79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1061. o79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1062. o79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1063. o79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1064. o79.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1065. o80.Parent = o79
  1066. o80.Scale = Vector3.new(1.25, 1.25, 1.25)
  1067. o81.Name = "face"
  1068. o81.Parent = o79
  1069. o81.Texture = "rbxasset://textures/face.png"
  1070. o82.Name = "Handle"
  1071. o82.Parent = o1
  1072. o82.Material = Enum.Material.SmoothPlastic
  1073. o82.Position = Vector3.new(103.10894, 7.34666729, 15.2047167)
  1074. o82.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1075. o82.Anchored = true
  1076. o82.CanCollide = false
  1077. o82.FormFactor = Enum.FormFactor.Symmetric
  1078. o82.Size = Vector3.new(2, 2, 2)
  1079. o82.CFrame = CFrame.new(103.10894, 7.34666729, 15.2047167, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  1080. o82.BottomSurface = Enum.SurfaceType.Smooth
  1081. o82.TopSurface = Enum.SurfaceType.Smooth
  1082. o83.Parent = o82
  1083. o83.MeshId = "http://www.roblox.com/asset/?id=15393031"
  1084. o83.TextureId = "http://www.roblox.com/asset/?id=15393013"
  1085. o83.MeshType = Enum.MeshType.FileMesh
  1086. o84.Parent = o1
  1087. o84.NameOcclusion = Enum.NameOcclusion.NoOcclusion
  1088. o84.RightLeg = o94
  1089. o84.LeftLeg = o96
  1090. o84.Torso = o87
  1091. o84.Health = 0
  1092. o84.MaxHealth = 0
  1093. o85.Name = "TPPART"
  1094. o85.Parent = o1
  1095. o85.Transparency = 1
  1096. o85.Position = Vector3.new(104.155182, 4.24109221, 12.6003485)
  1097. o85.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  1098. o85.Anchored = true
  1099. o85.CanCollide = false
  1100. o85.Size = Vector3.new(4, 1, 2)
  1101. o85.CFrame = CFrame.new(104.155182, 4.24109221, 12.6003485, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  1102. o86.Name = "TPPART2"
  1103. o86.Parent = o1
  1104. o86.Transparency = 1
  1105. o86.Position = Vector3.new(104.155182, 5.40188599, 6.32408237)
  1106. o86.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  1107. o86.Anchored = true
  1108. o86.CanCollide = false
  1109. o86.Size = Vector3.new(4, 1, 2)
  1110. o86.CFrame = CFrame.new(104.155182, 5.40188599, 6.32408237, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  1111. o87.Name = "Torso"
  1112. o87.Parent = o1
  1113. o87.Material = Enum.Material.SmoothPlastic
  1114. o87.BrickColor = BrickColor.new("Navy blue")
  1115. o87.Position = Vector3.new(99.207077, 5.526577, 15.2047167)
  1116. o87.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1117. o87.Anchored = true
  1118. o87.FormFactor = Enum.FormFactor.Symmetric
  1119. o87.Size = Vector3.new(2, 2, 1)
  1120. o87.CFrame = CFrame.new(99.207077, 5.526577, 15.2047167, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1121. o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1122. o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1123. o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1124. o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1125. o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1126. o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1127. o87.Color = Color3.new(0, 0.12549, 0.376471)
  1128. o88.Name = "roblox"
  1129. o88.Parent = o87
  1130. o89.Name = "Right Shoulder"
  1131. o89.Parent = o87
  1132. o89.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1133. o89.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1134. o89.Part0 = o87
  1135. o89.Part1 = o95
  1136. o89.DesiredAngle = -0.062025275081396
  1137. o89.MaxVelocity = 0.15000000596046
  1138. o90.Name = "Left Shoulder"
  1139. o90.Parent = o87
  1140. o90.C0 = CFrame.new(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1141. o90.C1 = CFrame.new(0.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1142. o90.Part0 = o87
  1143. o90.Part1 = o97
  1144. o90.DesiredAngle = -0.062025275081396
  1145. o90.MaxVelocity = 0.15000000596046
  1146. o91.Name = "Right Hip"
  1147. o91.Parent = o87
  1148. o91.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1149. o91.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1150. o91.Part0 = o87
  1151. o91.Part1 = o94
  1152. o91.DesiredAngle = 0.062025275081396
  1153. o91.MaxVelocity = 0.10000000149012
  1154. o92.Name = "Left Hip"
  1155. o92.Parent = o87
  1156. o92.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1157. o92.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1158. o92.Part0 = o87
  1159. o92.Part1 = o96
  1160. o92.DesiredAngle = 0.062025275081396
  1161. o92.MaxVelocity = 0.10000000149012
  1162. o93.Name = "Neck"
  1163. o93.Parent = o87
  1164. o93.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1165. o93.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1166. o93.Part0 = o87
  1167. o93.Part1 = o73
  1168. o93.MaxVelocity = 0.10000000149012
  1169. o94.Name = "Right Leg"
  1170. o94.Parent = o1
  1171. o94.Material = Enum.Material.SmoothPlastic
  1172. o94.BrickColor = BrickColor.new("Navy blue")
  1173. o94.Position = Vector3.new(99.215416, 3.526577, 14.7047863)
  1174. o94.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1175. o94.Anchored = true
  1176. o94.CanCollide = false
  1177. o94.FormFactor = Enum.FormFactor.Symmetric
  1178. o94.Size = Vector3.new(1, 2, 1)
  1179. o94.CFrame = CFrame.new(99.215416, 3.526577, 14.7047863, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1180. o94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1181. o94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1182. o94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1183. o94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1184. o94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1185. o94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1186. o94.Color = Color3.new(0, 0.12549, 0.376471)
  1187. o95.Name = "Right Arm"
  1188. o95.Parent = o1
  1189. o95.Material = Enum.Material.SmoothPlastic
  1190. o95.BrickColor = BrickColor.new("Maroon")
  1191. o95.Position = Vector3.new(99.2321014, 5.526577, 13.7049236)
  1192. o95.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1193. o95.Anchored = true
  1194. o95.CanCollide = false
  1195. o95.FormFactor = Enum.FormFactor.Symmetric
  1196. o95.Size = Vector3.new(1, 2, 1)
  1197. o95.CFrame = CFrame.new(99.2321014, 5.526577, 13.7049236, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1198. o95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1199. o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1200. o95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1201. o95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1202. o95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1203. o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1204. o95.Color = Color3.new(0.458824, 0, 0)
  1205. o96.Name = "Left Leg"
  1206. o96.Parent = o1
  1207. o96.Material = Enum.Material.SmoothPlastic
  1208. o96.BrickColor = BrickColor.new("Navy blue")
  1209. o96.Position = Vector3.new(99.1987381, 3.526577, 15.7046452)
  1210. o96.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1211. o96.Anchored = true
  1212. o96.CanCollide = false
  1213. o96.FormFactor = Enum.FormFactor.Symmetric
  1214. o96.Size = Vector3.new(1, 2, 1)
  1215. o96.CFrame = CFrame.new(99.1987381, 3.526577, 15.7046452, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1216. o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1217. o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1218. o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1219. o96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1220. o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1221. o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1222. o96.Color = Color3.new(0, 0.12549, 0.376471)
  1223. o97.Name = "Left Arm"
  1224. o97.Parent = o1
  1225. o97.Material = Enum.Material.SmoothPlastic
  1226. o97.BrickColor = BrickColor.new("Maroon")
  1227. o97.Position = Vector3.new(99.1820602, 5.526577, 16.7045078)
  1228. o97.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1229. o97.Anchored = true
  1230. o97.CanCollide = false
  1231. o97.FormFactor = Enum.FormFactor.Symmetric
  1232. o97.Size = Vector3.new(1, 2, 1)
  1233. o97.CFrame = CFrame.new(99.1820602, 5.526577, 16.7045078, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1234. o97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1235. o97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1236. o97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1237. o97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1238. o97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1239. o97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1240. o97.Color = Color3.new(0.458824, 0, 0)
  1241. o98.Name = "Torso"
  1242. o98.Parent = o1
  1243. o98.Material = Enum.Material.SmoothPlastic
  1244. o98.BrickColor = BrickColor.new("Navy blue")
  1245. o98.Position = Vector3.new(103.10894, 5.99666739, 15.2047167)
  1246. o98.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1247. o98.Anchored = true
  1248. o98.FormFactor = Enum.FormFactor.Symmetric
  1249. o98.Size = Vector3.new(2, 2, 1)
  1250. o98.CFrame = CFrame.new(103.10894, 5.99666739, 15.2047167, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  1251. o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1252. o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1253. o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1254. o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1255. o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1256. o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1257. o98.Color = Color3.new(0, 0.12549, 0.376471)
  1258. o99.Name = "roblox"
  1259. o99.Parent = o98
  1260. o100.Name = "Right Hip"
  1261. o100.Parent = o98
  1262. o100.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1263. o100.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1264. o100.Part0 = o98
  1265. o100.Part1 = o103
  1266. o100.DesiredAngle = 0.062025275081396
  1267. o100.MaxVelocity = 0.10000000149012
  1268. o101.Name = "Left Hip"
  1269. o101.Parent = o98
  1270. o101.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1271. o101.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1272. o101.Part0 = o98
  1273. o101.Part1 = o105
  1274. o101.DesiredAngle = 0.062025275081396
  1275. o101.MaxVelocity = 0.10000000149012
  1276. o102.Name = "Neck"
  1277. o102.Parent = o98
  1278. o102.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1279. o102.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1280. o102.Part0 = o98
  1281. o102.Part1 = o79
  1282. o102.MaxVelocity = 0.10000000149012
  1283. o103.Name = "Right Leg"
  1284. o103.Parent = o1
  1285. o103.Material = Enum.Material.SmoothPlastic
  1286. o103.BrickColor = BrickColor.new("Really black")
  1287. o103.Position = Vector3.new(103.608864, 3.99666739, 15.2130556)
  1288. o103.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1289. o103.Anchored = true
  1290. o103.CanCollide = false
  1291. o103.FormFactor = Enum.FormFactor.Symmetric
  1292. o103.Size = Vector3.new(1, 2, 1)
  1293. o103.CFrame = CFrame.new(103.608864, 3.99666739, 15.2130556, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  1294. o103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1295. o103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1296. o103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1297. o103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1298. o103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1299. o103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1300. o103.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1301. o104.Name = "Right Arm"
  1302. o104.Parent = o1
  1303. o104.Material = Enum.Material.SmoothPlastic
  1304. o104.BrickColor = BrickColor.new("Maroon")
  1305. o104.Position = Vector3.new(104.615349, 5.89646101, 14.8330393)
  1306. o104.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  1307. o104.Anchored = true
  1308. o104.CanCollide = false
  1309. o104.FormFactor = Enum.FormFactor.Symmetric
  1310. o104.Size = Vector3.new(1, 2, 1)
  1311. o104.CFrame = CFrame.new(104.615349, 5.89646101, 14.8330393, 0.999860883, -0.0117952423, -0.0117952526, 0, 0.707107067, -0.707106411, 0.0166809987, 0.707008064, 0.707008719)
  1312. o104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1313. o104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1314. o104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1315. o104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1316. o104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1317. o104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1318. o104.Color = Color3.new(0.458824, 0, 0)
  1319. o105.Name = "Left Leg"
  1320. o105.Parent = o1
  1321. o105.Material = Enum.Material.SmoothPlastic
  1322. o105.BrickColor = BrickColor.new("Really black")
  1323. o105.Position = Vector3.new(102.609009, 3.99666739, 15.1963739)
  1324. o105.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1325. o105.Anchored = true
  1326. o105.CanCollide = false
  1327. o105.FormFactor = Enum.FormFactor.Symmetric
  1328. o105.Size = Vector3.new(1, 2, 1)
  1329. o105.CFrame = CFrame.new(102.609009, 3.99666739, 15.1963739, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  1330. o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1331. o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1332. o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1333. o105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1334. o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1335. o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1336. o105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1337. o106.Name = "Left Arm"
  1338. o106.Parent = o1
  1339. o106.Material = Enum.Material.SmoothPlastic
  1340. o106.BrickColor = BrickColor.new("Maroon")
  1341. o106.Position = Vector3.new(101.617271, 5.96075201, 14.6924496)
  1342. o106.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  1343. o106.Anchored = true
  1344. o106.CanCollide = false
  1345. o106.FormFactor = Enum.FormFactor.Symmetric
  1346. o106.Size = Vector3.new(1, 2, 1)
  1347. o106.CFrame = CFrame.new(101.617271, 5.96075201, 14.6924496, 0.999860883, -0.0117952423, -0.0117952526, 0, 0.707107067, -0.707106411, 0.0166809987, 0.707008064, 0.707008719)
  1348. o106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1349. o106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1350. o106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1351. o106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1352. o106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1353. o106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1354. o106.Color = Color3.new(0.458824, 0, 0)
  1355. o107.Parent = o1
  1356. o107.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  1357. o107.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1358. o107.Anchored = true
  1359. o107.FormFactor = Enum.FormFactor.Symmetric
  1360. o107.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1361. o107.CFrame = CFrame.new(110.917458, 1.50000954, 18.4564953, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  1362. o108.Parent = o107
  1363. o109.Parent = o1
  1364. o109.BrickColor = BrickColor.new("Really black")
  1365. o109.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  1366. o109.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1367. o109.Anchored = true
  1368. o109.FormFactor = Enum.FormFactor.Symmetric
  1369. o109.Size = Vector3.new(3, 1.20000005, 3)
  1370. o109.CFrame = CFrame.new(110.917442, 1.50002527, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  1371. o109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1372. o110.Parent = o109
  1373. o111.Parent = o1
  1374. o111.BrickColor = BrickColor.new("Really black")
  1375. o111.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  1376. o111.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1377. o111.Anchored = true
  1378. o111.FormFactor = Enum.FormFactor.Symmetric
  1379. o111.Size = Vector3.new(3, 1.20000005, 3)
  1380. o111.CFrame = CFrame.new(110.917458, 1.50000954, 18.4564953, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  1381. o111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1382. o112.Parent = o111
  1383. o113.Parent = o1
  1384. o113.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  1385. o113.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1386. o113.Anchored = true
  1387. o113.FormFactor = Enum.FormFactor.Symmetric
  1388. o113.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1389. o113.CFrame = CFrame.new(95.3486252, 1.50002623, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  1390. o114.Parent = o113
  1391. o115.Parent = o1
  1392. o115.BrickColor = BrickColor.new("Really black")
  1393. o115.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  1394. o115.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1395. o115.Anchored = true
  1396. o115.FormFactor = Enum.FormFactor.Symmetric
  1397. o115.Size = Vector3.new(3, 1.20000005, 3)
  1398. o115.CFrame = CFrame.new(95.3486252, 1.50002623, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  1399. o115.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1400. o116.Parent = o115
  1401. o117.Parent = o1
  1402. o117.BrickColor = BrickColor.new("Really black")
  1403. o117.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  1404. o117.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1405. o117.Anchored = true
  1406. o117.FormFactor = Enum.FormFactor.Symmetric
  1407. o117.Size = Vector3.new(3, 1.20000005, 3)
  1408. o117.CFrame = CFrame.new(95.3486252, 1.50001001, 18.4564877, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  1409. o117.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1410. o118.Parent = o117
  1411. o119.Parent = o1
  1412. o119.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  1413. o119.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1414. o119.Anchored = true
  1415. o119.FormFactor = Enum.FormFactor.Symmetric
  1416. o119.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1417. o119.CFrame = CFrame.new(110.917442, 1.50002527, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  1418. o120.Parent = o119
  1419. o121.Name = "Handle"
  1420. o121.Parent = o1
  1421. o121.Material = Enum.Material.SmoothPlastic
  1422. o121.Position = Vector3.new(99.207077, 6.8765769, 15.2047167)
  1423. o121.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1424. o121.Anchored = true
  1425. o121.CanCollide = false
  1426. o121.FormFactor = Enum.FormFactor.Symmetric
  1427. o121.Size = Vector3.new(2, 2, 2)
  1428. o121.CFrame = CFrame.new(99.207077, 6.8765769, 15.2047167, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1429. o121.BottomSurface = Enum.SurfaceType.Smooth
  1430. o121.TopSurface = Enum.SurfaceType.Smooth
  1431. o122.Parent = o121
  1432. o122.MeshId = "http://www.roblox.com/asset/?id=15393031"
  1433. o122.TextureId = "http://www.roblox.com/asset/?id=15393013"
  1434. o122.MeshType = Enum.MeshType.FileMesh
  1435. o123.Name = "RPPART"
  1436. o123.Parent = o1
  1437. o123.Transparency = 1
  1438. o123.Position = Vector3.new(103.454132, 5.33460093, 13.0707426)
  1439. o123.Rotation = Vector3.new(-90, 0, -0)
  1440. o123.Anchored = true
  1441. o123.CanCollide = false
  1442. o123.Size = Vector3.new(4, 1, 2)
  1443. o123.CFrame = CFrame.new(103.454132, 5.33460093, 13.0707426, 1, 0, 0, 0, 0, 1, 0, -1, 0)
  1444. function MoveY(model, Position)
  1445. for _,part in pairs (model:GetChildren()) do
  1446. if part.ClassName == "Part" then
  1447. part.CFrame = part.CFrame + Vector3.new(0,Position,0)
  1448. end
  1449. end
  1450. end
  1451. function MoveX(model, Position)
  1452. for _,part in pairs (model:GetChildren()) do
  1453. if part.ClassName == "Part" then
  1454. part.CFrame = part.CFrame + Vector3.new(Position,0,0)
  1455. end
  1456. end
  1457. end
  1458. function MoveSpawn(model, PLAYERPOS)
  1459. for _,part in pairs (model:GetChildren()) do
  1460. if part.ClassName == "Part" then
  1461. part.CFrame = part.CFrame + PLAYERPOS + Vector3.new(50,-2.7,-5)
  1462. end
  1463. end
  1464. end
  1465. function MoveZ(model, Position)
  1466. for _,part in pairs (model:GetChildren()) do
  1467. if part.ClassName == "Part" then
  1468. part.CFrame = part.CFrame + Vector3.new(0,0,Position)
  1469. end
  1470. end
  1471. end
  1472. function MoveZPart(Part, Position)
  1473. Part.CFrame = Part.CFrame + Vector3.new(0,0,Position)
  1474. end
  1475. function MoveXPart(Part, Position)
  1476. Part.CFrame = Part.CFrame + Vector3.new(Position,0,0)
  1477. end
  1478. game.Players:FindFirstChild(name).Character.HumanoidRootPart.Anchored = true
  1479. OMGCREEPY = Instance.new("Sound")
  1480. OMGCREEPY.Parent = o1
  1481. OMGCREEPY.Volume = .5
  1482. OMGCREEPY.SoundId = "rbxassetid://177775134"
  1483. for i,v in pairs (o1:GetChildren()) do
  1484. if v:IsA("Part") then
  1485. v.Material = "SmoothPlastic"
  1486. v.BackSurface = "SmoothNoOutlines"
  1487. v.FrontSurface = "SmoothNoOutlines"
  1488. v.BottomSurface = "SmoothNoOutlines"
  1489. v.LeftSurface = "SmoothNoOutlines"
  1490. v.RightSurface = "SmoothNoOutlines"
  1491. v.TopSurface = "SmoothNoOutlines"
  1492. end
  1493. end
  1494. OMGCREEPY:Play()
  1495. o21:Play()
  1496. MoveSpawn(o1,game.Players:FindFirstChild(name).Character.HumanoidRootPart.Position)
  1497. for i=1,51 do
  1498. MoveX(o1,-3)
  1499. wait(.05)
  1500. end
  1501. wait(.5)
  1502. MoveZPart(o12,-1)
  1503. wait(.2)
  1504. for i=1,6 do
  1505. MoveXPart(o12,1)
  1506. wait(.1)
  1507. end
  1508. wait(.5)
  1509. game.Players:FindFirstChild(name).Character.HumanoidRootPart.CFrame = o86.CFrame
  1510. wait(.5)
  1511. game.Players:FindFirstChild(name).Character.HumanoidRootPart.CFrame = o85.CFrame
  1512. wait(.5)
  1513. MoveZPart(o12,1)
  1514. wait(.2)
  1515.  
  1516. for i=1,6 do
  1517. MoveXPart(o12,-1)
  1518. wait(.1)
  1519. end
  1520. for i=1,50 do
  1521. MoveX(o1,-3)
  1522. game.Players:FindFirstChild(name).Character.HumanoidRootPart.CFrame = o85.CFrame
  1523. wait(.05)
  1524. end
  1525. game.Players:FindFirstChild(name).Character.Head.face.Texture = "rbxassetid://629925029"
  1526. game.Players:FindFirstChild(name).Character.HumanoidRootPart.CFrame = o123.CFrame
  1527. game.Players:FindFirstChild(name).Character.Torso.Anchored = false
  1528. SCREAM = Instance.new("Sound")
  1529. SCREAM.Parent = game.Players:FindFirstChild(name).Character.Head
  1530. SCREAM.SoundId = "rbxassetid://138167455"
  1531. SCREAM:Play()
  1532. wait(2.5)
  1533. game.Players:FindFirstChild(name).Character.Head.BrickColor = BrickColor.new("Maroon")
  1534. MoveZPart(o12,-1)
  1535. wait(.2)
  1536. for i=1,6 do
  1537. MoveXPart(o12,1)
  1538. wait(.1)
  1539. end
  1540. game.Players:FindFirstChild(name).Character.Torso.Anchored = false
  1541. wait(.5)
  1542. game.Players:FindFirstChild(name).Character.HumanoidRootPart.CFrame = o86.CFrame
  1543. wait(.5)
  1544. MoveZPart(o12,1)
  1545. wait(.2)
  1546. for i=1,6 do
  1547. MoveXPart(o12,-1)
  1548. wait(.1)
  1549. end
  1550. game.Players:FindFirstChild(name).Character.Humanoid.Health = 0
  1551. player = game.Players:FindFirstChild(name)
  1552. char = player.Character
  1553. char.Archivable = true
  1554. local rg = char:Clone()
  1555. rg.HumanoidRootPart:Destroy()
  1556. rg.Name = ""
  1557. rg.Humanoid.MaxHealth = 0
  1558. for i, v in pairs(rg.Torso:GetChildren()) do
  1559. if v:IsA("Motor6D") then
  1560. v:Destroy()
  1561. end
  1562. end
  1563.  
  1564. local n = Instance.new("Glue", rg.Torso)
  1565. n.Name = "Neck"
  1566. n.Part0 = rg.Torso
  1567. n.Part1 = rg.Head
  1568. n.C0 = CFrame.new(0, 1, 0)
  1569. n.C1 = CFrame.new(0, -0.5, 0)
  1570.  
  1571. local rs = Instance.new("Glue", rg.Torso)
  1572. rs.Name = "Right Shoulder"
  1573. rs.Part0 = rg.Torso
  1574. rs.Part1 = rg["Right Arm"]
  1575. rs.C0 = CFrame.new(1.5, 0.5, 0)
  1576. rs.C1 = CFrame.new(0, 0.5, 0)
  1577. local ls = Instance.new("Glue", rg.Torso)
  1578. ls.Name = "Left Shoulder"
  1579. ls.Part0 = rg.Torso
  1580. ls.Part1 = rg["Left Arm"]
  1581. ls.C0 = CFrame.new(-1.5, 0.5, 0)
  1582. ls.C1 = CFrame.new(0, 0.5, 0)
  1583.  
  1584. local rh = Instance.new("Glue", rg.Torso)
  1585. rh.Name = "Right Hip"
  1586. rh.Part0 = rg.Torso
  1587. rh.Part1 = rg["Right Leg"]
  1588. rh.C0 = CFrame.new(0.5, -1, 0)
  1589. rh.C1 = CFrame.new(0, 1, 0)
  1590. local lh = Instance.new("Glue", rg.Torso)
  1591. lh.Name = "Left Hip"
  1592. lh.Part0 = rg.Torso
  1593. lh.Part1 = rg["Left Leg"]
  1594. lh.C0 = CFrame.new(-0.5, -1, 0)
  1595. lh.C1 = CFrame.new(0, 1, 0)
  1596. char.Torso:Destroy()
  1597. char.Head:Destroy()
  1598. char["Left Leg"]:Destroy()
  1599. char["Left Arm"]:Destroy()
  1600. char["Right Leg"]:Destroy()
  1601. char["Right Arm"]:Destroy()
  1602. rg.Parent = game.Workspace
  1603. rg.Head.BrickColor = BrickColor.new("Maroon")
  1604. function DEATH ()
  1605. OHHNELLY = Instance.new("Part")
  1606. OHHNELLY.Parent = workspace
  1607. OHHNELLY.Anchored = false
  1608. OHHNELLY.Material = Enum.Material.SmoothPlastic
  1609. OHHNELLY.BrickColor = BrickColor.new("Maroon")
  1610. OHHNELLY.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1611. OHHNELLY.Position = rg.Head.Position
  1612. OHHNELLY.Color = Color3.new(0.458824, 0, 0)
  1613. OHHNELLY.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1614. OHHNELLY.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1615. OHHNELLY.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1616. OHHNELLY.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1617. OHHNELLY.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1618. OHHNELLY.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1619. end
  1620. for i=1,20 do
  1621. DEATH()
  1622. MoveX(o1,-3)
  1623. wait(.05)
  1624. end
  1625. o1:Destroy()
  1626. end
  1627. end)
  1628. end
  1629. end
  1630. end
  1631. end
  1632. end
  1633. if Key == StopKey then
  1634. print("key I")
  1635. for i, v in pairs(game.Players:GetChildren()) do
  1636. if v.ClassName == "Player" and v.Name ~= Player.Name then
  1637. local char = v.Character
  1638. if char then
  1639. print"char"
  1640. local Human = v.Character:FindFirstChildOfClass("Humanoid")
  1641. if Human then
  1642. local Head = Human.Parent:FindFirstChild("Head")
  1643. if Head then
  1644. Head.BrickColor = BrickColor.new("Bright red")
  1645. Head.Parent:BreakJoints()
  1646. end
  1647. wait(0,01)
  1648. Human.Parent.Head:remove()
  1649. end
  1650. end
  1651. end
  1652. end
  1653. end
  1654. if Key == KillKey then
  1655. print("key K")
  1656. for i, v in pairs(game.Players:GetChildren()) do
  1657. if v.ClassName == "Player" and v.Name ~= Player.Name then
  1658. local char = v.Character
  1659. if char then
  1660. print"char"
  1661. local Human = v.Character:FindFirstChildOfClass("Humanoid")
  1662. if Human then
  1663. Human.MaxHealth = 20
  1664. local Health = Human.Health
  1665. while Health ~= 0 do
  1666. Human.Health = Human.Health - 1
  1667. Health = Human.Health
  1668. wait(0,5)
  1669. end
  1670. end
  1671. end
  1672. end
  1673. end
  1674. end
  1675. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement