Advertisement
rewfsdg3

Untitled

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