POPOP1LIN

Prision Life Script

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