Gostrondude

Untitled

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