Beeish

van gui

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