Advertisement
The_God_M8

MineCRAFT PE

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