Advertisement
loler222444

sdsd

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