Advertisement
iiJosephCats205

d

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