Advertisement
denissini

Untitled

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