Advertisement
Guest User

Untitled

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