Advertisement
kqdragon

knife boi

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