Advertisement
Guest User

Clown Van Gui Script (ROBLOX)

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