sIendytubble

fe clown van

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