Zach_rookie_editor3

Road roller

Dec 19th, 2019
758
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 72.37 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient()then error("Please run as a server script. Use h/ instead of hl/.")end;print("FE Compatibility: by WaverlyCole");InternalData = {}
  2. do
  3. script.Parent = owner.Character
  4. local Event = Instance.new("RemoteEvent");Event.Name = "UserInput"
  5. local function NewFakeEvent()
  6. local Bind = Instance.new("BindableEvent")
  7. local Fake;Fake = {Connections = {},
  8. fakeEvent=true;
  9. Connect=function(self,Func)
  10. Bind.Event:connect(Func)
  11. self.Connections[Bind] = true
  12. return setmetatable({Connected = true},{
  13. __index = function (self,Index)
  14. if Index:lower() == "disconnect" then
  15. return function() Fake.Connections[Bind] = false;self.Connected = false end
  16. end
  17. return Fake[Index]
  18. end;
  19. __tostring = function() return "Connection" end;
  20. })
  21. end}
  22. Fake.connect = Fake.Connect;return Fake;
  23. end
  24. local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()}
  25. local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()}
  26. local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
  27. self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
  28. end};ContextActionService.UnBindAction = ContextActionService.BindAction
  29. local function TriggerEvent(self,Event,...)
  30. local Trigger = Mouse[Event]
  31. if Trigger and Trigger.fakeEvent and Trigger.Connections then
  32. for Connection,Active in pairs(Trigger.Connections) do if Active then Connection:Fire(...) end end
  33. end
  34. end
  35. Mouse.TrigEvent = TriggerEvent;UserInputService.TrigEvent = TriggerEvent
  36. Event.OnServerEvent:Connect(function(FiredBy,Input)
  37. if FiredBy.Name ~= owner.Name then return end
  38. if Input.MouseEvent then
  39. Mouse.Target = Input.Target;Mouse.Hit = Input.Hit
  40. else
  41. local Begin = Input.UserInputState == Enum.UserInputState.Begin
  42. if Input.UserInputType == Enum.UserInputType.MouseButton1 then return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up") end
  43. for _,Action in pairs(ContextActionService.Actions) do
  44. for _,Key in pairs(Action.Keys) do if Key==Input.KeyCode then Action.Function(Action.Name,Input.UserInputState,Input) end end
  45. end
  46. Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower())
  47. UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false)
  48. end
  49. end)
  50. InternalData["Mouse"] = Mouse;InternalData["ContextActionService"] = ContextActionService;InternalData["UserInputService"] = UserInputService
  51. Event.Parent = NLS([[
  52. local Player = owner;local Event = script:WaitForChild("UserInput");local UserInputService = game:GetService("UserInputService");local Mouse = Player:GetMouse()
  53. local Input = function(Input,gameProcessedEvent)
  54. if gameProcessedEvent then return end
  55. Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
  56. end
  57. UserInputService.InputBegan:Connect(Input);UserInputService.InputEnded:Connect(Input)
  58. local Hit,Target
  59. while wait(1/30) do
  60. if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
  61. Hit,Target = Mouse.Hit,Mouse.Target;Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
  62. end
  63. end
  64. ]],owner.Character)
  65. end
  66. RealGame = game;game = setmetatable({},{
  67. __index = function (self,Index)
  68. local Sandbox = function (Thing)
  69. if Thing:IsA("Player") then
  70. local RealPlayer = Thing
  71. return setmetatable({},{
  72. __index = function (self,Index)
  73. local Type = type(RealPlayer[Index])
  74. if Type == "function" then
  75. if Index:lower() == "getmouse" or Index:lower() == "mouse" then
  76. return function (self)return InternalData["Mouse"] end
  77. end
  78. return function (self,...)return RealPlayer[Index](RealPlayer,...) end
  79. end
  80. return RealPlayer[Index]
  81. end;
  82. __tostring = function(self) return RealPlayer.Name end
  83. })
  84. end
  85. end
  86. if RealGame[Index] then
  87. local Type = type(RealGame[Index])
  88. if Type == "function" then
  89. if Index:lower() == "getservice" or Index:lower() == "service" then
  90. return function (self,Service)
  91. local FakeServices = {
  92. ["players"] = function()
  93. return setmetatable({},{
  94. __index = function (self2,Index2)
  95. local RealService = RealGame:GetService(Service)
  96. local Type2 = type(Index2)
  97. if Type2 == "function" then
  98. return function (self,...) return RealService[Index2](RealService,...)end
  99. else
  100. if Index2:lower() == "localplayer" then return Sandbox(owner) end
  101. return RealService[Index2]
  102. end
  103. end;
  104. __tostring = function(self) return RealGame:GetService(Service).Name end
  105. })
  106. end;
  107. ["contextactionservice"] = function() return InternalData["ContextActionService"] end;
  108. ["userinputservice"] = function() return InternalData["UserInputService"] end;
  109. ["runservice"] = function()
  110. return setmetatable({},{
  111. __index = function(self2,Index2)
  112. local RealService = RealGame:GetService(Service)
  113. local Type2 = type(Index2)
  114. if Type2 == "function" then
  115. return function (self,...) return RealService[Index2](RealService,...) end
  116. else
  117. local RunServices = {
  118. ["bindtorenderstep"] = function() return function (self,Name,Priority,Function) return RealGame:GetService("RunService").Stepped:Connect(Function) end end;
  119. ["renderstepped"] = function() return RealService["Stepped"] end
  120. }
  121. if RunServices[Index2:lower()] then return RunServices[Index2:lower()]() end
  122. return RealService[Index2]
  123. end
  124. end
  125. })
  126. end
  127. }
  128. if FakeServices[Service:lower()] then return FakeServices[Service:lower()]() end
  129. return RealGame:GetService(Service)
  130. end
  131. end
  132. return function (self,...) return RealGame[Index](RealGame,...) end
  133. else
  134. if game:GetService(Index) then return game:GetService(Index) end
  135. return RealGame[Index]
  136. end
  137. end
  138. return nil
  139. end
  140. });Game = game;owner = game:GetService("Players").LocalPlayer;script = Instance.new("Script");print("Complete! Running...")
  141. print(" made by zachrogamehard133447")
  142.  
  143. local runDummyScript = function(f,scri)
  144. local oldenv = getfenv(f)
  145. local newenv = setmetatable({}, {
  146. __index = function(_, k)
  147. if k:lower() == 'script' then
  148. return scri
  149. else
  150. return oldenv[k]
  151. end
  152. end
  153. })
  154. setfenv(f, newenv)
  155. ypcall(function() f() end)
  156. end
  157. cors = {}
  158. mas = Instance.new("Model",game:GetService("Lighting"))
  159. mas.Name = "CompiledModel"
  160. o1 = Instance.new("Model")
  161. o2 = Instance.new("Part")
  162. o7 = Instance.new("SpecialMesh")
  163. o8 = Instance.new("StringValue")
  164. o9 = Instance.new("Vector3Value")
  165. o10 = Instance.new("Vector3Value")
  166. o11 = Instance.new("Vector3Value")
  167. o12 = Instance.new("Vector3Value")
  168. o13 = Instance.new("Vector3Value")
  169. o14 = Instance.new("Decal")
  170. o15 = Instance.new("Part")
  171. o16 = Instance.new("Part")
  172. o18 = Instance.new("Part")
  173. o19 = Instance.new("Part")
  174. o21 = Instance.new("Part")
  175. o22 = Instance.new("Part")
  176. o23 = Instance.new("Decal")
  177. o32 = Instance.new("Humanoid")
  178. o34 = Instance.new("Part")
  179. o35 = Instance.new("SpecialMesh")
  180. o37 = Instance.new("BodyColors")
  181. o38 = Instance.new("Shirt")
  182. o39 = Instance.new("Pants")
  183. o40 = Instance.new("Model")
  184. o41 = Instance.new("Part")
  185. o42 = Instance.new("CylinderMesh")
  186. o43 = Instance.new("Part")
  187. o44 = Instance.new("CylinderMesh")
  188. o45 = Instance.new("Part")
  189. o46 = Instance.new("Part")
  190. o47 = Instance.new("SpecialMesh")
  191. o48 = Instance.new("Part")
  192. o49 = Instance.new("Weld")
  193. o50 = Instance.new("Weld")
  194. o51 = Instance.new("Weld")
  195. o52 = Instance.new("Weld")
  196. o53 = Instance.new("Weld")
  197. o54 = Instance.new("Weld")
  198. o55 = Instance.new("Weld")
  199. o56 = Instance.new("Weld")
  200. o57 = Instance.new("Weld")
  201. o58 = Instance.new("Weld")
  202. o59 = Instance.new("Weld")
  203. o60 = Instance.new("Weld")
  204. o61 = Instance.new("Weld")
  205. o62 = Instance.new("Weld")
  206. o63 = Instance.new("Weld")
  207. o64 = Instance.new("Weld")
  208. o65 = Instance.new("Weld")
  209. o66 = Instance.new("Weld")
  210. o67 = Instance.new("Weld")
  211. o68 = Instance.new("Weld")
  212. o69 = Instance.new("Weld")
  213. o70 = Instance.new("Weld")
  214. o71 = Instance.new("Weld")
  215. o72 = Instance.new("Weld")
  216. o73 = Instance.new("Weld")
  217. o74 = Instance.new("Weld")
  218. o75 = Instance.new("Weld")
  219. o76 = Instance.new("Weld")
  220. o77 = Instance.new("Weld")
  221. o78 = Instance.new("Weld")
  222. o79 = Instance.new("Weld")
  223. o80 = Instance.new("Weld")
  224. o81 = Instance.new("Weld")
  225. o82 = Instance.new("Weld")
  226. o83 = Instance.new("Weld")
  227. o84 = Instance.new("Weld")
  228. o85 = Instance.new("Weld")
  229. o86 = Instance.new("Weld")
  230. o87 = Instance.new("Part")
  231. o88 = Instance.new("Part")
  232. o89 = Instance.new("SpecialMesh")
  233. o90 = Instance.new("Part")
  234. o91 = Instance.new("Part")
  235. o92 = Instance.new("Part")
  236. o93 = Instance.new("Part")
  237. o94 = Instance.new("Part")
  238. o95 = Instance.new("Part")
  239. o96 = Instance.new("SpecialMesh")
  240. o97 = Instance.new("Part")
  241. o98 = Instance.new("SpecialMesh")
  242. o99 = Instance.new("Part")
  243. o100 = Instance.new("Part")
  244. o101 = Instance.new("Part")
  245. o102 = Instance.new("SpecialMesh")
  246. o103 = Instance.new("Part")
  247. o104 = Instance.new("Part")
  248. o105 = Instance.new("Part")
  249. o106 = Instance.new("SpecialMesh")
  250. o107 = Instance.new("Part")
  251. o108 = Instance.new("Part")
  252. o109 = Instance.new("Part")
  253. o110 = Instance.new("SpecialMesh")
  254. o111 = Instance.new("Part")
  255. o112 = Instance.new("Part")
  256. o113 = Instance.new("Part")
  257. o114 = Instance.new("SpecialMesh")
  258. o115 = Instance.new("Part")
  259. o116 = Instance.new("CylinderMesh")
  260. o117 = Instance.new("Part")
  261. o118 = Instance.new("Part")
  262. o119 = Instance.new("SpecialMesh")
  263. o120 = Instance.new("Part")
  264. o121 = Instance.new("Part")
  265. o122 = Instance.new("Part")
  266. o123 = Instance.new("SpecialMesh")
  267. o124 = Instance.new("Part")
  268. o125 = Instance.new("Part")
  269. o126 = Instance.new("SpecialMesh")
  270. o127 = Instance.new("Part")
  271. o128 = Instance.new("Part")
  272. o129 = Instance.new("Part")
  273. o130 = Instance.new("Part")
  274. o131 = Instance.new("SpecialMesh")
  275. o132 = Instance.new("Model")
  276. o133 = Instance.new("Part")
  277. o134 = Instance.new("Weld")
  278. o135 = Instance.new("Part")
  279. o136 = Instance.new("Part")
  280. o137 = Instance.new("Part")
  281. o138 = Instance.new("Part")
  282. o139 = Instance.new("Part")
  283. o140 = Instance.new("Part")
  284. o141 = Instance.new("Part")
  285. o142 = Instance.new("Sound")
  286. o143 = Instance.new("Model")
  287. o144 = Instance.new("Part")
  288. o145 = Instance.new("SpecialMesh")
  289. o150 = Instance.new("Decal")
  290. o151 = Instance.new("Part")
  291. o152 = Instance.new("Motor6D")
  292. o153 = Instance.new("Part")
  293. o155 = Instance.new("Part")
  294. o156 = Instance.new("Part")
  295. o158 = Instance.new("Part")
  296. o159 = Instance.new("Part")
  297. o160 = Instance.new("Decal")
  298. o161 = Instance.new("Motor6D")
  299. o162 = Instance.new("Motor6D")
  300. o171 = Instance.new("Humanoid")
  301. o172 = Instance.new("BodyColors")
  302. o173 = Instance.new("Shirt")
  303. o174 = Instance.new("ShirtGraphic")
  304. o175 = Instance.new("Pants")
  305. o1.Name = "Badmylife1234"
  306. o1.Parent = mas
  307. o1.PrimaryPart = o15
  308. o2.Name = "Head"
  309. o2.Parent = o1
  310. o2.BrickColor = BrickColor.new("Light orange")
  311. o2.Position = Vector3.new(33.178875, 25.0019341, -167.025085)
  312. o2.Rotation = Vector3.new(-116.129997, -1.5, -176.949997)
  313. o2.Anchored = true
  314. o2.FormFactor = Enum.FormFactor.Symmetric
  315. o2.Size = Vector3.new(2, 1, 1)
  316. o2.CFrame = CFrame.new(33.178875, 25.0019341, -167.025085, -0.998246908, 0.0531217307, -0.0261017326, 0, 0.440997064, 0.897508621, 0.0591879934, 0.895935118, -0.440223962)
  317. o2.TopSurface = Enum.SurfaceType.Smooth
  318. o2.Color = Color3.new(0.917647, 0.721569, 0.572549)
  319. o2.Position = Vector3.new(33.178875, 25.0019341, -167.025085)
  320. o7.Parent = o2
  321. o7.MeshId = "http://www.roblox.com/asset/?id=83001675"
  322. o7.Scale = Vector3.new(1.25, 1.25, 1.25)
  323. o7.MeshType = Enum.MeshType.FileMesh
  324. o8.Name = "AvatarPartScaleType"
  325. o8.Parent = o7
  326. o8.Value = "Classic"
  327. o9.Name = "FaceCenterAttachment"
  328. o9.Parent = o7
  329. o10.Name = "FaceFrontAttachment"
  330. o10.Parent = o7
  331. o10.Value = Vector3.new(0, 0, -0.589999974)
  332. o11.Name = "HairAttachment"
  333. o11.Parent = o7
  334. o11.Value = Vector3.new(0, 0.589999974, -0)
  335. o12.Name = "HatAttachment"
  336. o12.Parent = o7
  337. o12.Value = Vector3.new(0, 0.589999974, -0)
  338. o13.Name = "NeckRigAttachment"
  339. o13.Parent = o7
  340. o13.Value = Vector3.new(0, -0.490999997, -0)
  341. o14.Name = "face"
  342. o14.Parent = o2
  343. o14.Texture = "http://www.roblox.com/asset/?id=18151722"
  344. o15.Name = "HumanoidRootPart"
  345. o15.Parent = o1
  346. o15.Transparency = 1
  347. o15.Position = Vector3.new(33.0992928, 24.8274307, -168.36734)
  348. o15.Rotation = Vector3.new(-118.620003, -1.63, -177.020004)
  349. o15.Anchored = true
  350. o15.CanCollide = false
  351. o15.FormFactor = Enum.FormFactor.Symmetric
  352. o15.Size = Vector3.new(2, 2, 1)
  353. o15.CFrame = CFrame.new(33.0992928, 24.8274307, -168.36734, -0.998247027, 0.051931195, -0.0283924863, 0, 0.479716301, 0.877423644, 0.0591860004, 0.875885546, -0.478875309)
  354. o15.BottomSurface = Enum.SurfaceType.Smooth
  355. o15.TopSurface = Enum.SurfaceType.Smooth
  356. o15.Position = Vector3.new(33.0992928, 24.8274307, -168.36734)
  357. o16.Name = "Left Arm"
  358. o16.Parent = o1
  359. o16.BrickColor = BrickColor.new("Light orange")
  360. o16.Position = Vector3.new(34.6706696, 23.7673512, -167.20813)
  361. o16.Rotation = Vector3.new(137.850006, -2.51999998, 177.720001)
  362. o16.Anchored = true
  363. o16.CanCollide = false
  364. o16.FormFactor = Enum.FormFactor.Symmetric
  365. o16.Size = Vector3.new(1, 2, 1)
  366. o16.CFrame = CFrame.new(34.6706696, 23.7673512, -167.20813, -0.998246372, -0.0396898761, -0.0439204015, 0, 0.741936028, -0.670470715, 0.0591970235, -0.669295013, -0.740634859)
  367. o16.Color = Color3.new(0.917647, 0.721569, 0.572549)
  368. o16.Position = Vector3.new(34.6706696, 23.7673512, -167.20813)
  369. o18.Name = "Left Leg"
  370. o18.Parent = o1
  371. o18.BrickColor = BrickColor.new("Light orange")
  372. o18.Position = Vector3.new(33.425808, 24.5798264, -170.142258)
  373. o18.Rotation = Vector3.new(-89.4800034, -5.51999998, -177.740005)
  374. o18.Anchored = true
  375. o18.CanCollide = false
  376. o18.FormFactor = Enum.FormFactor.Symmetric
  377. o18.Size = Vector3.new(1, 2, 1)
  378. o18.CFrame = CFrame.new(33.425808, 24.5798264, -170.142258, -0.994592905, 0.0393111221, -0.0961238295, -0.096401982, -0.00523799146, 0.995328784, 0.0386239961, 0.999213338, 0.0089993393)
  379. o18.BottomSurface = Enum.SurfaceType.Smooth
  380. o18.Color = Color3.new(0.917647, 0.721569, 0.572549)
  381. o18.Position = Vector3.new(33.425808, 24.5798264, -170.142258)
  382. o19.Name = "Right Arm"
  383. o19.Parent = o1
  384. o19.BrickColor = BrickColor.new("Light orange")
  385. o19.Position = Vector3.new(31.6485958, 23.6254845, -167.491196)
  386. o19.Rotation = Vector3.new(162.419998, -3.23000002, 178.979996)
  387. o19.Anchored = true
  388. o19.CanCollide = false
  389. o19.FormFactor = Enum.FormFactor.Symmetric
  390. o19.Size = Vector3.new(1, 2, 1)
  391. o19.CFrame = CFrame.new(31.6485958, 23.6254845, -167.491196, -0.998247743, -0.0178436916, -0.0564184822, 0, 0.953449905, -0.301551372, 0.0591729842, -0.301022947, -0.951779306)
  392. o19.Color = Color3.new(0.917647, 0.721569, 0.572549)
  393. o19.Position = Vector3.new(31.6485958, 23.6254845, -167.491196)
  394. o21.Name = "Right Leg"
  395. o21.Parent = o1
  396. o21.BrickColor = BrickColor.new("Light orange")
  397. o21.Position = Vector3.new(32.4963074, 23.8679981, -170.089523)
  398. o21.Rotation = Vector3.new(-118.620003, -1.63, -177.020004)
  399. o21.Anchored = true
  400. o21.CanCollide = false
  401. o21.FormFactor = Enum.FormFactor.Symmetric
  402. o21.Size = Vector3.new(1, 2, 1)
  403. o21.CFrame = CFrame.new(32.4963074, 23.8679981, -170.089523, -0.998247027, 0.051931195, -0.0283924863, 0, 0.479716301, 0.877423644, 0.0591860004, 0.875885546, -0.478875309)
  404. o21.BottomSurface = Enum.SurfaceType.Smooth
  405. o21.Color = Color3.new(0.917647, 0.721569, 0.572549)
  406. o21.Position = Vector3.new(32.4963074, 23.8679981, -170.089523)
  407. o22.Name = "Torso"
  408. o22.Parent = o1
  409. o22.BrickColor = BrickColor.new("Light orange")
  410. o22.Position = Vector3.new(33.0992928, 24.8274307, -168.36734)
  411. o22.Rotation = Vector3.new(-74.3399963, 0.920000017, -176.729996)
  412. o22.Anchored = true
  413. o22.FormFactor = Enum.FormFactor.Symmetric
  414. o22.Size = Vector3.new(2, 2, 1)
  415. o22.CFrame = CFrame.new(33.0992928, 24.8274307, -168.36734, -0.998247027, 0.0569820851, 0.0160007626, 0, -0.270347059, 0.962762952, 0.0591860004, 0.961075246, 0.269873142)
  416. o22.LeftSurface = Enum.SurfaceType.Weld
  417. o22.RightSurface = Enum.SurfaceType.Weld
  418. o22.Color = Color3.new(0.917647, 0.721569, 0.572549)
  419. o22.Position = Vector3.new(33.0992928, 24.8274307, -168.36734)
  420. o23.Name = "roblox"
  421. o23.Parent = o22
  422. o32.Parent = o1
  423. o32.RightLeg = o21
  424. o32.LeftLeg = o18
  425. o32.Torso = o15
  426. o34.Name = "Handle"
  427. o34.Parent = mas
  428. o34.Position = Vector3.new(33.6947174, 25.3852539, -168.586777)
  429. o34.Rotation = Vector3.new(80.7900009, -22.6399994, -49.5200005)
  430. o34.Anchored = true
  431. o34.CanCollide = false
  432. o34.Locked = true
  433. o34.Size = Vector3.new(4, 7, 1)
  434. o34.CFrame = CFrame.new(33.6947174, 25.3852539, -168.586777, 0.599217117, 0.701992333, -0.384897023, -0.368447095, -0.185018152, -0.911051631, -0.71076417, 0.687731922, 0.14778097)
  435. o34.BottomSurface = Enum.SurfaceType.Smooth
  436. o34.TopSurface = Enum.SurfaceType.Smooth
  437. o34.Position = Vector3.new(33.6947174, 25.3852539, -168.586777)
  438. o35.Name = "SpecialMesh"
  439. o35.Parent = o34
  440. o35.MeshId = "rbxassetid://4492398401"
  441. o35.TextureId = "rbxassetid://4492398428"
  442. o35.MeshType = Enum.MeshType.FileMesh
  443. o37.Parent = o1
  444. o37.HeadColor = BrickColor.new("Light orange")
  445. o37.LeftArmColor = BrickColor.new("Light orange")
  446. o37.LeftLegColor = BrickColor.new("Light orange")
  447. o37.RightArmColor = BrickColor.new("Light orange")
  448. o37.RightLegColor = BrickColor.new("Light orange")
  449. o37.TorsoColor = BrickColor.new("Light orange")
  450. o38.Name = "Shirt"
  451. o38.Parent = o1
  452. o38.ShirtTemplate = "http://www.roblox.com/asset/?id=2726400331"
  453. o39.Name = "Pants"
  454. o39.Parent = o1
  455. o39.PantsTemplate = "http://www.roblox.com/asset/?id=3546411838"
  456. o40.Name = "ROAD ROLLER DA!!!"
  457. o40.Parent = mas
  458. o41.Parent = o40
  459. o41.Material = Enum.Material.Concrete
  460. o41.Reflectance = 0.10000000149012
  461. o41.Position = Vector3.new(32.161869, 5.82797813, -155.399384)
  462. o41.Rotation = Vector3.new(-138.869995, -1.01999998, 88.5999985)
  463. o41.Anchored = true
  464. o41.Size = Vector3.new(10, 12, 10)
  465. o41.CFrame = CFrame.new(32.161869, 5.82797813, -155.399384, 0.0244929157, -0.999541759, -0.0177741684, -0.752650738, -0.0301389638, 0.657729268, -0.657963693, -0.00273203221, -0.753044248)
  466. o41.BottomSurface = Enum.SurfaceType.Smooth
  467. o41.TopSurface = Enum.SurfaceType.Smooth
  468. o41.Position = Vector3.new(32.161869, 5.82797813, -155.399384)
  469. o42.Parent = o41
  470. o42.Scale = Vector3.new(1, 1.02999997, 1)
  471. o43.Parent = o40
  472. o43.BrickColor = BrickColor.new("Bright yellow")
  473. o43.Reflectance = 0.10000000149012
  474. o43.Position = Vector3.new(32.15942, 5.90324354, -155.333588)
  475. o43.Rotation = Vector3.new(-138.869995, -1.01999998, 88.5999985)
  476. o43.Anchored = true
  477. o43.Size = Vector3.new(2, 12.8000002, 2)
  478. o43.CFrame = CFrame.new(32.15942, 5.90324354, -155.333588, 0.0244929157, -0.999541759, -0.0177741684, -0.752650738, -0.0301389638, 0.657729268, -0.657963693, -0.00273203221, -0.753044248)
  479. o43.BottomSurface = Enum.SurfaceType.Smooth
  480. o43.TopSurface = Enum.SurfaceType.Smooth
  481. o43.Color = Color3.new(0.960784, 0.803922, 0.188235)
  482. o43.Position = Vector3.new(32.15942, 5.90324354, -155.333588)
  483. o44.Parent = o43
  484. o45.Parent = o40
  485. o45.BrickColor = BrickColor.new("Bright yellow")
  486. o45.Reflectance = 0.10000000149012
  487. o45.Position = Vector3.new(32.5189819, 3.44274235, -149.92189)
  488. o45.Rotation = Vector3.new(-138.869995, -1.01999998, 88.5999985)
  489. o45.Anchored = true
  490. o45.Size = Vector3.new(1.78999996, 5, 1)
  491. o45.CFrame = CFrame.new(32.5189819, 3.44274235, -149.92189, 0.0244929157, -0.999541759, -0.0177741684, -0.752650738, -0.0301389638, 0.657729268, -0.657963693, -0.00273203221, -0.753044248)
  492. o45.BottomSurface = Enum.SurfaceType.Smooth
  493. o45.TopSurface = Enum.SurfaceType.Smooth
  494. o45.Color = Color3.new(0.960784, 0.803922, 0.188235)
  495. o45.Position = Vector3.new(32.5189819, 3.44274235, -149.92189)
  496. o46.Parent = o40
  497. o46.BrickColor = BrickColor.new("Bright yellow")
  498. o46.Reflectance = 0.10000000149012
  499. o46.Position = Vector3.new(32.4797707, 4.6469841, -148.869156)
  500. o46.Rotation = Vector3.new(-138.869995, -1.01999998, 178.600006)
  501. o46.Anchored = true
  502. o46.Size = Vector3.new(5, 1.39999998, 0.99000001)
  503. o46.CFrame = CFrame.new(32.4797707, 4.6469841, -148.869156, -0.999536514, -0.0244927648, -0.017773889, -0.0301388092, 0.752646267, 0.657723248, -0.00273200241, 0.657960117, -0.753037035)
  504. o46.BottomSurface = Enum.SurfaceType.Smooth
  505. o46.TopSurface = Enum.SurfaceType.Smooth
  506. o46.Color = Color3.new(0.960784, 0.803922, 0.188235)
  507. o46.Position = Vector3.new(32.4797707, 4.6469841, -148.869156)
  508. o47.Parent = o46
  509. o47.MeshType = Enum.MeshType.Wedge
  510. o48.Name = "Center"
  511. o48.Parent = o40
  512. o48.BrickColor = BrickColor.new("Bright yellow")
  513. o48.Reflectance = 0.10000000149012
  514. o48.Transparency = 1
  515. o48.Position = Vector3.new(31.8729458, 12.4795456, -159.675278)
  516. o48.Rotation = Vector3.new(-138.869995, -1.01999998, 178.600006)
  517. o48.Anchored = true
  518. o48.Size = Vector3.new(12.5, 5.80000019, 27.6000004)
  519. o48.CFrame = CFrame.new(31.8729458, 12.4795456, -159.675278, -0.999541998, -0.0244929232, -0.017774133, -0.0301389992, 0.752650976, 0.657729566, -0.00273200008, 0.657963991, -0.753044486)
  520. o48.BottomSurface = Enum.SurfaceType.Smooth
  521. o48.TopSurface = Enum.SurfaceType.Smooth
  522. o48.Color = Color3.new(0.960784, 0.803922, 0.188235)
  523. o48.Position = Vector3.new(31.8729458, 12.4795456, -159.675278)
  524. o49.Parent = o48
  525. o49.C0 = CFrame.new(-0.100002289, -2.20000029, -7.6000061, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  526. o49.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  527. o49.Part0 = o48
  528. o49.Part1 = o41
  529. o50.Parent = o48
  530. o50.C0 = CFrame.new(-0.100002289, -2.10000038, -7.6000061, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  531. o50.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  532. o50.Part0 = o48
  533. o50.Part1 = o43
  534. o51.Parent = o48
  535. o51.C0 = CFrame.new(-0.400024414, -0.400005341, -13.2999878, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  536. o51.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  537. o51.Part0 = o48
  538. o51.Part1 = o45
  539. o52.Parent = o48
  540. o52.C0 = CFrame.new(-0.400005341, 1.19999409, -13.2999859, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  541. o52.C1 = CFrame.new(0, 0, 0, -1.49008788e-08, 6.6675625e-09, -0.999994516, -2.3933373e-07, 0.99999392, 6.66761935e-09, 0.999990225, 2.39334668e-07, 7.45059765e-08)
  542. o52.Part0 = o48
  543. o52.Part1 = o46
  544. o53.Parent = o48
  545. o53.C0 = CFrame.new(-5.70004654, -0.230010033, 8.99998474, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  546. o53.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  547. o53.Part0 = o48
  548. o53.Part1 = o87
  549. o54.Parent = o48
  550. o54.C0 = CFrame.new(-0.100009918, 0.469994545, 13.5999641, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  551. o54.C1 = CFrame.new(0, 0, 0, 1.49011612e-08, -3.49571337e-07, 0.999994278, 5.89458523e-07, 0.99999392, 3.49571422e-07, -0.999990225, 5.89460512e-07, -4.47034836e-08)
  552. o54.Part0 = o48
  553. o54.Part1 = o88
  554. o55.Parent = o48
  555. o55.C0 = CFrame.new(-0.100002289, 1.46999836, -3.6000061, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  556. o55.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  557. o55.Part0 = o48
  558. o55.Part1 = o90
  559. o56.Parent = o48
  560. o56.C0 = CFrame.new(-0.100017548, 1.79999256, -7.09999847, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  561. o56.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  562. o56.Part0 = o48
  563. o56.Part1 = o91
  564. o57.Parent = o48
  565. o57.C0 = CFrame.new(4.49999619, 7.36998749, 8.89997864, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  566. o57.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  567. o57.Part0 = o48
  568. o57.Part1 = o92
  569. o58.Parent = o48
  570. o58.C0 = CFrame.new(4.49999619, 8.8699894, 6.0999794, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  571. o58.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  572. o58.Part0 = o48
  573. o58.Part1 = o93
  574. o59.Parent = o48
  575. o59.C0 = CFrame.new(-0.100006104, -2.5299983, -2.70001984, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  576. o59.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  577. o59.Part0 = o48
  578. o59.Part1 = o94
  579. o60.Parent = o48
  580. o60.C0 = CFrame.new(-0.400001526, 3.2999897, -10.8000069, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  581. o60.C1 = CFrame.new(0, 0, 0, -1.49008788e-08, 6.6675625e-09, -0.999994516, -2.3933373e-07, 0.99999392, 6.66761935e-09, 0.999990225, 2.39334668e-07, 7.45059765e-08)
  582. o60.Part0 = o48
  583. o60.Part1 = o95
  584. o61.Parent = o48
  585. o61.C0 = CFrame.new(-0.100028992, 3.06999397, -3.60002518, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  586. o61.C1 = CFrame.new(0, 0, 0, 1.49008779e-08, 6.66761935e-09, 0.999994516, 2.39330944e-07, 0.99999392, -6.66753408e-09, -0.999990225, 2.39331769e-07, -7.45059765e-08)
  587. o61.Part0 = o48
  588. o61.Part1 = o97
  589. o62.Parent = o48
  590. o62.C0 = CFrame.new(-0.100002289, 4.76998997, 7.19997787, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  591. o62.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  592. o62.Part0 = o48
  593. o62.Part1 = o99
  594. o63.Parent = o48
  595. o63.C0 = CFrame.new(-0.100002289, 0.269996643, 0.299983978, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  596. o63.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  597. o63.Part0 = o48
  598. o63.Part1 = o100
  599. o64.Parent = o48
  600. o64.C0 = CFrame.new(-0.400001526, 3.29998589, -3.40000153, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  601. o64.C1 = CFrame.new(0, 0, 0, 1.49011612e-08, -3.49571337e-07, 0.999994278, 5.89458523e-07, 0.99999392, 3.49571422e-07, -0.999990225, 5.89460512e-07, -4.47034836e-08)
  602. o64.Part0 = o48
  603. o64.Part1 = o101
  604. o65.Parent = o48
  605. o65.C0 = CFrame.new(-4.70000076, 5.76999187, 3.29998016, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  606. o65.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  607. o65.Part0 = o48
  608. o65.Part1 = o103
  609. o66.Parent = o48
  610. o66.C0 = CFrame.new(-0.400024414, 0.299996376, -10.7999916, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  611. o66.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  612. o66.Part0 = o48
  613. o66.Part1 = o104
  614. o67.Parent = o48
  615. o67.C0 = CFrame.new(-7.60004807, -0.230009079, 8.99998474, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  616. o67.C1 = CFrame.new(0, 0, 0, -1, 0, 4.37113883e-08, 0, 1, 0, -4.37113883e-08, 0, -1)
  617. o67.Part0 = o48
  618. o67.Part1 = o105
  619. o68.Parent = o48
  620. o68.C0 = CFrame.new(-0.300003052, 3.06999302, 0.299983978, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  621. o68.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  622. o68.Part0 = o48
  623. o68.Part1 = o107
  624. o69.Parent = o48
  625. o69.C0 = CFrame.new(5.5, -0.230006218, 8.99998474, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  626. o69.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  627. o69.Part0 = o48
  628. o69.Part1 = o108
  629. o70.Parent = o48
  630. o70.C0 = CFrame.new(-0.100009918, 4.76998997, 11.099968, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  631. o70.C1 = CFrame.new(0, 0, 0, 1.49011612e-08, -3.49571337e-07, 0.999994278, 5.89458523e-07, 0.99999392, 3.49571422e-07, -0.999990225, 5.89460512e-07, -4.47034836e-08)
  632. o70.Part0 = o48
  633. o70.Part1 = o109
  634. o71.Parent = o48
  635. o71.C0 = CFrame.new(-0.100002289, 1.46999836, -10.8000336, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  636. o71.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  637. o71.Part0 = o48
  638. o71.Part1 = o111
  639. o72.Parent = o48
  640. o72.C0 = CFrame.new(4.49999619, 5.76999092, 3.29998016, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  641. o72.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  642. o72.Part0 = o48
  643. o72.Part1 = o112
  644. o73.Parent = o48
  645. o73.C0 = CFrame.new(-0.40001297, 2.29999352, -12.3999844, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  646. o73.C1 = CFrame.new(0, 0, 0, -1.49008788e-08, 6.6675625e-09, -0.999994516, -2.3933373e-07, 0.99999392, 6.66761935e-09, 0.999990225, 2.39334668e-07, 7.45059765e-08)
  647. o73.Part0 = o48
  648. o73.Part1 = o113
  649. o74.Parent = o48
  650. o74.C0 = CFrame.new(-0.100021362, -2.20000362, 8.80002213, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  651. o74.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  652. o74.Part0 = o48
  653. o74.Part1 = o115
  654. o75.Parent = o48
  655. o75.C0 = CFrame.new(-0.400001526, 3.69999981, -7.1000061, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  656. o75.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  657. o75.Part0 = o48
  658. o75.Part1 = o117
  659. o76.Parent = o48
  660. o76.C0 = CFrame.new(7.39999771, -0.230010033, 8.99997711, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  661. o76.Part0 = o48
  662. o76.Part1 = o118
  663. o77.Parent = o48
  664. o77.C0 = CFrame.new(-0.300003052, 4.76999092, 1.79998398, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  665. o77.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  666. o77.Part0 = o48
  667. o77.Part1 = o120
  668. o78.Parent = o48
  669. o78.C0 = CFrame.new(-0.100002289, 0.469992638, 7.19998169, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  670. o78.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  671. o78.Part0 = o48
  672. o78.Part1 = o121
  673. o79.Parent = o48
  674. o79.C0 = CFrame.new(-0.0999755859, 3.06999588, -10.8000221, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  675. o79.C1 = CFrame.new(0, 0, 0, -1.49008788e-08, 6.6675625e-09, -0.999994516, -2.3933373e-07, 0.99999392, 6.66761935e-09, 0.999990225, 2.39334668e-07, 7.45059765e-08)
  676. o79.Part0 = o48
  677. o79.Part1 = o122
  678. o80.Parent = o48
  679. o80.C0 = CFrame.new(-0.100002289, 0.769999504, -2.10001373, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  680. o80.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  681. o80.Part0 = o48
  682. o80.Part1 = o124
  683. o81.Parent = o48
  684. o81.C0 = CFrame.new(-0.0999755859, 8.86998558, 8.89997482, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  685. o81.C1 = CFrame.new(0, 0, 0, 1.49008796e-08, 6.66744882e-09, 0.999994516, 2.39336913e-07, 0.99999392, -6.66736355e-09, -0.999990225, 2.39337737e-07, -7.45059765e-08)
  686. o81.Part0 = o48
  687. o81.Part1 = o125
  688. o82.Parent = o48
  689. o82.C0 = CFrame.new(-4.70000076, 8.86999321, 6.0999794, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  690. o82.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  691. o82.Part0 = o48
  692. o82.Part1 = o127
  693. o83.Parent = o48
  694. o83.C0 = CFrame.new(-4.69999313, 7.36998749, 8.89997864, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  695. o83.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  696. o83.Part0 = o48
  697. o83.Part1 = o128
  698. o84.Parent = o48
  699. o84.C0 = CFrame.new(-0.100017548, 8.86998558, 6.0999794, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  700. o84.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  701. o84.Part0 = o48
  702. o84.Part1 = o129
  703. o85.Parent = o48
  704. o85.C0 = CFrame.new(-0.100025177, 8.86998749, 3.29998398, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  705. o85.C1 = CFrame.new(0, 0, 0, -1.49008823e-08, 6.66727829e-09, -0.999994516, -2.39345496e-07, 0.99999392, 6.66733513e-09, 0.999990225, 2.39346434e-07, 7.45059765e-08)
  706. o85.Part0 = o48
  707. o85.Part1 = o130
  708. o86.Parent = o48
  709. o86.C0 = CFrame.new(0.258005589, 5.26530218, -7.02216148, 0.95105654, 0.26761654, -0.154508486, -0.10569004, 0.751547456, 0.65115732, 0.290380985, -0.602957428, 0.743048429)
  710. o86.Part0 = o48
  711. o87.Parent = o40
  712. o87.BrickColor = BrickColor.new("Bright yellow")
  713. o87.Reflectance = 0.10000000149012
  714. o87.Position = Vector3.new(37.41605, 18.3977776, -166.58844)
  715. o87.Rotation = Vector3.new(-138.869995, -1.01999998, 88.5999985)
  716. o87.Anchored = true
  717. o87.Size = Vector3.new(6.80000019, 1, 6)
  718. o87.CFrame = CFrame.new(37.41605, 18.3977776, -166.58844, 0.0244929157, -0.999541759, -0.0177741684, -0.752650738, -0.0301389638, 0.657729268, -0.657963693, -0.00273203221, -0.753044248)
  719. o87.BottomSurface = Enum.SurfaceType.Smooth
  720. o87.TopSurface = Enum.SurfaceType.Smooth
  721. o87.Color = Color3.new(0.960784, 0.803922, 0.188235)
  722. o87.Position = Vector3.new(37.41605, 18.3977776, -166.58844)
  723. o88.Parent = o40
  724. o88.BrickColor = BrickColor.new("Bright yellow")
  725. o88.Reflectance = 0.10000000149012
  726. o88.Position = Vector3.new(31.7196712, 21.7814007, -169.607147)
  727. o88.Rotation = Vector3.new(41.1300011, 1.01999998, 1.39999998)
  728. o88.Anchored = true
  729. o88.Size = Vector3.new(11, 5.4000001, 2.78999996)
  730. o88.CFrame = CFrame.new(31.7196712, 21.7814007, -169.607147, 0.999536276, -0.0244924352, 0.0177738983, 0.0301385447, 0.752646804, -0.657722592, 0.0027317761, 0.657959461, 0.753037572)
  731. o88.BottomSurface = Enum.SurfaceType.Smooth
  732. o88.TopSurface = Enum.SurfaceType.Smooth
  733. o88.Color = Color3.new(0.960784, 0.803922, 0.188235)
  734. o88.Position = Vector3.new(31.7196712, 21.7814007, -169.607147)
  735. o89.Parent = o88
  736. o89.MeshType = Enum.MeshType.Wedge
  737. o90.Parent = o40
  738. o90.BrickColor = BrickColor.new("Bright yellow")
  739. o90.Reflectance = 0.10000000149012
  740. o90.Position = Vector3.new(32.000885, 11.2211246, -155.996826)
  741. o90.Rotation = Vector3.new(-138.869995, -1.01999998, 88.5999985)
  742. o90.Anchored = true
  743. o90.Size = Vector3.new(2.5999999, 11, 1.99000001)
  744. o90.CFrame = CFrame.new(32.000885, 11.2211246, -155.996826, 0.0244929157, -0.999541759, -0.0177741684, -0.752650738, -0.0301389638, 0.657729268, -0.657963693, -0.00273203221, -0.753044248)
  745. o90.BottomSurface = Enum.SurfaceType.Smooth
  746. o90.TopSurface = Enum.SurfaceType.Smooth
  747. o90.Color = Color3.new(0.960784, 0.803922, 0.188235)
  748. o90.Position = Vector3.new(32.000885, 11.2211246, -155.996826)
  749. o91.Parent = o40
  750. o91.BrickColor = BrickColor.new("Bright yellow")
  751. o91.Reflectance = 0.10000000149012
  752. o91.Position = Vector3.new(32.055027, 9.16744709, -153.144058)
  753. o91.Rotation = Vector3.new(-138.869995, -1.01999998, 88.5999985)
  754. o91.Anchored = true
  755. o91.Size = Vector3.new(3.20000005, 11, 5)
  756. o91.CFrame = CFrame.new(32.055027, 9.16744709, -153.144058, 0.0244929157, -0.999541759, -0.0177741684, -0.752650738, -0.0301389638, 0.657729268, -0.657963693, -0.00273203221, -0.753044248)
  757. o91.BottomSurface = Enum.SurfaceType.Smooth
  758. o91.TopSurface = Enum.SurfaceType.Smooth
  759. o91.Color = Color3.new(0.960784, 0.803922, 0.188235)
  760. o91.Position = Vector3.new(32.055027, 9.16744709, -153.144058)
  761. o92.Parent = o40
  762. o92.BrickColor = BrickColor.new("Mid gray")
  763. o92.Reflectance = 0.10000000149012
  764. o92.Position = Vector3.new(27.0363083, 23.7447281, -161.540466)
  765. o92.Rotation = Vector3.new(-138.869995, -1.01999998, 88.5999985)
  766. o92.Anchored = true
  767. o92.Size = Vector3.new(1.99000001, 1, 1)
  768. o92.CFrame = CFrame.new(27.0363083, 23.7447281, -161.540466, 0.0244929157, -0.999541759, -0.0177741684, -0.752650738, -0.0301389638, 0.657729268, -0.657963693, -0.00273203221, -0.753044248)
  769. o92.BottomSurface = Enum.SurfaceType.Smooth
  770. o92.TopSurface = Enum.SurfaceType.Smooth
  771. o92.Color = Color3.new(0.803922, 0.803922, 0.803922)
  772. o92.Position = Vector3.new(27.0363083, 23.7447281, -161.540466)
  773. o93.Parent = o40
  774. o93.BrickColor = BrickColor.new("Mid gray")
  775. o93.Reflectance = 0.10000000149012
  776. o93.Position = Vector3.new(27.0493374, 23.0320625, -158.444992)
  777. o93.Rotation = Vector3.new(-138.869995, -1.01999998, 88.5999985)
  778. o93.Anchored = true
  779. o93.Size = Vector3.new(1, 1, 4.59000015)
  780. o93.CFrame = CFrame.new(27.0493374, 23.0320625, -158.444992, 0.0244929157, -0.999541759, -0.0177741684, -0.752650738, -0.0301389638, 0.657729268, -0.657963693, -0.00273203221, -0.753044248)
  781. o93.BottomSurface = Enum.SurfaceType.Smooth
  782. o93.TopSurface = Enum.SurfaceType.Smooth
  783. o93.Color = Color3.new(0.803922, 0.803922, 0.803922)
  784. o93.Position = Vector3.new(27.0493374, 23.0320625, -158.444992)
  785. o94.Parent = o40
  786. o94.BrickColor = BrickColor.new("Bright yellow")
  787. o94.Reflectance = 0.10000000149012
  788. o94.Position = Vector3.new(32.0828629, 8.80247116, -159.306412)
  789. o94.Rotation = Vector3.new(-138.869995, -1.01999998, 88.5999985)
  790. o94.Anchored = true
  791. o94.Size = Vector3.new(1, 12.6000004, 9.80000019)
  792. o94.CFrame = CFrame.new(32.0828629, 8.80247116, -159.306412, 0.0244929157, -0.999541759, -0.0177741684, -0.752650738, -0.0301389638, 0.657729268, -0.657963693, -0.00273203221, -0.753044248)
  793. o94.BottomSurface = Enum.SurfaceType.Smooth
  794. o94.TopSurface = Enum.SurfaceType.Smooth
  795. o94.Color = Color3.new(0.960784, 0.803922, 0.188235)
  796. o94.Position = Vector3.new(32.0828629, 8.80247116, -159.306412)
  797. o95.Parent = o40
  798. o95.BrickColor = BrickColor.new("Bright yellow")
  799. o95.Reflectance = 0.10000000149012
  800. o95.Position = Vector3.new(32.3838997, 7.87185812, -149.370026)
  801. o95.Rotation = Vector3.new(-138.869995, -1.01999998, 178.600006)
  802. o95.Anchored = true
  803. o95.Size = Vector3.new(5.19000006, 1.38999999, 2.3900001)
  804. o95.CFrame = CFrame.new(32.3838997, 7.87185812, -149.370026, -0.999536514, -0.0244927648, -0.017773889, -0.0301388092, 0.752646267, 0.657723248, -0.00273200241, 0.657960117, -0.753037035)
  805. o95.BottomSurface = Enum.SurfaceType.Smooth
  806. o95.TopSurface = Enum.SurfaceType.Smooth
  807. o95.Color = Color3.new(0.960784, 0.803922, 0.188235)
  808. o95.Position = Vector3.new(32.3838997, 7.87185812, -149.370026)
  809. o96.Parent = o95
  810. o96.MeshType = Enum.MeshType.Wedge
  811. o97.Parent = o40
  812. o97.BrickColor = BrickColor.new("Bright yellow")
  813. o97.Reflectance = 0.10000000149012
  814. o97.Position = Vector3.new(31.9617233, 12.4253511, -154.944077)
  815. o97.Rotation = Vector3.new(41.1300011, 1.01999998, 1.39999998)
  816. o97.Anchored = true
  817. o97.Size = Vector3.new(11, 0.600000024, 1.99000001)
  818. o97.CFrame = CFrame.new(31.9617233, 12.4253511, -154.944077, 0.999536514, -0.0244927872, 0.0177738778, 0.0301388204, 0.752646625, -0.65772289, 0.00273201126, 0.657959759, 0.753037393)
  819. o97.BottomSurface = Enum.SurfaceType.Smooth
  820. o97.TopSurface = Enum.SurfaceType.Smooth
  821. o97.Color = Color3.new(0.960784, 0.803922, 0.188235)
  822. o97.Position = Vector3.new(31.9617233, 12.4253511, -154.944077)
  823. o98.Parent = o97
  824. o98.MeshType = Enum.MeshType.Wedge
  825. o99.Parent = o40
  826. o99.BrickColor = BrickColor.new("Bright yellow")
  827. o99.Reflectance = 0.10000000149012
  828. o99.Position = Vector3.new(31.7280979, 20.8083344, -161.95842)
  829. o99.Rotation = Vector3.new(-138.869995, -1.01999998, 88.5999985)
  830. o99.Anchored = true
  831. o99.Size = Vector3.new(3.20000005, 11, 5.5999999)
  832. o99.CFrame = CFrame.new(31.7280979, 20.8083344, -161.95842, 0.0244929157, -0.999541759, -0.0177741684, -0.752650738, -0.0301389638, 0.657729268, -0.657963693, -0.00273203221, -0.753044248)
  833. o99.BottomSurface = Enum.SurfaceType.Smooth
  834. o99.TopSurface = Enum.SurfaceType.Smooth
  835. o99.Color = Color3.new(0.960784, 0.803922, 0.188235)
  836. o99.Position = Vector3.new(31.7280979, 20.8083344, -161.95842)
  837. o100.Parent = o40
  838. o100.BrickColor = BrickColor.new("Bright yellow")
  839. o100.Reflectance = 0.10000000149012
  840. o100.Position = Vector3.new(31.9609566, 12.8830814, -159.723251)
  841. o100.Rotation = Vector3.new(-138.869995, -1.01999998, 88.5999985)
  842. o100.Anchored = true
  843. o100.Size = Vector3.new(5, 13, 3.78999996)
  844. o100.CFrame = CFrame.new(31.9609566, 12.8830814, -159.723251, 0.0244929157, -0.999541759, -0.0177741684, -0.752650738, -0.0301389638, 0.657729268, -0.657963693, -0.00273203221, -0.753044248)
  845. o100.BottomSurface = Enum.SurfaceType.Smooth
  846. o100.TopSurface = Enum.SurfaceType.Smooth
  847. o100.Color = Color3.new(0.960784, 0.803922, 0.188235)
  848. o100.Position = Vector3.new(31.9609566, 12.8830814, -159.723251)
  849. o101.Parent = o40
  850. o101.BrickColor = BrickColor.new("Bright yellow")
  851. o101.Reflectance = 0.10000000149012
  852. o101.Position = Vector3.new(32.2523689, 12.7390575, -154.942566)
  853. o101.Rotation = Vector3.new(41.1300011, 1.01999998, 1.39999998)
  854. o101.Anchored = true
  855. o101.Size = Vector3.new(5.19000006, 1.38999999, 2.3900001)
  856. o101.CFrame = CFrame.new(32.2523689, 12.7390575, -154.942566, 0.999536276, -0.0244924352, 0.0177738983, 0.0301385447, 0.752646804, -0.657722592, 0.0027317761, 0.657959461, 0.753037572)
  857. o101.BottomSurface = Enum.SurfaceType.Smooth
  858. o101.TopSurface = Enum.SurfaceType.Smooth
  859. o101.Color = Color3.new(0.960784, 0.803922, 0.188235)
  860. o101.Position = Vector3.new(32.2523689, 12.7390575, -154.942566)
  861. o102.Parent = o101
  862. o102.MeshType = Enum.MeshType.Wedge
  863. o103.Parent = o40
  864. o103.BrickColor = BrickColor.new("Mid gray")
  865. o103.Reflectance = 0.10000000149012
  866. o103.Position = Vector3.new(36.3708153, 19.1344833, -158.351028)
  867. o103.Rotation = Vector3.new(-138.869995, -1.01999998, 88.5999985)
  868. o103.Anchored = true
  869. o103.Size = Vector3.new(5.19000006, 1, 1)
  870. o103.CFrame = CFrame.new(36.3708153, 19.1344833, -158.351028, 0.0244929157, -0.999541759, -0.0177741684, -0.752650738, -0.0301389638, 0.657729268, -0.657963693, -0.00273203221, -0.753044248)
  871. o103.BottomSurface = Enum.SurfaceType.Smooth
  872. o103.TopSurface = Enum.SurfaceType.Smooth
  873. o103.Color = Color3.new(0.803922, 0.803922, 0.803922)
  874. o103.Position = Vector3.new(36.3708153, 19.1344833, -158.351028)
  875. o104.Parent = o40
  876. o104.BrickColor = BrickColor.new("Bright yellow")
  877. o104.Reflectance = 0.10000000149012
  878. o104.Position = Vector3.new(32.4574013, 5.61392069, -151.343918)
  879. o104.Rotation = Vector3.new(-138.869995, -1.01999998, 88.5999985)
  880. o104.Anchored = true
  881. o104.Size = Vector3.new(3.20000005, 5, 4)
  882. o104.CFrame = CFrame.new(32.4574013, 5.61392069, -151.343918, 0.0244929157, -0.999541759, -0.0177741684, -0.752650738, -0.0301389638, 0.657729268, -0.657963693, -0.00273203221, -0.753044248)
  883. o104.BottomSurface = Enum.SurfaceType.Smooth
  884. o104.TopSurface = Enum.SurfaceType.Smooth
  885. o104.Color = Color3.new(0.960784, 0.803922, 0.188235)
  886. o104.Position = Vector3.new(32.4574013, 5.61392069, -151.343918)
  887. o105.Parent = o40
  888. o105.BrickColor = BrickColor.new("Bright yellow")
  889. o105.Reflectance = 0.10000000149012
  890. o105.Position = Vector3.new(39.3151779, 18.4550438, -166.583237)
  891. o105.Rotation = Vector3.new(95.1800003, -88.2699966, 54.0299988)
  892. o105.Anchored = true
  893. o105.Size = Vector3.new(6, 6.78999996, 2.78999996)
  894. o105.CFrame = CFrame.new(39.3151779, 18.4550438, -166.583237, 0.017774174, -0.024492925, -0.999541998, -0.657729506, 0.752651036, -0.0301389992, 0.753044546, 0.657963932, -0.00273200008)
  895. o105.BottomSurface = Enum.SurfaceType.Smooth
  896. o105.TopSurface = Enum.SurfaceType.Smooth
  897. o105.Color = Color3.new(0.960784, 0.803922, 0.188235)
  898. o105.Position = Vector3.new(39.3151779, 18.4550438, -166.583237)
  899. o106.Parent = o105
  900. o106.MeshType = Enum.MeshType.Wedge
  901. o107.Parent = o40
  902. o107.BrickColor = BrickColor.new("Black")
  903. o107.Reflectance = 0.10000000149012
  904. o107.Position = Vector3.new(32.0922852, 14.9965286, -157.880417)
  905. o107.Rotation = Vector3.new(-138.869995, -1.01999998, 88.5999985)
  906. o107.Anchored = true
  907. o107.Size = Vector3.new(0.600000024, 7.4000001, 3.78999996)
  908. o107.CFrame = CFrame.new(32.0922852, 14.9965286, -157.880417, 0.0244929157, -0.999541759, -0.0177741684, -0.752650738, -0.0301389638, 0.657729268, -0.657963693, -0.00273203221, -0.753044248)
  909. o107.BottomSurface = Enum.SurfaceType.Smooth
  910. o107.TopSurface = Enum.SurfaceType.Smooth
  911. o107.Color = Color3.new(0.105882, 0.164706, 0.207843)
  912. o107.Position = Vector3.new(32.0922852, 14.9965286, -157.880417)
  913. o108.Parent = o40
  914. o108.BrickColor = BrickColor.new("Bright yellow")
  915. o108.Reflectance = 0.10000000149012
  916. o108.Position = Vector3.new(26.2211304, 18.0602226, -166.619034)
  917. o108.Rotation = Vector3.new(-138.869995, -1.01999998, 88.5999985)
  918. o108.Anchored = true
  919. o108.Size = Vector3.new(6.80000019, 1, 6)
  920. o108.CFrame = CFrame.new(26.2211304, 18.0602226, -166.619034, 0.0244929157, -0.999541759, -0.0177741684, -0.752650738, -0.0301389638, 0.657729268, -0.657963693, -0.00273203221, -0.753044248)
  921. o108.BottomSurface = Enum.SurfaceType.Smooth
  922. o108.TopSurface = Enum.SurfaceType.Smooth
  923. o108.Color = Color3.new(0.960784, 0.803922, 0.188235)
  924. o108.Position = Vector3.new(26.2211304, 18.0602226, -166.619034)
  925. o109.Parent = o40
  926. o109.BrickColor = BrickColor.new("Bright yellow")
  927. o109.Reflectance = 0.10000000149012
  928. o109.Position = Vector3.new(31.6587868, 23.3734741, -164.895294)
  929. o109.Rotation = Vector3.new(41.1300011, 1.01999998, 1.39999998)
  930. o109.Anchored = true
  931. o109.Size = Vector3.new(11, 3.20000005, 2.19000006)
  932. o109.CFrame = CFrame.new(31.6587868, 23.3734741, -164.895294, 0.999536276, -0.0244924352, 0.0177738983, 0.0301385447, 0.752646804, -0.657722592, 0.0027317761, 0.657959461, 0.753037572)
  933. o109.BottomSurface = Enum.SurfaceType.Smooth
  934. o109.TopSurface = Enum.SurfaceType.Smooth
  935. o109.Color = Color3.new(0.960784, 0.803922, 0.188235)
  936. o109.Position = Vector3.new(31.6587868, 23.3734741, -164.895294)
  937. o110.Parent = o109
  938. o110.MeshType = Enum.MeshType.Wedge
  939. o111.Parent = o40
  940. o111.BrickColor = BrickColor.new("Bright yellow")
  941. o111.Reflectance = 0.10000000149012
  942. o111.Position = Vector3.new(32.1288605, 6.48545408, -150.57489)
  943. o111.Rotation = Vector3.new(-138.869995, -1.01999998, 88.5999985)
  944. o111.Anchored = true
  945. o111.Size = Vector3.new(2.5999999, 11, 2.3900001)
  946. o111.CFrame = CFrame.new(32.1288605, 6.48545408, -150.57489, 0.0244929157, -0.999541759, -0.0177741684, -0.752650738, -0.0301389638, 0.657729268, -0.657963693, -0.00273203221, -0.753044248)
  947. o111.BottomSurface = Enum.SurfaceType.Smooth
  948. o111.TopSurface = Enum.SurfaceType.Smooth
  949. o111.Color = Color3.new(0.960784, 0.803922, 0.188235)
  950. o111.Position = Vector3.new(32.1288605, 6.48545408, -150.57489)
  951. o112.Parent = o40
  952. o112.BrickColor = BrickColor.new("Mid gray")
  953. o112.Reflectance = 0.10000000149012
  954. o112.Position = Vector3.new(27.1750317, 18.8572044, -158.37616)
  955. o112.Rotation = Vector3.new(-138.869995, -1.01999998, 88.5999985)
  956. o112.Anchored = true
  957. o112.Size = Vector3.new(5.19000006, 1, 1)
  958. o112.CFrame = CFrame.new(27.1750317, 18.8572044, -158.37616, 0.0244929157, -0.999541759, -0.0177741684, -0.752650738, -0.0301389638, 0.657729268, -0.657963693, -0.00273203221, -0.753044248)
  959. o112.BottomSurface = Enum.SurfaceType.Smooth
  960. o112.TopSurface = Enum.SurfaceType.Smooth
  961. o112.Color = Color3.new(0.803922, 0.803922, 0.803922)
  962. o112.Position = Vector3.new(27.1750317, 18.8572044, -158.37616)
  963. o113.Parent = o40
  964. o113.BrickColor = BrickColor.new("Bright yellow")
  965. o113.Reflectance = 0.10000000149012
  966. o113.Position = Vector3.new(32.4368401, 6.06685781, -148.823135)
  967. o113.Rotation = Vector3.new(-138.869995, -1.01999998, 178.600006)
  968. o113.Anchored = true
  969. o113.Size = Vector3.new(5, 0.800000012, 0.790000021)
  970. o113.CFrame = CFrame.new(32.4368401, 6.06685781, -148.823135, -0.999536514, -0.0244927648, -0.017773889, -0.0301388092, 0.752646267, 0.657723248, -0.00273200241, 0.657960117, -0.753037035)
  971. o113.BottomSurface = Enum.SurfaceType.Smooth
  972. o113.TopSurface = Enum.SurfaceType.Smooth
  973. o113.Color = Color3.new(0.960784, 0.803922, 0.188235)
  974. o113.Position = Vector3.new(32.4368401, 6.06685781, -148.823135)
  975. o114.Parent = o113
  976. o114.MeshType = Enum.MeshType.Wedge
  977. o115.Parent = o40
  978. o115.Material = Enum.Material.Concrete
  979. o115.Reflectance = 0.10000000149012
  980. o115.Position = Vector3.new(31.8703938, 16.6147614, -167.749329)
  981. o115.Rotation = Vector3.new(-138.869995, -1.01999998, 88.5999985)
  982. o115.Anchored = true
  983. o115.Size = Vector3.new(10, 12, 10)
  984. o115.CFrame = CFrame.new(31.8703938, 16.6147614, -167.749329, 0.0244929157, -0.999541759, -0.0177741684, -0.752650738, -0.0301389638, 0.657729268, -0.657963693, -0.00273203221, -0.753044248)
  985. o115.BottomSurface = Enum.SurfaceType.Smooth
  986. o115.TopSurface = Enum.SurfaceType.Smooth
  987. o115.Position = Vector3.new(31.8703938, 16.6147614, -167.749329)
  988. o116.Parent = o115
  989. o116.Scale = Vector3.new(1, 1.02999997, 1)
  990. o117.Parent = o40
  991. o117.BrickColor = BrickColor.new("Bright yellow")
  992. o117.Reflectance = 0.10000000149012
  993. o117.Position = Vector3.new(32.3083382, 10.6065254, -151.893097)
  994. o117.Rotation = Vector3.new(-138.869995, -1.01999998, 88.5999985)
  995. o117.Anchored = true
  996. o117.Size = Vector3.new(0.600000024, 5.19000006, 5)
  997. o117.CFrame = CFrame.new(32.3083382, 10.6065254, -151.893097, 0.0244929157, -0.999541759, -0.0177741684, -0.752650738, -0.0301389638, 0.657729268, -0.657963693, -0.00273203221, -0.753044248)
  998. o117.BottomSurface = Enum.SurfaceType.Smooth
  999. o117.TopSurface = Enum.SurfaceType.Smooth
  1000. o117.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1001. o117.Position = Vector3.new(32.3083382, 10.6065254, -151.893097)
  1002. o118.Parent = o40
  1003. o118.BrickColor = BrickColor.new("Bright yellow")
  1004. o118.Reflectance = 0.10000000149012
  1005. o118.Position = Vector3.new(24.3220043, 18.0029507, -166.624222)
  1006. o118.Rotation = Vector3.new(-84.8199997, 88.2699966, 125.970001)
  1007. o118.Anchored = true
  1008. o118.Size = Vector3.new(6, 6.78999996, 2.78999996)
  1009. o118.CFrame = CFrame.new(24.3220043, 18.0029507, -166.624222, -0.0177741311, -0.024492925, 0.999541998, 0.657729506, 0.752651036, 0.0301389713, -0.753044546, 0.657963932, 0.00273203291)
  1010. o118.BottomSurface = Enum.SurfaceType.Smooth
  1011. o118.TopSurface = Enum.SurfaceType.Smooth
  1012. o118.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1013. o118.Position = Vector3.new(24.3220043, 18.0029507, -166.624222)
  1014. o119.Parent = o118
  1015. o119.MeshType = Enum.MeshType.Wedge
  1016. o120.Parent = o40
  1017. o120.BrickColor = BrickColor.new("Black")
  1018. o120.Reflectance = 0.10000000149012
  1019. o120.Position = Vector3.new(32.0239868, 17.2626286, -157.891449)
  1020. o120.Rotation = Vector3.new(-138.869995, -1.01999998, 88.5999985)
  1021. o120.Anchored = true
  1022. o120.Size = Vector3.new(2.78999996, 7.4000001, 0.790000021)
  1023. o120.CFrame = CFrame.new(32.0239868, 17.2626286, -157.891449, 0.0244929157, -0.999541759, -0.0177741684, -0.752650738, -0.0301389638, 0.657729268, -0.657963693, -0.00273203221, -0.753044248)
  1024. o120.BottomSurface = Enum.SurfaceType.Smooth
  1025. o120.TopSurface = Enum.SurfaceType.Smooth
  1026. o120.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1027. o120.Position = Vector3.new(32.0239868, 17.2626286, -157.891449)
  1028. o121.Parent = o40
  1029. o121.BrickColor = BrickColor.new("Bright yellow")
  1030. o121.Reflectance = 0.10000000149012
  1031. o121.Position = Vector3.new(31.8334179, 17.5719414, -164.787674)
  1032. o121.Rotation = Vector3.new(-138.869995, -1.01999998, 88.5999985)
  1033. o121.Anchored = true
  1034. o121.Size = Vector3.new(5.4000001, 11, 10)
  1035. o121.CFrame = CFrame.new(31.8334179, 17.5719414, -164.787674, 0.0244929157, -0.999541759, -0.0177741684, -0.752650738, -0.0301389638, 0.657729268, -0.657963693, -0.00273203221, -0.753044248)
  1036. o121.BottomSurface = Enum.SurfaceType.Smooth
  1037. o121.TopSurface = Enum.SurfaceType.Smooth
  1038. o121.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1039. o121.Position = Vector3.new(31.8334179, 17.5719414, -164.787674)
  1040. o122.Parent = o40
  1041. o122.BrickColor = BrickColor.new("Bright yellow")
  1042. o122.Reflectance = 0.10000000149012
  1043. o122.Position = Vector3.new(32.0896416, 7.68970013, -149.522156)
  1044. o122.Rotation = Vector3.new(-138.869995, -1.01999998, 178.600006)
  1045. o122.Anchored = true
  1046. o122.Size = Vector3.new(11, 0.600000024, 2.3900001)
  1047. o122.CFrame = CFrame.new(32.0896416, 7.68970013, -149.522156, -0.999536514, -0.0244927648, -0.017773889, -0.0301388092, 0.752646267, 0.657723248, -0.00273200241, 0.657960117, -0.753037035)
  1048. o122.BottomSurface = Enum.SurfaceType.Smooth
  1049. o122.TopSurface = Enum.SurfaceType.Smooth
  1050. o122.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1051. o122.Position = Vector3.new(32.0896416, 7.68970013, -149.522156)
  1052. o123.Parent = o122
  1053. o123.MeshType = Enum.MeshType.Wedge
  1054. o124.Parent = o40
  1055. o124.BrickColor = BrickColor.new("Bright yellow")
  1056. o124.Reflectance = 0.10000000149012
  1057. o124.Position = Vector3.new(31.9913692, 11.6808596, -157.586975)
  1058. o124.Rotation = Vector3.new(-138.869995, -1.01999998, 88.5999985)
  1059. o124.Anchored = true
  1060. o124.Size = Vector3.new(4, 13, 1)
  1061. o124.CFrame = CFrame.new(31.9913692, 11.6808596, -157.586975, 0.0244929157, -0.999541759, -0.0177741684, -0.752650738, -0.0301389638, 0.657729268, -0.657963693, -0.00273203221, -0.753044248)
  1062. o124.BottomSurface = Enum.SurfaceType.Smooth
  1063. o124.TopSurface = Enum.SurfaceType.Smooth
  1064. o124.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1065. o124.Position = Vector3.new(31.9913692, 11.6808596, -157.586975)
  1066. o125.Parent = o40
  1067. o125.BrickColor = BrickColor.new("Mid gray")
  1068. o125.Reflectance = 0.10000000149012
  1069. o125.Position = Vector3.new(31.597435, 25.0123386, -160.540955)
  1070. o125.Rotation = Vector3.new(41.1300011, 1.01999998, 1.39999998)
  1071. o125.Anchored = true
  1072. o125.Size = Vector3.new(10.1000004, 1, 0.99000001)
  1073. o125.CFrame = CFrame.new(31.597435, 25.0123386, -160.540955, 0.999536514, -0.0244927872, 0.0177738778, 0.0301388204, 0.752646625, -0.65772289, 0.00273201126, 0.657959759, 0.753037393)
  1074. o125.BottomSurface = Enum.SurfaceType.Smooth
  1075. o125.TopSurface = Enum.SurfaceType.Smooth
  1076. o125.Color = Color3.new(0.803922, 0.803922, 0.803922)
  1077. o125.Position = Vector3.new(31.597435, 25.0123386, -160.540955)
  1078. o126.Parent = o125
  1079. o126.MeshType = Enum.MeshType.Wedge
  1080. o127.Parent = o40
  1081. o127.BrickColor = BrickColor.new("Mid gray")
  1082. o127.Reflectance = 0.10000000149012
  1083. o127.Position = Vector3.new(36.245121, 23.3093452, -158.419861)
  1084. o127.Rotation = Vector3.new(-138.869995, -1.01999998, 88.5999985)
  1085. o127.Anchored = true
  1086. o127.Size = Vector3.new(1, 1, 4.59000015)
  1087. o127.CFrame = CFrame.new(36.245121, 23.3093452, -158.419861, 0.0244929157, -0.999541759, -0.0177741684, -0.752650738, -0.0301389638, 0.657729268, -0.657963693, -0.00273203221, -0.753044248)
  1088. o127.BottomSurface = Enum.SurfaceType.Smooth
  1089. o127.TopSurface = Enum.SurfaceType.Smooth
  1090. o127.Color = Color3.new(0.803922, 0.803922, 0.803922)
  1091. o127.Position = Vector3.new(36.245121, 23.3093452, -158.419861)
  1092. o128.Parent = o40
  1093. o128.BrickColor = BrickColor.new("Mid gray")
  1094. o128.Reflectance = 0.10000000149012
  1095. o128.Position = Vector3.new(36.2320862, 24.022007, -161.515335)
  1096. o128.Rotation = Vector3.new(-138.869995, -1.01999998, 88.5999985)
  1097. o128.Anchored = true
  1098. o128.Size = Vector3.new(1.99000001, 1, 1)
  1099. o128.CFrame = CFrame.new(36.2320862, 24.022007, -161.515335, 0.0244929157, -0.999541759, -0.0177741684, -0.752650738, -0.0301389638, 0.657729268, -0.657963693, -0.00273203221, -0.753044248)
  1100. o128.BottomSurface = Enum.SurfaceType.Smooth
  1101. o128.TopSurface = Enum.SurfaceType.Smooth
  1102. o128.Color = Color3.new(0.803922, 0.803922, 0.803922)
  1103. o128.Position = Vector3.new(36.2320862, 24.022007, -161.515335)
  1104. o129.Parent = o40
  1105. o129.BrickColor = BrickColor.new("Mid gray")
  1106. o129.Reflectance = 0.10000000149012
  1107. o129.Position = Vector3.new(31.6472435, 23.1707001, -158.432434)
  1108. o129.Rotation = Vector3.new(-138.869995, -1.01999998, 88.5999985)
  1109. o129.Anchored = true
  1110. o129.Size = Vector3.new(1, 1, 4.59000015)
  1111. o129.CFrame = CFrame.new(31.6472435, 23.1707001, -158.432434, 0.0244929157, -0.999541759, -0.0177741684, -0.752650738, -0.0301389638, 0.657729268, -0.657963693, -0.00273203221, -0.753044248)
  1112. o129.BottomSurface = Enum.SurfaceType.Smooth
  1113. o129.TopSurface = Enum.SurfaceType.Smooth
  1114. o129.Color = Color3.new(0.803922, 0.803922, 0.803922)
  1115. o129.Position = Vector3.new(31.6472435, 23.1707001, -158.432434)
  1116. o130.Parent = o40
  1117. o130.BrickColor = BrickColor.new("Mid gray")
  1118. o130.Reflectance = 0.10000000149012
  1119. o130.Position = Vector3.new(31.6970196, 21.3290615, -156.323914)
  1120. o130.Rotation = Vector3.new(-138.869995, -1.01999998, 178.600006)
  1121. o130.Anchored = true
  1122. o130.Size = Vector3.new(10.1000004, 1, 0.99000001)
  1123. o130.CFrame = CFrame.new(31.6970196, 21.3290615, -156.323914, -0.999536514, -0.0244927648, -0.017773889, -0.0301388092, 0.752646267, 0.657723248, -0.00273200241, 0.657960117, -0.753037035)
  1124. o130.BottomSurface = Enum.SurfaceType.Smooth
  1125. o130.TopSurface = Enum.SurfaceType.Smooth
  1126. o130.Color = Color3.new(0.803922, 0.803922, 0.803922)
  1127. o130.Position = Vector3.new(31.6970196, 21.3290615, -156.323914)
  1128. o131.Parent = o130
  1129. o131.MeshType = Enum.MeshType.Wedge
  1130. o132.Name = "Radio"
  1131. o132.Parent = mas
  1132. o133.Name = "base"
  1133. o133.Parent = o132
  1134. o133.Material = Enum.Material.Metal
  1135. o133.BrickColor = BrickColor.new("Dark stone grey")
  1136. o133.Transparency = 1
  1137. o133.Position = Vector3.new(40.2306595, 1.00001204, -157.786499)
  1138. o133.Rotation = Vector3.new(180, -78, -180)
  1139. o133.Anchored = true
  1140. o133.Size = Vector3.new(3, 2, 2)
  1141. o133.CFrame = CFrame.new(40.2306595, 1.00001204, -157.786499, -0.207912877, 7.97467438e-16, -0.978151441, 1.287861e-14, 1, -3.55272046e-15, 0.978151441, 1.33358417e-14, -0.207912877)
  1142. o133.BottomSurface = Enum.SurfaceType.Smooth
  1143. o133.TopSurface = Enum.SurfaceType.Smooth
  1144. o133.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1145. o133.Position = Vector3.new(40.2306595, 1.00001204, -157.786499)
  1146. o134.Parent = o133
  1147. o134.C0 = CFrame.new(-256, 10, 256, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1148. o134.C1 = CFrame.new(466.33606, -1.00001204, 203.726913, 0.207912877, 0.978151441, 1.287861e-14, -7.97467438e-16, 1.33358417e-14, 1, 0.978151441, -0.207912877, -3.55272046e-15)
  1149. o134.Part1 = o133
  1150. o135.Name = "bar"
  1151. o135.Parent = o132
  1152. o135.Material = Enum.Material.SmoothPlastic
  1153. o135.BrickColor = BrickColor.new("Dark stone grey")
  1154. o135.Transparency = 1
  1155. o135.Position = Vector3.new(40.2214546, 2.30000925, -157.021698)
  1156. o135.Rotation = Vector3.new(180, -78, 165)
  1157. o135.Anchored = true
  1158. o135.Size = Vector3.new(0.300000012, 1.5, 0.300000012)
  1159. o135.CFrame = CFrame.new(40.2214546, 2.30000925, -157.021698, -0.200828403, -0.0538117588, -0.978151441, -0.258818775, 0.965925634, -3.55272046e-15, 0.944821596, 0.253163964, -0.207912877)
  1160. o135.BottomSurface = Enum.SurfaceType.Smooth
  1161. o135.TopSurface = Enum.SurfaceType.Smooth
  1162. o135.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1163. o135.Position = Vector3.new(40.2214546, 2.30000925, -157.021698)
  1164. o136.Name = "bar"
  1165. o136.Parent = o132
  1166. o136.Material = Enum.Material.SmoothPlastic
  1167. o136.BrickColor = BrickColor.new("Dark stone grey")
  1168. o136.Transparency = 1
  1169. o136.Position = Vector3.new(40.3877716, 2.30001402, -157.804214)
  1170. o136.Rotation = Vector3.new(180, -78, -165)
  1171. o136.Anchored = true
  1172. o136.Size = Vector3.new(0.300000012, 1.5, 0.300000012)
  1173. o136.CFrame = CFrame.new(40.3877716, 2.30001402, -157.804214, -0.200828388, 0.0538118035, -0.978151441, 0.258818984, 0.965925634, -3.55272046e-15, 0.944821596, -0.253164202, -0.207912877)
  1174. o136.BottomSurface = Enum.SurfaceType.Smooth
  1175. o136.TopSurface = Enum.SurfaceType.Smooth
  1176. o136.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1177. o136.Position = Vector3.new(40.3877716, 2.30001402, -157.804214)
  1178. o137.Name = "front"
  1179. o137.Parent = o132
  1180. o137.Material = Enum.Material.Metal
  1181. o137.Transparency = 1
  1182. o137.Position = Vector3.new(41.2577057, 1.00001204, -157.568192)
  1183. o137.Rotation = Vector3.new(180, -78, -180)
  1184. o137.Anchored = true
  1185. o137.Size = Vector3.new(2.5999999, 1.5999999, 0.100000001)
  1186. o137.CFrame = CFrame.new(41.2577057, 1.00001204, -157.568192, -0.207912847, 6.30501096e-10, -0.978151441, -2.10399573e-08, 0.999999762, -3.55272046e-15, 0.978151321, -9.15701381e-09, -0.207912877)
  1187. o137.BottomSurface = Enum.SurfaceType.Smooth
  1188. o137.TopSurface = Enum.SurfaceType.Smooth
  1189. o137.Position = Vector3.new(41.2577057, 1.00001204, -157.568192)
  1190. o138.Name = "front-frontbar"
  1191. o138.Parent = o132
  1192. o138.Material = Enum.Material.Metal
  1193. o138.BrickColor = BrickColor.new("Mid gray")
  1194. o138.Transparency = 1
  1195. o138.Position = Vector3.new(41.4594917, 1.30001295, -158.036514)
  1196. o138.Rotation = Vector3.new(180, -78, -180)
  1197. o138.Anchored = true
  1198. o138.Size = Vector3.new(1.19999957, 0.199999854, 0.100000001)
  1199. o138.CFrame = CFrame.new(41.4594917, 1.30001295, -158.036514, -0.207912832, 8.43890243e-16, -0.978151441, 1.46272087e-14, 0.999999821, -3.55272046e-15, 0.978151321, 1.15154697e-14, -0.207912877)
  1200. o138.BottomSurface = Enum.SurfaceType.Smooth
  1201. o138.TopSurface = Enum.SurfaceType.Smooth
  1202. o138.Color = Color3.new(0.803922, 0.803922, 0.803922)
  1203. o138.Position = Vector3.new(41.4594917, 1.30001295, -158.036514)
  1204. o139.Name = "front-frontbuttongreen"
  1205. o139.Parent = o132
  1206. o139.Material = Enum.Material.Metal
  1207. o139.BrickColor = BrickColor.new("Lime green")
  1208. o139.Transparency = 1
  1209. o139.Position = Vector3.new(41.3555298, 0.900014043, -157.547409)
  1210. o139.Rotation = Vector3.new(180, -78, -180)
  1211. o139.Anchored = true
  1212. o139.Size = Vector3.new(0.199999616, 0.199999854, 0.100000001)
  1213. o139.CFrame = CFrame.new(41.3555298, 0.900014043, -157.547409, -0.207912847, 6.30501318e-10, -0.978151441, -6.13879569e-09, 0.999999702, -3.55272046e-15, 0.978151321, -9.15701204e-09, -0.207912877)
  1214. o139.BottomSurface = Enum.SurfaceType.Smooth
  1215. o139.TopSurface = Enum.SurfaceType.Smooth
  1216. o139.Color = Color3.new(0, 1, 0)
  1217. o139.Position = Vector3.new(41.3555298, 0.900014043, -157.547409)
  1218. o140.Name = "front-frontbuttonred"
  1219. o140.Parent = o132
  1220. o140.Material = Enum.Material.Metal
  1221. o140.BrickColor = BrickColor.new("Really red")
  1222. o140.Transparency = 1
  1223. o140.Position = Vector3.new(41.4387131, 0.900014043, -157.93869)
  1224. o140.Rotation = Vector3.new(180, -78, -180)
  1225. o140.Anchored = true
  1226. o140.Size = Vector3.new(0.199999616, 0.199999854, 0.100000001)
  1227. o140.CFrame = CFrame.new(41.4387131, 0.900014043, -157.93869, -0.207912847, 6.30501318e-10, -0.978151441, -6.13879569e-09, 0.999999702, -3.55272046e-15, 0.978151321, -9.15701204e-09, -0.207912877)
  1228. o140.BottomSurface = Enum.SurfaceType.Smooth
  1229. o140.TopSurface = Enum.SurfaceType.Smooth
  1230. o140.Color = Color3.new(1, 0, 0)
  1231. o140.Position = Vector3.new(41.4387131, 0.900014043, -157.93869)
  1232. o141.Name = "sound"
  1233. o141.Parent = o132
  1234. o141.Material = Enum.Material.DiamondPlate
  1235. o141.Transparency = 1
  1236. o141.Position = Vector3.new(40.9373093, 1.00001204, -157.022858)
  1237. o141.Rotation = Vector3.new(180, -78, -180)
  1238. o141.Anchored = true
  1239. o141.Shape = Enum.PartType.Ball
  1240. o141.Size = Vector3.new(1, 1, 1)
  1241. o141.CFrame = CFrame.new(40.9373093, 1.00001204, -157.022858, -0.207912877, 4.17379191e-16, -0.978151441, 1.46410899e-14, 0.999999881, -3.55272046e-15, 0.978151441, 1.32550492e-14, -0.207912877)
  1242. o141.BottomSurface = Enum.SurfaceType.Smooth
  1243. o141.TopSurface = Enum.SurfaceType.Smooth
  1244. o141.Position = Vector3.new(40.9373093, 1.00001204, -157.022858)
  1245. o142.Name = "song"
  1246. o142.Parent = o141
  1247. o142.SoundId = "rbxassetid://988225348"
  1248. o142:Play()
  1249. o142.Volume = 50
  1250. o142.Looped = true
  1251. o143.Name = "ting16036"
  1252. o143.Parent = mas
  1253. o143.PrimaryPart = o151
  1254. o144.Name = "Head"
  1255. o144.Parent = o143
  1256. o144.BrickColor = BrickColor.new("Light orange")
  1257. o144.Position = Vector3.new(34.6013718, 0.712160647, -151.502747)
  1258. o144.Rotation = Vector3.new(74.0400009, -0.810000002, -0.230000004)
  1259. o144.Anchored = true
  1260. o144.FormFactor = Enum.FormFactor.Symmetric
  1261. o144.Size = Vector3.new(2, 1, 1)
  1262. o144.CFrame = CFrame.new(34.6013718, 0.712160647, -151.502747, 0.999892354, 0.00403538533, -0.0141092688, -0.0146750053, 0.274953961, -0.961345494, 0, 0.961448908, 0.274983585)
  1263. o144.TopSurface = Enum.SurfaceType.Smooth
  1264. o144.Color = Color3.new(0.917647, 0.721569, 0.572549)
  1265. o144.Position = Vector3.new(34.6013718, 0.712160647, -151.502747)
  1266. o145.Parent = o144
  1267. o145.Scale = Vector3.new(1.25, 1.25, 1.25)
  1268. o150.Name = "face"
  1269. o150.Parent = o144
  1270. o150.Texture = "http://www.roblox.com/asset/?id=406035320 "
  1271. o151.Name = "HumanoidRootPart"
  1272. o151.Parent = o143
  1273. o151.Transparency = 1
  1274. o151.Position = Vector3.new(34.5987625, 0.534493446, -152.95192)
  1275. o151.Rotation = Vector3.new(90, -0.839999974, 0)
  1276. o151.Anchored = true
  1277. o151.CanCollide = false
  1278. o151.FormFactor = Enum.FormFactor.Symmetric
  1279. o151.Size = Vector3.new(2, 2, 1)
  1280. o151.CFrame = CFrame.new(34.5987625, 0.534493446, -152.95192, 0.99989295, 0, -0.0146750147, -0.0146750147, 0, -0.99989295, 0, 1, 0)
  1281. o151.BottomSurface = Enum.SurfaceType.Smooth
  1282. o151.TopSurface = Enum.SurfaceType.Smooth
  1283. o151.Position = Vector3.new(34.5987625, 0.534493446, -152.95192)
  1284. o152.Name = "RootJoint"
  1285. o152.Parent = o151
  1286. o152.C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  1287. o152.C1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  1288. o152.Part0 = o151
  1289. o152.Part1 = o159
  1290. o152.MaxVelocity = 0.10000000149012
  1291. o153.Name = "Left Arm"
  1292. o153.Parent = o143
  1293. o153.BrickColor = BrickColor.new("Light orange")
  1294. o153.Position = Vector3.new(33.1205788, 1.64191747, -151.346664)
  1295. o153.Rotation = Vector3.new(-124.010002, -4.82999992, 8.57999992)
  1296. o153.Anchored = true
  1297. o153.CanCollide = false
  1298. o153.FormFactor = Enum.FormFactor.Symmetric
  1299. o153.Size = Vector3.new(1, 2, 1)
  1300. o153.CFrame = CFrame.new(33.1205788, 1.64191747, -151.346664, 0.985311985, -0.148602605, -0.0841291323, -0.0144600002, -0.563499153, 0.825990081, -0.170150995, -0.812641382, -0.557371199)
  1301. o153.Color = Color3.new(0.917647, 0.721569, 0.572549)
  1302. o153.Position = Vector3.new(33.1205788, 1.64191747, -151.346664)
  1303. o155.Name = "Left Leg"
  1304. o155.Parent = o143
  1305. o155.BrickColor = BrickColor.new("Light orange")
  1306. o155.Position = Vector3.new(34.0988159, 0.541830957, -154.95192)
  1307. o155.Rotation = Vector3.new(90, -0.839999974, 0)
  1308. o155.Anchored = true
  1309. o155.CanCollide = false
  1310. o155.FormFactor = Enum.FormFactor.Symmetric
  1311. o155.Size = Vector3.new(1, 2, 1)
  1312. o155.CFrame = CFrame.new(34.0988159, 0.541830957, -154.95192, 0.99989295, 0, -0.0146750147, -0.0146750147, 0, -0.99989295, 0, 1, 0)
  1313. o155.BottomSurface = Enum.SurfaceType.Smooth
  1314. o155.Color = Color3.new(0.917647, 0.721569, 0.572549)
  1315. o155.Position = Vector3.new(34.0988159, 0.541830957, -154.95192)
  1316. o156.Name = "Right Arm"
  1317. o156.Parent = o143
  1318. o156.BrickColor = BrickColor.new("Light orange")
  1319. o156.Position = Vector3.new(36.0986023, 0.512480974, -152.95192)
  1320. o156.Rotation = Vector3.new(169.240005, -0.159999996, 0.829999983)
  1321. o156.Anchored = true
  1322. o156.CanCollide = false
  1323. o156.FormFactor = Enum.FormFactor.Symmetric
  1324. o156.Size = Vector3.new(1, 2, 1)
  1325. o156.CFrame = CFrame.new(36.0986023, 0.512480974, -152.95192, 0.999892354, -0.0144140897, -0.00273894216, -0.0146720055, -0.982315481, -0.186657995, 0, 0.186678097, -0.982421219)
  1326. o156.Color = Color3.new(0.917647, 0.721569, 0.572549)
  1327. o156.Position = Vector3.new(36.0986023, 0.512480974, -152.95192)
  1328. o158.Name = "Right Leg"
  1329. o158.Parent = o143
  1330. o158.BrickColor = BrickColor.new("Light orange")
  1331. o158.Position = Vector3.new(35.0987091, 0.527155936, -154.95192)
  1332. o158.Rotation = Vector3.new(90, -0.839999974, 0)
  1333. o158.Anchored = true
  1334. o158.CanCollide = false
  1335. o158.FormFactor = Enum.FormFactor.Symmetric
  1336. o158.Size = Vector3.new(1, 2, 1)
  1337. o158.CFrame = CFrame.new(35.0987091, 0.527155936, -154.95192, 0.99989295, 0, -0.0146750147, -0.0146750147, 0, -0.99989295, 0, 1, 0)
  1338. o158.BottomSurface = Enum.SurfaceType.Smooth
  1339. o158.Color = Color3.new(0.917647, 0.721569, 0.572549)
  1340. o158.Position = Vector3.new(35.0987091, 0.527155936, -154.95192)
  1341. o159.Name = "Torso"
  1342. o159.Parent = o143
  1343. o159.BrickColor = BrickColor.new("Light orange")
  1344. o159.Position = Vector3.new(34.5987625, 0.534493446, -152.95192)
  1345. o159.Rotation = Vector3.new(90, -0.839999974, 0)
  1346. o159.Anchored = true
  1347. o159.FormFactor = Enum.FormFactor.Symmetric
  1348. o159.Size = Vector3.new(2, 2, 1)
  1349. o159.CFrame = CFrame.new(34.5987625, 0.534493446, -152.95192, 0.99989295, 0, -0.0146750147, -0.0146750147, 0, -0.99989295, 0, 1, 0)
  1350. o159.LeftSurface = Enum.SurfaceType.Weld
  1351. o159.RightSurface = Enum.SurfaceType.Weld
  1352. o159.Color = Color3.new(0.917647, 0.721569, 0.572549)
  1353. o159.Position = Vector3.new(34.5987625, 0.534493446, -152.95192)
  1354. o160.Name = "roblox"
  1355. o160.Parent = o159
  1356. o160.Texture = "http://www.roblox.com/asset/?id=3966428040"
  1357. o161.Name = "Right Hip"
  1358. o161.Parent = o159
  1359. o161.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  1360. o161.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  1361. o161.Part0 = o159
  1362. o161.Part1 = o158
  1363. o161.MaxVelocity = 0.10000000149012
  1364. o162.Name = "Left Hip"
  1365. o162.Parent = o159
  1366. o162.C0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1367. o162.C1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1368. o162.Part0 = o159
  1369. o162.Part1 = o155
  1370. o162.MaxVelocity = 0.10000000149012
  1371. o171.Parent = o143
  1372. o171.RightLeg = o158
  1373. o171.LeftLeg = o155
  1374. o171.Torso = o151
  1375. o172.Parent = o143
  1376. o172.HeadColor = BrickColor.new("Light orange")
  1377. o172.LeftArmColor = BrickColor.new("Light orange")
  1378. o172.LeftLegColor = BrickColor.new("Light orange")
  1379. o172.RightArmColor = BrickColor.new("Light orange")
  1380. o172.RightLegColor = BrickColor.new("Light orange")
  1381. o172.TorsoColor = BrickColor.new("Light orange")
  1382. o173.Name = "Shirt"
  1383. o173.Parent = o143
  1384. o173.ShirtTemplate = "http://www.roblox.com/asset/?id=2726400331"
  1385. o174.Parent = o143
  1386. o174.Graphic = "http://www.roblox.com/asset/?id=3966428040"
  1387. o175.Name = "Pants"
  1388. o175.Parent = o143
  1389. o175.PantsTemplate = "http://www.roblox.com/asset/?id=3546411838"
  1390. mas.Parent = workspace
  1391. mas:MakeJoints()
  1392. local mas1 = mas:GetChildren()
  1393. for i=1,#mas1 do
  1394. mas1[i].Parent = workspace
  1395. ypcall(function() mas1[i]:MakeJoints() end)
  1396. end
  1397. mas:Destroy()
  1398. for i=1,#cors do
  1399. coroutine.resume(cors[i])
  1400. end
Advertisement
Add Comment
Please, Sign In to add comment