Advertisement
SubScripts

Sub's Admin V1

Apr 19th, 2019
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 134.19 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local BillboardGui = Instance.new("BillboardGui")
  5. local TextLabel = Instance.new("TextLabel")
  6. --Properties:
  7. BillboardGui.Parent = owner.Character.Head
  8. BillboardGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  9. BillboardGui.Active = true
  10. BillboardGui.Adornee = owner.Character.Head
  11. BillboardGui.LightInfluence = 1
  12. BillboardGui.Size = UDim2.new(0, 200, 0, 50)
  13. BillboardGui.ExtentsOffset = Vector3.new(0, 8, 0)
  14.  
  15. TextLabel.Parent = BillboardGui
  16. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  17. TextLabel.BackgroundTransparency = 1
  18. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  19. TextLabel.Font = Enum.Font.SourceSans
  20. TextLabel.Text = "SERVER ADMIN"
  21. TextLabel.TextColor3 = Color3.new(0, 0.760784, 0.807843)
  22. TextLabel.TextSize = 20
  23. TextLabel.TextWrapped = true
  24. -- Scripts:
  25.  
  26.  
  27. owner.Chatted:Connect(function(msg)
  28.     local lower = string.lower(msg)
  29.     if lower == ":cmds" or lower == ":commands" then
  30.     -- Farewell Infortality.
  31. -- Version: 2.82
  32. -- Instances:
  33. local Commands = Instance.new("ScreenGui")
  34. local Frame = Instance.new("Frame")
  35. local TextLabel = Instance.new("TextLabel")
  36. local TextLabel_2 = Instance.new("TextLabel")
  37. local TextButton = Instance.new("TextButton")
  38. local TextLabel_3 = Instance.new("TextLabel")
  39. local TextLabel_4 = Instance.new("TextLabel")
  40. local TextLabel_5 = Instance.new("TextLabel")
  41. local TextLabel_6 = Instance.new("TextLabel")
  42. --Properties:
  43. Commands.Name = "Commands"
  44. Commands.Parent = owner:WaitForChild("PlayerGui")
  45.  
  46. Frame.Parent = Commands
  47. Frame.BackgroundColor3 = Color3.new(0.129412, 0.12549, 0.129412)
  48. Frame.Position = UDim2.new(0.825384617, 0, 0.648125768, 0)
  49. Frame.Size = UDim2.new(0, 221, 0, 291)
  50.  
  51. TextLabel.Parent = Frame
  52. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  53. TextLabel.BackgroundTransparency = 1
  54. TextLabel.Position = UDim2.new(-0.00266969204, 0, -0.00135874748, 0)
  55. TextLabel.Size = UDim2.new(0, 221, 0, 50)
  56. TextLabel.Font = Enum.Font.SciFi
  57. TextLabel.Text = "ADMIN"
  58. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  59. TextLabel.TextScaled = true
  60. TextLabel.TextSize = 14
  61. TextLabel.TextWrapped = true
  62.  
  63. TextLabel_2.Parent = Frame
  64. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  65. TextLabel_2.BackgroundTransparency = 1
  66. TextLabel_2.Position = UDim2.new(-0.00266969204, 0, 0.169066384, 0)
  67. TextLabel_2.Size = UDim2.new(0, 107, 0, 25)
  68. TextLabel_2.Font = Enum.Font.SciFi
  69. TextLabel_2.Text = "Commands"
  70. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  71. TextLabel_2.TextScaled = true
  72. TextLabel_2.TextSize = 14
  73. TextLabel_2.TextWrapped = true
  74.  
  75. TextButton.Parent = Frame
  76. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  77. TextButton.BackgroundTransparency = 1
  78. TextButton.Position = UDim2.new(0.882352948, 0, 0, 0)
  79. TextButton.Size = UDim2.new(0, 26, 0, 19)
  80. TextButton.Font = Enum.Font.SourceSans
  81. TextButton.Text = "X"
  82. TextButton.TextColor3 = Color3.new(1, 1, 1)
  83. TextButton.TextScaled = true
  84. TextButton.TextSize = 14
  85. TextButton.TextWrapped = true
  86.  
  87. TextLabel_3.Parent = Frame
  88. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  89. TextLabel_3.BackgroundTransparency = 1
  90. TextLabel_3.Position = UDim2.new(-0.00266952859, 0, 0.303086966, 0)
  91. TextLabel_3.Size = UDim2.new(0, 221, 0, 25)
  92. TextLabel_3.Font = Enum.Font.SciFi
  93. TextLabel_3.Text = ":nuke"
  94. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  95. TextLabel_3.TextScaled = true
  96. TextLabel_3.TextSize = 14
  97. TextLabel_3.TextWrapped = true
  98. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  99.  
  100. TextLabel_4.Parent = Frame
  101. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  102. TextLabel_4.BackgroundTransparency = 1
  103. TextLabel_4.Position = UDim2.new(-0.00266952952, 0, 0.388997614, 0)
  104. TextLabel_4.Size = UDim2.new(0, 221, 0, 25)
  105. TextLabel_4.Font = Enum.Font.SciFi
  106. TextLabel_4.Text = ":plrcount"
  107. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  108. TextLabel_4.TextScaled = true
  109. TextLabel_4.TextSize = 14
  110. TextLabel_4.TextWrapped = true
  111. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  112.  
  113. TextLabel_5.Parent = Frame
  114. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  115. TextLabel_5.BackgroundTransparency = 1
  116. TextLabel_5.Position = UDim2.new(-0.00266952813, 0, 0.560818911, 0)
  117. TextLabel_5.Size = UDim2.new(0, 221, 0, 25)
  118. TextLabel_5.Font = Enum.Font.SciFi
  119. TextLabel_5.Text = ":clearworkspace"
  120. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  121. TextLabel_5.TextScaled = true
  122. TextLabel_5.TextSize = 14
  123. TextLabel_5.TextWrapped = true
  124. TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
  125.  
  126. TextLabel_6.Parent = Frame
  127. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  128. TextLabel_6.BackgroundTransparency = 1
  129. TextLabel_6.Position = UDim2.new(-0.00266952813, 0, 0.474908292, 0)
  130. TextLabel_6.Size = UDim2.new(0, 221, 0, 25)
  131. TextLabel_6.Font = Enum.Font.SciFi
  132. TextLabel_6.Text = ":cmds"
  133. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  134. TextLabel_6.TextScaled = true
  135. TextLabel_6.TextSize = 14
  136. TextLabel_6.TextWrapped = true
  137. TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left
  138. -- Scripts:
  139. local function SCRIPT_MBZQ79_FAKESCRIPT() -- TextButton.Script
  140.     local script = Instance.new('Script')
  141.     script.Parent = TextButton
  142.     script.Parent.MouseButton1Click:Connect(function()
  143.         script.Parent.Parent:Remove()
  144.     end)
  145.  
  146. end
  147. coroutine.resume(coroutine.create(SCRIPT_MBZQ79_FAKESCRIPT))
  148. end
  149.    
  150.    
  151.    
  152.    
  153.    
  154.    
  155.    
  156.    
  157.     if lower == ":clearw" or lower == ":cw" or lower == ":cworkspace" or lower == ":clearworkspace" then
  158.         workspace:ClearAllChildren()
  159.     end
  160.    
  161.     if lower == ":plrcount" or lower == ":pc" or lower == ":playercount" then
  162.         -- Farewell Infortality.
  163. -- Version: 2.82
  164. -- Instances:
  165. local PlrCount = Instance.new("ScreenGui")
  166. local Frame = Instance.new("Frame")
  167. local TextLabel = Instance.new("TextLabel")
  168. local TextLabel_2 = Instance.new("TextLabel")
  169. local TextButton = Instance.new("TextButton")
  170. --Properties:
  171. PlrCount.Name = "PlrCount"
  172. PlrCount.Parent = owner:WaitForChild("PlayerGui")
  173.  
  174. Frame.Parent = PlrCount
  175. Frame.BackgroundColor3 = Color3.new(0.129412, 0.12549, 0.129412)
  176. Frame.Position = UDim2.new(0.779999971, 0, 0.858524799, 0)
  177. Frame.Size = UDim2.new(0, 280, 0, 117)
  178.  
  179. TextLabel.Parent = Frame
  180. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  181. TextLabel.BackgroundTransparency = 1
  182. TextLabel.Position = UDim2.new(-0.00266969204, 0, -0.00135874748, 0)
  183. TextLabel.Size = UDim2.new(0, 221, 0, 50)
  184. TextLabel.Font = Enum.Font.SciFi
  185. TextLabel.Text = "Player count:"
  186. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  187. TextLabel.TextScaled = true
  188. TextLabel.TextSize = 14
  189. TextLabel.TextWrapped = true
  190.  
  191. TextLabel_2.Parent = Frame
  192. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  193. TextLabel_2.BackgroundTransparency = 1
  194. TextLabel_2.Position = UDim2.new(0.208044589, 0, 0.604963839, 0)
  195. TextLabel_2.Size = UDim2.new(0, 107, 0, 25)
  196. TextLabel_2.Font = Enum.Font.SciFi
  197. TextLabel_2.Text = "Commands"
  198. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  199. TextLabel_2.TextScaled = true
  200. TextLabel_2.TextSize = 14
  201. TextLabel_2.TextWrapped = true
  202.  
  203. TextButton.Parent = Frame
  204. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  205. TextButton.BackgroundTransparency = 1
  206. TextButton.Position = UDim2.new(0.882352948, 0, 0, 0)
  207. TextButton.Size = UDim2.new(0, 26, 0, 19)
  208. TextButton.Font = Enum.Font.SourceSans
  209. TextButton.Text = "X"
  210. TextButton.TextColor3 = Color3.new(1, 1, 1)
  211. TextButton.TextScaled = true
  212. TextButton.TextSize = 14
  213. TextButton.TextWrapped = true
  214. -- Scripts:
  215. local function SCRIPT_SXIX67_FAKESCRIPT() -- TextLabel_2.Script
  216.     local script = Instance.new('Script')
  217.     script.Parent = TextLabel_2
  218.     local players = game.Players:GetChildren()
  219.     local PN = #players
  220.    
  221.     script.Parent.Text = "Player count: "..PN
  222.  
  223. end
  224. coroutine.resume(coroutine.create(SCRIPT_SXIX67_FAKESCRIPT))
  225. local function SCRIPT_GNFL87_FAKESCRIPT() -- TextButton.Script
  226.     local script = Instance.new('Script')
  227.     script.Parent = TextButton
  228.     script.Parent.MouseButton1Click:Connect(function()
  229.         script.Parent.Parent:Remove()
  230.     end)
  231.  
  232. end
  233. coroutine.resume(coroutine.create(SCRIPT_GNFL87_FAKESCRIPT))
  234.  
  235.     end
  236.  
  237. if lower == ":nuke" then
  238.    
  239.     -- Farewell Infortality.
  240. -- Version: 2.82
  241. -- Instances:
  242. local PlrCount = Instance.new("ScreenGui")
  243. local Frame = Instance.new("Frame")
  244. local TextButton = Instance.new("TextButton")
  245. local TextLabel = Instance.new("TextLabel")
  246. local TextButton_2 = Instance.new("TextButton")
  247. --Properties:
  248. PlrCount.Name = "PlrCount"
  249. PlrCount.Parent = owner:WaitForChild("PlayerGui")
  250.  
  251. Frame.Parent = PlrCount
  252. Frame.BackgroundColor3 = Color3.new(0.129412, 0.12549, 0.129412)
  253. Frame.Size = UDim2.new(0, 280, 0, 117)
  254.  
  255. TextButton.Parent = Frame
  256. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  257. TextButton.BackgroundTransparency = 1
  258. TextButton.Position = UDim2.new(0.882352948, 0, 0, 0)
  259. TextButton.Size = UDim2.new(0, 26, 0, 19)
  260. TextButton.Font = Enum.Font.SourceSans
  261. TextButton.Text = "X"
  262. TextButton.TextColor3 = Color3.new(1, 1, 1)
  263. TextButton.TextScaled = true
  264. TextButton.TextSize = 14
  265. TextButton.TextWrapped = true
  266.  
  267. TextLabel.Parent = Frame
  268. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  269. TextLabel.BackgroundTransparency = 1
  270. TextLabel.Position = UDim2.new(0.175901741, 0, -0.00187379075, 0)
  271. TextLabel.Size = UDim2.new(0, 165, 0, 50)
  272. TextLabel.Font = Enum.Font.SciFi
  273. TextLabel.Text = "NUKE"
  274. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  275. TextLabel.TextScaled = true
  276. TextLabel.TextSize = 14
  277. TextLabel.TextWrapped = true
  278.  
  279. TextButton_2.Parent = Frame
  280. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  281. TextButton_2.BackgroundTransparency = 1
  282. TextButton_2.Position = UDim2.new(0.228781506, 0, 0.47863248, 0)
  283. TextButton_2.Size = UDim2.new(0, 140, 0, 27)
  284. TextButton_2.Font = Enum.Font.SourceSans
  285. TextButton_2.Text = "NUKE"
  286. TextButton_2.TextColor3 = Color3.new(1, 1, 1)
  287. TextButton_2.TextScaled = true
  288. TextButton_2.TextSize = 14
  289. TextButton_2.TextWrapped = true
  290. -- Scripts:
  291. local function SCRIPT_EOCD77_FAKESCRIPT() -- TextButton.Script
  292.     local script = Instance.new('Script')
  293.     script.Parent = TextButton
  294.     script.Parent.MouseButton1Click:Connect(function()
  295.         script.Parent.Parent:Remove()
  296.     end)
  297.  
  298. end
  299. coroutine.resume(coroutine.create(SCRIPT_EOCD77_FAKESCRIPT))
  300. local function SCRIPT_MPZH88_FAKESCRIPT() -- TextLabel.Script
  301.     local script = Instance.new('Script')
  302.     script.Parent = TextLabel
  303.     local players = game.Players:GetChildren()
  304.     local PN = #players
  305.    
  306.     script.Parent.Text = "Player count: "..PN
  307.  
  308. end
  309. coroutine.resume(coroutine.create(SCRIPT_MPZH88_FAKESCRIPT))
  310. local function SCRIPT_IEPB76_FAKESCRIPT() -- TextButton_2.Script
  311.     local script = Instance.new('Script')
  312.     script.Parent = TextButton_2
  313.     script.Parent.MouseButton1Click:Connect(function()
  314.         while wait(6) do
  315.             local e = Instance.new("Explosion", workspace)
  316.             e.Position = workspace.Base.Position
  317.             e.BlastPressure = 100000000000000
  318.             e.BlastRadius = 100000000000000
  319.         end
  320.     end)
  321.  
  322. end
  323. coroutine.resume(coroutine.create(SCRIPT_IEPB76_FAKESCRIPT))
  324.  
  325.    
  326. end
  327.  
  328. if string.sub(lower,0,7) == ":kidnap" then
  329. playerName = string.sub(msg, 9)
  330.  
  331. --CLOWN VAN BY DMS
  332. --its bad
  333. --first the victim gets kidnapped in a van
  334. --then they get r3ped
  335. --then the get killed
  336. --then the body is dumped on the street
  337. Victi = playerName
  338. o1 = Instance.new("Model")
  339. o2 = Instance.new("Part")
  340. o3 = Instance.new("CylinderMesh")
  341. o4 = Instance.new("Part")
  342. o5 = Instance.new("SpecialMesh")
  343. o6 = Instance.new("Part")
  344. o7 = Instance.new("SpecialMesh")
  345. o8 = Instance.new("Part")
  346. o9 = Instance.new("BlockMesh")
  347. o10 = Instance.new("Part")
  348. o11 = Instance.new("BlockMesh")
  349. o12 = Instance.new("Part")
  350. o13 = Instance.new("Part")
  351. o14 = Instance.new("BlockMesh")
  352. o15 = Instance.new("Part")
  353. o16 = Instance.new("SpecialMesh")
  354. o17 = Instance.new("Part")
  355. o18 = Instance.new("SpecialMesh")
  356. o19 = Instance.new("Part")
  357. o20 = Instance.new("SpecialMesh")
  358. o21 = Instance.new("Sound")
  359. o22 = Instance.new("Part")
  360. o23 = Instance.new("BlockMesh")
  361. o24 = Instance.new("Part")
  362. o25 = Instance.new("SpecialMesh")
  363. o26 = Instance.new("Part")
  364. o27 = Instance.new("BlockMesh")
  365. o28 = Instance.new("Part")
  366. o29 = Instance.new("SpecialMesh")
  367. o30 = Instance.new("Part")
  368. o31 = Instance.new("BlockMesh")
  369. o32 = Instance.new("Part")
  370. o33 = Instance.new("BlockMesh")
  371. o34 = Instance.new("Part")
  372. o35 = Instance.new("BlockMesh")
  373. o36 = Instance.new("Part")
  374. o37 = Instance.new("BlockMesh")
  375. o38 = Instance.new("Part")
  376. o39 = Instance.new("Part")
  377. o40 = Instance.new("BlockMesh")
  378. o41 = Instance.new("Part")
  379. o42 = Instance.new("BlockMesh")
  380. o43 = Instance.new("Part")
  381. o44 = Instance.new("BlockMesh")
  382. o45 = Instance.new("Part")
  383. o46 = Instance.new("SpecialMesh")
  384. o47 = Instance.new("Part")
  385. o48 = Instance.new("BlockMesh")
  386. o49 = Instance.new("Part")
  387. o50 = Instance.new("BlockMesh")
  388. o51 = Instance.new("Part")
  389. o52 = Instance.new("BlockMesh")
  390. o53 = Instance.new("Part")
  391. o54 = Instance.new("SpecialMesh")
  392. o55 = Instance.new("Part")
  393. o56 = Instance.new("SpecialMesh")
  394. o57 = Instance.new("Part")
  395. o58 = Instance.new("BlockMesh")
  396. o59 = Instance.new("Part")
  397. o60 = Instance.new("BlockMesh")
  398. o61 = Instance.new("Part")
  399. o62 = Instance.new("BlockMesh")
  400. o63 = Instance.new("Part")
  401. o64 = Instance.new("Part")
  402. o65 = Instance.new("Part")
  403. o66 = Instance.new("BlockMesh")
  404. o67 = Instance.new("Part")
  405. o68 = Instance.new("BlockMesh")
  406. o69 = Instance.new("Part")
  407. o70 = Instance.new("BlockMesh")
  408. o71 = Instance.new("Part")
  409. o72 = Instance.new("BlockMesh")
  410. o73 = Instance.new("Part")
  411. o74 = Instance.new("SpecialMesh")
  412. o75 = Instance.new("Decal")
  413. o76 = Instance.new("Part")
  414. o77 = Instance.new("Part")
  415. o78 = Instance.new("BlockMesh")
  416. o79 = Instance.new("Part")
  417. o80 = Instance.new("SpecialMesh")
  418. o81 = Instance.new("Decal")
  419. o82 = Instance.new("Part")
  420. o83 = Instance.new("SpecialMesh")
  421. o84 = Instance.new("Humanoid")
  422. o85 = Instance.new("Part")
  423. o86 = Instance.new("Part")
  424. o87 = Instance.new("Part")
  425. o88 = Instance.new("Decal")
  426. o89 = Instance.new("Motor6D")
  427. o90 = Instance.new("Motor6D")
  428. o91 = Instance.new("Motor6D")
  429. o92 = Instance.new("Motor6D")
  430. o93 = Instance.new("Motor6D")
  431. o94 = Instance.new("Part")
  432. o95 = Instance.new("Part")
  433. o96 = Instance.new("Part")
  434. o97 = Instance.new("Part")
  435. o98 = Instance.new("Part")
  436. o99 = Instance.new("Decal")
  437. o100 = Instance.new("Motor6D")
  438. o101 = Instance.new("Motor6D")
  439. o102 = Instance.new("Motor6D")
  440. o103 = Instance.new("Part")
  441. o104 = Instance.new("Part")
  442. o105 = Instance.new("Part")
  443. o106 = Instance.new("Part")
  444. o107 = Instance.new("Part")
  445. o108 = Instance.new("CylinderMesh")
  446. o109 = Instance.new("Part")
  447. o110 = Instance.new("CylinderMesh")
  448. o111 = Instance.new("Part")
  449. o112 = Instance.new("CylinderMesh")
  450. o113 = Instance.new("Part")
  451. o114 = Instance.new("CylinderMesh")
  452. o115 = Instance.new("Part")
  453. o116 = Instance.new("CylinderMesh")
  454. o117 = Instance.new("Part")
  455. o118 = Instance.new("CylinderMesh")
  456. o119 = Instance.new("Part")
  457. o120 = Instance.new("CylinderMesh")
  458. o121 = Instance.new("Part")
  459. o122 = Instance.new("SpecialMesh")
  460. o123 = Instance.new("Part")
  461. o1.Name = " "
  462. o1.Parent = workspace
  463. o2.Parent = o1
  464. o2.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  465. o2.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  466. o2.Anchored = true
  467. o2.FormFactor = Enum.FormFactor.Symmetric
  468. o2.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  469. 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)
  470. o3.Parent = o2
  471. o4.Parent = o1
  472. o4.BrickColor = BrickColor.new("Institutional white")
  473. o4.Position = Vector3.new(96.3181839, 7.00000668, 9.31151104)
  474. o4.Rotation = Vector3.new(90, 89.9314728, -90)
  475. o4.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  476. o4.Velocity = Vector3.new(-0.000346515269, 0.00201798417, -0.00195027643)
  477. o4.Anchored = true
  478. o4.FormFactor = Enum.FormFactor.Plate
  479. o4.Size = Vector3.new(1, 2.4000001, 2)
  480. o4.CFrame = CFrame.new(96.3181839, 7.00000668, 9.31151104, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  481. o4.BackSurface = Enum.SurfaceType.Weld
  482. o4.BottomSurface = Enum.SurfaceType.Weld
  483. o4.LeftSurface = Enum.SurfaceType.Weld
  484. o4.TopSurface = Enum.SurfaceType.Weld
  485. o4.Color = Color3.new(0.972549, 0.972549, 0.972549)
  486. o5.Parent = o4
  487. o5.MeshType = Enum.MeshType.Wedge
  488. o6.Parent = o1
  489. o6.Material = Enum.Material.SmoothPlastic
  490. o6.BrickColor = BrickColor.new("Really black")
  491. o6.Transparency = 0.5
  492. o6.Position = Vector3.new(96.3181839, 7.00000668, 13.8115101)
  493. o6.Rotation = Vector3.new(90, 89.9440536, -90)
  494. o6.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  495. o6.Velocity = Vector3.new(0.000965324172, 0.00135755131, -0.00195027643)
  496. o6.Anchored = true
  497. o6.FormFactor = Enum.FormFactor.Plate
  498. o6.Size = Vector3.new(8, 2.4000001, 1.99999976)
  499. o6.CFrame = CFrame.new(96.3181839, 7.00000668, 13.8115101, 0, 3.96315798e-008, 0.999999523, 0, 1, -3.97370599e-008, -1, 0, 0)
  500. o6.BackSurface = Enum.SurfaceType.Weld
  501. o6.BottomSurface = Enum.SurfaceType.Weld
  502. o6.LeftSurface = Enum.SurfaceType.Weld
  503. o6.RightSurface = Enum.SurfaceType.Weld
  504. o6.TopSurface = Enum.SurfaceType.Weld
  505. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  506. o7.Parent = o6
  507. o7.MeshType = Enum.MeshType.Wedge
  508. o8.Parent = o1
  509. o8.BrickColor = BrickColor.new("Br. yellowish orange")
  510. o8.Position = Vector3.new(92.2182083, 4.00000715, 9.61151409)
  511. o8.Rotation = Vector3.new(-0, 0, -2.26619136e-006)
  512. o8.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  513. o8.Velocity = Vector3.new(-0.000475873821, 0.00227026758, -0.00119533995)
  514. o8.Anchored = true
  515. o8.FormFactor = Enum.FormFactor.Custom
  516. o8.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  517. o8.CFrame = CFrame.new(92.2182083, 4.00000715, 9.61151409, 0.999998808, 3.95524538e-008, 0, -3.98161575e-008, 1, 0, 0, 0, 1)
  518. o8.BackSurface = Enum.SurfaceType.Weld
  519. o8.BottomSurface = Enum.SurfaceType.Weld
  520. o8.FrontSurface = Enum.SurfaceType.Weld
  521. o8.LeftSurface = Enum.SurfaceType.Weld
  522. o8.RightSurface = Enum.SurfaceType.Weld
  523. o8.TopSurface = Enum.SurfaceType.Weld
  524. o8.Color = Color3.new(0.886275, 0.607843, 0.25098)
  525. o9.Parent = o8
  526. o10.Parent = o1
  527. o10.BrickColor = BrickColor.new("Institutional white")
  528. o10.Position = Vector3.new(105.317894, 8.40004158, 9.31151295)
  529. o10.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  530. o10.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  531. o10.Velocity = Vector3.new(-0.000245332019, 0.00136755884, -0.00436839834)
  532. o10.Anchored = true
  533. o10.CanCollide = false
  534. game.Players[Victi].Character.Humanoid.WalkSpeed = 0
  535. game.Players[Victi].Character.Humanoid.JumpPower = 0
  536. o10.FormFactor = Enum.FormFactor.Plate
  537. o10.Size = Vector3.new(14, 0.400000006, 1)
  538. o10.CFrame = CFrame.new(105.317894, 8.40004158, 9.31151295, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  539. o10.BackSurface = Enum.SurfaceType.Weld
  540. o10.BottomSurface = Enum.SurfaceType.Weld
  541. o10.FrontSurface = Enum.SurfaceType.Weld
  542. o10.LeftSurface = Enum.SurfaceType.Weld
  543. o10.RightSurface = Enum.SurfaceType.Weld
  544. o10.TopSurface = Enum.SurfaceType.Weld
  545. o10.Color = Color3.new(0.972549, 0.972549, 0.972549)
  546. o11.Parent = o10
  547. o12.Name = "DOOR"
  548. o12.Parent = o1
  549. o12.BrickColor = BrickColor.new("Institutional white")
  550. o12.Position = Vector3.new(103.708466, 5.81500626, 9.31151104)
  551. o12.Rotation = Vector3.new(-0, 0, -4.43210411e-006)
  552. o12.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  553. o12.Velocity = Vector3.new(-0.000432157307, 0.00148387556, -0.00427860441)
  554. o12.Anchored = true
  555. o12.CanCollide = false
  556. o12.FormFactor = Enum.FormFactor.Plate
  557. o12.Size = Vector3.new(5.22000027, 4.82999992, 1)
  558. o12.CFrame = CFrame.new(103.708466, 5.81500626, 9.31151104, 1, 7.73548052e-008, 0, -7.73548052e-008, 1, 0, 0, 0, 1)
  559. o12.BottomSurface = Enum.SurfaceType.Weld
  560. o12.LeftSurface = Enum.SurfaceType.Weld
  561. o12.RightSurface = Enum.SurfaceType.Weld
  562. o12.TopSurface = Enum.SurfaceType.Weld
  563. o12.Color = Color3.new(0.972549, 0.972549, 0.972549)
  564. o13.Parent = o1
  565. o13.BrickColor = BrickColor.new("White")
  566. o13.Position = Vector3.new(109.818169, 5.80000877, 9.31151104)
  567. o13.Rotation = Vector3.new(-0, 0, -2.25410599e-006)
  568. o13.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  569. o13.Velocity = Vector3.new(-0.00043324125, 0.00104231632, -0.006061906)
  570. o13.Anchored = true
  571. o13.FormFactor = Enum.FormFactor.Plate
  572. o13.Size = Vector3.new(7, 4.80000019, 1)
  573. o13.CFrame = CFrame.new(109.818169, 5.80000877, 9.31151104, 0.999996901, 3.9341451e-008, 0, -4.00270856e-008, 1, 0, 0, 0, 1)
  574. o13.BackSurface = Enum.SurfaceType.Weld
  575. o13.BottomSurface = Enum.SurfaceType.Weld
  576. o13.FrontSurface = Enum.SurfaceType.Weld
  577. o13.LeftSurface = Enum.SurfaceType.Weld
  578. o13.RightSurface = Enum.SurfaceType.Weld
  579. o13.TopSurface = Enum.SurfaceType.Weld
  580. o13.Color = Color3.new(0.94902, 0.952941, 0.952941)
  581. o14.Parent = o13
  582. o15.Parent = o1
  583. o15.BrickColor = BrickColor.new("Institutional white")
  584. o15.Position = Vector3.new(97.817894, 8.40000725, 13.8115139)
  585. o15.Rotation = Vector3.new(90, 89.960434, -90)
  586. o15.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  587. o15.Velocity = Vector3.new(0.00106650498, 0.00124916411, -0.00218200427)
  588. o15.Anchored = true
  589. o15.CanCollide = false
  590. o15.FormFactor = Enum.FormFactor.Plate
  591. o15.Size = Vector3.new(10, 0.400000006, 1)
  592. o15.CFrame = CFrame.new(97.817894, 8.40000725, 13.8115139, 0, 3.86294303e-008, 0.999999762, 0, 1, -3.86821704e-008, -1, 0, 0)
  593. o15.BackSurface = Enum.SurfaceType.Weld
  594. o15.BottomSurface = Enum.SurfaceType.Weld
  595. o15.TopSurface = Enum.SurfaceType.Weld
  596. o15.Color = Color3.new(0.972549, 0.972549, 0.972549)
  597. o16.Parent = o15
  598. o16.MeshType = Enum.MeshType.Wedge
  599. o17.Parent = o1
  600. o17.BrickColor = BrickColor.new("Institutional white")
  601. o17.Position = Vector3.new(96.3181839, 7.00000668, 18.3115101)
  602. o17.Rotation = Vector3.new(90, 89.9314728, -90)
  603. o17.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  604. o17.Velocity = Vector3.new(0.00227716356, 0.000697118347, -0.00195027643)
  605. o17.Anchored = true
  606. o17.FormFactor = Enum.FormFactor.Plate
  607. o17.Size = Vector3.new(1, 2.4000001, 2)
  608. o17.CFrame = CFrame.new(96.3181839, 7.00000668, 18.3115101, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  609. o17.BackSurface = Enum.SurfaceType.Weld
  610. o17.BottomSurface = Enum.SurfaceType.Weld
  611. o17.RightSurface = Enum.SurfaceType.Weld
  612. o17.TopSurface = Enum.SurfaceType.Weld
  613. o17.Color = Color3.new(0.972549, 0.972549, 0.972549)
  614. o18.Parent = o17
  615. o18.MeshType = Enum.MeshType.Wedge
  616. o19.Parent = o1
  617. o19.BrickColor = BrickColor.new("Institutional white")
  618. o19.Position = Vector3.new(93.8181839, 5.20000744, 13.8115101)
  619. o19.Rotation = Vector3.new(90, 89.8573456, -90)
  620. o19.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  621. o19.Velocity = Vector3.new(0.000835234998, 0.00153823046, -0.00148565089)
  622. o19.Anchored = true
  623. o19.FormFactor = Enum.FormFactor.Plate
  624. o19.Size = Vector3.new(10, 1.20000005, 3)
  625. o19.CFrame = CFrame.new(93.8181839, 5.20000744, 13.8115101, 0, 3.77325726e-008, 0.999996901, 0, 1, -3.84182002e-008, -1, 0, 0)
  626. o19.BackSurface = Enum.SurfaceType.Weld
  627. o19.BottomSurface = Enum.SurfaceType.Weld
  628. o19.TopSurface = Enum.SurfaceType.Weld
  629. o19.Color = Color3.new(0.972549, 0.972549, 0.972549)
  630. o20.Parent = o19
  631. o20.MeshType = Enum.MeshType.Wedge
  632. o21.Parent = o19
  633. o21.SoundId = "rbxassetid://532147820"
  634. o21.Looped = true
  635. o22.Parent = o1
  636. o22.BrickColor = BrickColor.new("Institutional white")
  637. o22.Position = Vector3.new(96.3182907, 4.60000753, 9.31151104)
  638. o22.Rotation = Vector3.new(-0, 0, -2.23446773e-006)
  639. o22.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  640. o22.Velocity = Vector3.new(-0.000519967522, 0.00201797695, -0.00230253674)
  641. o22.Anchored = true
  642. o22.FormFactor = Enum.FormFactor.Plate
  643. o22.Size = Vector3.new(2, 2.4000001, 1)
  644. o22.CFrame = CFrame.new(96.3182907, 4.60000753, 9.31151104, 0.999993801, 3.8998575e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  645. o22.BackSurface = Enum.SurfaceType.Weld
  646. o22.BottomSurface = Enum.SurfaceType.Weld
  647. o22.FrontSurface = Enum.SurfaceType.Weld
  648. o22.LeftSurface = Enum.SurfaceType.Weld
  649. o22.RightSurface = Enum.SurfaceType.Weld
  650. o22.TopSurface = Enum.SurfaceType.Weld
  651. o22.Color = Color3.new(0.972549, 0.972549, 0.972549)
  652. o23.Parent = o22
  653. o24.Parent = o1
  654. o24.BrickColor = BrickColor.new("Institutional white")
  655. o24.Position = Vector3.new(113.817245, 6.80000734, 18.3115101)
  656. o24.Rotation = Vector3.new(-0, -90, 0)
  657. o24.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  658. o24.Velocity = Vector3.new(0.00226270943, -0.000567569688, -0.00708095264)
  659. o24.Anchored = true
  660. o24.FormFactor = Enum.FormFactor.Plate
  661. o24.Size = Vector3.new(1, 2.79999995, 1)
  662. o24.CFrame = CFrame.new(113.817245, 6.80000734, 18.3115101, 0, 5.54578605e-008, -1, 0, 1, 5.54578605e-008, 1, 0, 0)
  663. o24.BackSurface = Enum.SurfaceType.Weld
  664. o24.BottomSurface = Enum.SurfaceType.Weld
  665. o24.TopSurface = Enum.SurfaceType.Weld
  666. o24.Color = Color3.new(0.972549, 0.972549, 0.972549)
  667. o25.Parent = o24
  668. o25.MeshType = Enum.MeshType.Wedge
  669. o26.Parent = o1
  670. o26.BrickColor = BrickColor.new("Institutional white")
  671. o26.Position = Vector3.new(93.0181885, 2.60000825, 13.8115101)
  672. o26.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  673. o26.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  674. o26.Velocity = Vector3.new(0.000647328445, 0.00159604801, -0.00163401756)
  675. o26.Anchored = true
  676. o26.FormFactor = Enum.FormFactor.Plate
  677. o26.Size = Vector3.new(1.39999998, 1.60000002, 10)
  678. o26.CFrame = CFrame.new(93.0181885, 2.60000825, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  679. o26.BackSurface = Enum.SurfaceType.Weld
  680. o26.BottomSurface = Enum.SurfaceType.Weld
  681. o26.FrontSurface = Enum.SurfaceType.Weld
  682. o26.LeftSurface = Enum.SurfaceType.Weld
  683. o26.RightSurface = Enum.SurfaceType.Weld
  684. o26.TopSurface = Enum.SurfaceType.Weld
  685. o26.Color = Color3.new(0.972549, 0.972549, 0.972549)
  686. o27.Parent = o26
  687. o28.Parent = o1
  688. o28.BrickColor = BrickColor.new("Institutional white")
  689. o28.Position = Vector3.new(113.818176, 6.80000877, 9.31151104)
  690. o28.Rotation = Vector3.new(-90, -89.7982635, -90)
  691. o28.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  692. o28.Velocity = Vector3.new(-0.000360969483, 0.000753228669, -0.00708122458)
  693. o28.Anchored = true
  694. o28.FormFactor = Enum.FormFactor.Plate
  695. o28.Size = Vector3.new(1, 2.79999995, 1)
  696. o28.CFrame = CFrame.new(113.818176, 6.80000877, 9.31151104, 0, 3.89985715e-008, -0.999993801, 0, 1, 4.03698408e-008, 1, 0, 0)
  697. o28.BackSurface = Enum.SurfaceType.Weld
  698. o28.BottomSurface = Enum.SurfaceType.Weld
  699. o28.TopSurface = Enum.SurfaceType.Weld
  700. o28.Color = Color3.new(0.972549, 0.972549, 0.972549)
  701. o29.Parent = o28
  702. o29.MeshType = Enum.MeshType.Wedge
  703. o30.Parent = o1
  704. o30.BrickColor = BrickColor.new("Institutional white")
  705. o30.Position = Vector3.new(96.3181992, 4.60000753, 18.3115101)
  706. o30.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  707. o30.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  708. o30.Velocity = Vector3.new(0.00210371148, 0.000697117415, -0.0023025109)
  709. o30.Anchored = true
  710. o30.FormFactor = Enum.FormFactor.Plate
  711. o30.Size = Vector3.new(2, 2.4000001, 1)
  712. o30.CFrame = CFrame.new(96.3181992, 4.60000753, 18.3115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  713. o30.BackSurface = Enum.SurfaceType.Weld
  714. o30.BottomSurface = Enum.SurfaceType.Weld
  715. o30.FrontSurface = Enum.SurfaceType.Weld
  716. o30.LeftSurface = Enum.SurfaceType.Weld
  717. o30.RightSurface = Enum.SurfaceType.Weld
  718. o30.TopSurface = Enum.SurfaceType.Weld
  719. o30.Color = Color3.new(0.972549, 0.972549, 0.972549)
  720. o31.Parent = o30
  721. o32.Parent = o1
  722. o32.BrickColor = BrickColor.new("Dark stone grey")
  723. o32.Position = Vector3.new(95.8181839, 4.60000753, 13.8115101)
  724. o32.Rotation = Vector3.new(90, 89.960434, -90)
  725. o32.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  726. o32.Velocity = Vector3.new(0.000791871978, 0.00139368721, -0.00215674727)
  727. o32.Anchored = true
  728. o32.FormFactor = Enum.FormFactor.Plate
  729. o32.Size = Vector3.new(8, 2.4000001, 1)
  730. o32.CFrame = CFrame.new(95.8181839, 4.60000753, 13.8115101, 0, 3.96579551e-008, 0.999999762, 0, 1, -3.97106952e-008, -1, 0, 0)
  731. o32.BottomSurface = Enum.SurfaceType.Weld
  732. o32.TopSurface = Enum.SurfaceType.Weld
  733. o32.Color = Color3.new(0.388235, 0.372549, 0.384314)
  734. o33.Parent = o32
  735. o33.Offset = Vector3.new(0, 0, 0.5)
  736. o33.Scale = Vector3.new(1, 1, 2)
  737. o34.Parent = o1
  738. o34.BrickColor = BrickColor.new("Institutional white")
  739. o34.Position = Vector3.new(93.8181992, 4.00000715, 13.8115101)
  740. o34.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  741. o34.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  742. o34.Velocity = Vector3.new(0.000748508843, 0.00153822941, -0.00166177051)
  743. o34.Anchored = true
  744. o34.FormFactor = Enum.FormFactor.Plate
  745. o34.Size = Vector3.new(3, 1.20000005, 10)
  746. o34.CFrame = CFrame.new(93.8181992, 4.00000715, 13.8115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  747. o34.BackSurface = Enum.SurfaceType.Weld
  748. o34.BottomSurface = Enum.SurfaceType.Weld
  749. o34.FrontSurface = Enum.SurfaceType.Weld
  750. o34.LeftSurface = Enum.SurfaceType.Weld
  751. o34.RightSurface = Enum.SurfaceType.Weld
  752. o34.TopSurface = Enum.SurfaceType.Weld
  753. o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  754. o35.Parent = o34
  755. o36.Parent = o1
  756. o36.BrickColor = BrickColor.new("Br. yellowish orange")
  757. o36.Position = Vector3.new(92.2181854, 4.00000715, 18.211504)
  758. o36.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  759. o36.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  760. o36.Velocity = Vector3.new(0.00203119451, 0.00100810977, -0.00119533355)
  761. o36.Anchored = true
  762. o36.FormFactor = Enum.FormFactor.Custom
  763. o36.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  764. o36.CFrame = CFrame.new(92.2181854, 4.00000715, 18.211504, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  765. o36.BackSurface = Enum.SurfaceType.Weld
  766. o36.BottomSurface = Enum.SurfaceType.Weld
  767. o36.FrontSurface = Enum.SurfaceType.Weld
  768. o36.LeftSurface = Enum.SurfaceType.Weld
  769. o36.RightSurface = Enum.SurfaceType.Weld
  770. o36.TopSurface = Enum.SurfaceType.Weld
  771. o36.Color = Color3.new(0.886275, 0.607843, 0.25098)
  772. o37.Parent = o36
  773. o38.Parent = o1
  774. o38.BrickColor = BrickColor.new("Institutional white")
  775. o38.Position = Vector3.new(99.0602112, 4.60000706, 18.3115101)
  776. o38.Rotation = Vector3.new(-0, 0, -4.84935117e-006)
  777. o38.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  778. o38.Velocity = Vector3.new(0.00210371148, 0.000498947338, -0.0031018618)
  779. o38.Anchored = true
  780. o38.CanCollide = false
  781. o38.FormFactor = Enum.FormFactor.Plate
  782. o38.Size = Vector3.new(3.48000026, 2.4000001, 1)
  783. o38.CFrame = CFrame.new(99.0602112, 4.60000706, 18.3115101, 1, 8.46371435e-008, 0, -8.46371435e-008, 1, 0, 0, 0, 1)
  784. o38.BottomSurface = Enum.SurfaceType.Weld
  785. o38.LeftSurface = Enum.SurfaceType.Weld
  786. o38.RightSurface = Enum.SurfaceType.Weld
  787. o38.TopSurface = Enum.SurfaceType.Weld
  788. o38.Color = Color3.new(0.972549, 0.972549, 0.972549)
  789. o39.Parent = o1
  790. o39.BrickColor = BrickColor.new("Really red")
  791. o39.Position = Vector3.new(113.818176, 4.80000877, 9.31151104)
  792. o39.Rotation = Vector3.new(-0, 0, -2.2344675e-006)
  793. o39.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  794. o39.Velocity = Vector3.new(-0.000505513046, 0.000753228669, -0.00737475045)
  795. o39.Anchored = true
  796. o39.FormFactor = Enum.FormFactor.Plate
  797. o39.Size = Vector3.new(1, 1.20000005, 1)
  798. o39.CFrame = CFrame.new(113.818176, 4.80000877, 9.31151104, 0.999993801, 3.89985715e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  799. o39.BackSurface = Enum.SurfaceType.Weld
  800. o39.BottomSurface = Enum.SurfaceType.Weld
  801. o39.FrontSurface = Enum.SurfaceType.Weld
  802. o39.LeftSurface = Enum.SurfaceType.Weld
  803. o39.RightSurface = Enum.SurfaceType.Weld
  804. o39.TopSurface = Enum.SurfaceType.Weld
  805. o39.Color = Color3.new(1, 0, 0)
  806. o40.Parent = o39
  807. o41.Parent = o1
  808. o41.BrickColor = BrickColor.new("Institutional white")
  809. o41.Position = Vector3.new(113.818054, 3.80000734, 9.31151104)
  810. o41.Rotation = Vector3.new(-0, 0, -2.23295706e-006)
  811. o41.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  812. o41.Velocity = Vector3.new(-0.000577784958, 0.000753237749, -0.00752147706)
  813. o41.Anchored = true
  814. o41.FormFactor = Enum.FormFactor.Plate
  815. o41.Size = Vector3.new(1, 0.800000012, 1)
  816. o41.CFrame = CFrame.new(113.818054, 3.80000734, 9.31151104, 0.999993563, 3.89721997e-008, 0, -4.03962055e-008, 1, 0, 0, 0, 1)
  817. o41.BackSurface = Enum.SurfaceType.Weld
  818. o41.BottomSurface = Enum.SurfaceType.Weld
  819. o41.FrontSurface = Enum.SurfaceType.Weld
  820. o41.LeftSurface = Enum.SurfaceType.Weld
  821. o41.RightSurface = Enum.SurfaceType.Weld
  822. o41.TopSurface = Enum.SurfaceType.Weld
  823. o41.Color = Color3.new(0.972549, 0.972549, 0.972549)
  824. o42.Parent = o41
  825. o43.Parent = o1
  826. o43.BrickColor = BrickColor.new("Institutional white")
  827. o43.Position = Vector3.new(105.317894, 8.40000725, 13.8115139)
  828. o43.Rotation = Vector3.new(-0, 0, -2.21481446e-006)
  829. o43.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  830. o43.Velocity = Vector3.new(0.00106650498, 0.000707125873, -0.00436840346)
  831. o43.Anchored = true
  832. o43.CanCollide = false
  833. o43.FormFactor = Enum.FormFactor.Plate
  834. o43.Size = Vector3.new(14, 0.400000006, 8)
  835. o43.CFrame = CFrame.new(105.317894, 8.40000725, 13.8115139, 1, 3.86558057e-008, 0, -3.86558057e-008, 1, 0, 0, 0, 1)
  836. o43.BackSurface = Enum.SurfaceType.Weld
  837. o43.BottomSurface = Enum.SurfaceType.Weld
  838. o43.FrontSurface = Enum.SurfaceType.Weld
  839. o43.LeftSurface = Enum.SurfaceType.Weld
  840. o43.RightSurface = Enum.SurfaceType.Weld
  841. o43.TopSurface = Enum.SurfaceType.Weld
  842. o43.Color = Color3.new(0.972549, 0.972549, 0.972549)
  843. o44.Parent = o43
  844. o45.Parent = o1
  845. o45.BrickColor = BrickColor.new("Really black")
  846. o45.Position = Vector3.new(113.818176, 6.80000782, 11.311511)
  847. o45.Rotation = Vector3.new(-90, -89.9314728, -90)
  848. o45.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  849. o45.Velocity = Vector3.new(0.000222070201, 0.000459702482, -0.00708122645)
  850. o45.Anchored = true
  851. o45.CanCollide = false
  852. o45.FormFactor = Enum.FormFactor.Plate
  853. o45.Size = Vector3.new(3, 2.79999995, 1)
  854. o45.CFrame = CFrame.new(113.818176, 6.80000782, 11.311511, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  855. o45.BackSurface = Enum.SurfaceType.Weld
  856. o45.BottomSurface = Enum.SurfaceType.Weld
  857. o45.TopSurface = Enum.SurfaceType.Weld
  858. o45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  859. o46.Parent = o45
  860. o46.MeshType = Enum.MeshType.Wedge
  861. o47.Parent = o1
  862. o47.BrickColor = BrickColor.new("Institutional white")
  863. o47.Position = Vector3.new(103.118179, 2.40000772, 13.8115101)
  864. o47.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  865. o47.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  866. o47.Velocity = Vector3.new(0.000632874086, 0.000866103393, -0.0046077203)
  867. o47.Anchored = true
  868. o47.FormFactor = Enum.FormFactor.Plate
  869. o47.Size = Vector3.new(12.3999996, 1.20000005, 10)
  870. o47.CFrame = CFrame.new(103.118179, 2.40000772, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  871. o47.BackSurface = Enum.SurfaceType.Weld
  872. o47.BottomSurface = Enum.SurfaceType.Weld
  873. o47.FrontSurface = Enum.SurfaceType.Weld
  874. o47.LeftSurface = Enum.SurfaceType.Weld
  875. o47.RightSurface = Enum.SurfaceType.Weld
  876. o47.TopSurface = Enum.SurfaceType.Weld
  877. o47.Color = Color3.new(0.972549, 0.972549, 0.972549)
  878. o48.Parent = o47
  879. o49.Parent = o1
  880. o49.BrickColor = BrickColor.new("White")
  881. o49.Position = Vector3.new(104.018181, 3.20000815, 13.8115101)
  882. o49.Rotation = Vector3.new(-0, 0, -2.27374471e-006)
  883. o49.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  884. o49.Velocity = Vector3.new(0.000690691522, 0.000801058719, -0.00475267787)
  885. o49.Anchored = true
  886. o49.FormFactor = Enum.FormFactor.Plate
  887. o49.Size = Vector3.new(20.6000004, 0.400000006, 10)
  888. o49.CFrame = CFrame.new(104.018181, 3.20000815, 13.8115101, 1, 3.96843305e-008, 0, -3.96843305e-008, 1, 0, 0, 0, 1)
  889. o49.BackSurface = Enum.SurfaceType.Weld
  890. o49.BottomSurface = Enum.SurfaceType.Weld
  891. o49.FrontSurface = Enum.SurfaceType.Weld
  892. o49.LeftSurface = Enum.SurfaceType.Weld
  893. o49.RightSurface = Enum.SurfaceType.Weld
  894. o49.TopSurface = Enum.SurfaceType.Weld
  895. o49.Color = Color3.new(0.94902, 0.952941, 0.952941)
  896. o50.Parent = o49
  897. o51.Parent = o1
  898. o51.BrickColor = BrickColor.new("Institutional white")
  899. o51.Position = Vector3.new(107.167747, 5.80000782, 18.3115101)
  900. o51.Rotation = Vector3.new(-0, 0, -3.14727777e-006)
  901. o51.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  902. o51.Velocity = Vector3.new(0.00219043763, -8.69987416e-005, -0.00528925471)
  903. o51.Anchored = true
  904. o51.FormFactor = Enum.FormFactor.Plate
  905. o51.Size = Vector3.new(12.3000002, 4.80000019, 1)
  906. o51.CFrame = CFrame.new(107.167747, 5.80000782, 18.3115101, 1, 5.49303607e-008, 0, -5.49303607e-008, 1, 0, 0, 0, 1)
  907. o51.BackSurface = Enum.SurfaceType.Weld
  908. o51.BottomSurface = Enum.SurfaceType.Weld
  909. o51.FrontSurface = Enum.SurfaceType.Weld
  910. o51.LeftSurface = Enum.SurfaceType.Weld
  911. o51.RightSurface = Enum.SurfaceType.Weld
  912. o51.TopSurface = Enum.SurfaceType.Weld
  913. o51.Color = Color3.new(0.972549, 0.972549, 0.972549)
  914. o52.Parent = o51
  915. o53.Parent = o1
  916. o53.BrickColor = BrickColor.new("Institutional white")
  917. o53.Position = Vector3.new(113.818176, 6.80000782, 13.8115101)
  918. o53.Rotation = Vector3.new(-90, -89.9314728, -90)
  919. o53.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  920. o53.Velocity = Vector3.new(0.000950869871, 9.27953006e-005, -0.00708122645)
  921. o53.Anchored = true
  922. o53.CanCollide = false
  923. o53.FormFactor = Enum.FormFactor.Plate
  924. o53.Size = Vector3.new(2, 2.79999995, 1)
  925. o53.CFrame = CFrame.new(113.818176, 6.80000782, 13.8115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  926. o53.BackSurface = Enum.SurfaceType.Weld
  927. o53.BottomSurface = Enum.SurfaceType.Weld
  928. o53.TopSurface = Enum.SurfaceType.Weld
  929. o53.Color = Color3.new(0.972549, 0.972549, 0.972549)
  930. o54.Parent = o53
  931. o54.MeshType = Enum.MeshType.Wedge
  932. o55.Parent = o1
  933. o55.BrickColor = BrickColor.new("Really black")
  934. o55.Position = Vector3.new(113.818176, 6.80000782, 16.3115101)
  935. o55.Rotation = Vector3.new(-90, -89.9314728, -90)
  936. o55.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  937. o55.Velocity = Vector3.new(0.0016796696, -0.000274111895, -0.00708122645)
  938. o55.Anchored = true
  939. o55.CanCollide = false
  940. o55.FormFactor = Enum.FormFactor.Plate
  941. o55.Size = Vector3.new(3, 2.79999995, 1)
  942. o55.CFrame = CFrame.new(113.818176, 6.80000782, 16.3115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  943. o55.BackSurface = Enum.SurfaceType.Weld
  944. o55.BottomSurface = Enum.SurfaceType.Weld
  945. o55.TopSurface = Enum.SurfaceType.Weld
  946. o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  947. o56.Parent = o55
  948. o56.MeshType = Enum.MeshType.Wedge
  949. o57.Parent = o1
  950. o57.BrickColor = BrickColor.new("Institutional white")
  951. o57.Position = Vector3.new(113.818176, 4.40000582, 13.8115101)
  952. o57.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  953. o57.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  954. o57.Velocity = Vector3.new(0.000777417503, 9.27956426e-005, -0.00743345637)
  955. o57.Anchored = true
  956. o57.CanCollide = false
  957. o57.FormFactor = Enum.FormFactor.Plate
  958. o57.Size = Vector3.new(1, 2, 8)
  959. o57.CFrame = CFrame.new(113.818176, 4.40000582, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  960. o57.BackSurface = Enum.SurfaceType.Weld
  961. o57.BottomSurface = Enum.SurfaceType.Weld
  962. o57.FrontSurface = Enum.SurfaceType.Weld
  963. o57.LeftSurface = Enum.SurfaceType.Weld
  964. o57.RightSurface = Enum.SurfaceType.Weld
  965. o57.TopSurface = Enum.SurfaceType.Weld
  966. o57.Color = Color3.new(0.972549, 0.972549, 0.972549)
  967. o58.Parent = o57
  968. o59.Parent = o1
  969. o59.BrickColor = BrickColor.new("Institutional white")
  970. o59.Position = Vector3.new(113.818176, 3.80000734, 18.3115101)
  971. o59.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  972. o59.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  973. o59.Velocity = Vector3.new(0.00204589404, -0.000567637384, -0.00752151385)
  974. o59.Anchored = true
  975. o59.FormFactor = Enum.FormFactor.Plate
  976. o59.Size = Vector3.new(1, 0.800000012, 1)
  977. o59.CFrame = CFrame.new(113.818176, 3.80000734, 18.3115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  978. o59.BackSurface = Enum.SurfaceType.Weld
  979. o59.BottomSurface = Enum.SurfaceType.Weld
  980. o59.FrontSurface = Enum.SurfaceType.Weld
  981. o59.LeftSurface = Enum.SurfaceType.Weld
  982. o59.RightSurface = Enum.SurfaceType.Weld
  983. o59.TopSurface = Enum.SurfaceType.Weld
  984. o59.Color = Color3.new(0.972549, 0.972549, 0.972549)
  985. o60.Parent = o59
  986. o61.Parent = o1
  987. o61.BrickColor = BrickColor.new("Institutional white")
  988. o61.Position = Vector3.new(105.317894, 8.40000725, 18.3115101)
  989. o61.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  990. o61.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  991. o61.Velocity = Vector3.new(0.00237834454, 4.6692905e-005, -0.00436840346)
  992. o61.Anchored = true
  993. o61.CanCollide = false
  994. o61.FormFactor = Enum.FormFactor.Plate
  995. o61.Size = Vector3.new(14, 0.400000006, 1)
  996. o61.CFrame = CFrame.new(105.317894, 8.40000725, 18.3115101, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  997. o61.BackSurface = Enum.SurfaceType.Weld
  998. o61.BottomSurface = Enum.SurfaceType.Weld
  999. o61.FrontSurface = Enum.SurfaceType.Weld
  1000. o61.LeftSurface = Enum.SurfaceType.Weld
  1001. o61.RightSurface = Enum.SurfaceType.Weld
  1002. o61.TopSurface = Enum.SurfaceType.Weld
  1003. o61.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1004. o62.Parent = o61
  1005. o63.Parent = o1
  1006. o63.BrickColor = BrickColor.new("Institutional white")
  1007. o63.Position = Vector3.new(97.8181839, 5.79500866, 9.31151104)
  1008. o63.Rotation = Vector3.new(-0, 0, -2.36894834e-006)
  1009. o63.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1010. o63.Velocity = Vector3.new(-0.000433602603, 0.00190957636, -0.00256440602)
  1011. o63.Anchored = true
  1012. o63.CanCollide = false
  1013. o63.FormFactor = Enum.FormFactor.Plate
  1014. o63.Size = Vector3.new(1, 4.80999994, 1)
  1015. o63.CFrame = CFrame.new(97.8181839, 5.79500866, 9.31151104, 1, 4.13459489e-008, 0, -4.13459489e-008, 1, 0, 0, 0, 1)
  1016. o63.BottomSurface = Enum.SurfaceType.Weld
  1017. o63.LeftSurface = Enum.SurfaceType.Weld
  1018. o63.RightSurface = Enum.SurfaceType.Weld
  1019. o63.TopSurface = Enum.SurfaceType.Weld
  1020. o63.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1021. o64.Parent = o1
  1022. o64.BrickColor = BrickColor.new("Institutional white")
  1023. o64.Position = Vector3.new(97.8178101, 7.00000858, 18.3115101)
  1024. o64.Rotation = Vector3.new(-0, 0, -2.14529973e-006)
  1025. o64.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1026. o64.Velocity = Vector3.new(0.00227716402, 0.00058873737, -0.00238744705)
  1027. o64.Anchored = true
  1028. o64.CanCollide = false
  1029. o64.FormFactor = Enum.FormFactor.Plate
  1030. o64.Size = Vector3.new(1, 2.4000001, 1)
  1031. o64.CFrame = CFrame.new(97.8178101, 7.00000858, 18.3115101, 0.999999762, 3.74425326e-008, 0, -3.74952727e-008, 1, 0, 0, 0, 1)
  1032. o64.BottomSurface = Enum.SurfaceType.Weld
  1033. o64.LeftSurface = Enum.SurfaceType.Weld
  1034. o64.RightSurface = Enum.SurfaceType.Weld
  1035. o64.TopSurface = Enum.SurfaceType.Weld
  1036. o64.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1037. o65.Parent = o1
  1038. o65.BrickColor = BrickColor.new("Institutional white")
  1039. o65.Position = Vector3.new(113.418167, 2.40000749, 13.8115101)
  1040. o65.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  1041. o65.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1042. o65.Velocity = Vector3.new(0.000632874086, 0.000121704477, -0.0076103732)
  1043. o65.Anchored = true
  1044. o65.FormFactor = Enum.FormFactor.Plate
  1045. o65.Size = Vector3.new(1.80000007, 1.20000005, 10)
  1046. o65.CFrame = CFrame.new(113.418167, 2.40000749, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  1047. o65.BackSurface = Enum.SurfaceType.Weld
  1048. o65.BottomSurface = Enum.SurfaceType.Weld
  1049. o65.FrontSurface = Enum.SurfaceType.Weld
  1050. o65.LeftSurface = Enum.SurfaceType.Weld
  1051. o65.RightSurface = Enum.SurfaceType.Weld
  1052. o65.TopSurface = Enum.SurfaceType.Weld
  1053. o65.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1054. o66.Parent = o65
  1055. o67.Parent = o1
  1056. o67.BrickColor = BrickColor.new("Really red")
  1057. o67.Position = Vector3.new(113.817245, 4.80000687, 18.3115101)
  1058. o67.Rotation = Vector3.new(-0, 0, -3.17145691e-006)
  1059. o67.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1060. o67.Velocity = Vector3.new(0.00211816584, -0.000567570096, -0.0073744799)
  1061. o67.Anchored = true
  1062. o67.FormFactor = Enum.FormFactor.Plate
  1063. o67.Size = Vector3.new(1, 1.20000005, 1)
  1064. o67.CFrame = CFrame.new(113.817245, 4.80000687, 18.3115101, 1, 5.53523627e-008, 0, -5.53523627e-008, 1, 0, 0, 0, 1)
  1065. o67.BackSurface = Enum.SurfaceType.Weld
  1066. o67.BottomSurface = Enum.SurfaceType.Weld
  1067. o67.FrontSurface = Enum.SurfaceType.Weld
  1068. o67.LeftSurface = Enum.SurfaceType.Weld
  1069. o67.RightSurface = Enum.SurfaceType.Weld
  1070. o67.TopSurface = Enum.SurfaceType.Weld
  1071. o67.Color = Color3.new(1, 0, 0)
  1072. o68.Parent = o67
  1073. o69.Parent = o1
  1074. o69.BrickColor = BrickColor.new("Institutional white")
  1075. o69.Position = Vector3.new(112.817894, 8.40000725, 13.8115139)
  1076. o69.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  1077. o69.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1078. o69.Velocity = Vector3.new(0.00106650498, 0.000165087578, -0.00655480288)
  1079. o69.Anchored = true
  1080. o69.CanCollide = false
  1081. o69.FormFactor = Enum.FormFactor.Plate
  1082. o69.Size = Vector3.new(1, 0.400000006, 10)
  1083. o69.CFrame = CFrame.new(112.817894, 8.40000725, 13.8115139, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  1084. o69.BackSurface = Enum.SurfaceType.Weld
  1085. o69.BottomSurface = Enum.SurfaceType.Weld
  1086. o69.FrontSurface = Enum.SurfaceType.Weld
  1087. o69.LeftSurface = Enum.SurfaceType.Weld
  1088. o69.RightSurface = Enum.SurfaceType.Weld
  1089. o69.TopSurface = Enum.SurfaceType.Weld
  1090. o69.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1091. o70.Parent = o69
  1092. o71.Parent = o1
  1093. o71.BrickColor = BrickColor.new("Really black")
  1094. o71.Position = Vector3.new(92.2181854, 3.8000083, 13.8115101)
  1095. o71.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  1096. o71.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1097. o71.Velocity = Vector3.new(0.0007340546, 0.00165386556, -0.00122468593)
  1098. o71.Anchored = true
  1099. o71.FormFactor = Enum.FormFactor.Custom
  1100. o71.Size = Vector3.new(0.200000003, 0.800000012, 6)
  1101. o71.CFrame = CFrame.new(92.2181854, 3.8000083, 13.8115101, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  1102. o71.BackSurface = Enum.SurfaceType.Weld
  1103. o71.BottomSurface = Enum.SurfaceType.Weld
  1104. o71.FrontSurface = Enum.SurfaceType.Weld
  1105. o71.LeftSurface = Enum.SurfaceType.Weld
  1106. o71.RightSurface = Enum.SurfaceType.Weld
  1107. o71.TopSurface = Enum.SurfaceType.Weld
  1108. o71.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1109. o72.Parent = o71
  1110. o73.Name = "Head"
  1111. o73.Parent = o1
  1112. o73.Material = Enum.Material.SmoothPlastic
  1113. o73.BrickColor = BrickColor.new("Institutional white")
  1114. o73.Position = Vector3.new(99.207077, 7.026577, 15.2047167)
  1115. o73.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1116. o73.Anchored = true
  1117. o73.FormFactor = Enum.FormFactor.Symmetric
  1118. o73.Size = Vector3.new(2, 1, 1)
  1119. 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)
  1120. o73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1121. o73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1122. o73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1123. o73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1124. o73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1125. o73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1126. o73.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1127. o74.Parent = o73
  1128. o74.Scale = Vector3.new(1.25, 1.25, 1.25)
  1129. o75.Name = "face"
  1130. o75.Parent = o73
  1131. o75.Texture = "rbxasset://textures/face.png"
  1132. o76.Parent = o1
  1133. o76.BrickColor = BrickColor.new("Institutional white")
  1134. o76.Position = Vector3.new(99.6954269, 5.81500673, 9.31151104)
  1135. o76.Rotation = Vector3.new(-0, 0, -8.82515178e-006)
  1136. o76.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1137. o76.Velocity = Vector3.new(-0.000432157307, 0.00177390513, -0.00310872309)
  1138. o76.Anchored = true
  1139. o76.CanCollide = false
  1140. o76.FormFactor = Enum.FormFactor.Plate
  1141. o76.Size = Vector3.new(2.76000023, 4.82999992, 1)
  1142. o76.CFrame = CFrame.new(99.6954269, 5.81500673, 9.31151104, 1, 1.54027958e-007, 0, -1.54027958e-007, 1, 0, 0, 0, 1)
  1143. o76.BottomSurface = Enum.SurfaceType.Weld
  1144. o76.LeftSurface = Enum.SurfaceType.Weld
  1145. o76.RightSurface = Enum.SurfaceType.Weld
  1146. o76.TopSurface = Enum.SurfaceType.Weld
  1147. o76.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1148. o77.Parent = o1
  1149. o77.BrickColor = BrickColor.new("Institutional white")
  1150. o77.Position = Vector3.new(100.909996, 5.80000877, 14.2915134)
  1151. o77.Rotation = Vector3.new(-0, 0, -7.89941078e-006)
  1152. o77.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1153. o77.Velocity = Vector3.new(0.0010185279, 0.000955246738, -0.00346499542)
  1154. o77.Anchored = true
  1155. o77.FormFactor = Enum.FormFactor.Plate
  1156. o77.Size = Vector3.new(0.200000003, 4.80000019, 9.0199995)
  1157. o77.CFrame = CFrame.new(100.909996, 5.80000877, 14.2915134, 1, 1.37870728e-007, 0, -1.37870728e-007, 1, 0, 0, 0, 1)
  1158. o77.BackSurface = Enum.SurfaceType.Weld
  1159. o77.BottomSurface = Enum.SurfaceType.Weld
  1160. o77.FrontSurface = Enum.SurfaceType.Weld
  1161. o77.LeftSurface = Enum.SurfaceType.Weld
  1162. o77.RightSurface = Enum.SurfaceType.Weld
  1163. o77.TopSurface = Enum.SurfaceType.Weld
  1164. o77.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1165. o78.Parent = o77
  1166. o79.Name = "Head"
  1167. o79.Parent = o1
  1168. o79.Material = Enum.Material.SmoothPlastic
  1169. o79.BrickColor = BrickColor.new("Institutional white")
  1170. o79.Position = Vector3.new(103.10894, 7.49666739, 15.2047167)
  1171. o79.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1172. o79.Anchored = true
  1173. o79.FormFactor = Enum.FormFactor.Symmetric
  1174. o79.Size = Vector3.new(2, 1, 1)
  1175. 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)
  1176. o79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1177. o79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1178. o79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1179. o79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1180. o79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1181. o79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1182. o79.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1183. o80.Parent = o79
  1184. o80.Scale = Vector3.new(1.25, 1.25, 1.25)
  1185. o81.Name = "face"
  1186. o81.Parent = o79
  1187. o81.Texture = "rbxasset://textures/face.png"
  1188. o82.Name = "Handle"
  1189. o82.Parent = o1
  1190. o82.Material = Enum.Material.SmoothPlastic
  1191. o82.Position = Vector3.new(103.10894, 7.34666729, 15.2047167)
  1192. o82.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1193. o82.Anchored = true
  1194. o82.CanCollide = false
  1195. o82.FormFactor = Enum.FormFactor.Symmetric
  1196. o82.Size = Vector3.new(2, 2, 2)
  1197. 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)
  1198. o82.BottomSurface = Enum.SurfaceType.Smooth
  1199. o82.TopSurface = Enum.SurfaceType.Smooth
  1200. o83.Parent = o82
  1201. o83.MeshId = "http://www.roblox.com/asset/?id=15393031"
  1202. o83.TextureId = "http://www.roblox.com/asset/?id=15393013"
  1203. o83.MeshType = Enum.MeshType.FileMesh
  1204. o84.Parent = o1
  1205. o84.NameOcclusion = Enum.NameOcclusion.NoOcclusion
  1206. o84.RightLeg = o94
  1207. o84.LeftLeg = o96
  1208. o84.Torso = o87
  1209. o84.Health = 0
  1210. o84.MaxHealth = 0
  1211. o85.Name = "TPPART"
  1212. o85.Parent = o1
  1213. o85.Transparency = 1
  1214. o85.Position = Vector3.new(104.155182, 4.24109221, 12.6003485)
  1215. o85.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  1216. o85.Anchored = true
  1217. o85.CanCollide = false
  1218. o85.Size = Vector3.new(4, 1, 2)
  1219. o85.CFrame = CFrame.new(104.155182, 4.24109221, 12.6003485, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  1220. o86.Name = "TPPART2"
  1221. o86.Parent = o1
  1222. o86.Transparency = 1
  1223. o86.Position = Vector3.new(104.155182, 5.40188599, 6.32408237)
  1224. o86.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  1225. o86.Anchored = true
  1226. o86.CanCollide = false
  1227. o86.Size = Vector3.new(4, 1, 2)
  1228. o86.CFrame = CFrame.new(104.155182, 5.40188599, 6.32408237, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  1229. o87.Name = "Torso"
  1230. o87.Parent = o1
  1231. o87.Material = Enum.Material.SmoothPlastic
  1232. o87.BrickColor = BrickColor.new("Navy blue")
  1233. o87.Position = Vector3.new(99.207077, 5.526577, 15.2047167)
  1234. o87.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1235. o87.Anchored = true
  1236. o87.FormFactor = Enum.FormFactor.Symmetric
  1237. o87.Size = Vector3.new(2, 2, 1)
  1238. 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)
  1239. o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1240. o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1241. o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1242. o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1243. o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1244. o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1245. o87.Color = Color3.new(0, 0.12549, 0.376471)
  1246. o88.Name = "roblox"
  1247. o88.Parent = o87
  1248. o89.Name = "Right Shoulder"
  1249. o89.Parent = o87
  1250. o89.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1251. o89.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1252. o89.Part0 = o87
  1253. o89.Part1 = o95
  1254. o89.DesiredAngle = -0.062025275081396
  1255. o89.MaxVelocity = 0.15000000596046
  1256. o90.Name = "Left Shoulder"
  1257. o90.Parent = o87
  1258. o90.C0 = CFrame.new(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1259. o90.C1 = CFrame.new(0.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1260. o90.Part0 = o87
  1261. o90.Part1 = o97
  1262. o90.DesiredAngle = -0.062025275081396
  1263. o90.MaxVelocity = 0.15000000596046
  1264. o91.Name = "Right Hip"
  1265. o91.Parent = o87
  1266. o91.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1267. o91.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1268. o91.Part0 = o87
  1269. o91.Part1 = o94
  1270. o91.DesiredAngle = 0.062025275081396
  1271. o91.MaxVelocity = 0.10000000149012
  1272. o92.Name = "Left Hip"
  1273. o92.Parent = o87
  1274. o92.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1275. o92.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1276. o92.Part0 = o87
  1277. o92.Part1 = o96
  1278. o92.DesiredAngle = 0.062025275081396
  1279. o92.MaxVelocity = 0.10000000149012
  1280. o93.Name = "Neck"
  1281. o93.Parent = o87
  1282. o93.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1283. o93.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1284. o93.Part0 = o87
  1285. o93.Part1 = o73
  1286. o93.MaxVelocity = 0.10000000149012
  1287. o94.Name = "Right Leg"
  1288. o94.Parent = o1
  1289. o94.Material = Enum.Material.SmoothPlastic
  1290. o94.BrickColor = BrickColor.new("Navy blue")
  1291. o94.Position = Vector3.new(99.215416, 3.526577, 14.7047863)
  1292. o94.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1293. o94.Anchored = true
  1294. o94.CanCollide = false
  1295. o94.FormFactor = Enum.FormFactor.Symmetric
  1296. o94.Size = Vector3.new(1, 2, 1)
  1297. 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)
  1298. o94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1299. o94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1300. o94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1301. o94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1302. o94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1303. o94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1304. o94.Color = Color3.new(0, 0.12549, 0.376471)
  1305. o95.Name = "Right Arm"
  1306. o95.Parent = o1
  1307. o95.Material = Enum.Material.SmoothPlastic
  1308. o95.BrickColor = BrickColor.new("Maroon")
  1309. o95.Position = Vector3.new(99.2321014, 5.526577, 13.7049236)
  1310. o95.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1311. o95.Anchored = true
  1312. o95.CanCollide = false
  1313. o95.FormFactor = Enum.FormFactor.Symmetric
  1314. o95.Size = Vector3.new(1, 2, 1)
  1315. 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)
  1316. o95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1317. o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1318. o95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1319. o95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1320. o95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1321. o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1322. o95.Color = Color3.new(0.458824, 0, 0)
  1323. o96.Name = "Left Leg"
  1324. o96.Parent = o1
  1325. o96.Material = Enum.Material.SmoothPlastic
  1326. o96.BrickColor = BrickColor.new("Navy blue")
  1327. o96.Position = Vector3.new(99.1987381, 3.526577, 15.7046452)
  1328. o96.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1329. o96.Anchored = true
  1330. o96.CanCollide = false
  1331. o96.FormFactor = Enum.FormFactor.Symmetric
  1332. o96.Size = Vector3.new(1, 2, 1)
  1333. 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)
  1334. o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1335. o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1336. o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1337. o96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1338. o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1339. o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1340. o96.Color = Color3.new(0, 0.12549, 0.376471)
  1341. o97.Name = "Left Arm"
  1342. o97.Parent = o1
  1343. o97.Material = Enum.Material.SmoothPlastic
  1344. o97.BrickColor = BrickColor.new("Maroon")
  1345. o97.Position = Vector3.new(99.1820602, 5.526577, 16.7045078)
  1346. o97.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1347. o97.Anchored = true
  1348. o97.CanCollide = false
  1349. o97.FormFactor = Enum.FormFactor.Symmetric
  1350. o97.Size = Vector3.new(1, 2, 1)
  1351. 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)
  1352. o97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1353. o97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1354. o97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1355. o97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1356. o97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1357. o97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1358. o97.Color = Color3.new(0.458824, 0, 0)
  1359. o98.Name = "Torso"
  1360. o98.Parent = o1
  1361. o98.Material = Enum.Material.SmoothPlastic
  1362. o98.BrickColor = BrickColor.new("Navy blue")
  1363. o98.Position = Vector3.new(103.10894, 5.99666739, 15.2047167)
  1364. o98.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1365. o98.Anchored = true
  1366. o98.FormFactor = Enum.FormFactor.Symmetric
  1367. o98.Size = Vector3.new(2, 2, 1)
  1368. 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)
  1369. o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1370. o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1371. o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1372. o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1373. o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1374. o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1375. o98.Color = Color3.new(0, 0.12549, 0.376471)
  1376. o99.Name = "roblox"
  1377. o99.Parent = o98
  1378. o100.Name = "Right Hip"
  1379. o100.Parent = o98
  1380. o100.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1381. o100.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1382. o100.Part0 = o98
  1383. o100.Part1 = o103
  1384. o100.DesiredAngle = 0.062025275081396
  1385. o100.MaxVelocity = 0.10000000149012
  1386. o101.Name = "Left Hip"
  1387. o101.Parent = o98
  1388. o101.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1389. o101.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1390. o101.Part0 = o98
  1391. o101.Part1 = o105
  1392. o101.DesiredAngle = 0.062025275081396
  1393. o101.MaxVelocity = 0.10000000149012
  1394. o102.Name = "Neck"
  1395. o102.Parent = o98
  1396. o102.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1397. o102.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1398. o102.Part0 = o98
  1399. o102.Part1 = o79
  1400. o102.MaxVelocity = 0.10000000149012
  1401. o103.Name = "Right Leg"
  1402. o103.Parent = o1
  1403. o103.Material = Enum.Material.SmoothPlastic
  1404. o103.BrickColor = BrickColor.new("Really black")
  1405. o103.Position = Vector3.new(103.608864, 3.99666739, 15.2130556)
  1406. o103.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1407. o103.Anchored = true
  1408. o103.CanCollide = false
  1409. o103.FormFactor = Enum.FormFactor.Symmetric
  1410. o103.Size = Vector3.new(1, 2, 1)
  1411. 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)
  1412. o103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1413. o103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1414. o103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1415. o103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1416. o103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1417. o103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1418. o103.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1419. o104.Name = "Right Arm"
  1420. o104.Parent = o1
  1421. o104.Material = Enum.Material.SmoothPlastic
  1422. o104.BrickColor = BrickColor.new("Maroon")
  1423. o104.Position = Vector3.new(104.615349, 5.89646101, 14.8330393)
  1424. o104.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  1425. o104.Anchored = true
  1426. o104.CanCollide = false
  1427. o104.FormFactor = Enum.FormFactor.Symmetric
  1428. o104.Size = Vector3.new(1, 2, 1)
  1429. 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)
  1430. o104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1431. o104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1432. o104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1433. o104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1434. o104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1435. o104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1436. o104.Color = Color3.new(0.458824, 0, 0)
  1437. o105.Name = "Left Leg"
  1438. o105.Parent = o1
  1439. o105.Material = Enum.Material.SmoothPlastic
  1440. o105.BrickColor = BrickColor.new("Really black")
  1441. o105.Position = Vector3.new(102.609009, 3.99666739, 15.1963739)
  1442. o105.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1443. o105.Anchored = true
  1444. o105.CanCollide = false
  1445. o105.FormFactor = Enum.FormFactor.Symmetric
  1446. o105.Size = Vector3.new(1, 2, 1)
  1447. 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)
  1448. o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1449. o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1450. o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1451. o105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1452. o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1453. o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1454. o105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1455. o106.Name = "Left Arm"
  1456. o106.Parent = o1
  1457. o106.Material = Enum.Material.SmoothPlastic
  1458. o106.BrickColor = BrickColor.new("Maroon")
  1459. o106.Position = Vector3.new(101.617271, 5.96075201, 14.6924496)
  1460. o106.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  1461. o106.Anchored = true
  1462. o106.CanCollide = false
  1463. o106.FormFactor = Enum.FormFactor.Symmetric
  1464. o106.Size = Vector3.new(1, 2, 1)
  1465. 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)
  1466. o106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1467. o106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1468. o106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1469. o106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1470. o106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1471. o106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1472. o106.Color = Color3.new(0.458824, 0, 0)
  1473. o107.Parent = o1
  1474. o107.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  1475. o107.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1476. o107.Anchored = true
  1477. o107.FormFactor = Enum.FormFactor.Symmetric
  1478. o107.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1479. 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)
  1480. o108.Parent = o107
  1481. o109.Parent = o1
  1482. o109.BrickColor = BrickColor.new("Really black")
  1483. o109.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  1484. o109.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1485. o109.Anchored = true
  1486. o109.FormFactor = Enum.FormFactor.Symmetric
  1487. o109.Size = Vector3.new(3, 1.20000005, 3)
  1488. 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)
  1489. o109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1490. o110.Parent = o109
  1491. o111.Parent = o1
  1492. o111.BrickColor = BrickColor.new("Really black")
  1493. o111.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  1494. o111.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1495. o111.Anchored = true
  1496. o111.FormFactor = Enum.FormFactor.Symmetric
  1497. o111.Size = Vector3.new(3, 1.20000005, 3)
  1498. 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)
  1499. o111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1500. o112.Parent = o111
  1501. o113.Parent = o1
  1502. o113.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  1503. o113.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1504. o113.Anchored = true
  1505. o113.FormFactor = Enum.FormFactor.Symmetric
  1506. o113.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1507. 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)
  1508. o114.Parent = o113
  1509. o115.Parent = o1
  1510. o115.BrickColor = BrickColor.new("Really black")
  1511. o115.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  1512. o115.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1513. o115.Anchored = true
  1514. o115.FormFactor = Enum.FormFactor.Symmetric
  1515. o115.Size = Vector3.new(3, 1.20000005, 3)
  1516. 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)
  1517. o115.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1518. o116.Parent = o115
  1519. o117.Parent = o1
  1520. o117.BrickColor = BrickColor.new("Really black")
  1521. o117.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  1522. o117.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1523. o117.Anchored = true
  1524. o117.FormFactor = Enum.FormFactor.Symmetric
  1525. o117.Size = Vector3.new(3, 1.20000005, 3)
  1526. 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)
  1527. o117.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1528. o118.Parent = o117
  1529. o119.Parent = o1
  1530. o119.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  1531. o119.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1532. o119.Anchored = true
  1533. o119.FormFactor = Enum.FormFactor.Symmetric
  1534. o119.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1535. 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)
  1536. o120.Parent = o119
  1537. o121.Name = "Handle"
  1538. o121.Parent = o1
  1539. o121.Material = Enum.Material.SmoothPlastic
  1540. o121.Position = Vector3.new(99.207077, 6.8765769, 15.2047167)
  1541. o121.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1542. o121.Anchored = true
  1543. o121.CanCollide = false
  1544. o121.FormFactor = Enum.FormFactor.Symmetric
  1545. o121.Size = Vector3.new(2, 2, 2)
  1546. 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)
  1547. o121.BottomSurface = Enum.SurfaceType.Smooth
  1548. o121.TopSurface = Enum.SurfaceType.Smooth
  1549. o122.Parent = o121
  1550. o122.MeshId = "http://www.roblox.com/asset/?id=15393031"
  1551. o122.TextureId = "http://www.roblox.com/asset/?id=15393013"
  1552. o122.MeshType = Enum.MeshType.FileMesh
  1553. o123.Name = "RPPART"
  1554. o123.Parent = o1
  1555. o123.Transparency = 1
  1556. o123.Position = Vector3.new(103.454132, 5.33460093, 13.0707426)
  1557. o123.Rotation = Vector3.new(-90, 0, -0)
  1558. o123.Anchored = true
  1559. o123.CanCollide = false
  1560. o123.Size = Vector3.new(4, 1, 2)
  1561. o123.CFrame = CFrame.new(103.454132, 5.33460093, 13.0707426, 1, 0, 0, 0, 0, 1, 0, -1, 0)
  1562. function MoveY(model, Position)
  1563.     for _,part in pairs (model:GetChildren()) do
  1564.         if part.ClassName == "Part" then
  1565.             part.CFrame = part.CFrame + Vector3.new(0,Position,0)
  1566.         end
  1567.     end
  1568. end
  1569. function MoveX(model, Position)
  1570.     for _,part in pairs (model:GetChildren()) do
  1571.         if part.ClassName == "Part" then
  1572.             part.CFrame = part.CFrame + Vector3.new(Position,0,0)
  1573.         end
  1574.     end
  1575. end
  1576. function MoveSpawn(model, PLAYERPOS)
  1577.     for _,part in pairs (model:GetChildren()) do
  1578.         if part.ClassName == "Part" then
  1579.             part.CFrame = part.CFrame + PLAYERPOS + Vector3.new(50,-2.7,-5)
  1580.         end
  1581.     end
  1582. end
  1583. function MoveZ(model, Position)
  1584.     for _,part in pairs (model:GetChildren()) do
  1585.         if part.ClassName == "Part" then
  1586.             part.CFrame = part.CFrame + Vector3.new(0,0,Position)
  1587.         end
  1588.     end
  1589. end
  1590. function MoveZPart(Part, Position)
  1591.             Part.CFrame = Part.CFrame + Vector3.new(0,0,Position)
  1592. end
  1593. function MoveXPart(Part, Position)
  1594.             Part.CFrame = Part.CFrame + Vector3.new(Position,0,0)
  1595. end
  1596. game.Players[Victi].Character.HumanoidRootPart.Anchored = true
  1597. OMGCREEPY = Instance.new("Sound")
  1598. OMGCREEPY.Parent = o1
  1599. OMGCREEPY.Volume = .5
  1600. OMGCREEPY.SoundId = "rbxassetid://177775134"
  1601. for i,v in pairs (o1:GetChildren()) do
  1602.     if v:IsA("Part") then
  1603.         v.Material = "SmoothPlastic"
  1604.         v.BackSurface = "SmoothNoOutlines"
  1605.         v.FrontSurface = "SmoothNoOutlines"
  1606.         v.BottomSurface = "SmoothNoOutlines"
  1607.         v.LeftSurface = "SmoothNoOutlines"
  1608.         v.RightSurface = "SmoothNoOutlines"
  1609.         v.TopSurface = "SmoothNoOutlines"
  1610.     end
  1611. end
  1612. OMGCREEPY:Play()
  1613. o21:Play()
  1614.     MoveSpawn(o1,game.Players[Victi].Character.HumanoidRootPart.Position)
  1615. for i=1,51 do
  1616. MoveX(o1,-3)
  1617. wait(.05)
  1618. end
  1619. wait(.5)
  1620.     MoveZPart(o12,-1)
  1621.     wait(.2)
  1622. for i=1,6 do
  1623.     MoveXPart(o12,1)
  1624.     wait(.1)
  1625. end
  1626. wait(.5)
  1627. game.Players[Victi].Character.HumanoidRootPart.CFrame = o86.CFrame
  1628. wait(.5)
  1629. game.Players[Victi].Character.HumanoidRootPart.CFrame = o85.CFrame
  1630. wait(.5)
  1631.     MoveZPart(o12,1)
  1632.     wait(.2)
  1633.  
  1634. for i=1,6 do
  1635.     MoveXPart(o12,-1)
  1636.     wait(.1)
  1637. end
  1638. for i=1,50 do
  1639. MoveX(o1,-3)
  1640. game.Players[Victi].Character.HumanoidRootPart.CFrame = o85.CFrame
  1641. wait(.05)
  1642. end
  1643. game.Players[Victi].Character.Head.face.Texture = "rbxassetid://629925029"
  1644. game.Players[Victi].Character.HumanoidRootPart.CFrame = o123.CFrame
  1645. SCREAM = Instance.new("Sound")
  1646. SCREAM.Parent = game.Players[Victi].Character.Head
  1647. SCREAM.SoundId = "rbxassetid://138167455"
  1648. SCREAM:Play()
  1649. wait(2.5)
  1650. game.Players[Victi].Character.Head.BrickColor = BrickColor.new("Maroon")
  1651.     MoveZPart(o12,-1)
  1652.     wait(.2)
  1653. for i=1,6 do
  1654.     MoveXPart(o12,1)
  1655.     wait(.1)
  1656. end
  1657. wait(.5)
  1658. game.Players[Victi].Character.HumanoidRootPart.CFrame = o86.CFrame
  1659. wait(.5)
  1660.     MoveZPart(o12,1)
  1661.     wait(.2)
  1662. for i=1,6 do
  1663.     MoveXPart(o12,-1)
  1664.     wait(.1)
  1665. end
  1666. game.Players[Victi].Character.Humanoid.Health = 0
  1667. player = game.Players[Victi]
  1668. char = player.Character
  1669.             char.Archivable = true
  1670.             local rg = char:Clone()
  1671.             rg.HumanoidRootPart:Destroy()
  1672.             rg.Name = ""
  1673.             rg.Humanoid.MaxHealth = 0
  1674.             for i, v in pairs(rg.Torso:GetChildren()) do
  1675.                 if v:IsA("Motor6D") then
  1676.                     v:Destroy()
  1677.                 end
  1678.             end
  1679.            
  1680.             local n = Instance.new("Glue", rg.Torso)
  1681.             n.Name = "Neck"
  1682.             n.Part0 = rg.Torso
  1683.             n.Part1 = rg.Head
  1684.             n.C0 = CFrame.new(0, 1, 0)
  1685.             n.C1 = CFrame.new(0, -0.5, 0)
  1686.            
  1687.             local rs = Instance.new("Glue", rg.Torso)
  1688.             rs.Name = "Right Shoulder"
  1689.             rs.Part0 = rg.Torso
  1690.             rs.Part1 = rg["Right Arm"]
  1691.             rs.C0 = CFrame.new(1.5, 0.5, 0)
  1692.             rs.C1 = CFrame.new(0, 0.5, 0)
  1693.             local ls = Instance.new("Glue", rg.Torso)
  1694.             ls.Name = "Left Shoulder"
  1695.             ls.Part0 = rg.Torso
  1696.             ls.Part1 = rg["Left Arm"]
  1697.             ls.C0 = CFrame.new(-1.5, 0.5, 0)
  1698.             ls.C1 = CFrame.new(0, 0.5, 0)
  1699.            
  1700.             local rh = Instance.new("Glue", rg.Torso)
  1701.             rh.Name = "Right Hip"
  1702.             rh.Part0 = rg.Torso
  1703.             rh.Part1 = rg["Right Leg"]
  1704.             rh.C0 = CFrame.new(0.5, -1, 0)
  1705.             rh.C1 = CFrame.new(0, 1, 0)
  1706.             local lh = Instance.new("Glue", rg.Torso)
  1707.             lh.Name = "Left Hip"
  1708.             lh.Part0 = rg.Torso
  1709.             lh.Part1 = rg["Left Leg"]
  1710.             lh.C0 = CFrame.new(-0.5, -1, 0)
  1711.             lh.C1 = CFrame.new(0, 1, 0)
  1712.             char.Torso:Destroy()
  1713.             char.Head:Destroy()
  1714.             char["Left Leg"]:Destroy()
  1715.             char["Left Arm"]:Destroy()
  1716.             char["Right Leg"]:Destroy()
  1717.             char["Right Arm"]:Destroy()
  1718.             rg.Parent = game.Workspace
  1719.             rg.Head.BrickColor = BrickColor.new("Maroon")
  1720. function DEATH ()
  1721. OHHNELLY = Instance.new("Part")
  1722. OHHNELLY.Parent = workspace
  1723. OHHNELLY.Anchored = false
  1724. OHHNELLY.Material = Enum.Material.SmoothPlastic
  1725. OHHNELLY.BrickColor = BrickColor.new("Maroon")
  1726. OHHNELLY.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1727. OHHNELLY.Position = rg.Head.Position
  1728. OHHNELLY.Color = Color3.new(0.458824, 0, 0)
  1729. OHHNELLY.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1730. OHHNELLY.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1731. OHHNELLY.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1732. OHHNELLY.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1733. OHHNELLY.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1734. OHHNELLY.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1735. end
  1736. for i=1,20 do
  1737. DEATH()
  1738. MoveX(o1,-3)
  1739. wait(.05)
  1740. end
  1741. o1:Destroy()
  1742. wait(5)
  1743. game.Players[Victi]:Kick("You were kidnapped by the candy van on your public street. Now go away!")
  1744. end
  1745.  
  1746.  
  1747.  
  1748.  
  1749.  
  1750.  
  1751.  
  1752.  
  1753.  
  1754.  
  1755.  
  1756. if string.sub(lower,0,10) == "/e :kidnap" then
  1757. playerName = string.sub(msg, 12)
  1758.  
  1759. --CLOWN VAN BY DMS
  1760. --its bad
  1761. --first the victim gets kidnapped in a van
  1762. --then they get r3ped
  1763. --then the get killed
  1764. --then the body is dumped on the street
  1765. Victi = playerName
  1766. o1 = Instance.new("Model")
  1767. o2 = Instance.new("Part")
  1768. o3 = Instance.new("CylinderMesh")
  1769. o4 = Instance.new("Part")
  1770. o5 = Instance.new("SpecialMesh")
  1771. o6 = Instance.new("Part")
  1772. o7 = Instance.new("SpecialMesh")
  1773. o8 = Instance.new("Part")
  1774. o9 = Instance.new("BlockMesh")
  1775. o10 = Instance.new("Part")
  1776. o11 = Instance.new("BlockMesh")
  1777. o12 = Instance.new("Part")
  1778. o13 = Instance.new("Part")
  1779. o14 = Instance.new("BlockMesh")
  1780. o15 = Instance.new("Part")
  1781. o16 = Instance.new("SpecialMesh")
  1782. o17 = Instance.new("Part")
  1783. o18 = Instance.new("SpecialMesh")
  1784. o19 = Instance.new("Part")
  1785. o20 = Instance.new("SpecialMesh")
  1786. o21 = Instance.new("Sound")
  1787. o22 = Instance.new("Part")
  1788. o23 = Instance.new("BlockMesh")
  1789. o24 = Instance.new("Part")
  1790. o25 = Instance.new("SpecialMesh")
  1791. o26 = Instance.new("Part")
  1792. o27 = Instance.new("BlockMesh")
  1793. o28 = Instance.new("Part")
  1794. o29 = Instance.new("SpecialMesh")
  1795. o30 = Instance.new("Part")
  1796. o31 = Instance.new("BlockMesh")
  1797. o32 = Instance.new("Part")
  1798. o33 = Instance.new("BlockMesh")
  1799. o34 = Instance.new("Part")
  1800. o35 = Instance.new("BlockMesh")
  1801. o36 = Instance.new("Part")
  1802. o37 = Instance.new("BlockMesh")
  1803. o38 = Instance.new("Part")
  1804. o39 = Instance.new("Part")
  1805. o40 = Instance.new("BlockMesh")
  1806. o41 = Instance.new("Part")
  1807. o42 = Instance.new("BlockMesh")
  1808. o43 = Instance.new("Part")
  1809. o44 = Instance.new("BlockMesh")
  1810. o45 = Instance.new("Part")
  1811. o46 = Instance.new("SpecialMesh")
  1812. o47 = Instance.new("Part")
  1813. o48 = Instance.new("BlockMesh")
  1814. o49 = Instance.new("Part")
  1815. o50 = Instance.new("BlockMesh")
  1816. o51 = Instance.new("Part")
  1817. o52 = Instance.new("BlockMesh")
  1818. o53 = Instance.new("Part")
  1819. o54 = Instance.new("SpecialMesh")
  1820. o55 = Instance.new("Part")
  1821. o56 = Instance.new("SpecialMesh")
  1822. o57 = Instance.new("Part")
  1823. o58 = Instance.new("BlockMesh")
  1824. o59 = Instance.new("Part")
  1825. o60 = Instance.new("BlockMesh")
  1826. o61 = Instance.new("Part")
  1827. o62 = Instance.new("BlockMesh")
  1828. o63 = Instance.new("Part")
  1829. o64 = Instance.new("Part")
  1830. o65 = Instance.new("Part")
  1831. o66 = Instance.new("BlockMesh")
  1832. o67 = Instance.new("Part")
  1833. o68 = Instance.new("BlockMesh")
  1834. o69 = Instance.new("Part")
  1835. o70 = Instance.new("BlockMesh")
  1836. o71 = Instance.new("Part")
  1837. o72 = Instance.new("BlockMesh")
  1838. o73 = Instance.new("Part")
  1839. o74 = Instance.new("SpecialMesh")
  1840. o75 = Instance.new("Decal")
  1841. o76 = Instance.new("Part")
  1842. o77 = Instance.new("Part")
  1843. o78 = Instance.new("BlockMesh")
  1844. o79 = Instance.new("Part")
  1845. o80 = Instance.new("SpecialMesh")
  1846. o81 = Instance.new("Decal")
  1847. o82 = Instance.new("Part")
  1848. o83 = Instance.new("SpecialMesh")
  1849. o84 = Instance.new("Humanoid")
  1850. o85 = Instance.new("Part")
  1851. o86 = Instance.new("Part")
  1852. o87 = Instance.new("Part")
  1853. o88 = Instance.new("Decal")
  1854. o89 = Instance.new("Motor6D")
  1855. o90 = Instance.new("Motor6D")
  1856. o91 = Instance.new("Motor6D")
  1857. o92 = Instance.new("Motor6D")
  1858. o93 = Instance.new("Motor6D")
  1859. o94 = Instance.new("Part")
  1860. o95 = Instance.new("Part")
  1861. o96 = Instance.new("Part")
  1862. o97 = Instance.new("Part")
  1863. o98 = Instance.new("Part")
  1864. o99 = Instance.new("Decal")
  1865. o100 = Instance.new("Motor6D")
  1866. o101 = Instance.new("Motor6D")
  1867. o102 = Instance.new("Motor6D")
  1868. o103 = Instance.new("Part")
  1869. o104 = Instance.new("Part")
  1870. o105 = Instance.new("Part")
  1871. o106 = Instance.new("Part")
  1872. o107 = Instance.new("Part")
  1873. o108 = Instance.new("CylinderMesh")
  1874. o109 = Instance.new("Part")
  1875. o110 = Instance.new("CylinderMesh")
  1876. o111 = Instance.new("Part")
  1877. o112 = Instance.new("CylinderMesh")
  1878. o113 = Instance.new("Part")
  1879. o114 = Instance.new("CylinderMesh")
  1880. o115 = Instance.new("Part")
  1881. o116 = Instance.new("CylinderMesh")
  1882. o117 = Instance.new("Part")
  1883. o118 = Instance.new("CylinderMesh")
  1884. o119 = Instance.new("Part")
  1885. o120 = Instance.new("CylinderMesh")
  1886. o121 = Instance.new("Part")
  1887. o122 = Instance.new("SpecialMesh")
  1888. o123 = Instance.new("Part")
  1889. o1.Name = " "
  1890. o1.Parent = workspace
  1891. o2.Parent = o1
  1892. o2.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  1893. o2.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1894. o2.Anchored = true
  1895. o2.FormFactor = Enum.FormFactor.Symmetric
  1896. o2.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1897. 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)
  1898. o3.Parent = o2
  1899. o4.Parent = o1
  1900. o4.BrickColor = BrickColor.new("Institutional white")
  1901. o4.Position = Vector3.new(96.3181839, 7.00000668, 9.31151104)
  1902. o4.Rotation = Vector3.new(90, 89.9314728, -90)
  1903. o4.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1904. o4.Velocity = Vector3.new(-0.000346515269, 0.00201798417, -0.00195027643)
  1905. o4.Anchored = true
  1906. o4.FormFactor = Enum.FormFactor.Plate
  1907. o4.Size = Vector3.new(1, 2.4000001, 2)
  1908. o4.CFrame = CFrame.new(96.3181839, 7.00000668, 9.31151104, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  1909. o4.BackSurface = Enum.SurfaceType.Weld
  1910. o4.BottomSurface = Enum.SurfaceType.Weld
  1911. o4.LeftSurface = Enum.SurfaceType.Weld
  1912. o4.TopSurface = Enum.SurfaceType.Weld
  1913. o4.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1914. o5.Parent = o4
  1915. o5.MeshType = Enum.MeshType.Wedge
  1916. o6.Parent = o1
  1917. o6.Material = Enum.Material.SmoothPlastic
  1918. o6.BrickColor = BrickColor.new("Really black")
  1919. o6.Transparency = 0.5
  1920. o6.Position = Vector3.new(96.3181839, 7.00000668, 13.8115101)
  1921. o6.Rotation = Vector3.new(90, 89.9440536, -90)
  1922. o6.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1923. o6.Velocity = Vector3.new(0.000965324172, 0.00135755131, -0.00195027643)
  1924. o6.Anchored = true
  1925. o6.FormFactor = Enum.FormFactor.Plate
  1926. o6.Size = Vector3.new(8, 2.4000001, 1.99999976)
  1927. o6.CFrame = CFrame.new(96.3181839, 7.00000668, 13.8115101, 0, 3.96315798e-008, 0.999999523, 0, 1, -3.97370599e-008, -1, 0, 0)
  1928. o6.BackSurface = Enum.SurfaceType.Weld
  1929. o6.BottomSurface = Enum.SurfaceType.Weld
  1930. o6.LeftSurface = Enum.SurfaceType.Weld
  1931. o6.RightSurface = Enum.SurfaceType.Weld
  1932. o6.TopSurface = Enum.SurfaceType.Weld
  1933. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1934. o7.Parent = o6
  1935. o7.MeshType = Enum.MeshType.Wedge
  1936. o8.Parent = o1
  1937. o8.BrickColor = BrickColor.new("Br. yellowish orange")
  1938. o8.Position = Vector3.new(92.2182083, 4.00000715, 9.61151409)
  1939. o8.Rotation = Vector3.new(-0, 0, -2.26619136e-006)
  1940. o8.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1941. o8.Velocity = Vector3.new(-0.000475873821, 0.00227026758, -0.00119533995)
  1942. o8.Anchored = true
  1943. o8.FormFactor = Enum.FormFactor.Custom
  1944. o8.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  1945. o8.CFrame = CFrame.new(92.2182083, 4.00000715, 9.61151409, 0.999998808, 3.95524538e-008, 0, -3.98161575e-008, 1, 0, 0, 0, 1)
  1946. o8.BackSurface = Enum.SurfaceType.Weld
  1947. o8.BottomSurface = Enum.SurfaceType.Weld
  1948. o8.FrontSurface = Enum.SurfaceType.Weld
  1949. o8.LeftSurface = Enum.SurfaceType.Weld
  1950. o8.RightSurface = Enum.SurfaceType.Weld
  1951. o8.TopSurface = Enum.SurfaceType.Weld
  1952. o8.Color = Color3.new(0.886275, 0.607843, 0.25098)
  1953. o9.Parent = o8
  1954. o10.Parent = o1
  1955. o10.BrickColor = BrickColor.new("Institutional white")
  1956. o10.Position = Vector3.new(105.317894, 8.40004158, 9.31151295)
  1957. o10.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  1958. o10.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1959. o10.Velocity = Vector3.new(-0.000245332019, 0.00136755884, -0.00436839834)
  1960. o10.Anchored = true
  1961. o10.CanCollide = false
  1962. game.Players[Victi].Character.Humanoid.WalkSpeed = 0
  1963. game.Players[Victi].Character.Humanoid.JumpPower = 0
  1964. o10.FormFactor = Enum.FormFactor.Plate
  1965. o10.Size = Vector3.new(14, 0.400000006, 1)
  1966. o10.CFrame = CFrame.new(105.317894, 8.40004158, 9.31151295, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  1967. o10.BackSurface = Enum.SurfaceType.Weld
  1968. o10.BottomSurface = Enum.SurfaceType.Weld
  1969. o10.FrontSurface = Enum.SurfaceType.Weld
  1970. o10.LeftSurface = Enum.SurfaceType.Weld
  1971. o10.RightSurface = Enum.SurfaceType.Weld
  1972. o10.TopSurface = Enum.SurfaceType.Weld
  1973. o10.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1974. o11.Parent = o10
  1975. o12.Name = "DOOR"
  1976. o12.Parent = o1
  1977. o12.BrickColor = BrickColor.new("Institutional white")
  1978. o12.Position = Vector3.new(103.708466, 5.81500626, 9.31151104)
  1979. o12.Rotation = Vector3.new(-0, 0, -4.43210411e-006)
  1980. o12.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1981. o12.Velocity = Vector3.new(-0.000432157307, 0.00148387556, -0.00427860441)
  1982. o12.Anchored = true
  1983. o12.CanCollide = false
  1984. o12.FormFactor = Enum.FormFactor.Plate
  1985. o12.Size = Vector3.new(5.22000027, 4.82999992, 1)
  1986. o12.CFrame = CFrame.new(103.708466, 5.81500626, 9.31151104, 1, 7.73548052e-008, 0, -7.73548052e-008, 1, 0, 0, 0, 1)
  1987. o12.BottomSurface = Enum.SurfaceType.Weld
  1988. o12.LeftSurface = Enum.SurfaceType.Weld
  1989. o12.RightSurface = Enum.SurfaceType.Weld
  1990. o12.TopSurface = Enum.SurfaceType.Weld
  1991. o12.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1992. o13.Parent = o1
  1993. o13.BrickColor = BrickColor.new("White")
  1994. o13.Position = Vector3.new(109.818169, 5.80000877, 9.31151104)
  1995. o13.Rotation = Vector3.new(-0, 0, -2.25410599e-006)
  1996. o13.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1997. o13.Velocity = Vector3.new(-0.00043324125, 0.00104231632, -0.006061906)
  1998. o13.Anchored = true
  1999. o13.FormFactor = Enum.FormFactor.Plate
  2000. o13.Size = Vector3.new(7, 4.80000019, 1)
  2001. o13.CFrame = CFrame.new(109.818169, 5.80000877, 9.31151104, 0.999996901, 3.9341451e-008, 0, -4.00270856e-008, 1, 0, 0, 0, 1)
  2002. o13.BackSurface = Enum.SurfaceType.Weld
  2003. o13.BottomSurface = Enum.SurfaceType.Weld
  2004. o13.FrontSurface = Enum.SurfaceType.Weld
  2005. o13.LeftSurface = Enum.SurfaceType.Weld
  2006. o13.RightSurface = Enum.SurfaceType.Weld
  2007. o13.TopSurface = Enum.SurfaceType.Weld
  2008. o13.Color = Color3.new(0.94902, 0.952941, 0.952941)
  2009. o14.Parent = o13
  2010. o15.Parent = o1
  2011. o15.BrickColor = BrickColor.new("Institutional white")
  2012. o15.Position = Vector3.new(97.817894, 8.40000725, 13.8115139)
  2013. o15.Rotation = Vector3.new(90, 89.960434, -90)
  2014. o15.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2015. o15.Velocity = Vector3.new(0.00106650498, 0.00124916411, -0.00218200427)
  2016. o15.Anchored = true
  2017. o15.CanCollide = false
  2018. o15.FormFactor = Enum.FormFactor.Plate
  2019. o15.Size = Vector3.new(10, 0.400000006, 1)
  2020. o15.CFrame = CFrame.new(97.817894, 8.40000725, 13.8115139, 0, 3.86294303e-008, 0.999999762, 0, 1, -3.86821704e-008, -1, 0, 0)
  2021. o15.BackSurface = Enum.SurfaceType.Weld
  2022. o15.BottomSurface = Enum.SurfaceType.Weld
  2023. o15.TopSurface = Enum.SurfaceType.Weld
  2024. o15.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2025. o16.Parent = o15
  2026. o16.MeshType = Enum.MeshType.Wedge
  2027. o17.Parent = o1
  2028. o17.BrickColor = BrickColor.new("Institutional white")
  2029. o17.Position = Vector3.new(96.3181839, 7.00000668, 18.3115101)
  2030. o17.Rotation = Vector3.new(90, 89.9314728, -90)
  2031. o17.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2032. o17.Velocity = Vector3.new(0.00227716356, 0.000697118347, -0.00195027643)
  2033. o17.Anchored = true
  2034. o17.FormFactor = Enum.FormFactor.Plate
  2035. o17.Size = Vector3.new(1, 2.4000001, 2)
  2036. o17.CFrame = CFrame.new(96.3181839, 7.00000668, 18.3115101, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  2037. o17.BackSurface = Enum.SurfaceType.Weld
  2038. o17.BottomSurface = Enum.SurfaceType.Weld
  2039. o17.RightSurface = Enum.SurfaceType.Weld
  2040. o17.TopSurface = Enum.SurfaceType.Weld
  2041. o17.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2042. o18.Parent = o17
  2043. o18.MeshType = Enum.MeshType.Wedge
  2044. o19.Parent = o1
  2045. o19.BrickColor = BrickColor.new("Institutional white")
  2046. o19.Position = Vector3.new(93.8181839, 5.20000744, 13.8115101)
  2047. o19.Rotation = Vector3.new(90, 89.8573456, -90)
  2048. o19.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2049. o19.Velocity = Vector3.new(0.000835234998, 0.00153823046, -0.00148565089)
  2050. o19.Anchored = true
  2051. o19.FormFactor = Enum.FormFactor.Plate
  2052. o19.Size = Vector3.new(10, 1.20000005, 3)
  2053. o19.CFrame = CFrame.new(93.8181839, 5.20000744, 13.8115101, 0, 3.77325726e-008, 0.999996901, 0, 1, -3.84182002e-008, -1, 0, 0)
  2054. o19.BackSurface = Enum.SurfaceType.Weld
  2055. o19.BottomSurface = Enum.SurfaceType.Weld
  2056. o19.TopSurface = Enum.SurfaceType.Weld
  2057. o19.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2058. o20.Parent = o19
  2059. o20.MeshType = Enum.MeshType.Wedge
  2060. o21.Parent = o19
  2061. o21.SoundId = "rbxassetid://532147820"
  2062. o21.Looped = true
  2063. o22.Parent = o1
  2064. o22.BrickColor = BrickColor.new("Institutional white")
  2065. o22.Position = Vector3.new(96.3182907, 4.60000753, 9.31151104)
  2066. o22.Rotation = Vector3.new(-0, 0, -2.23446773e-006)
  2067. o22.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2068. o22.Velocity = Vector3.new(-0.000519967522, 0.00201797695, -0.00230253674)
  2069. o22.Anchored = true
  2070. o22.FormFactor = Enum.FormFactor.Plate
  2071. o22.Size = Vector3.new(2, 2.4000001, 1)
  2072. o22.CFrame = CFrame.new(96.3182907, 4.60000753, 9.31151104, 0.999993801, 3.8998575e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  2073. o22.BackSurface = Enum.SurfaceType.Weld
  2074. o22.BottomSurface = Enum.SurfaceType.Weld
  2075. o22.FrontSurface = Enum.SurfaceType.Weld
  2076. o22.LeftSurface = Enum.SurfaceType.Weld
  2077. o22.RightSurface = Enum.SurfaceType.Weld
  2078. o22.TopSurface = Enum.SurfaceType.Weld
  2079. o22.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2080. o23.Parent = o22
  2081. o24.Parent = o1
  2082. o24.BrickColor = BrickColor.new("Institutional white")
  2083. o24.Position = Vector3.new(113.817245, 6.80000734, 18.3115101)
  2084. o24.Rotation = Vector3.new(-0, -90, 0)
  2085. o24.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2086. o24.Velocity = Vector3.new(0.00226270943, -0.000567569688, -0.00708095264)
  2087. o24.Anchored = true
  2088. o24.FormFactor = Enum.FormFactor.Plate
  2089. o24.Size = Vector3.new(1, 2.79999995, 1)
  2090. o24.CFrame = CFrame.new(113.817245, 6.80000734, 18.3115101, 0, 5.54578605e-008, -1, 0, 1, 5.54578605e-008, 1, 0, 0)
  2091. o24.BackSurface = Enum.SurfaceType.Weld
  2092. o24.BottomSurface = Enum.SurfaceType.Weld
  2093. o24.TopSurface = Enum.SurfaceType.Weld
  2094. o24.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2095. o25.Parent = o24
  2096. o25.MeshType = Enum.MeshType.Wedge
  2097. o26.Parent = o1
  2098. o26.BrickColor = BrickColor.new("Institutional white")
  2099. o26.Position = Vector3.new(93.0181885, 2.60000825, 13.8115101)
  2100. o26.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  2101. o26.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2102. o26.Velocity = Vector3.new(0.000647328445, 0.00159604801, -0.00163401756)
  2103. o26.Anchored = true
  2104. o26.FormFactor = Enum.FormFactor.Plate
  2105. o26.Size = Vector3.new(1.39999998, 1.60000002, 10)
  2106. o26.CFrame = CFrame.new(93.0181885, 2.60000825, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  2107. o26.BackSurface = Enum.SurfaceType.Weld
  2108. o26.BottomSurface = Enum.SurfaceType.Weld
  2109. o26.FrontSurface = Enum.SurfaceType.Weld
  2110. o26.LeftSurface = Enum.SurfaceType.Weld
  2111. o26.RightSurface = Enum.SurfaceType.Weld
  2112. o26.TopSurface = Enum.SurfaceType.Weld
  2113. o26.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2114. o27.Parent = o26
  2115. o28.Parent = o1
  2116. o28.BrickColor = BrickColor.new("Institutional white")
  2117. o28.Position = Vector3.new(113.818176, 6.80000877, 9.31151104)
  2118. o28.Rotation = Vector3.new(-90, -89.7982635, -90)
  2119. o28.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2120. o28.Velocity = Vector3.new(-0.000360969483, 0.000753228669, -0.00708122458)
  2121. o28.Anchored = true
  2122. o28.FormFactor = Enum.FormFactor.Plate
  2123. o28.Size = Vector3.new(1, 2.79999995, 1)
  2124. o28.CFrame = CFrame.new(113.818176, 6.80000877, 9.31151104, 0, 3.89985715e-008, -0.999993801, 0, 1, 4.03698408e-008, 1, 0, 0)
  2125. o28.BackSurface = Enum.SurfaceType.Weld
  2126. o28.BottomSurface = Enum.SurfaceType.Weld
  2127. o28.TopSurface = Enum.SurfaceType.Weld
  2128. o28.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2129. o29.Parent = o28
  2130. o29.MeshType = Enum.MeshType.Wedge
  2131. o30.Parent = o1
  2132. o30.BrickColor = BrickColor.new("Institutional white")
  2133. o30.Position = Vector3.new(96.3181992, 4.60000753, 18.3115101)
  2134. o30.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  2135. o30.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2136. o30.Velocity = Vector3.new(0.00210371148, 0.000697117415, -0.0023025109)
  2137. o30.Anchored = true
  2138. o30.FormFactor = Enum.FormFactor.Plate
  2139. o30.Size = Vector3.new(2, 2.4000001, 1)
  2140. o30.CFrame = CFrame.new(96.3181992, 4.60000753, 18.3115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  2141. o30.BackSurface = Enum.SurfaceType.Weld
  2142. o30.BottomSurface = Enum.SurfaceType.Weld
  2143. o30.FrontSurface = Enum.SurfaceType.Weld
  2144. o30.LeftSurface = Enum.SurfaceType.Weld
  2145. o30.RightSurface = Enum.SurfaceType.Weld
  2146. o30.TopSurface = Enum.SurfaceType.Weld
  2147. o30.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2148. o31.Parent = o30
  2149. o32.Parent = o1
  2150. o32.BrickColor = BrickColor.new("Dark stone grey")
  2151. o32.Position = Vector3.new(95.8181839, 4.60000753, 13.8115101)
  2152. o32.Rotation = Vector3.new(90, 89.960434, -90)
  2153. o32.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2154. o32.Velocity = Vector3.new(0.000791871978, 0.00139368721, -0.00215674727)
  2155. o32.Anchored = true
  2156. o32.FormFactor = Enum.FormFactor.Plate
  2157. o32.Size = Vector3.new(8, 2.4000001, 1)
  2158. o32.CFrame = CFrame.new(95.8181839, 4.60000753, 13.8115101, 0, 3.96579551e-008, 0.999999762, 0, 1, -3.97106952e-008, -1, 0, 0)
  2159. o32.BottomSurface = Enum.SurfaceType.Weld
  2160. o32.TopSurface = Enum.SurfaceType.Weld
  2161. o32.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2162. o33.Parent = o32
  2163. o33.Offset = Vector3.new(0, 0, 0.5)
  2164. o33.Scale = Vector3.new(1, 1, 2)
  2165. o34.Parent = o1
  2166. o34.BrickColor = BrickColor.new("Institutional white")
  2167. o34.Position = Vector3.new(93.8181992, 4.00000715, 13.8115101)
  2168. o34.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  2169. o34.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2170. o34.Velocity = Vector3.new(0.000748508843, 0.00153822941, -0.00166177051)
  2171. o34.Anchored = true
  2172. o34.FormFactor = Enum.FormFactor.Plate
  2173. o34.Size = Vector3.new(3, 1.20000005, 10)
  2174. o34.CFrame = CFrame.new(93.8181992, 4.00000715, 13.8115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  2175. o34.BackSurface = Enum.SurfaceType.Weld
  2176. o34.BottomSurface = Enum.SurfaceType.Weld
  2177. o34.FrontSurface = Enum.SurfaceType.Weld
  2178. o34.LeftSurface = Enum.SurfaceType.Weld
  2179. o34.RightSurface = Enum.SurfaceType.Weld
  2180. o34.TopSurface = Enum.SurfaceType.Weld
  2181. o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2182. o35.Parent = o34
  2183. o36.Parent = o1
  2184. o36.BrickColor = BrickColor.new("Br. yellowish orange")
  2185. o36.Position = Vector3.new(92.2181854, 4.00000715, 18.211504)
  2186. o36.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  2187. o36.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2188. o36.Velocity = Vector3.new(0.00203119451, 0.00100810977, -0.00119533355)
  2189. o36.Anchored = true
  2190. o36.FormFactor = Enum.FormFactor.Custom
  2191. o36.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  2192. o36.CFrame = CFrame.new(92.2181854, 4.00000715, 18.211504, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  2193. o36.BackSurface = Enum.SurfaceType.Weld
  2194. o36.BottomSurface = Enum.SurfaceType.Weld
  2195. o36.FrontSurface = Enum.SurfaceType.Weld
  2196. o36.LeftSurface = Enum.SurfaceType.Weld
  2197. o36.RightSurface = Enum.SurfaceType.Weld
  2198. o36.TopSurface = Enum.SurfaceType.Weld
  2199. o36.Color = Color3.new(0.886275, 0.607843, 0.25098)
  2200. o37.Parent = o36
  2201. o38.Parent = o1
  2202. o38.BrickColor = BrickColor.new("Institutional white")
  2203. o38.Position = Vector3.new(99.0602112, 4.60000706, 18.3115101)
  2204. o38.Rotation = Vector3.new(-0, 0, -4.84935117e-006)
  2205. o38.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2206. o38.Velocity = Vector3.new(0.00210371148, 0.000498947338, -0.0031018618)
  2207. o38.Anchored = true
  2208. o38.CanCollide = false
  2209. o38.FormFactor = Enum.FormFactor.Plate
  2210. o38.Size = Vector3.new(3.48000026, 2.4000001, 1)
  2211. o38.CFrame = CFrame.new(99.0602112, 4.60000706, 18.3115101, 1, 8.46371435e-008, 0, -8.46371435e-008, 1, 0, 0, 0, 1)
  2212. o38.BottomSurface = Enum.SurfaceType.Weld
  2213. o38.LeftSurface = Enum.SurfaceType.Weld
  2214. o38.RightSurface = Enum.SurfaceType.Weld
  2215. o38.TopSurface = Enum.SurfaceType.Weld
  2216. o38.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2217. o39.Parent = o1
  2218. o39.BrickColor = BrickColor.new("Really red")
  2219. o39.Position = Vector3.new(113.818176, 4.80000877, 9.31151104)
  2220. o39.Rotation = Vector3.new(-0, 0, -2.2344675e-006)
  2221. o39.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2222. o39.Velocity = Vector3.new(-0.000505513046, 0.000753228669, -0.00737475045)
  2223. o39.Anchored = true
  2224. o39.FormFactor = Enum.FormFactor.Plate
  2225. o39.Size = Vector3.new(1, 1.20000005, 1)
  2226. o39.CFrame = CFrame.new(113.818176, 4.80000877, 9.31151104, 0.999993801, 3.89985715e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  2227. o39.BackSurface = Enum.SurfaceType.Weld
  2228. o39.BottomSurface = Enum.SurfaceType.Weld
  2229. o39.FrontSurface = Enum.SurfaceType.Weld
  2230. o39.LeftSurface = Enum.SurfaceType.Weld
  2231. o39.RightSurface = Enum.SurfaceType.Weld
  2232. o39.TopSurface = Enum.SurfaceType.Weld
  2233. o39.Color = Color3.new(1, 0, 0)
  2234. o40.Parent = o39
  2235. o41.Parent = o1
  2236. o41.BrickColor = BrickColor.new("Institutional white")
  2237. o41.Position = Vector3.new(113.818054, 3.80000734, 9.31151104)
  2238. o41.Rotation = Vector3.new(-0, 0, -2.23295706e-006)
  2239. o41.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2240. o41.Velocity = Vector3.new(-0.000577784958, 0.000753237749, -0.00752147706)
  2241. o41.Anchored = true
  2242. o41.FormFactor = Enum.FormFactor.Plate
  2243. o41.Size = Vector3.new(1, 0.800000012, 1)
  2244. o41.CFrame = CFrame.new(113.818054, 3.80000734, 9.31151104, 0.999993563, 3.89721997e-008, 0, -4.03962055e-008, 1, 0, 0, 0, 1)
  2245. o41.BackSurface = Enum.SurfaceType.Weld
  2246. o41.BottomSurface = Enum.SurfaceType.Weld
  2247. o41.FrontSurface = Enum.SurfaceType.Weld
  2248. o41.LeftSurface = Enum.SurfaceType.Weld
  2249. o41.RightSurface = Enum.SurfaceType.Weld
  2250. o41.TopSurface = Enum.SurfaceType.Weld
  2251. o41.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2252. o42.Parent = o41
  2253. o43.Parent = o1
  2254. o43.BrickColor = BrickColor.new("Institutional white")
  2255. o43.Position = Vector3.new(105.317894, 8.40000725, 13.8115139)
  2256. o43.Rotation = Vector3.new(-0, 0, -2.21481446e-006)
  2257. o43.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2258. o43.Velocity = Vector3.new(0.00106650498, 0.000707125873, -0.00436840346)
  2259. o43.Anchored = true
  2260. o43.CanCollide = false
  2261. o43.FormFactor = Enum.FormFactor.Plate
  2262. o43.Size = Vector3.new(14, 0.400000006, 8)
  2263. o43.CFrame = CFrame.new(105.317894, 8.40000725, 13.8115139, 1, 3.86558057e-008, 0, -3.86558057e-008, 1, 0, 0, 0, 1)
  2264. o43.BackSurface = Enum.SurfaceType.Weld
  2265. o43.BottomSurface = Enum.SurfaceType.Weld
  2266. o43.FrontSurface = Enum.SurfaceType.Weld
  2267. o43.LeftSurface = Enum.SurfaceType.Weld
  2268. o43.RightSurface = Enum.SurfaceType.Weld
  2269. o43.TopSurface = Enum.SurfaceType.Weld
  2270. o43.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2271. o44.Parent = o43
  2272. o45.Parent = o1
  2273. o45.BrickColor = BrickColor.new("Really black")
  2274. o45.Position = Vector3.new(113.818176, 6.80000782, 11.311511)
  2275. o45.Rotation = Vector3.new(-90, -89.9314728, -90)
  2276. o45.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2277. o45.Velocity = Vector3.new(0.000222070201, 0.000459702482, -0.00708122645)
  2278. o45.Anchored = true
  2279. o45.CanCollide = false
  2280. o45.FormFactor = Enum.FormFactor.Plate
  2281. o45.Size = Vector3.new(3, 2.79999995, 1)
  2282. o45.CFrame = CFrame.new(113.818176, 6.80000782, 11.311511, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  2283. o45.BackSurface = Enum.SurfaceType.Weld
  2284. o45.BottomSurface = Enum.SurfaceType.Weld
  2285. o45.TopSurface = Enum.SurfaceType.Weld
  2286. o45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2287. o46.Parent = o45
  2288. o46.MeshType = Enum.MeshType.Wedge
  2289. o47.Parent = o1
  2290. o47.BrickColor = BrickColor.new("Institutional white")
  2291. o47.Position = Vector3.new(103.118179, 2.40000772, 13.8115101)
  2292. o47.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  2293. o47.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2294. o47.Velocity = Vector3.new(0.000632874086, 0.000866103393, -0.0046077203)
  2295. o47.Anchored = true
  2296. o47.FormFactor = Enum.FormFactor.Plate
  2297. o47.Size = Vector3.new(12.3999996, 1.20000005, 10)
  2298. o47.CFrame = CFrame.new(103.118179, 2.40000772, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  2299. o47.BackSurface = Enum.SurfaceType.Weld
  2300. o47.BottomSurface = Enum.SurfaceType.Weld
  2301. o47.FrontSurface = Enum.SurfaceType.Weld
  2302. o47.LeftSurface = Enum.SurfaceType.Weld
  2303. o47.RightSurface = Enum.SurfaceType.Weld
  2304. o47.TopSurface = Enum.SurfaceType.Weld
  2305. o47.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2306. o48.Parent = o47
  2307. o49.Parent = o1
  2308. o49.BrickColor = BrickColor.new("White")
  2309. o49.Position = Vector3.new(104.018181, 3.20000815, 13.8115101)
  2310. o49.Rotation = Vector3.new(-0, 0, -2.27374471e-006)
  2311. o49.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2312. o49.Velocity = Vector3.new(0.000690691522, 0.000801058719, -0.00475267787)
  2313. o49.Anchored = true
  2314. o49.FormFactor = Enum.FormFactor.Plate
  2315. o49.Size = Vector3.new(20.6000004, 0.400000006, 10)
  2316. o49.CFrame = CFrame.new(104.018181, 3.20000815, 13.8115101, 1, 3.96843305e-008, 0, -3.96843305e-008, 1, 0, 0, 0, 1)
  2317. o49.BackSurface = Enum.SurfaceType.Weld
  2318. o49.BottomSurface = Enum.SurfaceType.Weld
  2319. o49.FrontSurface = Enum.SurfaceType.Weld
  2320. o49.LeftSurface = Enum.SurfaceType.Weld
  2321. o49.RightSurface = Enum.SurfaceType.Weld
  2322. o49.TopSurface = Enum.SurfaceType.Weld
  2323. o49.Color = Color3.new(0.94902, 0.952941, 0.952941)
  2324. o50.Parent = o49
  2325. o51.Parent = o1
  2326. o51.BrickColor = BrickColor.new("Institutional white")
  2327. o51.Position = Vector3.new(107.167747, 5.80000782, 18.3115101)
  2328. o51.Rotation = Vector3.new(-0, 0, -3.14727777e-006)
  2329. o51.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2330. o51.Velocity = Vector3.new(0.00219043763, -8.69987416e-005, -0.00528925471)
  2331. o51.Anchored = true
  2332. o51.FormFactor = Enum.FormFactor.Plate
  2333. o51.Size = Vector3.new(12.3000002, 4.80000019, 1)
  2334. o51.CFrame = CFrame.new(107.167747, 5.80000782, 18.3115101, 1, 5.49303607e-008, 0, -5.49303607e-008, 1, 0, 0, 0, 1)
  2335. o51.BackSurface = Enum.SurfaceType.Weld
  2336. o51.BottomSurface = Enum.SurfaceType.Weld
  2337. o51.FrontSurface = Enum.SurfaceType.Weld
  2338. o51.LeftSurface = Enum.SurfaceType.Weld
  2339. o51.RightSurface = Enum.SurfaceType.Weld
  2340. o51.TopSurface = Enum.SurfaceType.Weld
  2341. o51.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2342. o52.Parent = o51
  2343. o53.Parent = o1
  2344. o53.BrickColor = BrickColor.new("Institutional white")
  2345. o53.Position = Vector3.new(113.818176, 6.80000782, 13.8115101)
  2346. o53.Rotation = Vector3.new(-90, -89.9314728, -90)
  2347. o53.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2348. o53.Velocity = Vector3.new(0.000950869871, 9.27953006e-005, -0.00708122645)
  2349. o53.Anchored = true
  2350. o53.CanCollide = false
  2351. o53.FormFactor = Enum.FormFactor.Plate
  2352. o53.Size = Vector3.new(2, 2.79999995, 1)
  2353. o53.CFrame = CFrame.new(113.818176, 6.80000782, 13.8115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  2354. o53.BackSurface = Enum.SurfaceType.Weld
  2355. o53.BottomSurface = Enum.SurfaceType.Weld
  2356. o53.TopSurface = Enum.SurfaceType.Weld
  2357. o53.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2358. o54.Parent = o53
  2359. o54.MeshType = Enum.MeshType.Wedge
  2360. o55.Parent = o1
  2361. o55.BrickColor = BrickColor.new("Really black")
  2362. o55.Position = Vector3.new(113.818176, 6.80000782, 16.3115101)
  2363. o55.Rotation = Vector3.new(-90, -89.9314728, -90)
  2364. o55.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2365. o55.Velocity = Vector3.new(0.0016796696, -0.000274111895, -0.00708122645)
  2366. o55.Anchored = true
  2367. o55.CanCollide = false
  2368. o55.FormFactor = Enum.FormFactor.Plate
  2369. o55.Size = Vector3.new(3, 2.79999995, 1)
  2370. o55.CFrame = CFrame.new(113.818176, 6.80000782, 16.3115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  2371. o55.BackSurface = Enum.SurfaceType.Weld
  2372. o55.BottomSurface = Enum.SurfaceType.Weld
  2373. o55.TopSurface = Enum.SurfaceType.Weld
  2374. o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2375. o56.Parent = o55
  2376. o56.MeshType = Enum.MeshType.Wedge
  2377. o57.Parent = o1
  2378. o57.BrickColor = BrickColor.new("Institutional white")
  2379. o57.Position = Vector3.new(113.818176, 4.40000582, 13.8115101)
  2380. o57.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  2381. o57.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2382. o57.Velocity = Vector3.new(0.000777417503, 9.27956426e-005, -0.00743345637)
  2383. o57.Anchored = true
  2384. o57.CanCollide = false
  2385. o57.FormFactor = Enum.FormFactor.Plate
  2386. o57.Size = Vector3.new(1, 2, 8)
  2387. o57.CFrame = CFrame.new(113.818176, 4.40000582, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  2388. o57.BackSurface = Enum.SurfaceType.Weld
  2389. o57.BottomSurface = Enum.SurfaceType.Weld
  2390. o57.FrontSurface = Enum.SurfaceType.Weld
  2391. o57.LeftSurface = Enum.SurfaceType.Weld
  2392. o57.RightSurface = Enum.SurfaceType.Weld
  2393. o57.TopSurface = Enum.SurfaceType.Weld
  2394. o57.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2395. o58.Parent = o57
  2396. o59.Parent = o1
  2397. o59.BrickColor = BrickColor.new("Institutional white")
  2398. o59.Position = Vector3.new(113.818176, 3.80000734, 18.3115101)
  2399. o59.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  2400. o59.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2401. o59.Velocity = Vector3.new(0.00204589404, -0.000567637384, -0.00752151385)
  2402. o59.Anchored = true
  2403. o59.FormFactor = Enum.FormFactor.Plate
  2404. o59.Size = Vector3.new(1, 0.800000012, 1)
  2405. o59.CFrame = CFrame.new(113.818176, 3.80000734, 18.3115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  2406. o59.BackSurface = Enum.SurfaceType.Weld
  2407. o59.BottomSurface = Enum.SurfaceType.Weld
  2408. o59.FrontSurface = Enum.SurfaceType.Weld
  2409. o59.LeftSurface = Enum.SurfaceType.Weld
  2410. o59.RightSurface = Enum.SurfaceType.Weld
  2411. o59.TopSurface = Enum.SurfaceType.Weld
  2412. o59.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2413. o60.Parent = o59
  2414. o61.Parent = o1
  2415. o61.BrickColor = BrickColor.new("Institutional white")
  2416. o61.Position = Vector3.new(105.317894, 8.40000725, 18.3115101)
  2417. o61.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  2418. o61.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2419. o61.Velocity = Vector3.new(0.00237834454, 4.6692905e-005, -0.00436840346)
  2420. o61.Anchored = true
  2421. o61.CanCollide = false
  2422. o61.FormFactor = Enum.FormFactor.Plate
  2423. o61.Size = Vector3.new(14, 0.400000006, 1)
  2424. o61.CFrame = CFrame.new(105.317894, 8.40000725, 18.3115101, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  2425. o61.BackSurface = Enum.SurfaceType.Weld
  2426. o61.BottomSurface = Enum.SurfaceType.Weld
  2427. o61.FrontSurface = Enum.SurfaceType.Weld
  2428. o61.LeftSurface = Enum.SurfaceType.Weld
  2429. o61.RightSurface = Enum.SurfaceType.Weld
  2430. o61.TopSurface = Enum.SurfaceType.Weld
  2431. o61.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2432. o62.Parent = o61
  2433. o63.Parent = o1
  2434. o63.BrickColor = BrickColor.new("Institutional white")
  2435. o63.Position = Vector3.new(97.8181839, 5.79500866, 9.31151104)
  2436. o63.Rotation = Vector3.new(-0, 0, -2.36894834e-006)
  2437. o63.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2438. o63.Velocity = Vector3.new(-0.000433602603, 0.00190957636, -0.00256440602)
  2439. o63.Anchored = true
  2440. o63.CanCollide = false
  2441. o63.FormFactor = Enum.FormFactor.Plate
  2442. o63.Size = Vector3.new(1, 4.80999994, 1)
  2443. o63.CFrame = CFrame.new(97.8181839, 5.79500866, 9.31151104, 1, 4.13459489e-008, 0, -4.13459489e-008, 1, 0, 0, 0, 1)
  2444. o63.BottomSurface = Enum.SurfaceType.Weld
  2445. o63.LeftSurface = Enum.SurfaceType.Weld
  2446. o63.RightSurface = Enum.SurfaceType.Weld
  2447. o63.TopSurface = Enum.SurfaceType.Weld
  2448. o63.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2449. o64.Parent = o1
  2450. o64.BrickColor = BrickColor.new("Institutional white")
  2451. o64.Position = Vector3.new(97.8178101, 7.00000858, 18.3115101)
  2452. o64.Rotation = Vector3.new(-0, 0, -2.14529973e-006)
  2453. o64.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2454. o64.Velocity = Vector3.new(0.00227716402, 0.00058873737, -0.00238744705)
  2455. o64.Anchored = true
  2456. o64.CanCollide = false
  2457. o64.FormFactor = Enum.FormFactor.Plate
  2458. o64.Size = Vector3.new(1, 2.4000001, 1)
  2459. o64.CFrame = CFrame.new(97.8178101, 7.00000858, 18.3115101, 0.999999762, 3.74425326e-008, 0, -3.74952727e-008, 1, 0, 0, 0, 1)
  2460. o64.BottomSurface = Enum.SurfaceType.Weld
  2461. o64.LeftSurface = Enum.SurfaceType.Weld
  2462. o64.RightSurface = Enum.SurfaceType.Weld
  2463. o64.TopSurface = Enum.SurfaceType.Weld
  2464. o64.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2465. o65.Parent = o1
  2466. o65.BrickColor = BrickColor.new("Institutional white")
  2467. o65.Position = Vector3.new(113.418167, 2.40000749, 13.8115101)
  2468. o65.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  2469. o65.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2470. o65.Velocity = Vector3.new(0.000632874086, 0.000121704477, -0.0076103732)
  2471. o65.Anchored = true
  2472. o65.FormFactor = Enum.FormFactor.Plate
  2473. o65.Size = Vector3.new(1.80000007, 1.20000005, 10)
  2474. o65.CFrame = CFrame.new(113.418167, 2.40000749, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  2475. o65.BackSurface = Enum.SurfaceType.Weld
  2476. o65.BottomSurface = Enum.SurfaceType.Weld
  2477. o65.FrontSurface = Enum.SurfaceType.Weld
  2478. o65.LeftSurface = Enum.SurfaceType.Weld
  2479. o65.RightSurface = Enum.SurfaceType.Weld
  2480. o65.TopSurface = Enum.SurfaceType.Weld
  2481. o65.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2482. o66.Parent = o65
  2483. o67.Parent = o1
  2484. o67.BrickColor = BrickColor.new("Really red")
  2485. o67.Position = Vector3.new(113.817245, 4.80000687, 18.3115101)
  2486. o67.Rotation = Vector3.new(-0, 0, -3.17145691e-006)
  2487. o67.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2488. o67.Velocity = Vector3.new(0.00211816584, -0.000567570096, -0.0073744799)
  2489. o67.Anchored = true
  2490. o67.FormFactor = Enum.FormFactor.Plate
  2491. o67.Size = Vector3.new(1, 1.20000005, 1)
  2492. o67.CFrame = CFrame.new(113.817245, 4.80000687, 18.3115101, 1, 5.53523627e-008, 0, -5.53523627e-008, 1, 0, 0, 0, 1)
  2493. o67.BackSurface = Enum.SurfaceType.Weld
  2494. o67.BottomSurface = Enum.SurfaceType.Weld
  2495. o67.FrontSurface = Enum.SurfaceType.Weld
  2496. o67.LeftSurface = Enum.SurfaceType.Weld
  2497. o67.RightSurface = Enum.SurfaceType.Weld
  2498. o67.TopSurface = Enum.SurfaceType.Weld
  2499. o67.Color = Color3.new(1, 0, 0)
  2500. o68.Parent = o67
  2501. o69.Parent = o1
  2502. o69.BrickColor = BrickColor.new("Institutional white")
  2503. o69.Position = Vector3.new(112.817894, 8.40000725, 13.8115139)
  2504. o69.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  2505. o69.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2506. o69.Velocity = Vector3.new(0.00106650498, 0.000165087578, -0.00655480288)
  2507. o69.Anchored = true
  2508. o69.CanCollide = false
  2509. o69.FormFactor = Enum.FormFactor.Plate
  2510. o69.Size = Vector3.new(1, 0.400000006, 10)
  2511. o69.CFrame = CFrame.new(112.817894, 8.40000725, 13.8115139, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  2512. o69.BackSurface = Enum.SurfaceType.Weld
  2513. o69.BottomSurface = Enum.SurfaceType.Weld
  2514. o69.FrontSurface = Enum.SurfaceType.Weld
  2515. o69.LeftSurface = Enum.SurfaceType.Weld
  2516. o69.RightSurface = Enum.SurfaceType.Weld
  2517. o69.TopSurface = Enum.SurfaceType.Weld
  2518. o69.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2519. o70.Parent = o69
  2520. o71.Parent = o1
  2521. o71.BrickColor = BrickColor.new("Really black")
  2522. o71.Position = Vector3.new(92.2181854, 3.8000083, 13.8115101)
  2523. o71.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  2524. o71.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2525. o71.Velocity = Vector3.new(0.0007340546, 0.00165386556, -0.00122468593)
  2526. o71.Anchored = true
  2527. o71.FormFactor = Enum.FormFactor.Custom
  2528. o71.Size = Vector3.new(0.200000003, 0.800000012, 6)
  2529. o71.CFrame = CFrame.new(92.2181854, 3.8000083, 13.8115101, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  2530. o71.BackSurface = Enum.SurfaceType.Weld
  2531. o71.BottomSurface = Enum.SurfaceType.Weld
  2532. o71.FrontSurface = Enum.SurfaceType.Weld
  2533. o71.LeftSurface = Enum.SurfaceType.Weld
  2534. o71.RightSurface = Enum.SurfaceType.Weld
  2535. o71.TopSurface = Enum.SurfaceType.Weld
  2536. o71.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2537. o72.Parent = o71
  2538. o73.Name = "Head"
  2539. o73.Parent = o1
  2540. o73.Material = Enum.Material.SmoothPlastic
  2541. o73.BrickColor = BrickColor.new("Institutional white")
  2542. o73.Position = Vector3.new(99.207077, 7.026577, 15.2047167)
  2543. o73.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  2544. o73.Anchored = true
  2545. o73.FormFactor = Enum.FormFactor.Symmetric
  2546. o73.Size = Vector3.new(2, 1, 1)
  2547. 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)
  2548. o73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2549. o73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2550. o73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2551. o73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2552. o73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2553. o73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2554. o73.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2555. o74.Parent = o73
  2556. o74.Scale = Vector3.new(1.25, 1.25, 1.25)
  2557. o75.Name = "face"
  2558. o75.Parent = o73
  2559. o75.Texture = "rbxasset://textures/face.png"
  2560. o76.Parent = o1
  2561. o76.BrickColor = BrickColor.new("Institutional white")
  2562. o76.Position = Vector3.new(99.6954269, 5.81500673, 9.31151104)
  2563. o76.Rotation = Vector3.new(-0, 0, -8.82515178e-006)
  2564. o76.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2565. o76.Velocity = Vector3.new(-0.000432157307, 0.00177390513, -0.00310872309)
  2566. o76.Anchored = true
  2567. o76.CanCollide = false
  2568. o76.FormFactor = Enum.FormFactor.Plate
  2569. o76.Size = Vector3.new(2.76000023, 4.82999992, 1)
  2570. o76.CFrame = CFrame.new(99.6954269, 5.81500673, 9.31151104, 1, 1.54027958e-007, 0, -1.54027958e-007, 1, 0, 0, 0, 1)
  2571. o76.BottomSurface = Enum.SurfaceType.Weld
  2572. o76.LeftSurface = Enum.SurfaceType.Weld
  2573. o76.RightSurface = Enum.SurfaceType.Weld
  2574. o76.TopSurface = Enum.SurfaceType.Weld
  2575. o76.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2576. o77.Parent = o1
  2577. o77.BrickColor = BrickColor.new("Institutional white")
  2578. o77.Position = Vector3.new(100.909996, 5.80000877, 14.2915134)
  2579. o77.Rotation = Vector3.new(-0, 0, -7.89941078e-006)
  2580. o77.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2581. o77.Velocity = Vector3.new(0.0010185279, 0.000955246738, -0.00346499542)
  2582. o77.Anchored = true
  2583. o77.FormFactor = Enum.FormFactor.Plate
  2584. o77.Size = Vector3.new(0.200000003, 4.80000019, 9.0199995)
  2585. o77.CFrame = CFrame.new(100.909996, 5.80000877, 14.2915134, 1, 1.37870728e-007, 0, -1.37870728e-007, 1, 0, 0, 0, 1)
  2586. o77.BackSurface = Enum.SurfaceType.Weld
  2587. o77.BottomSurface = Enum.SurfaceType.Weld
  2588. o77.FrontSurface = Enum.SurfaceType.Weld
  2589. o77.LeftSurface = Enum.SurfaceType.Weld
  2590. o77.RightSurface = Enum.SurfaceType.Weld
  2591. o77.TopSurface = Enum.SurfaceType.Weld
  2592. o77.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2593. o78.Parent = o77
  2594. o79.Name = "Head"
  2595. o79.Parent = o1
  2596. o79.Material = Enum.Material.SmoothPlastic
  2597. o79.BrickColor = BrickColor.new("Institutional white")
  2598. o79.Position = Vector3.new(103.10894, 7.49666739, 15.2047167)
  2599. o79.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  2600. o79.Anchored = true
  2601. o79.FormFactor = Enum.FormFactor.Symmetric
  2602. o79.Size = Vector3.new(2, 1, 1)
  2603. 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)
  2604. o79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2605. o79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2606. o79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2607. o79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2608. o79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2609. o79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2610. o79.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2611. o80.Parent = o79
  2612. o80.Scale = Vector3.new(1.25, 1.25, 1.25)
  2613. o81.Name = "face"
  2614. o81.Parent = o79
  2615. o81.Texture = "rbxasset://textures/face.png"
  2616. o82.Name = "Handle"
  2617. o82.Parent = o1
  2618. o82.Material = Enum.Material.SmoothPlastic
  2619. o82.Position = Vector3.new(103.10894, 7.34666729, 15.2047167)
  2620. o82.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  2621. o82.Anchored = true
  2622. o82.CanCollide = false
  2623. o82.FormFactor = Enum.FormFactor.Symmetric
  2624. o82.Size = Vector3.new(2, 2, 2)
  2625. 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)
  2626. o82.BottomSurface = Enum.SurfaceType.Smooth
  2627. o82.TopSurface = Enum.SurfaceType.Smooth
  2628. o83.Parent = o82
  2629. o83.MeshId = "http://www.roblox.com/asset/?id=15393031"
  2630. o83.TextureId = "http://www.roblox.com/asset/?id=15393013"
  2631. o83.MeshType = Enum.MeshType.FileMesh
  2632. o84.Parent = o1
  2633. o84.NameOcclusion = Enum.NameOcclusion.NoOcclusion
  2634. o84.RightLeg = o94
  2635. o84.LeftLeg = o96
  2636. o84.Torso = o87
  2637. o84.Health = 0
  2638. o84.MaxHealth = 0
  2639. o85.Name = "TPPART"
  2640. o85.Parent = o1
  2641. o85.Transparency = 1
  2642. o85.Position = Vector3.new(104.155182, 4.24109221, 12.6003485)
  2643. o85.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  2644. o85.Anchored = true
  2645. o85.CanCollide = false
  2646. o85.Size = Vector3.new(4, 1, 2)
  2647. o85.CFrame = CFrame.new(104.155182, 4.24109221, 12.6003485, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  2648. o86.Name = "TPPART2"
  2649. o86.Parent = o1
  2650. o86.Transparency = 1
  2651. o86.Position = Vector3.new(104.155182, 5.40188599, 6.32408237)
  2652. o86.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  2653. o86.Anchored = true
  2654. o86.CanCollide = false
  2655. o86.Size = Vector3.new(4, 1, 2)
  2656. o86.CFrame = CFrame.new(104.155182, 5.40188599, 6.32408237, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  2657. o87.Name = "Torso"
  2658. o87.Parent = o1
  2659. o87.Material = Enum.Material.SmoothPlastic
  2660. o87.BrickColor = BrickColor.new("Navy blue")
  2661. o87.Position = Vector3.new(99.207077, 5.526577, 15.2047167)
  2662. o87.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  2663. o87.Anchored = true
  2664. o87.FormFactor = Enum.FormFactor.Symmetric
  2665. o87.Size = Vector3.new(2, 2, 1)
  2666. 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)
  2667. o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2668. o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2669. o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2670. o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2671. o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2672. o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2673. o87.Color = Color3.new(0, 0.12549, 0.376471)
  2674. o88.Name = "roblox"
  2675. o88.Parent = o87
  2676. o89.Name = "Right Shoulder"
  2677. o89.Parent = o87
  2678. o89.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  2679. o89.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  2680. o89.Part0 = o87
  2681. o89.Part1 = o95
  2682. o89.DesiredAngle = -0.062025275081396
  2683. o89.MaxVelocity = 0.15000000596046
  2684. o90.Name = "Left Shoulder"
  2685. o90.Parent = o87
  2686. o90.C0 = CFrame.new(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  2687. o90.C1 = CFrame.new(0.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  2688. o90.Part0 = o87
  2689. o90.Part1 = o97
  2690. o90.DesiredAngle = -0.062025275081396
  2691. o90.MaxVelocity = 0.15000000596046
  2692. o91.Name = "Right Hip"
  2693. o91.Parent = o87
  2694. o91.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  2695. o91.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  2696. o91.Part0 = o87
  2697. o91.Part1 = o94
  2698. o91.DesiredAngle = 0.062025275081396
  2699. o91.MaxVelocity = 0.10000000149012
  2700. o92.Name = "Left Hip"
  2701. o92.Parent = o87
  2702. o92.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  2703. o92.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  2704. o92.Part0 = o87
  2705. o92.Part1 = o96
  2706. o92.DesiredAngle = 0.062025275081396
  2707. o92.MaxVelocity = 0.10000000149012
  2708. o93.Name = "Neck"
  2709. o93.Parent = o87
  2710. o93.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  2711. o93.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  2712. o93.Part0 = o87
  2713. o93.Part1 = o73
  2714. o93.MaxVelocity = 0.10000000149012
  2715. o94.Name = "Right Leg"
  2716. o94.Parent = o1
  2717. o94.Material = Enum.Material.SmoothPlastic
  2718. o94.BrickColor = BrickColor.new("Navy blue")
  2719. o94.Position = Vector3.new(99.215416, 3.526577, 14.7047863)
  2720. o94.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  2721. o94.Anchored = true
  2722. o94.CanCollide = false
  2723. o94.FormFactor = Enum.FormFactor.Symmetric
  2724. o94.Size = Vector3.new(1, 2, 1)
  2725. 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)
  2726. o94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2727. o94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2728. o94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2729. o94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2730. o94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2731. o94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2732. o94.Color = Color3.new(0, 0.12549, 0.376471)
  2733. o95.Name = "Right Arm"
  2734. o95.Parent = o1
  2735. o95.Material = Enum.Material.SmoothPlastic
  2736. o95.BrickColor = BrickColor.new("Maroon")
  2737. o95.Position = Vector3.new(99.2321014, 5.526577, 13.7049236)
  2738. o95.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  2739. o95.Anchored = true
  2740. o95.CanCollide = false
  2741. o95.FormFactor = Enum.FormFactor.Symmetric
  2742. o95.Size = Vector3.new(1, 2, 1)
  2743. 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)
  2744. o95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2745. o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2746. o95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2747. o95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2748. o95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2749. o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2750. o95.Color = Color3.new(0.458824, 0, 0)
  2751. o96.Name = "Left Leg"
  2752. o96.Parent = o1
  2753. o96.Material = Enum.Material.SmoothPlastic
  2754. o96.BrickColor = BrickColor.new("Navy blue")
  2755. o96.Position = Vector3.new(99.1987381, 3.526577, 15.7046452)
  2756. o96.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  2757. o96.Anchored = true
  2758. o96.CanCollide = false
  2759. o96.FormFactor = Enum.FormFactor.Symmetric
  2760. o96.Size = Vector3.new(1, 2, 1)
  2761. 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)
  2762. o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2763. o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2764. o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2765. o96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2766. o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2767. o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2768. o96.Color = Color3.new(0, 0.12549, 0.376471)
  2769. o97.Name = "Left Arm"
  2770. o97.Parent = o1
  2771. o97.Material = Enum.Material.SmoothPlastic
  2772. o97.BrickColor = BrickColor.new("Maroon")
  2773. o97.Position = Vector3.new(99.1820602, 5.526577, 16.7045078)
  2774. o97.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  2775. o97.Anchored = true
  2776. o97.CanCollide = false
  2777. o97.FormFactor = Enum.FormFactor.Symmetric
  2778. o97.Size = Vector3.new(1, 2, 1)
  2779. 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)
  2780. o97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2781. o97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2782. o97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2783. o97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2784. o97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2785. o97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2786. o97.Color = Color3.new(0.458824, 0, 0)
  2787. o98.Name = "Torso"
  2788. o98.Parent = o1
  2789. o98.Material = Enum.Material.SmoothPlastic
  2790. o98.BrickColor = BrickColor.new("Navy blue")
  2791. o98.Position = Vector3.new(103.10894, 5.99666739, 15.2047167)
  2792. o98.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  2793. o98.Anchored = true
  2794. o98.FormFactor = Enum.FormFactor.Symmetric
  2795. o98.Size = Vector3.new(2, 2, 1)
  2796. 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)
  2797. o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2798. o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2799. o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2800. o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2801. o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2802. o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2803. o98.Color = Color3.new(0, 0.12549, 0.376471)
  2804. o99.Name = "roblox"
  2805. o99.Parent = o98
  2806. o100.Name = "Right Hip"
  2807. o100.Parent = o98
  2808. o100.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  2809. o100.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  2810. o100.Part0 = o98
  2811. o100.Part1 = o103
  2812. o100.DesiredAngle = 0.062025275081396
  2813. o100.MaxVelocity = 0.10000000149012
  2814. o101.Name = "Left Hip"
  2815. o101.Parent = o98
  2816. o101.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  2817. o101.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  2818. o101.Part0 = o98
  2819. o101.Part1 = o105
  2820. o101.DesiredAngle = 0.062025275081396
  2821. o101.MaxVelocity = 0.10000000149012
  2822. o102.Name = "Neck"
  2823. o102.Parent = o98
  2824. o102.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  2825. o102.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  2826. o102.Part0 = o98
  2827. o102.Part1 = o79
  2828. o102.MaxVelocity = 0.10000000149012
  2829. o103.Name = "Right Leg"
  2830. o103.Parent = o1
  2831. o103.Material = Enum.Material.SmoothPlastic
  2832. o103.BrickColor = BrickColor.new("Really black")
  2833. o103.Position = Vector3.new(103.608864, 3.99666739, 15.2130556)
  2834. o103.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  2835. o103.Anchored = true
  2836. o103.CanCollide = false
  2837. o103.FormFactor = Enum.FormFactor.Symmetric
  2838. o103.Size = Vector3.new(1, 2, 1)
  2839. 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)
  2840. o103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2841. o103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2842. o103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2843. o103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2844. o103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2845. o103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2846. o103.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2847. o104.Name = "Right Arm"
  2848. o104.Parent = o1
  2849. o104.Material = Enum.Material.SmoothPlastic
  2850. o104.BrickColor = BrickColor.new("Maroon")
  2851. o104.Position = Vector3.new(104.615349, 5.89646101, 14.8330393)
  2852. o104.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  2853. o104.Anchored = true
  2854. o104.CanCollide = false
  2855. o104.FormFactor = Enum.FormFactor.Symmetric
  2856. o104.Size = Vector3.new(1, 2, 1)
  2857. 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)
  2858. o104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2859. o104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2860. o104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2861. o104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2862. o104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2863. o104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2864. o104.Color = Color3.new(0.458824, 0, 0)
  2865. o105.Name = "Left Leg"
  2866. o105.Parent = o1
  2867. o105.Material = Enum.Material.SmoothPlastic
  2868. o105.BrickColor = BrickColor.new("Really black")
  2869. o105.Position = Vector3.new(102.609009, 3.99666739, 15.1963739)
  2870. o105.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  2871. o105.Anchored = true
  2872. o105.CanCollide = false
  2873. o105.FormFactor = Enum.FormFactor.Symmetric
  2874. o105.Size = Vector3.new(1, 2, 1)
  2875. 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)
  2876. o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2877. o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2878. o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2879. o105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2880. o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2881. o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2882. o105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2883. o106.Name = "Left Arm"
  2884. o106.Parent = o1
  2885. o106.Material = Enum.Material.SmoothPlastic
  2886. o106.BrickColor = BrickColor.new("Maroon")
  2887. o106.Position = Vector3.new(101.617271, 5.96075201, 14.6924496)
  2888. o106.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  2889. o106.Anchored = true
  2890. o106.CanCollide = false
  2891. o106.FormFactor = Enum.FormFactor.Symmetric
  2892. o106.Size = Vector3.new(1, 2, 1)
  2893. 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)
  2894. o106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2895. o106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2896. o106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2897. o106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2898. o106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2899. o106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2900. o106.Color = Color3.new(0.458824, 0, 0)
  2901. o107.Parent = o1
  2902. o107.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  2903. o107.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  2904. o107.Anchored = true
  2905. o107.FormFactor = Enum.FormFactor.Symmetric
  2906. o107.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  2907. 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)
  2908. o108.Parent = o107
  2909. o109.Parent = o1
  2910. o109.BrickColor = BrickColor.new("Really black")
  2911. o109.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  2912. o109.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  2913. o109.Anchored = true
  2914. o109.FormFactor = Enum.FormFactor.Symmetric
  2915. o109.Size = Vector3.new(3, 1.20000005, 3)
  2916. 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)
  2917. o109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2918. o110.Parent = o109
  2919. o111.Parent = o1
  2920. o111.BrickColor = BrickColor.new("Really black")
  2921. o111.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  2922. o111.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  2923. o111.Anchored = true
  2924. o111.FormFactor = Enum.FormFactor.Symmetric
  2925. o111.Size = Vector3.new(3, 1.20000005, 3)
  2926. 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)
  2927. o111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2928. o112.Parent = o111
  2929. o113.Parent = o1
  2930. o113.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  2931. o113.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  2932. o113.Anchored = true
  2933. o113.FormFactor = Enum.FormFactor.Symmetric
  2934. o113.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  2935. 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)
  2936. o114.Parent = o113
  2937. o115.Parent = o1
  2938. o115.BrickColor = BrickColor.new("Really black")
  2939. o115.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  2940. o115.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  2941. o115.Anchored = true
  2942. o115.FormFactor = Enum.FormFactor.Symmetric
  2943. o115.Size = Vector3.new(3, 1.20000005, 3)
  2944. 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)
  2945. o115.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2946. o116.Parent = o115
  2947. o117.Parent = o1
  2948. o117.BrickColor = BrickColor.new("Really black")
  2949. o117.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  2950. o117.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  2951. o117.Anchored = true
  2952. o117.FormFactor = Enum.FormFactor.Symmetric
  2953. o117.Size = Vector3.new(3, 1.20000005, 3)
  2954. 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)
  2955. o117.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2956. o118.Parent = o117
  2957. o119.Parent = o1
  2958. o119.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  2959. o119.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  2960. o119.Anchored = true
  2961. o119.FormFactor = Enum.FormFactor.Symmetric
  2962. o119.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  2963. 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)
  2964. o120.Parent = o119
  2965. o121.Name = "Handle"
  2966. o121.Parent = o1
  2967. o121.Material = Enum.Material.SmoothPlastic
  2968. o121.Position = Vector3.new(99.207077, 6.8765769, 15.2047167)
  2969. o121.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  2970. o121.Anchored = true
  2971. o121.CanCollide = false
  2972. o121.FormFactor = Enum.FormFactor.Symmetric
  2973. o121.Size = Vector3.new(2, 2, 2)
  2974. 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)
  2975. o121.BottomSurface = Enum.SurfaceType.Smooth
  2976. o121.TopSurface = Enum.SurfaceType.Smooth
  2977. o122.Parent = o121
  2978. o122.MeshId = "http://www.roblox.com/asset/?id=15393031"
  2979. o122.TextureId = "http://www.roblox.com/asset/?id=15393013"
  2980. o122.MeshType = Enum.MeshType.FileMesh
  2981. o123.Name = "RPPART"
  2982. o123.Parent = o1
  2983. o123.Transparency = 1
  2984. o123.Position = Vector3.new(103.454132, 5.33460093, 13.0707426)
  2985. o123.Rotation = Vector3.new(-90, 0, -0)
  2986. o123.Anchored = true
  2987. o123.CanCollide = false
  2988. o123.Size = Vector3.new(4, 1, 2)
  2989. o123.CFrame = CFrame.new(103.454132, 5.33460093, 13.0707426, 1, 0, 0, 0, 0, 1, 0, -1, 0)
  2990. function MoveY(model, Position)
  2991.     for _,part in pairs (model:GetChildren()) do
  2992.         if part.ClassName == "Part" then
  2993.             part.CFrame = part.CFrame + Vector3.new(0,Position,0)
  2994.         end
  2995.     end
  2996. end
  2997. function MoveX(model, Position)
  2998.     for _,part in pairs (model:GetChildren()) do
  2999.         if part.ClassName == "Part" then
  3000.             part.CFrame = part.CFrame + Vector3.new(Position,0,0)
  3001.         end
  3002.     end
  3003. end
  3004. function MoveSpawn(model, PLAYERPOS)
  3005.     for _,part in pairs (model:GetChildren()) do
  3006.         if part.ClassName == "Part" then
  3007.             part.CFrame = part.CFrame + PLAYERPOS + Vector3.new(50,-2.7,-5)
  3008.         end
  3009.     end
  3010. end
  3011. function MoveZ(model, Position)
  3012.     for _,part in pairs (model:GetChildren()) do
  3013.         if part.ClassName == "Part" then
  3014.             part.CFrame = part.CFrame + Vector3.new(0,0,Position)
  3015.         end
  3016.     end
  3017. end
  3018. function MoveZPart(Part, Position)
  3019.             Part.CFrame = Part.CFrame + Vector3.new(0,0,Position)
  3020. end
  3021. function MoveXPart(Part, Position)
  3022.             Part.CFrame = Part.CFrame + Vector3.new(Position,0,0)
  3023. end
  3024. game.Players[Victi].Character.HumanoidRootPart.Anchored = true
  3025. OMGCREEPY = Instance.new("Sound")
  3026. OMGCREEPY.Parent = o1
  3027. OMGCREEPY.Volume = .5
  3028. OMGCREEPY.SoundId = "rbxassetid://177775134"
  3029. for i,v in pairs (o1:GetChildren()) do
  3030.     if v:IsA("Part") then
  3031.         v.Material = "SmoothPlastic"
  3032.         v.BackSurface = "SmoothNoOutlines"
  3033.         v.FrontSurface = "SmoothNoOutlines"
  3034.         v.BottomSurface = "SmoothNoOutlines"
  3035.         v.LeftSurface = "SmoothNoOutlines"
  3036.         v.RightSurface = "SmoothNoOutlines"
  3037.         v.TopSurface = "SmoothNoOutlines"
  3038.     end
  3039. end
  3040. OMGCREEPY:Play()
  3041. o21:Play()
  3042.     MoveSpawn(o1,game.Players[Victi].Character.HumanoidRootPart.Position)
  3043. for i=1,51 do
  3044. MoveX(o1,-3)
  3045. wait(.05)
  3046. end
  3047. wait(.5)
  3048.     MoveZPart(o12,-1)
  3049.     wait(.2)
  3050. for i=1,6 do
  3051.     MoveXPart(o12,1)
  3052.     wait(.1)
  3053. end
  3054. wait(.5)
  3055. game.Players[Victi].Character.HumanoidRootPart.CFrame = o86.CFrame
  3056. wait(.5)
  3057. game.Players[Victi].Character.HumanoidRootPart.CFrame = o85.CFrame
  3058. wait(.5)
  3059.     MoveZPart(o12,1)
  3060.     wait(.2)
  3061.  
  3062. for i=1,6 do
  3063.     MoveXPart(o12,-1)
  3064.     wait(.1)
  3065. end
  3066. for i=1,50 do
  3067. MoveX(o1,-3)
  3068. game.Players[Victi].Character.HumanoidRootPart.CFrame = o85.CFrame
  3069. wait(.05)
  3070. end
  3071. game.Players[Victi].Character.Head.face.Texture = "rbxassetid://629925029"
  3072. game.Players[Victi].Character.HumanoidRootPart.CFrame = o123.CFrame
  3073. SCREAM = Instance.new("Sound")
  3074. SCREAM.Parent = game.Players[Victi].Character.Head
  3075. SCREAM.SoundId = "rbxassetid://138167455"
  3076. SCREAM:Play()
  3077. wait(2.5)
  3078. game.Players[Victi].Character.Head.BrickColor = BrickColor.new("Maroon")
  3079.     MoveZPart(o12,-1)
  3080.     wait(.2)
  3081. for i=1,6 do
  3082.     MoveXPart(o12,1)
  3083.     wait(.1)
  3084. end
  3085. wait(.5)
  3086. game.Players[Victi].Character.HumanoidRootPart.CFrame = o86.CFrame
  3087. wait(.5)
  3088.     MoveZPart(o12,1)
  3089.     wait(.2)
  3090. for i=1,6 do
  3091.     MoveXPart(o12,-1)
  3092.     wait(.1)
  3093. end
  3094. game.Players[Victi].Character.Humanoid.Health = 0
  3095. player = game.Players[Victi]
  3096. char = player.Character
  3097.             char.Archivable = true
  3098.             local rg = char:Clone()
  3099.             rg.HumanoidRootPart:Destroy()
  3100.             rg.Name = ""
  3101.             rg.Humanoid.MaxHealth = 0
  3102.             for i, v in pairs(rg.Torso:GetChildren()) do
  3103.                 if v:IsA("Motor6D") then
  3104.                     v:Destroy()
  3105.                 end
  3106.             end
  3107.            
  3108.             local n = Instance.new("Glue", rg.Torso)
  3109.             n.Name = "Neck"
  3110.             n.Part0 = rg.Torso
  3111.             n.Part1 = rg.Head
  3112.             n.C0 = CFrame.new(0, 1, 0)
  3113.             n.C1 = CFrame.new(0, -0.5, 0)
  3114.            
  3115.             local rs = Instance.new("Glue", rg.Torso)
  3116.             rs.Name = "Right Shoulder"
  3117.             rs.Part0 = rg.Torso
  3118.             rs.Part1 = rg["Right Arm"]
  3119.             rs.C0 = CFrame.new(1.5, 0.5, 0)
  3120.             rs.C1 = CFrame.new(0, 0.5, 0)
  3121.             local ls = Instance.new("Glue", rg.Torso)
  3122.             ls.Name = "Left Shoulder"
  3123.             ls.Part0 = rg.Torso
  3124.             ls.Part1 = rg["Left Arm"]
  3125.             ls.C0 = CFrame.new(-1.5, 0.5, 0)
  3126.             ls.C1 = CFrame.new(0, 0.5, 0)
  3127.            
  3128.             local rh = Instance.new("Glue", rg.Torso)
  3129.             rh.Name = "Right Hip"
  3130.             rh.Part0 = rg.Torso
  3131.             rh.Part1 = rg["Right Leg"]
  3132.             rh.C0 = CFrame.new(0.5, -1, 0)
  3133.             rh.C1 = CFrame.new(0, 1, 0)
  3134.             local lh = Instance.new("Glue", rg.Torso)
  3135.             lh.Name = "Left Hip"
  3136.             lh.Part0 = rg.Torso
  3137.             lh.Part1 = rg["Left Leg"]
  3138.             lh.C0 = CFrame.new(-0.5, -1, 0)
  3139.             lh.C1 = CFrame.new(0, 1, 0)
  3140.             char.Torso:Destroy()
  3141.             char.Head:Destroy()
  3142.             char["Left Leg"]:Destroy()
  3143.             char["Left Arm"]:Destroy()
  3144.             char["Right Leg"]:Destroy()
  3145.             char["Right Arm"]:Destroy()
  3146.             rg.Parent = game.Workspace
  3147.             rg.Head.BrickColor = BrickColor.new("Maroon")
  3148. function DEATH ()
  3149. OHHNELLY = Instance.new("Part")
  3150. OHHNELLY.Parent = workspace
  3151. OHHNELLY.Anchored = false
  3152. OHHNELLY.Material = Enum.Material.SmoothPlastic
  3153. OHHNELLY.BrickColor = BrickColor.new("Maroon")
  3154. OHHNELLY.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3155. OHHNELLY.Position = rg.Head.Position
  3156. OHHNELLY.Color = Color3.new(0.458824, 0, 0)
  3157. OHHNELLY.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3158. OHHNELLY.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3159. OHHNELLY.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3160. OHHNELLY.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3161. OHHNELLY.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3162. OHHNELLY.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3163. end
  3164. for i=1,20 do
  3165. DEATH()
  3166. MoveX(o1,-3)
  3167. wait(.05)
  3168. end
  3169. o1:Destroy()
  3170. wait(5)
  3171. game.Players[Victi]:Kick("You were kidnapped by the candy van on your public street. Now go away!")
  3172. end
  3173. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement