Advertisement
DaOMEGAa32

minecraft!

Oct 30th, 2019
3,217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 175.10 KB | None | 0 0
  1. ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
  2. -- StarterGui --
  3. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  4. -- Place this into StarterGui or StarterPack --
  5. -- CREDIT --
  6. -- WhoBloxxedWho; for the initial script --
  7. -- DoogleFox; some stuff ripped from his panner script --
  8. -- DuruTeru; shoving it all into this script and then some :) --
  9. -- UPDATE: turned it into r15, made it so you can swim right in water --
  10. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  11.  
  12.  
  13. ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
  14. --https://github.com/Mokiros/roblox-FE-compatibility
  15. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  16. local Player,game,owner = owner,game
  17. local RealPlayer = Player
  18. do
  19. print("FE Compatibility code V2 by Mokiros")
  20. local RealPlayer = RealPlayer
  21. script.Parent = RealPlayer.Character
  22.  
  23. --Fake event to make stuff like Mouse.KeyDown work
  24. local Disconnect_Function = function(this)
  25. this[1].Functions[this[2]] = nil
  26. end
  27. local Disconnect_Metatable = {__index={disconnect=Disconnect_Function,Disconnect=Disconnect_Function}}
  28. local FakeEvent_Metatable = {__index={
  29. Connect = function(this,f)
  30. local i = tostring(math.random(0,10000))
  31. while this.Functions[i] do
  32. i = tostring(math.random(0,10000))
  33. end
  34. this.Functions[i] = f
  35. return setmetatable({this,i},Disconnect_Metatable)
  36. end
  37. }}
  38. FakeEvent_Metatable.__index.connect = FakeEvent_Metatable.__index.Connect
  39. local function fakeEvent()
  40. return setmetatable({Functions={}},FakeEvent_Metatable)
  41. end
  42.  
  43. --Creating fake input objects with fake variables
  44. local FakeMouse = {Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent(),Button2Up=fakeEvent(),Button2Down=fakeEvent()}
  45. FakeMouse.keyUp = FakeMouse.KeyUp
  46. FakeMouse.keyDown = FakeMouse.KeyDown
  47. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  48. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  49. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  50. end}
  51. --Merged 2 functions into one by checking amount of arguments
  52. CAS.UnbindAction = CAS.BindAction
  53.  
  54. --This function will trigger the events that have been :Connect()'ed
  55. local function TriggerEvent(self,ev,...)
  56. for _,f in pairs(self[ev].Functions) do
  57. f(...)
  58. end
  59. end
  60. FakeMouse.TriggerEvent = TriggerEvent
  61. UIS.TriggerEvent = TriggerEvent
  62.  
  63. --Client communication
  64. local Event = Instance.new("RemoteEvent")
  65. Event.Name = "UserInput_Event"
  66. Event.OnServerEvent:Connect(function(plr,io)
  67. if plr~=RealPlayer then return end
  68. FakeMouse.Target = io.Target
  69. FakeMouse.Hit = io.Hit
  70. if not io.isMouse then
  71. local b = io.UserInputState == Enum.UserInputState.Begin
  72. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  73. return FakeMouse:TriggerEvent(b and "Button1Down" or "Button1Up")
  74. end
  75. if io.UserInputType == Enum.UserInputType.MouseButton2 then
  76. return FakeMouse:TriggerEvent(b and "Button2Down" or "Button2Up")
  77. end
  78. for _,t in pairs(CAS.Actions) do
  79. for _,k in pairs(t.Keys) do
  80. if k==io.KeyCode then
  81. t.Function(t.Name,io.UserInputState,io)
  82. end
  83. end
  84. end
  85. FakeMouse:TriggerEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  86. UIS:TriggerEvent(b and "InputBegan" or "InputEnded",io,false)
  87. end
  88. end)
  89. Event.Parent = NLS([==[local Event = script:WaitForChild("UserInput_Event")
  90. local Mouse = owner:GetMouse()
  91. local UIS = game:GetService("UserInputService")
  92. local input = function(io,RobloxHandled)
  93. if RobloxHandled then return end
  94. --Since InputObject is a client-side instance, we create and pass table instead
  95. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  96. end
  97. UIS.InputBegan:Connect(input)
  98. UIS.InputEnded:Connect(input)
  99.  
  100. local h,t
  101. --Give the server mouse data every second frame, but only if the values changed
  102. --If player is not moving their mouse, client won't fire events
  103. local HB = game:GetService("RunService").Heartbeat
  104. while true do
  105. if h~=Mouse.Hit or t~=Mouse.Target then
  106. h,t=Mouse.Hit,Mouse.Target
  107. Event:FireServer({isMouse=true,Target=t,Hit=h})
  108. end
  109. --Wait 2 frames
  110. for i=1,2 do
  111. HB:Wait()
  112. end
  113. end]==],script)
  114.  
  115. ----Sandboxed game object that allows the usage of client-side methods and services
  116. --Real game object
  117. local RealGame = game
  118.  
  119. --Metatable for fake service
  120. local FakeService_Metatable = {
  121. __index = function(self,k)
  122. local s = rawget(self,"_RealService")
  123. if s then
  124. return typeof(s[k])=="function"
  125. and function(_,...)return s[k](s,...)end or s[k]
  126. end
  127. end,
  128. __newindex = function(self,k,v)
  129. local s = rawget(self,"_RealService")
  130. if s then s[k]=v end
  131. end
  132. }
  133. local function FakeService(t,RealService)
  134. t._RealService = typeof(RealService)=="string" and RealGame:GetService(RealService) or RealService
  135. return setmetatable(t,FakeService_Metatable)
  136. end
  137.  
  138. --Fake game object
  139. local FakeGame = {
  140. GetService = function(self,s)
  141. return rawget(self,s) or RealGame:GetService(s)
  142. end,
  143. Players = FakeService({
  144. LocalPlayer = FakeService({GetMouse=function(self)return FakeMouse end},Player)
  145. },"Players"),
  146. UserInputService = FakeService(UIS,"UserInputService"),
  147. ContextActionService = FakeService(CAS,"ContextActionService"),
  148. RunService = FakeService({
  149. _btrs = {},
  150. RenderStepped = RealGame:GetService("RunService").Heartbeat,
  151. BindToRenderStep = function(self,name,_,fun)
  152. self._btrs[name] = self.Heartbeat:Connect(fun)
  153. end,
  154. UnbindFromRenderStep = function(self,name)
  155. self._btrs[name]:Disconnect()
  156. end,
  157. },"RunService")
  158. }
  159. rawset(FakeGame.Players,"localPlayer",FakeGame.Players.LocalPlayer)
  160. FakeGame.service = FakeGame.GetService
  161. FakeService(FakeGame,game)
  162. --Changing owner to fake player object to support owner:GetMouse()
  163. game,owner = FakeGame,FakeGame.Players.LocalPlayer
  164. end
  165.  
  166. local s = Instance.new("Sound")
  167.  
  168. s.Name = "Name"
  169. s.SoundId = "rbxassetid://2999573171"
  170. s.Volume = 1
  171. s.Looped = true
  172. s.archivable = false
  173.  
  174. s.Parent = game.Workspace
  175.  
  176. wait(1)
  177.  
  178. s:play()
  179.  
  180. repeat wait() until game:GetService("Players").LocalPlayer.Character ~= nil
  181. local runService = game:GetService("RunService")
  182. local input = game:GetService("UserInputService")
  183. local players = game:GetService("Players")
  184.  
  185. CanToggleMouse = {allowed = true; activationkey = Enum.KeyCode.F;} -- lets you move your mouse around in firstperson
  186. CanViewBody = false -- whether you see your body
  187. Sensitivity = 0.6 -- anything higher would make looking up and down harder; recommend anything between 0~1
  188. Smoothness = 0.05 -- recommend anything between 0~1
  189. FieldOfView = 90 -- fov
  190.  
  191. local cam = game.Workspace.CurrentCamera
  192. local player = players.LocalPlayer
  193. local m = player:GetMouse()
  194. m.Icon = "http://www.roblox.com/asset/?id=569021388" -- replaces mouse icon
  195. local character = player.Character or player.CharacterAdded:wait()
  196. local humanoidpart = character.HumanoidRootPart
  197.  
  198. local head = character:WaitForChild("Head")
  199. local CamPos,TargetCamPos = cam.CoordinateFrame.p,cam.CoordinateFrame.p
  200. local AngleX,TargetAngleX = 0,0
  201. local AngleY,TargetAngleY = 0,0
  202.  
  203. local running = true
  204. local freemouse = false
  205.  
  206. ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
  207.  
  208. function updatechar()
  209.  
  210. for _, v in pairs(character:GetChildren())do
  211. if CanViewBody then
  212. if v.Name == 'Head' then
  213. v.LocalTransparencyModifier = 1
  214. v.CanCollide = false
  215. end
  216. else
  217. if v:IsA'Part' or v:IsA'UnionOperation' or v:IsA'MeshPart' then
  218. v.LocalTransparencyModifier = 1
  219. v.CanCollide = false
  220. end
  221. end
  222. if v:IsA'Accessory' then
  223. v:FindFirstChild('Handle').LocalTransparencyModifier = 1
  224. v:FindFirstChild('Handle').CanCollide = false
  225. end
  226. if v:IsA'Hat' then
  227. v:FindFirstChild('Handle').LocalTransparencyModifier = 1
  228. v:FindFirstChild('Handle').CanCollide = false
  229. end
  230.  
  231. end
  232.  
  233. end
  234.  
  235. ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
  236.  
  237. input.InputChanged:connect(function(inputObject)
  238.  
  239. if inputObject.UserInputType == Enum.UserInputType.MouseMovement then
  240. local delta = Vector2.new(inputObject.Delta.x/Sensitivity,inputObject.Delta.y/Sensitivity) * Smoothness
  241.  
  242. local X = TargetAngleX - delta.y
  243. TargetAngleX = (X >= 80 and 80) or (X <= -80 and -80) or X
  244. TargetAngleY = (TargetAngleY - delta.x) %360
  245. end
  246.  
  247. end)
  248.  
  249. input.InputBegan:connect(function(inputObject)
  250.  
  251. --Converted with ttyyuu12345's model to script plugin v4
  252. function sandbox(var,func)
  253. local env = getfenv(func)
  254. local newenv = setmetatable({},{
  255. __index = function(self,k)
  256. if k=="script" then
  257. return var
  258. else
  259. return env[k]
  260. end
  261. end,
  262. })
  263. setfenv(func,newenv)
  264. return func
  265. end
  266. cors = {}
  267. mas = Instance.new("Model",game:GetService("Lighting"))
  268. Tool0 = Instance.new("Tool")
  269. LocalScript1 = Instance.new("LocalScript")
  270. Script2 = Instance.new("Script")
  271. ObjectValue3 = Instance.new("ObjectValue")
  272. LocalScript4 = Instance.new("LocalScript")
  273. LocalScript5 = Instance.new("LocalScript")
  274. Script6 = Instance.new("Script")
  275. BoolValue7 = Instance.new("BoolValue")
  276. BoolValue8 = Instance.new("BoolValue")
  277. BoolValue9 = Instance.new("BoolValue")
  278. SpecialMesh10 = Instance.new("SpecialMesh")
  279. Animation11 = Instance.new("Animation")
  280. Animation12 = Instance.new("Animation")
  281. Animation13 = Instance.new("Animation")
  282. Animation14 = Instance.new("Animation")
  283. Animation15 = Instance.new("Animation")
  284. Animation16 = Instance.new("Animation")
  285. Script17 = Instance.new("Script")
  286. Camera18 = Instance.new("Camera")
  287. Part19 = Instance.new("Part")
  288. Sound20 = Instance.new("Sound")
  289. Sound21 = Instance.new("Sound")
  290. Sound22 = Instance.new("Sound")
  291. Sound23 = Instance.new("Sound")
  292. Sound24 = Instance.new("Sound")
  293. Part25 = Instance.new("Part")
  294. BlockMesh26 = Instance.new("BlockMesh")
  295. Weld27 = Instance.new("Weld")
  296. Weld28 = Instance.new("Weld")
  297. Weld29 = Instance.new("Weld")
  298. Part30 = Instance.new("Part")
  299. BlockMesh31 = Instance.new("BlockMesh")
  300. Weld32 = Instance.new("Weld")
  301. Weld33 = Instance.new("Weld")
  302. Weld34 = Instance.new("Weld")
  303. Part35 = Instance.new("Part")
  304. BlockMesh36 = Instance.new("BlockMesh")
  305. Weld37 = Instance.new("Weld")
  306. Weld38 = Instance.new("Weld")
  307. Weld39 = Instance.new("Weld")
  308. Part40 = Instance.new("Part")
  309. BlockMesh41 = Instance.new("BlockMesh")
  310. Weld42 = Instance.new("Weld")
  311. Weld43 = Instance.new("Weld")
  312. Weld44 = Instance.new("Weld")
  313. Part45 = Instance.new("Part")
  314. BlockMesh46 = Instance.new("BlockMesh")
  315. Weld47 = Instance.new("Weld")
  316. Weld48 = Instance.new("Weld")
  317. Part49 = Instance.new("Part")
  318. BlockMesh50 = Instance.new("BlockMesh")
  319. Weld51 = Instance.new("Weld")
  320. Weld52 = Instance.new("Weld")
  321. Weld53 = Instance.new("Weld")
  322. Part54 = Instance.new("Part")
  323. BlockMesh55 = Instance.new("BlockMesh")
  324. Weld56 = Instance.new("Weld")
  325. Weld57 = Instance.new("Weld")
  326. Weld58 = Instance.new("Weld")
  327. Part59 = Instance.new("Part")
  328. BlockMesh60 = Instance.new("BlockMesh")
  329. Weld61 = Instance.new("Weld")
  330. Weld62 = Instance.new("Weld")
  331. Weld63 = Instance.new("Weld")
  332. Part64 = Instance.new("Part")
  333. BlockMesh65 = Instance.new("BlockMesh")
  334. Weld66 = Instance.new("Weld")
  335. Weld67 = Instance.new("Weld")
  336. Weld68 = Instance.new("Weld")
  337. Part69 = Instance.new("Part")
  338. BlockMesh70 = Instance.new("BlockMesh")
  339. Weld71 = Instance.new("Weld")
  340. Weld72 = Instance.new("Weld")
  341. Weld73 = Instance.new("Weld")
  342. Part74 = Instance.new("Part")
  343. BlockMesh75 = Instance.new("BlockMesh")
  344. Weld76 = Instance.new("Weld")
  345. Weld77 = Instance.new("Weld")
  346. Weld78 = Instance.new("Weld")
  347. Part79 = Instance.new("Part")
  348. BlockMesh80 = Instance.new("BlockMesh")
  349. Weld81 = Instance.new("Weld")
  350. Weld82 = Instance.new("Weld")
  351. Weld83 = Instance.new("Weld")
  352. Part84 = Instance.new("Part")
  353. BlockMesh85 = Instance.new("BlockMesh")
  354. Weld86 = Instance.new("Weld")
  355. Weld87 = Instance.new("Weld")
  356. Weld88 = Instance.new("Weld")
  357. Part89 = Instance.new("Part")
  358. BlockMesh90 = Instance.new("BlockMesh")
  359. Weld91 = Instance.new("Weld")
  360. Weld92 = Instance.new("Weld")
  361. Weld93 = Instance.new("Weld")
  362. Part94 = Instance.new("Part")
  363. BlockMesh95 = Instance.new("BlockMesh")
  364. Weld96 = Instance.new("Weld")
  365. Weld97 = Instance.new("Weld")
  366. Weld98 = Instance.new("Weld")
  367. Part99 = Instance.new("Part")
  368. BlockMesh100 = Instance.new("BlockMesh")
  369. Weld101 = Instance.new("Weld")
  370. Weld102 = Instance.new("Weld")
  371. Weld103 = Instance.new("Weld")
  372. Part104 = Instance.new("Part")
  373. BlockMesh105 = Instance.new("BlockMesh")
  374. Weld106 = Instance.new("Weld")
  375. Weld107 = Instance.new("Weld")
  376. Weld108 = Instance.new("Weld")
  377. Weld109 = Instance.new("Weld")
  378. Weld110 = Instance.new("Weld")
  379. Part111 = Instance.new("Part")
  380. BlockMesh112 = Instance.new("BlockMesh")
  381. Weld113 = Instance.new("Weld")
  382. Weld114 = Instance.new("Weld")
  383. Weld115 = Instance.new("Weld")
  384. Part116 = Instance.new("Part")
  385. BlockMesh117 = Instance.new("BlockMesh")
  386. Weld118 = Instance.new("Weld")
  387. Weld119 = Instance.new("Weld")
  388. Weld120 = Instance.new("Weld")
  389. Part121 = Instance.new("Part")
  390. BlockMesh122 = Instance.new("BlockMesh")
  391. Weld123 = Instance.new("Weld")
  392. Weld124 = Instance.new("Weld")
  393. Weld125 = Instance.new("Weld")
  394. Part126 = Instance.new("Part")
  395. BlockMesh127 = Instance.new("BlockMesh")
  396. Weld128 = Instance.new("Weld")
  397. Weld129 = Instance.new("Weld")
  398. Weld130 = Instance.new("Weld")
  399. Part131 = Instance.new("Part")
  400. BlockMesh132 = Instance.new("BlockMesh")
  401. Weld133 = Instance.new("Weld")
  402. Weld134 = Instance.new("Weld")
  403. Weld135 = Instance.new("Weld")
  404. Part136 = Instance.new("Part")
  405. BlockMesh137 = Instance.new("BlockMesh")
  406. Weld138 = Instance.new("Weld")
  407. Weld139 = Instance.new("Weld")
  408. Weld140 = Instance.new("Weld")
  409. Part141 = Instance.new("Part")
  410. BlockMesh142 = Instance.new("BlockMesh")
  411. Weld143 = Instance.new("Weld")
  412. Weld144 = Instance.new("Weld")
  413. Weld145 = Instance.new("Weld")
  414. Part146 = Instance.new("Part")
  415. BlockMesh147 = Instance.new("BlockMesh")
  416. Weld148 = Instance.new("Weld")
  417. Weld149 = Instance.new("Weld")
  418. Weld150 = Instance.new("Weld")
  419. Part151 = Instance.new("Part")
  420. BlockMesh152 = Instance.new("BlockMesh")
  421. Weld153 = Instance.new("Weld")
  422. Weld154 = Instance.new("Weld")
  423. Weld155 = Instance.new("Weld")
  424. Part156 = Instance.new("Part")
  425. BlockMesh157 = Instance.new("BlockMesh")
  426. Weld158 = Instance.new("Weld")
  427. Weld159 = Instance.new("Weld")
  428. Weld160 = Instance.new("Weld")
  429. Part161 = Instance.new("Part")
  430. BlockMesh162 = Instance.new("BlockMesh")
  431. Weld163 = Instance.new("Weld")
  432. Weld164 = Instance.new("Weld")
  433. Weld165 = Instance.new("Weld")
  434. Part166 = Instance.new("Part")
  435. BlockMesh167 = Instance.new("BlockMesh")
  436. Weld168 = Instance.new("Weld")
  437. Weld169 = Instance.new("Weld")
  438. Weld170 = Instance.new("Weld")
  439. Part171 = Instance.new("Part")
  440. BlockMesh172 = Instance.new("BlockMesh")
  441. Weld173 = Instance.new("Weld")
  442. Weld174 = Instance.new("Weld")
  443. Weld175 = Instance.new("Weld")
  444. Part176 = Instance.new("Part")
  445. BlockMesh177 = Instance.new("BlockMesh")
  446. Weld178 = Instance.new("Weld")
  447. Weld179 = Instance.new("Weld")
  448. Weld180 = Instance.new("Weld")
  449. Part181 = Instance.new("Part")
  450. BlockMesh182 = Instance.new("BlockMesh")
  451. Weld183 = Instance.new("Weld")
  452. Weld184 = Instance.new("Weld")
  453. Weld185 = Instance.new("Weld")
  454. Part186 = Instance.new("Part")
  455. BlockMesh187 = Instance.new("BlockMesh")
  456. Weld188 = Instance.new("Weld")
  457. Weld189 = Instance.new("Weld")
  458. Weld190 = Instance.new("Weld")
  459. Part191 = Instance.new("Part")
  460. BlockMesh192 = Instance.new("BlockMesh")
  461. Weld193 = Instance.new("Weld")
  462. Weld194 = Instance.new("Weld")
  463. Weld195 = Instance.new("Weld")
  464. Part196 = Instance.new("Part")
  465. BlockMesh197 = Instance.new("BlockMesh")
  466. Weld198 = Instance.new("Weld")
  467. Weld199 = Instance.new("Weld")
  468. Weld200 = Instance.new("Weld")
  469. Part201 = Instance.new("Part")
  470. BlockMesh202 = Instance.new("BlockMesh")
  471. Weld203 = Instance.new("Weld")
  472. Weld204 = Instance.new("Weld")
  473. Weld205 = Instance.new("Weld")
  474. Part206 = Instance.new("Part")
  475. BlockMesh207 = Instance.new("BlockMesh")
  476. Weld208 = Instance.new("Weld")
  477. Weld209 = Instance.new("Weld")
  478. Weld210 = Instance.new("Weld")
  479. Part211 = Instance.new("Part")
  480. BlockMesh212 = Instance.new("BlockMesh")
  481. Weld213 = Instance.new("Weld")
  482. Weld214 = Instance.new("Weld")
  483. Weld215 = Instance.new("Weld")
  484. Part216 = Instance.new("Part")
  485. BlockMesh217 = Instance.new("BlockMesh")
  486. Weld218 = Instance.new("Weld")
  487. Weld219 = Instance.new("Weld")
  488. Weld220 = Instance.new("Weld")
  489. Part221 = Instance.new("Part")
  490. BlockMesh222 = Instance.new("BlockMesh")
  491. Weld223 = Instance.new("Weld")
  492. Weld224 = Instance.new("Weld")
  493. Weld225 = Instance.new("Weld")
  494. Part226 = Instance.new("Part")
  495. BlockMesh227 = Instance.new("BlockMesh")
  496. Weld228 = Instance.new("Weld")
  497. Weld229 = Instance.new("Weld")
  498. Weld230 = Instance.new("Weld")
  499. Part231 = Instance.new("Part")
  500. BlockMesh232 = Instance.new("BlockMesh")
  501. Weld233 = Instance.new("Weld")
  502. Weld234 = Instance.new("Weld")
  503. Weld235 = Instance.new("Weld")
  504. Part236 = Instance.new("Part")
  505. BlockMesh237 = Instance.new("BlockMesh")
  506. Weld238 = Instance.new("Weld")
  507. Weld239 = Instance.new("Weld")
  508. Weld240 = Instance.new("Weld")
  509. Part241 = Instance.new("Part")
  510. BlockMesh242 = Instance.new("BlockMesh")
  511. Weld243 = Instance.new("Weld")
  512. Weld244 = Instance.new("Weld")
  513. Weld245 = Instance.new("Weld")
  514. Part246 = Instance.new("Part")
  515. BlockMesh247 = Instance.new("BlockMesh")
  516. Weld248 = Instance.new("Weld")
  517. Weld249 = Instance.new("Weld")
  518. Weld250 = Instance.new("Weld")
  519. Part251 = Instance.new("Part")
  520. BlockMesh252 = Instance.new("BlockMesh")
  521. Weld253 = Instance.new("Weld")
  522. Weld254 = Instance.new("Weld")
  523. Weld255 = Instance.new("Weld")
  524. Part256 = Instance.new("Part")
  525. BlockMesh257 = Instance.new("BlockMesh")
  526. Weld258 = Instance.new("Weld")
  527. Weld259 = Instance.new("Weld")
  528. Weld260 = Instance.new("Weld")
  529. Part261 = Instance.new("Part")
  530. BlockMesh262 = Instance.new("BlockMesh")
  531. Weld263 = Instance.new("Weld")
  532. Weld264 = Instance.new("Weld")
  533. Weld265 = Instance.new("Weld")
  534. Part266 = Instance.new("Part")
  535. BlockMesh267 = Instance.new("BlockMesh")
  536. Weld268 = Instance.new("Weld")
  537. Weld269 = Instance.new("Weld")
  538. Weld270 = Instance.new("Weld")
  539. Part271 = Instance.new("Part")
  540. BlockMesh272 = Instance.new("BlockMesh")
  541. Weld273 = Instance.new("Weld")
  542. Weld274 = Instance.new("Weld")
  543. Weld275 = Instance.new("Weld")
  544. Part276 = Instance.new("Part")
  545. BlockMesh277 = Instance.new("BlockMesh")
  546. Weld278 = Instance.new("Weld")
  547. Weld279 = Instance.new("Weld")
  548. Part280 = Instance.new("Part")
  549. BlockMesh281 = Instance.new("BlockMesh")
  550. Weld282 = Instance.new("Weld")
  551. Weld283 = Instance.new("Weld")
  552. Weld284 = Instance.new("Weld")
  553. Weld285 = Instance.new("Weld")
  554. Part286 = Instance.new("Part")
  555. BlockMesh287 = Instance.new("BlockMesh")
  556. Weld288 = Instance.new("Weld")
  557. Weld289 = Instance.new("Weld")
  558. Script290 = Instance.new("Script")
  559. Tool0.Name = "Sword"
  560. Tool0.Parent = mas
  561. Tool0.TextureId = "http://www.roblox.com/asset/?id=94746192"
  562. Tool0.Grip = CFrame.new(0, -1.25, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  563. Tool0.GripForward = Vector3.new(1, -0, -0)
  564. Tool0.GripPos = Vector3.new(0, -1.25, 0)
  565. Tool0.GripRight = Vector3.new(0, 0, 1)
  566. Tool0.ToolTip = "Fixed And Effective!"
  567. LocalScript1.Name = "*Slash Animation*"
  568. LocalScript1.Parent = Tool0
  569. table.insert(cors,sandbox(LocalScript1,function()
  570. local Tool = script.Parent;
  571. local PlaySlash = nil
  572. enabled = true
  573. function onActivated()
  574. if not enabled then
  575. return
  576. end
  577. enabled = false
  578. local humanoid = Tool.Parent:FindFirstChild("Humanoid")
  579. local torso = Tool.Parent:FindFirstChild("Torso")
  580. PlaySlash = humanoid:LoadAnimation(Tool.SlashAnim2)
  581. Tool.IsCrystal.Value = PlaySlash
  582. PlaySlash:Play()
  583. Tool.Handle.SlashSound:Play()
  584. wait(0.8)
  585. Tool.Handle.SlashSound:Stop()
  586. PlaySlash:Stop()
  587. PlaySlash:remove()
  588. enabled = true
  589. end
  590. function onEquipped()
  591. end
  592. function onUnequipped()
  593. if PlaySlash ~= nil then
  594. PlaySlash:Stop()
  595. PlaySlash:remove()
  596. end
  597. end
  598. Tool.Activated:connect(onActivated)
  599. Tool.Equipped:connect(onEquipped)
  600. Tool.Unequipped:connect(OnUnequipped)
  601.  
  602. end))
  603. Script2.Name = "UnequipScript"
  604. Script2.Parent = Tool0
  605. table.insert(cors,sandbox(Script2,function()
  606. local Tool = script.Parent
  607. local humanoid = nil
  608. function onEquipped()
  609. humanoid = Tool.Parent:FindFirstChild("Humanoid")
  610. end
  611. function onUnequipped()
  612. if humanoid ~= nil then
  613. if Tool.DanceObject.Value ~= nil then
  614. Tool.DanceObject.Value:Stop()
  615. Tool.DanceObject.Value:remove()
  616. end
  617. end
  618. end
  619. Tool.Equipped:connect(onEquipped)
  620. Tool.Unequipped:connect(onUnequipped)
  621.  
  622. end))
  623. ObjectValue3.Name = "IsCrystal"
  624. ObjectValue3.Parent = Tool0
  625. LocalScript4.Name = "AnimationScript"
  626. LocalScript4.Parent = Tool0
  627. table.insert(cors,sandbox(LocalScript4,function()
  628. local function WaitForChild(parent, childName)
  629. while not parent:FindFirstChild(childName) do parent.ChildAdded:wait() end
  630. return parent[childName]
  631. end
  632. local Tool = script.Parent
  633. local Animations = {}
  634. local MyHumanoid
  635. local MyCharacter
  636. local function PlayAnimation(animationName)
  637. if Animations[animationName] then
  638. Animations[animationName]:Play()
  639. end
  640. end
  641. local function StopAnimation(animationName)
  642. if Animations[animationName] then
  643. Animations[animationName]:Stop()
  644. end
  645. end
  646. function OnEquipped(mouse)
  647. MyCharacter = Tool.Parent
  648. MyHumanoid = WaitForChild(MyCharacter,'Humanoid')
  649. if MyHumanoid then
  650. Animations['EquipAnim'] = MyHumanoid:LoadAnimation(WaitForChild(Tool,'EquipAnim5'))
  651. Animations['IdleAnim'] = MyHumanoid:LoadAnimation(WaitForChild(Tool,'IdleAnim3'))
  652. Animations['OverheadAnim'] = MyHumanoid:LoadAnimation(WaitForChild(Tool,'OverheadAnim2'))
  653. Animations['SlashAnim'] = MyHumanoid:LoadAnimation(WaitForChild(Tool,'SlashAnim2'))
  654. Animations['ThrustAnim'] = MyHumanoid:LoadAnimation(WaitForChild(Tool,'ThrustAnim2'))
  655. Animations['UnequipAnim'] = MyHumanoid:LoadAnimation(WaitForChild(Tool,'UnequipAnim2'))
  656. end
  657. PlayAnimation('EquipAnim')
  658. PlayAnimation('IdleAnim')
  659. end
  660. function OnUnequipped()
  661. for animName, _ in pairs(Animations) do
  662. StopAnimation(animName)
  663. end
  664. end
  665. Tool.Equipped:connect(OnEquipped)
  666. Tool.Unequipped:connect(OnUnequipped)
  667. WaitForChild(Tool,'PlaySlash').Changed:connect(
  668. function (value)
  669. PlayAnimation('SlashAnim')
  670. end)
  671. WaitForChild(Tool,'PlayThrust').Changed:connect(
  672. function (value)
  673. PlayAnimation('ThrustAnim')
  674. end)
  675. WaitForChild(Tool, 'PlayOverhead').Changed:connect(
  676. function (value)
  677. PlayAnimation('OverheadAnim')
  678. end)
  679.  
  680. end))
  681. LocalScript5.Name = "Local Gui"
  682. LocalScript5.Parent = Tool0
  683. table.insert(cors,sandbox(LocalScript5,function()
  684. local Tool = script.Parent;
  685. enabled = true
  686. function onButton1Down(mouse)
  687. if not enabled then
  688. return
  689. end
  690. enabled = false
  691. mouse.Icon = "rbxasset://textures\\GunWaitCursor.png"
  692. while not Tool.Enabled do
  693. wait(0.5)
  694. end
  695. mouse.Icon = "rbxasset://textures\\GunCursor.png"
  696. enabled = true
  697. end
  698. function onEquippedLocal(mouse)
  699. if mouse == nil then
  700. print("Mouse not found")
  701. return
  702. end
  703. mouse.Icon = "rbxasset://textures\\GunCursor.png"
  704. mouse.Button1Down:connect(function() onButton1Down(mouse) end)
  705. end
  706. Tool.Equipped:connect(onEquippedLocal)
  707.  
  708. end))
  709. Script6.Name = "SwordScript"
  710. Script6.Parent = Tool0
  711. table.insert(cors,sandbox(Script6,function()
  712. --31
  713. r = game:service("RunService")
  714. local damage = 2
  715. local slash_damage = 10
  716. local lunge_damage = 30
  717. sword = script.Parent.Handle
  718. Tool = script.Parent
  719. local UnsheathSound = Instance.new("Sound")
  720. UnsheathSound.SoundId = "rbxasset://souv"
  721. UnsheathSound.Parent = sword
  722. UnsheathSound.Volume = 1
  723. function blow(hit)
  724. local humanoid = hit.Parent:findFirstChild("Humanoid")
  725. local vCharacter = Tool.Parent
  726. local vPlayer = game.Players:playerFromCharacter(vCharacter)
  727. local hum = vCharacter:findFirstChild("Humanoid")
  728. if humanoid~=nil and humanoid ~= hum and hum ~= nil then
  729. local right_arm = vCharacter:FindFirstChild("Right Arm")
  730. if(right_arm ~= nil) then
  731. local joint = right_arm:FindFirstChild("RightGrip")
  732. if (joint ~= nil and (joint.Part0 == sword or joint.Part1 == sword)) then
  733. tagHumanoid(humanoid, vPlayer)
  734. humanoid:TakeDamage(damage)
  735. wait(1)
  736. untagHumanoid(humanoid)
  737. end
  738. end
  739. end
  740. end
  741. function tagHumanoid(humanoid, player)
  742. local creator_tag = Instance.new("ObjectValue")
  743. creator_tag.Value = player
  744. creator_tag.Name = "creator"
  745. creator_tag.Parent = humanoid
  746. end
  747. function untagHumanoid(humanoid)
  748. if humanoid ~= nil then
  749. local tag = humanoid:findFirstChild("creator")
  750. if tag ~= nil then
  751. tag.Parent = nil
  752. end
  753. end
  754. end
  755. function attack()
  756. damage = slash_damage
  757. SlashSound:play()
  758. local anim = Instance.new("StringValue")
  759. anim.Name = "toolanim"
  760. anim.Value = "Slash"
  761. anim.Parent = Tool
  762. end
  763. function lunge()
  764. damage = lunge_damage
  765. LungeSound:play()
  766. local anim = Instance.new("StringValue")
  767. anim.Name = "toolanim"
  768. anim.Value = "Lunge"
  769. anim.Parent = Tool
  770. force = Instance.new("BodyVelocity")
  771. force.velocity = Vector3.new(0,10,0)
  772. wait(.2)
  773. swordOut()
  774. wait(.2)
  775. force.Parent = nil
  776. wait(.4)
  777. swordUp()
  778. damage = slash_damage
  779. end
  780. function swordUp()
  781. Tool.GripForward = Vector3.new(1, 0, 0)
  782. Tool.GripPos = Vector3.new(0, -1.25 ,0)
  783. Tool.GripRight = Vector3.new(0, 0, 1)
  784. Tool.GripUp = Vector3.new(0, 1, 0)
  785. end
  786. function swordOut()
  787. Tool.GripForward = Vector3.new(1, 0, 0)
  788. Tool.GripPos = Vector3.new(0, -1.25 ,0)
  789. Tool.GripRight = Vector3.new(0, 0, 1)
  790. Tool.GripUp = Vector3.new(0, 1, 0)
  791. end
  792. function swordAcross()
  793. end
  794. Tool.Enabled = true
  795. local last_attack = 0
  796. function onActivated()
  797. if not Tool.Enabled then
  798. return
  799. end
  800. Tool.Enabled = false
  801. local character = Tool.Parent;
  802. local humanoid = character.Humanoid
  803. if humanoid == nil then
  804. print("Humanoid not found")
  805. return
  806. end
  807. t = r.Stepped:wait()
  808. if (t - last_attack < .2) then
  809. lunge()
  810. else
  811. attack()
  812. end
  813. last_attack = t
  814. Tool.Enabled = true
  815. end
  816. function onEquipped()
  817. UnsheathSound:play()
  818. end
  819. script.Parent.Activated:connect(onActivated)
  820. script.Parent.Equipped:connect(onEquipped)
  821. connection = sword.Touched:connect(blow)
  822. end))
  823. BoolValue7.Name = "PlayThrust"
  824. BoolValue7.Parent = Tool0
  825. BoolValue8.Name = "PlaySlash"
  826. BoolValue8.Parent = Tool0
  827. BoolValue9.Name = "PlayOverhead"
  828. BoolValue9.Parent = Tool0
  829. SpecialMesh10.Parent = Tool0
  830. SpecialMesh10.MeshId = "http://www.roblox.com/asset/?id=94746028"
  831. SpecialMesh10.TextureId = "http://www.roblox.com/asset/?id=94746105"
  832. SpecialMesh10.MeshType = Enum.MeshType.FileMesh
  833. Animation11.Name = "EquipAnim5"
  834. Animation11.Parent = Tool0
  835. Animation11.AnimationId = "rbxassetid://4194367922"
  836. Animation12.Name = "IdleAnim3"
  837. Animation12.Parent = Tool0
  838. Animation12.AnimationId = "http://www.roblox.com/Asset?ID=94108418"
  839. Animation13.Name = "OverheadAnim2"
  840. Animation13.Parent = Tool0
  841. Animation13.AnimationId = "http://www.roblox.com/Asset?ID=94160738"
  842. Animation14.Name = "SlashAnim2"
  843. Animation14.Parent = Tool0
  844. Animation14.AnimationId = "rbxassetid://4194367922"
  845. Animation15.Name = "ThrustAnim2"
  846. Animation15.Parent = Tool0
  847. Animation15.AnimationId = "rbxassetid://4194367922"
  848. Animation16.Name = "UnequipAnim2"
  849. Animation16.Parent = Tool0
  850. Animation16.AnimationId = "rbxassetid://4194367922"
  851. Script17.Name = "*Fixed* PulloutSound*"
  852. Script17.Parent = Tool0
  853. table.insert(cors,sandbox(Script17,function()
  854. local Tool = script.Parent;
  855. enabled = true
  856. function onActivated()
  857. if not enabled then
  858. return
  859. end
  860. enabled = false
  861. local h = Tool.Parent:FindFirstChild("Humanoid")
  862. if (h ~= nil) then
  863. if (h.MaxHealth > h.Health + 0) then
  864. h.Health = h.Health + 0
  865. else
  866. h.Health = h.MaxHealth
  867. end
  868. end
  869. enabled = true
  870. end
  871. function onEquipped()
  872. Wait(0.7)
  873. Tool.Handle.UnsheathSound:play()
  874. end
  875. script.Parent.Activated:connect(onActivated)
  876. script.Parent.Equipped:connect(onEquipped)
  877. end))
  878. Camera18.Name = "ThumbnailCamera"
  879. Camera18.Parent = Tool0
  880. Camera18.CFrame = CFrame.new(-2.20982599, 5.44144058, 11.0201197, -0.677345276, 0.718778431, -0.156719744, -0, 0.213031322, 0.977045417, 0.735665321, 0.661797106, -0.144295737)
  881. Camera18.CoordinateFrame = CFrame.new(-2.20982599, 5.44144058, 11.0201197, -0.677345276, 0.718778431, -0.156719744, -0, 0.213031322, 0.977045417, 0.735665321, 0.661797106, -0.144295737)
  882. Camera18.FieldOfView = 20
  883. Camera18.Focus = CFrame.new(-1.89638662, 3.48735046, 11.3087111, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  884. Camera18.focus = CFrame.new(-1.89638662, 3.48735046, 11.3087111, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  885. Part19.Name = "Handle"
  886. Part19.Parent = Tool0
  887. Part19.CFrame = CFrame.new(-1.95800006, 1.0200001, 10.8440008, -0.859278798, -0.473667324, 0.193079948, -0.219235122, 2.67841847e-06, -0.975671887, 0.462143332, -0.880703807, -0.103846751)
  888. Part19.Orientation = Vector3.new(77.3399963, 118.269997, -90)
  889. Part19.Position = Vector3.new(-1.95800006, 1.0200001, 10.8440008)
  890. Part19.Rotation = Vector3.new(96.0800018, 11.1300001, 151.130005)
  891. Part19.Color = Color3.new(0.388235, 0.372549, 0.384314)
  892. Part19.Transparency = 345
  893. Part19.Size = Vector3.new(0.600000024, 3.60000038, 0.400000036)
  894. Part19.BottomSurface = Enum.SurfaceType.Smooth
  895. Part19.BrickColor = BrickColor.new("Dark stone grey")
  896. Part19.Reflectance = 1
  897. Part19.TopSurface = Enum.SurfaceType.Smooth
  898. Part19.brickColor = BrickColor.new("Dark stone grey")
  899. Part19.FormFactor = Enum.FormFactor.Custom
  900. Part19.formFactor = Enum.FormFactor.Custom
  901. Sound20.Name = "HitSound"
  902. Sound20.Parent = Part19
  903. Sound20.SoundId = "rbxassetid://535681058"
  904. Sound21.Name = "OverheadSound"
  905. Sound21.Parent = Part19
  906. Sound21.Pitch = 1.1699999570847
  907. Sound21.PlaybackSpeed = 1.1699999570847
  908. Sound21.SoundId = "rbxassetid://535681058"
  909. Sound22.Name = "SlashSound"
  910. Sound22.Parent = Part19
  911. Sound22.SoundId = "rbxassetid://535681058"
  912. Sound22.Volume = 0.34999999403954
  913. Sound23.Name = "UnsheathSound"
  914. Sound23.Parent = Part19
  915. Sound23.Pitch = 1.2999999523163
  916. Sound23.PlaybackSpeed = 1.2999999523163
  917. Sound23.SoundId = "rbxassetid://535681058"
  918. Sound23.Volume = 0.28000000119209
  919. Sound24.Name = "LungeSound"
  920. Sound24.Parent = Part19
  921. Sound24.Pitch = 0.80000001192093
  922. Sound24.PlaybackSpeed = 0.80000001192093
  923. Sound24.SoundId = "rbxassetid://535681058"
  924. Sound24.Volume = 0.25
  925. Part25.Parent = Part19
  926. Part25.CFrame = CFrame.new(-2.34537125, 1.12026739, 9.82306099, -0.845420837, -7.00583769e-05, -0.534112334, -2.20054408e-05, -1, 0.000165999983, -0.534111321, 0.000152092427, 0.84541446)
  927. Part25.Orientation = Vector3.new(-0.00999999978, -32.2799988, -180)
  928. Part25.Position = Vector3.new(-2.34537125, 1.12026739, 9.82306099)
  929. Part25.Rotation = Vector3.new(-0.00999999978, -32.2799988, 180)
  930. Part25.Color = Color3.new(0.105882, 0.164706, 0.207843)
  931. Part25.Velocity = Vector3.new(0.00496789068, -0.00969752017, 0.00241937418)
  932. Part25.Size = Vector3.new(1, 1, 1)
  933. Part25.BackSurface = Enum.SurfaceType.Weld
  934. Part25.BottomSurface = Enum.SurfaceType.Weld
  935. Part25.BrickColor = BrickColor.new("Black")
  936. Part25.CanCollide = false
  937. Part25.FrontSurface = Enum.SurfaceType.Weld
  938. Part25.LeftSurface = Enum.SurfaceType.Weld
  939. Part25.Reflectance = 0.40000000596046
  940. Part25.RightSurface = Enum.SurfaceType.Weld
  941. Part25.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  942. Part25.TopSurface = Enum.SurfaceType.Weld
  943. Part25.brickColor = BrickColor.new("Black")
  944. Part25.FormFactor = Enum.FormFactor.Symmetric
  945. Part25.formFactor = Enum.FormFactor.Symmetric
  946. BlockMesh26.Parent = Part25
  947. BlockMesh26.Scale = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  948. Weld27.Parent = Part25
  949. Weld27.C0 = CFrame.new(-31.4987259, -0.899998665, 40.100544, 9.32303283e-06, 1.67782658e-15, -1, 3.63684166e-10, 1, 5.06846601e-15, 1, -3.63684166e-10, 9.32303283e-06)
  950. Weld27.C1 = CFrame.new(-29.8987179, -0.899998665, 39.1005249, 9.22980416e-06, 1.64425962e-15, -1, 3.60046187e-10, 1, 4.9674154e-15, 1, -3.60046187e-10, 9.22980416e-06)
  951. Weld27.Part0 = Part25
  952. Weld27.Part1 = Part30
  953. Weld27.part1 = Part30
  954. Weld28.Parent = Part25
  955. Weld28.C0 = CFrame.new(-31.4987259, -0.899998665, 40.100544, 9.32303283e-06, 1.67782658e-15, -1, 3.63684166e-10, 1, 5.06846601e-15, 1, -3.63684166e-10, 9.32303283e-06)
  956. Weld28.C1 = CFrame.new(-29.8987179, -0.899998665, 39.1005249, 9.22980416e-06, 1.64425962e-15, -1, 3.60046187e-10, 1, 4.9674154e-15, 1, -3.60046187e-10, 9.22980416e-06)
  957. Weld28.Part0 = Part25
  958. Weld28.Part1 = Part30
  959. Weld28.part1 = Part30
  960. Weld29.Parent = Part25
  961. Weld29.C0 = CFrame.new(25.8709049, 0.888669133, -59.1754532, 0.835119128, 4.95344793e-05, -0.550070643, 1.76351987e-05, -1, -6.32772935e-05, -0.55006969, 4.31434455e-05, -0.83511889)
  962. Weld29.C1 = CFrame.new(27.4708996, 0.888669133, -60.175457, 0.835119188, 4.95344757e-05, -0.550070584, 1.76352005e-05, -1, -6.32772935e-05, -0.55006963, 4.31434455e-05, -0.835118949)
  963. Weld29.Part0 = Part25
  964. Weld29.Part1 = Part30
  965. Weld29.part1 = Part30
  966. Part30.Parent = Part19
  967. Part30.CFrame = CFrame.new(-1.52682042, 1.12046862, 11.523056, -0.845422566, -7.00583842e-05, -0.534113109, -2.20053753e-05, -1, 0.000165999969, -0.534111738, 0.000152092442, 0.845414221)
  968. Part30.Orientation = Vector3.new(-0.00999999978, -32.2799988, -180)
  969. Part30.Position = Vector3.new(-1.52682042, 1.12046862, 11.523056)
  970. Part30.Rotation = Vector3.new(-0.00999999978, -32.2799988, 180)
  971. Part30.Color = Color3.new(0.105882, 0.164706, 0.207843)
  972. Part30.Velocity = Vector3.new(0.00100887334, -0.0125825908, 0.0043259901)
  973. Part30.Size = Vector3.new(1, 1, 1)
  974. Part30.BackSurface = Enum.SurfaceType.Weld
  975. Part30.BottomSurface = Enum.SurfaceType.Weld
  976. Part30.BrickColor = BrickColor.new("Black")
  977. Part30.CanCollide = false
  978. Part30.FrontSurface = Enum.SurfaceType.Weld
  979. Part30.LeftSurface = Enum.SurfaceType.Weld
  980. Part30.Reflectance = 0.40000000596046
  981. Part30.RightSurface = Enum.SurfaceType.Weld
  982. Part30.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  983. Part30.TopSurface = Enum.SurfaceType.Weld
  984. Part30.brickColor = BrickColor.new("Black")
  985. Part30.FormFactor = Enum.FormFactor.Symmetric
  986. Part30.formFactor = Enum.FormFactor.Symmetric
  987. BlockMesh31.Parent = Part30
  988. BlockMesh31.Scale = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  989. Weld32.Parent = Part30
  990. Weld32.C0 = CFrame.new(26.5209465, 0.896675944, 46.4987793, -0.674997211, 6.33833988e-05, 0.737820387, 1.73667831e-06, -1, 8.74950783e-05, 0.737820268, 6.03402877e-05, 0.674997211)
  991. Weld32.C1 = CFrame.new(25.5209484, 0.896675885, 46.8987808, -0.674997211, 6.33833988e-05, 0.737820387, 1.73667831e-06, -1, 8.74950783e-05, 0.737820268, 6.03402877e-05, 0.674997211)
  992. Weld32.Part0 = Part30
  993. Weld32.Part1 = Part146
  994. Weld32.part1 = Part146
  995. Weld33.Parent = Part30
  996. Weld33.C0 = CFrame.new(-29.8987179, -0.899998665, 39.1005249, 9.22980416e-06, 1.64425962e-15, -1, 3.60046187e-10, 1, 4.9674154e-15, 1, -3.60046187e-10, 9.22980416e-06)
  997. Weld33.C1 = CFrame.new(-30.8989697, -0.899998784, 39.5003967, 7.36521861e-06, 1.04414588e-15, -1, 2.87286611e-10, 1, 3.16007452e-15, 1, -2.87286583e-10, 7.36521815e-06)
  998. Weld33.Part0 = Part30
  999. Weld33.Part1 = Part146
  1000. Weld33.part1 = Part146
  1001. Weld34.Parent = Part30
  1002. Weld34.C0 = CFrame.new(27.4708996, 0.888669133, -60.175457, 0.835119188, 4.95344757e-05, -0.550070584, 1.76352005e-05, -1, -6.32772935e-05, -0.55006963, 4.31434455e-05, -0.835118949)
  1003. Weld34.C1 = CFrame.new(26.4709587, 0.888669312, -59.7754364, 0.835119426, 4.9534483e-05, -0.550070643, 1.76352023e-05, -1, -6.32772935e-05, -0.550069451, 4.31434455e-05, -0.835119128)
  1004. Weld34.Part0 = Part30
  1005. Weld34.Part1 = Part146
  1006. Weld34.part1 = Part146
  1007. Part35.Parent = Part19
  1008. Part35.CFrame = CFrame.new(-1.25539327, 1.12058389, 12.4042063, -0.845426917, -7.00584205e-05, -0.534115136, -2.20052316e-05, -1, 0.000165999969, -0.53411293, 0.000152092514, 0.845413864)
  1009. Part35.Orientation = Vector3.new(-0.00999999978, -32.2799988, -180)
  1010. Part35.Position = Vector3.new(-1.25539327, 1.12058389, 12.4042063)
  1011. Part35.Rotation = Vector3.new(-0.00999999978, -32.2799988, 180)
  1012. Part35.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1013. Part35.Velocity = Vector3.new(-0.00104321423, -0.0144819701, 0.00495835813)
  1014. Part35.Size = Vector3.new(1, 1, 1)
  1015. Part35.BackSurface = Enum.SurfaceType.Weld
  1016. Part35.BottomSurface = Enum.SurfaceType.Weld
  1017. Part35.BrickColor = BrickColor.new("Black")
  1018. Part35.CanCollide = false
  1019. Part35.FrontSurface = Enum.SurfaceType.Weld
  1020. Part35.LeftSurface = Enum.SurfaceType.Weld
  1021. Part35.Reflectance = 0.40000000596046
  1022. Part35.RightSurface = Enum.SurfaceType.Weld
  1023. Part35.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  1024. Part35.TopSurface = Enum.SurfaceType.Weld
  1025. Part35.brickColor = BrickColor.new("Black")
  1026. Part35.FormFactor = Enum.FormFactor.Symmetric
  1027. Part35.formFactor = Enum.FormFactor.Symmetric
  1028. BlockMesh36.Parent = Part35
  1029. BlockMesh36.Scale = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  1030. Weld37.Parent = Part35
  1031. Weld37.C0 = CFrame.new(47, -0.900000215, -17.5, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  1032. Weld37.C1 = CFrame.new(45.2999992, -0.900000215, -15.7000008, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  1033. Weld37.Part0 = Part35
  1034. Weld37.Part1 = Part116
  1035. Weld37.part1 = Part116
  1036. Weld38.Parent = Part35
  1037. Weld38.C0 = CFrame.new(-29.1983509, -0.899998546, 38.5006828, 1.18402158e-05, 2.71233333e-15, -1, 4.61909594e-10, 1, 8.18144211e-15, 1, -4.61909622e-10, 1.18402168e-05)
  1038. Weld38.C1 = CFrame.new(-30.8983574, -0.899998546, 40.3006744, 1.18402158e-05, 2.71233333e-15, -1, 4.61909594e-10, 1, 8.18144211e-15, 1, -4.61909622e-10, 1.18402168e-05)
  1039. Weld38.Part0 = Part35
  1040. Weld38.Part1 = Part116
  1041. Weld38.part1 = Part116
  1042. Weld39.Parent = Part35
  1043. Weld39.C0 = CFrame.new(28.1709976, 0.888669372, -60.7754173, 0.835119605, 4.95344939e-05, -0.550070763, 1.76352023e-05, -1, -6.32772935e-05, -0.550069332, 4.31434455e-05, -0.835119247)
  1044. Weld39.C1 = CFrame.new(26.4709911, 0.888669372, -58.9754181, 0.835119605, 4.95344939e-05, -0.550070763, 1.76352023e-05, -1, -6.32772935e-05, -0.550069332, 4.31434455e-05, -0.835119247)
  1045. Weld39.Part0 = Part35
  1046. Weld39.Part1 = Part116
  1047. Weld39.part1 = Part116
  1048. Part40.Parent = Part19
  1049. Part40.CFrame = CFrame.new(-1.63814247, 1.12064552, 12.6354923, -0.845445514, -7.0058617e-05, -0.534122109, -2.20043876e-05, -1, 0.000165999969, -0.53411603, 0.000152092762, 0.84541285)
  1050. Part40.Orientation = Vector3.new(-0.00999999978, -32.2799988, -180)
  1051. Part40.Position = Vector3.new(-1.63814247, 1.12064552, 12.6354923)
  1052. Part40.Rotation = Vector3.new(-0.00999999978, -32.2799988, 180)
  1053. Part40.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1054. Part40.Velocity = Vector3.new(-0.00158193288, -0.0161804147, 0.00406729942)
  1055. Part40.Size = Vector3.new(1, 1, 1)
  1056. Part40.BackSurface = Enum.SurfaceType.Weld
  1057. Part40.BottomSurface = Enum.SurfaceType.Weld
  1058. Part40.BrickColor = BrickColor.new("Black")
  1059. Part40.CanCollide = false
  1060. Part40.FrontSurface = Enum.SurfaceType.Weld
  1061. Part40.LeftSurface = Enum.SurfaceType.Weld
  1062. Part40.Reflectance = 0.40000000596046
  1063. Part40.RightSurface = Enum.SurfaceType.Weld
  1064. Part40.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  1065. Part40.TopSurface = Enum.SurfaceType.Weld
  1066. Part40.brickColor = BrickColor.new("Black")
  1067. Part40.FormFactor = Enum.FormFactor.Symmetric
  1068. Part40.formFactor = Enum.FormFactor.Symmetric
  1069. BlockMesh41.Parent = Part40
  1070. BlockMesh41.Scale = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  1071. Weld42.Parent = Part40
  1072. Weld42.C0 = CFrame.new(27.0209503, 0.896676004, 45.4987869, -0.674997211, 6.33833988e-05, 0.737820387, 1.73667831e-06, -1, 8.74950783e-05, 0.737820268, 6.03402877e-05, 0.674997211)
  1073. Weld42.C1 = CFrame.new(-47.2987862, 0.896675944, 26.8209515, -0.737820268, -6.03402877e-05, -0.674997211, 1.73667831e-06, -1, 8.74950783e-05, -0.674997211, 6.33833988e-05, 0.737820387)
  1074. Weld42.Part0 = Part40
  1075. Weld42.Part1 = Part94
  1076. Weld42.part1 = Part94
  1077. Weld43.Parent = Part40
  1078. Weld43.C0 = CFrame.new(-29.3975163, -0.89999783, 38.1010437, 1.81797259e-05, 6.41321679e-15, -1, 7.09292125e-10, 1, 1.93079534e-14, 1, -7.09292125e-10, 1.81797259e-05)
  1079. Weld43.C1 = CFrame.new(-39.8999634, -0.899998069, -29.5989113, -1, -7.05654368e-10, 1.80873485e-05, -7.05654368e-10, 1, 1.91770495e-14, -1.80873485e-05, 6.41363141e-15, -1)
  1080. Weld43.Part0 = Part40
  1081. Weld43.Part1 = Part94
  1082. Weld43.part1 = Part94
  1083. Weld44.Parent = Part40
  1084. Weld44.C0 = CFrame.new(27.9708996, 0.888669074, -61.1754608, 0.835119188, 4.95344757e-05, -0.550070584, 1.76352005e-05, -1, -6.32772935e-05, -0.55006963, 4.31434455e-05, -0.835118949)
  1085. Weld44.C1 = CFrame.new(59.3754044, 0.888669074, 27.7709389, 0.550069869, -4.31434455e-05, 0.835118711, 1.76352005e-05, -1, -6.32772935e-05, 0.83511883, 4.95344539e-05, -0.550070345)
  1086. Weld44.Part0 = Part40
  1087. Weld44.Part1 = Part94
  1088. Weld44.part1 = Part94
  1089. Part45.Parent = Part19
  1090. Part45.CFrame = CFrame.new(-2.40765166, 1.12022984, 9.54714298, -0.845418274, -7.00583623e-05, -0.5341115, -2.20055717e-05, -1, 0.000165999983, -0.534110844, 0.000152092383, 0.845414579)
  1091. Part45.Orientation = Vector3.new(-0.00999999978, -32.2799988, -180)
  1092. Part45.Position = Vector3.new(-2.40765166, 1.12022984, 9.54714298)
  1093. Part45.Rotation = Vector3.new(-0.00999999978, -32.2799988, 180)
  1094. Part45.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1095. Part45.Velocity = Vector3.new(0.00561047252, -0.00904273242, 0.00227424083)
  1096. Part45.Size = Vector3.new(1, 1, 1)
  1097. Part45.BackSurface = Enum.SurfaceType.Weld
  1098. Part45.BottomSurface = Enum.SurfaceType.Weld
  1099. Part45.BrickColor = BrickColor.new("Black")
  1100. Part45.CanCollide = false
  1101. Part45.FrontSurface = Enum.SurfaceType.Weld
  1102. Part45.LeftSurface = Enum.SurfaceType.Weld
  1103. Part45.Reflectance = 0.40000000596046
  1104. Part45.RightSurface = Enum.SurfaceType.Weld
  1105. Part45.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  1106. Part45.TopSurface = Enum.SurfaceType.Weld
  1107. Part45.brickColor = BrickColor.new("Black")
  1108. Part45.FormFactor = Enum.FormFactor.Symmetric
  1109. Part45.formFactor = Enum.FormFactor.Symmetric
  1110. BlockMesh46.Parent = Part45
  1111. BlockMesh46.Scale = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1112. Weld47.Parent = Part45
  1113. Weld47.C0 = CFrame.new(-31.6998138, -0.899999499, 40.2999573, 3.54281497e-06, 2.3803746e-16, -1.00000882, 1.38129494e-10, 1, -2.38440225e-16, 0.999999762, 1.38129508e-10, -3.54281337e-06)
  1114. Weld47.C1 = CFrame.new(-30.4999142, -0.899999499, 39.8999825, 1.11877966e-06, 2.22583384e-17, -1.00000262, 4.35420554e-11, 1, -2.23855207e-17, 0.999999762, 4.35420588e-11, -1.11877966e-06)
  1115. Weld47.Part0 = Part45
  1116. Weld47.Part1 = Part171
  1117. Weld47.part1 = Part171
  1118. Weld48.Parent = Part45
  1119. Weld48.C0 = CFrame.new(25.6708946, 0.888669133, -58.9754601, 0.835119188, 4.95344757e-05, -0.550070584, 1.76352005e-05, -1, -6.32772935e-05, -0.55006963, 4.31434455e-05, -0.835118949)
  1120. Weld48.C1 = CFrame.new(26.8709641, 0.888669312, -59.3754349, 0.835119426, 4.9534483e-05, -0.550070643, 1.76352023e-05, -1, -6.32772935e-05, -0.550069451, 4.31434455e-05, -0.835119128)
  1121. Weld48.Part0 = Part45
  1122. Weld48.Part1 = Part171
  1123. Weld48.part1 = Part171
  1124. Part49.Parent = Part19
  1125. Part49.CFrame = CFrame.new(-2.4699018, 1.12019229, 9.27124882, -0.845434844, -7.00585006e-05, -0.534117937, -2.20048369e-05, -1, 0.000165999998, -0.534114242, 0.000152092631, 0.845413566)
  1126. Part49.Orientation = Vector3.new(-0.00999999978, -32.2799988, -180)
  1127. Part49.Position = Vector3.new(-2.4699018, 1.12019229, 9.27124882)
  1128. Part49.Rotation = Vector3.new(-0.00999999978, -32.2799988, 180)
  1129. Part49.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1130. Part49.Velocity = Vector3.new(0.00625299895, -0.00838793349, 0.00212917849)
  1131. Part49.Size = Vector3.new(1, 1, 1)
  1132. Part49.BackSurface = Enum.SurfaceType.Weld
  1133. Part49.BottomSurface = Enum.SurfaceType.Weld
  1134. Part49.BrickColor = BrickColor.new("Black")
  1135. Part49.CanCollide = false
  1136. Part49.FrontSurface = Enum.SurfaceType.Weld
  1137. Part49.LeftSurface = Enum.SurfaceType.Weld
  1138. Part49.Reflectance = 0.40000000596046
  1139. Part49.RightSurface = Enum.SurfaceType.Weld
  1140. Part49.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  1141. Part49.TopSurface = Enum.SurfaceType.Weld
  1142. Part49.brickColor = BrickColor.new("Black")
  1143. Part49.FormFactor = Enum.FormFactor.Symmetric
  1144. Part49.formFactor = Enum.FormFactor.Symmetric
  1145. BlockMesh50.Parent = Part49
  1146. BlockMesh50.Scale = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1147. Weld51.Parent = Part49
  1148. Weld51.C0 = CFrame.new(-31.8983898, -0.899998426, 40.5006638, 1.17469872e-05, 2.6696092e-15, -1, 4.58271615e-10, 1, 8.05292011e-15, 1, -4.58271643e-10, 1.17469863e-05)
  1149. Weld51.C1 = CFrame.new(-31.0983562, -0.899998426, 40.5006714, 1.17469872e-05, 2.6696092e-15, -1, 4.58271615e-10, 1, 8.05292011e-15, 1, -4.58271643e-10, 1.17469863e-05)
  1150. Weld51.Part0 = Part49
  1151. Weld51.Part1 = Part181
  1152. Weld51.part1 = Part181
  1153. Weld52.Parent = Part49
  1154. Weld52.C0 = CFrame.new(-31.8983898, -0.899998426, 40.5006638, 1.17469872e-05, 2.6696092e-15, -1, 4.58271615e-10, 1, 8.05292011e-15, 1, -4.58271643e-10, 1.17469863e-05)
  1155. Weld52.C1 = CFrame.new(-31.0983562, -0.899998426, 40.5006714, 1.17469872e-05, 2.6696092e-15, -1, 4.58271615e-10, 1, 8.05292011e-15, 1, -4.58271643e-10, 1.17469863e-05)
  1156. Weld52.Part0 = Part49
  1157. Weld52.Part1 = Part181
  1158. Weld52.part1 = Part181
  1159. Weld53.Parent = Part49
  1160. Weld53.C0 = CFrame.new(25.4708881, 0.888669133, -58.7754593, 0.835119009, 4.95344648e-05, -0.550070465, 1.76352005e-05, -1, -6.32772935e-05, -0.550069749, 4.31434455e-05, -0.83511883)
  1161. Weld53.C1 = CFrame.new(26.2709103, 0.888669133, -58.7754517, 0.835119128, 4.95344793e-05, -0.550070643, 1.76351987e-05, -1, -6.32772935e-05, -0.55006969, 4.31434455e-05, -0.83511889)
  1162. Weld53.Part0 = Part49
  1163. Weld53.Part1 = Part181
  1164. Weld53.part1 = Part181
  1165. Part54.Parent = Part19
  1166. Part54.CFrame = CFrame.new(-1.91808081, 1.12013471, 9.1467371, -0.845431864, -7.00584787e-05, -0.534116745, -2.20049787e-05, -1, 0.000165999983, -0.534113646, 0.000152092602, 0.845413804)
  1167. Part54.Orientation = Vector3.new(-0.00999999978, -32.2799988, -180)
  1168. Part54.Position = Vector3.new(-1.91808081, 1.12013471, 9.1467371)
  1169. Part54.Rotation = Vector3.new(-0.00999999978, -32.2799988, 180)
  1170. Part54.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1171. Part54.Velocity = Vector3.new(0.00654308032, -0.00655972352, 0.00341393799)
  1172. Part54.Size = Vector3.new(1, 1, 1)
  1173. Part54.BackSurface = Enum.SurfaceType.Weld
  1174. Part54.BottomSurface = Enum.SurfaceType.Weld
  1175. Part54.BrickColor = BrickColor.new("Black")
  1176. Part54.CanCollide = false
  1177. Part54.FrontSurface = Enum.SurfaceType.Weld
  1178. Part54.LeftSurface = Enum.SurfaceType.Weld
  1179. Part54.Reflectance = 0.40000000596046
  1180. Part54.RightSurface = Enum.SurfaceType.Weld
  1181. Part54.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  1182. Part54.TopSurface = Enum.SurfaceType.Weld
  1183. Part54.brickColor = BrickColor.new("Black")
  1184. Part54.FormFactor = Enum.FormFactor.Symmetric
  1185. Part54.formFactor = Enum.FormFactor.Symmetric
  1186. BlockMesh55.Parent = Part54
  1187. BlockMesh55.Scale = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1188. Weld56.Parent = Part54
  1189. Weld56.C0 = CFrame.new(-31.4983597, -0.899998426, 40.9006691, 1.17469872e-05, 2.6696092e-15, -1, 4.58271615e-10, 1, 8.05292011e-15, 1, -4.58271643e-10, 1.17469863e-05)
  1190. Weld56.C1 = CFrame.new(41.0999222, -0.899998426, 31.899332, 1, 4.58271754e-10, -1.17473483e-05, -4.58271782e-10, 1, 8.09593075e-15, 1.17473473e-05, -2.7124534e-15, 1)
  1191. Weld56.Part0 = Part54
  1192. Weld56.Part1 = Part69
  1193. Weld56.part1 = Part69
  1194. Weld57.Parent = Part54
  1195. Weld57.C0 = CFrame.new(-31.4983597, -0.899998426, 40.9006691, 1.17469872e-05, 2.6696092e-15, -1, 4.58271615e-10, 1, 8.05292011e-15, 1, -4.58271643e-10, 1.17469863e-05)
  1196. Weld57.C1 = CFrame.new(41.0999222, -0.899998426, 31.899332, 1, 4.58271754e-10, -1.17473483e-05, -4.58271782e-10, 1, 8.09593075e-15, 1.17473473e-05, -2.7124534e-15, 1)
  1197. Weld57.Part0 = Part54
  1198. Weld57.Part1 = Part69
  1199. Weld57.part1 = Part69
  1200. Weld58.Parent = Part54
  1201. Weld58.C0 = CFrame.new(25.8708935, 0.888669133, -58.3754578, 0.835119009, 4.95344648e-05, -0.550070465, 1.76352005e-05, -1, -6.32772935e-05, -0.550069749, 4.31434455e-05, -0.83511883)
  1202. Weld58.C1 = CFrame.new(-58.1754532, 0.888669252, -25.4708996, -0.55006969, 4.31434455e-05, -0.83511889, 1.76351987e-05, -1, -6.32772935e-05, -0.835119128, -4.95344793e-05, 0.550070643)
  1203. Weld58.Part0 = Part54
  1204. Weld58.Part1 = Part69
  1205. Weld58.part1 = Part69
  1206. Part59.Parent = Part19
  1207. Part59.CFrame = CFrame.new(-1.33108509, 1.12063551, 12.7111769, 0.534122765, -7.00586315e-05, -0.845447302, -0.000165999969, -1, -2.20043112e-05, -0.845412672, 0.000152092791, -0.534116387)
  1208. Part59.Orientation = Vector3.new(0, -122.279999, -179.990005)
  1209. Part59.Position = Vector3.new(-1.33108509, 1.12063551, 12.7111769)
  1210. Part59.Rotation = Vector3.new(180, -57.7200012, 0.00999999978)
  1211. Part59.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1212. Part59.Velocity = Vector3.new(-0.00175813993, -0.0155936312, 0.00478226133)
  1213. Part59.Size = Vector3.new(1, 1, 1)
  1214. Part59.BackSurface = Enum.SurfaceType.Weld
  1215. Part59.BottomSurface = Enum.SurfaceType.Weld
  1216. Part59.BrickColor = BrickColor.new("Black")
  1217. Part59.CanCollide = false
  1218. Part59.FrontSurface = Enum.SurfaceType.Weld
  1219. Part59.LeftSurface = Enum.SurfaceType.Weld
  1220. Part59.Reflectance = 0.40000000596046
  1221. Part59.RightSurface = Enum.SurfaceType.Weld
  1222. Part59.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  1223. Part59.TopSurface = Enum.SurfaceType.Weld
  1224. Part59.brickColor = BrickColor.new("Black")
  1225. Part59.FormFactor = Enum.FormFactor.Symmetric
  1226. Part59.formFactor = Enum.FormFactor.Symmetric
  1227. BlockMesh60.Parent = Part59
  1228. BlockMesh60.Scale = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  1229. Weld61.Parent = Part59
  1230. Weld61.C0 = CFrame.new(17.7999992, -0.900000215, 47.1000023, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1231. Weld61.C1 = CFrame.new(46.8000031, -0.900000215, -17.9000015, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  1232. Weld61.Part0 = Part59
  1233. Weld61.Part1 = Part40
  1234. Weld61.part1 = Part40
  1235. Weld62.Parent = Part59
  1236. Weld62.C0 = CFrame.new(-38.1999855, -0.89999783, -29.0988884, -1, -7.12930326e-10, 1.82738204e-05, -7.12930326e-10, 1, 1.95741962e-14, -1.82738222e-05, 6.54623399e-15, -1)
  1237. Weld62.C1 = CFrame.new(-29.3975163, -0.89999783, 38.1010437, 1.81797259e-05, 6.41321679e-15, -1, 7.09292125e-10, 1, 1.93079534e-14, 1, -7.09292125e-10, 1.81797259e-05)
  1238. Weld62.Part0 = Part59
  1239. Weld62.Part1 = Part40
  1240. Weld62.part1 = Part40
  1241. Weld63.Parent = Part59
  1242. Weld63.C0 = CFrame.new(61.0754547, 0.888669074, 28.2708988, 0.55006963, -4.31434455e-05, 0.835118949, 1.76352005e-05, -1, -6.32772935e-05, 0.835119188, 4.95344757e-05, -0.550070584)
  1243. Weld63.C1 = CFrame.new(27.9708996, 0.888669074, -61.1754608, 0.835119188, 4.95344757e-05, -0.550070584, 1.76352005e-05, -1, -6.32772935e-05, -0.55006963, 4.31434455e-05, -0.835118949)
  1244. Weld63.Part0 = Part59
  1245. Weld63.Part1 = Part40
  1246. Weld63.part1 = Part40
  1247. Part64.Parent = Part19
  1248. Part64.CFrame = CFrame.new(-2.09627914, 1.12041783, 10.9266424, -0.845425785, -7.00584205e-05, -0.534114182, -2.20052061e-05, -1, 0.000165999998, -0.534112215, 0.000152092514, 0.845414221)
  1249. Part64.Orientation = Vector3.new(-0.00999999978, -32.2799988, -180)
  1250. Part64.Position = Vector3.new(-2.09627914, 1.12041783, 10.9266424)
  1251. Part64.Rotation = Vector3.new(-0.00999999978, -32.2799988, 180)
  1252. Part64.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1253. Part64.Velocity = Vector3.new(0.00239777286, -0.012316484, 0.00299983891)
  1254. Part64.Size = Vector3.new(1, 1, 1)
  1255. Part64.BackSurface = Enum.SurfaceType.Weld
  1256. Part64.BottomSurface = Enum.SurfaceType.Weld
  1257. Part64.BrickColor = BrickColor.new("Black")
  1258. Part64.CanCollide = false
  1259. Part64.FrontSurface = Enum.SurfaceType.Weld
  1260. Part64.LeftSurface = Enum.SurfaceType.Weld
  1261. Part64.Reflectance = 0.40000000596046
  1262. Part64.RightSurface = Enum.SurfaceType.Weld
  1263. Part64.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  1264. Part64.TopSurface = Enum.SurfaceType.Weld
  1265. Part64.brickColor = BrickColor.new("Black")
  1266. Part64.FormFactor = Enum.FormFactor.Symmetric
  1267. Part64.formFactor = Enum.FormFactor.Symmetric
  1268. BlockMesh65.Parent = Part64
  1269. BlockMesh65.Scale = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1270. Weld66.Parent = Part64
  1271. Weld66.C0 = CFrame.new(25.7209473, 0.896675944, 46.6987839, -0.674997211, 6.33833988e-05, 0.737820387, 1.73667831e-06, -1, 8.74950783e-05, 0.737820268, 6.03402877e-05, 0.674997211)
  1272. Weld66.C1 = CFrame.new(27.2209473, 0.896675944, 45.8987846, -0.674997211, 6.33833988e-05, 0.737820387, 1.73667831e-06, -1, 8.74950783e-05, 0.737820268, 6.03402877e-05, 0.674997211)
  1273. Weld66.Part0 = Part64
  1274. Weld66.Part1 = Part35
  1275. Weld66.part1 = Part35
  1276. Weld67.Parent = Part64
  1277. Weld67.C0 = CFrame.new(-30.6987534, -0.899998784, 39.3005295, 9.1365755e-06, 1.61103189e-15, -1, 3.56408209e-10, 1, 4.86738208e-15, 1, -3.56408209e-10, 9.1365755e-06)
  1278. Weld67.C1 = CFrame.new(-29.1983509, -0.899998546, 38.5006828, 1.18402158e-05, 2.71233333e-15, -1, 4.61909594e-10, 1, 8.18144211e-15, 1, -4.61909622e-10, 1.18402168e-05)
  1279. Weld67.Part0 = Part64
  1280. Weld67.Part1 = Part35
  1281. Weld67.part1 = Part35
  1282. Weld68.Parent = Part64
  1283. Weld68.C0 = CFrame.new(26.6709042, 0.888669133, -59.9754028, 0.835118532, 4.95344284e-05, -0.550070047, 1.76352023e-05, -1, -6.32772935e-05, -0.550070047, 4.31434455e-05, -0.835118532)
  1284. Weld68.C1 = CFrame.new(28.1709976, 0.888669372, -60.7754173, 0.835119605, 4.95344939e-05, -0.550070763, 1.76352023e-05, -1, -6.32772935e-05, -0.550069332, 4.31434455e-05, -0.835119247)
  1285. Weld68.Part0 = Part64
  1286. Weld68.Part1 = Part35
  1287. Weld68.part1 = Part35
  1288. Part69.Parent = Part19
  1289. Part69.CFrame = CFrame.new(-2.14942098, 1.12009287, 8.76400948, -0.534117341, -7.00584933e-05, 0.845433354, 0.000165999983, -1, 2.20049078e-05, 0.845413685, 0.000152092616, 0.534113944)
  1290. Part69.Orientation = Vector3.new(0, 57.7200012, 179.990005)
  1291. Part69.Position = Vector3.new(-2.14942098, 1.12009287, 8.76400948)
  1292. Part69.Rotation = Vector3.new(0, 57.7200012, 179.990005)
  1293. Part69.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1294. Part69.Velocity = Vector3.new(0.00743438257, -0.00603456236, 0.00287513179)
  1295. Part69.Size = Vector3.new(1, 1, 1)
  1296. Part69.BackSurface = Enum.SurfaceType.Weld
  1297. Part69.BottomSurface = Enum.SurfaceType.Weld
  1298. Part69.BrickColor = BrickColor.new("Black")
  1299. Part69.CanCollide = false
  1300. Part69.FrontSurface = Enum.SurfaceType.Weld
  1301. Part69.LeftSurface = Enum.SurfaceType.Weld
  1302. Part69.Reflectance = 0.40000000596046
  1303. Part69.RightSurface = Enum.SurfaceType.Weld
  1304. Part69.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  1305. Part69.TopSurface = Enum.SurfaceType.Weld
  1306. Part69.brickColor = BrickColor.new("Black")
  1307. Part69.FormFactor = Enum.FormFactor.Symmetric
  1308. Part69.formFactor = Enum.FormFactor.Symmetric
  1309. BlockMesh70.Parent = Part69
  1310. BlockMesh70.Scale = Vector3.new(0.200000003, 0.200000003, 0.600000024)
  1311. Weld71.Parent = Part69
  1312. Weld71.C0 = CFrame.new(48.4987831, 0.896676004, -24.5209503, 0.737820268, 6.03402877e-05, 0.674997211, 1.73667831e-06, -1, 8.74950783e-05, 0.674997211, -6.33833988e-05, -0.737820387)
  1313. Weld71.C1 = CFrame.new(24.5209427, 0.896675944, 47.8987808, -0.674997211, 6.33833988e-05, 0.737820387, 1.73667831e-06, -1, 8.74950783e-05, 0.737820268, 6.03402877e-05, 0.674997211)
  1314. Weld71.Part0 = Part69
  1315. Weld71.Part1 = Part49
  1316. Weld71.part1 = Part49
  1317. Weld72.Parent = Part69
  1318. Weld72.C0 = CFrame.new(41.0999222, -0.899998426, 31.899332, 1, 4.58271754e-10, -1.17473483e-05, -4.58271782e-10, 1, 8.09593075e-15, 1.17473473e-05, -2.7124534e-15, 1)
  1319. Weld72.C1 = CFrame.new(-31.8983898, -0.899998426, 40.5006638, 1.17469872e-05, 2.6696092e-15, -1, 4.58271615e-10, 1, 8.05292011e-15, 1, -4.58271643e-10, 1.17469863e-05)
  1320. Weld72.Part0 = Part69
  1321. Weld72.Part1 = Part49
  1322. Weld72.part1 = Part49
  1323. Weld73.Parent = Part69
  1324. Weld73.C0 = CFrame.new(-58.1754532, 0.888669252, -25.4708996, -0.55006969, 4.31434455e-05, -0.83511889, 1.76351987e-05, -1, -6.32772935e-05, -0.835119128, -4.95344793e-05, 0.550070643)
  1325. Weld73.C1 = CFrame.new(25.4708881, 0.888669133, -58.7754593, 0.835119009, 4.95344648e-05, -0.550070465, 1.76352005e-05, -1, -6.32772935e-05, -0.550069749, 4.31434455e-05, -0.83511883)
  1326. Weld73.Part0 = Part69
  1327. Weld73.Part1 = Part49
  1328. Weld73.part1 = Part49
  1329. Part74.Parent = Part19
  1330. Part74.CFrame = CFrame.new(-1.94938898, 1.12045777, 11.2559624, -0.845457911, -7.00587261e-05, -0.534126878, -2.20038637e-05, -1, 0.000165999925, -0.534118533, 0.000152092951, 0.845411837)
  1331. Part74.Orientation = Vector3.new(-0.00999999978, -32.2799988, -180)
  1332. Part74.Position = Vector3.new(-1.94938898, 1.12045777, 11.2559624)
  1333. Part74.Rotation = Vector3.new(-0.00999999978, -32.2799988, 180)
  1334. Part74.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1335. Part74.Velocity = Vector3.new(0.0016308371, -0.0129062384, 0.00334199658)
  1336. Part74.Size = Vector3.new(1, 1, 1)
  1337. Part74.BackSurface = Enum.SurfaceType.Weld
  1338. Part74.BottomSurface = Enum.SurfaceType.Weld
  1339. Part74.BrickColor = BrickColor.new("Black")
  1340. Part74.CanCollide = false
  1341. Part74.FrontSurface = Enum.SurfaceType.Weld
  1342. Part74.LeftSurface = Enum.SurfaceType.Weld
  1343. Part74.Reflectance = 0.40000000596046
  1344. Part74.RightSurface = Enum.SurfaceType.Weld
  1345. Part74.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  1346. Part74.TopSurface = Enum.SurfaceType.Weld
  1347. Part74.brickColor = BrickColor.new("Black")
  1348. Part74.FormFactor = Enum.FormFactor.Symmetric
  1349. Part74.formFactor = Enum.FormFactor.Symmetric
  1350. BlockMesh75.Parent = Part74
  1351. BlockMesh75.Scale = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  1352. Weld76.Parent = Part74
  1353. Weld76.C0 = CFrame.new(26.0209427, 0.896676004, 46.4987869, -0.674997211, 6.33833988e-05, 0.737820387, 1.73667831e-06, -1, 8.74950783e-05, 0.737820268, 6.03402877e-05, 0.674997211)
  1354. Weld76.C1 = CFrame.new(25.3209476, 0.896676004, 47.0987854, -0.674997211, 6.33833988e-05, 0.737820387, 1.73667831e-06, -1, 8.74950783e-05, 0.737820268, 6.03402877e-05, 0.674997211)
  1355. Weld76.Part0 = Part74
  1356. Weld76.Part1 = Part84
  1357. Weld76.part1 = Part84
  1358. Weld77.Parent = Part74
  1359. Weld77.C0 = CFrame.new(-30.3980541, -0.899998307, 39.1008148, 1.40776929e-05, 3.8394572e-15, -1, 5.49221058e-10, 1, 1.15712222e-14, 1, -5.49221002e-10, 1.40776938e-05)
  1360. Weld77.C1 = CFrame.new(-31.0980587, -0.899998307, 39.7008171, 1.40776929e-05, 3.8394572e-15, -1, 5.49221058e-10, 1, 1.15712222e-14, 1, -5.49221002e-10, 1.40776938e-05)
  1361. Weld77.Part0 = Part74
  1362. Weld77.Part1 = Part84
  1363. Weld77.part1 = Part84
  1364. Weld78.Parent = Part74
  1365. Weld78.C0 = CFrame.new(26.9709454, 0.888669312, -60.1754456, 0.835119367, 4.95344866e-05, -0.550070703, 1.76352005e-05, -1, -6.32772935e-05, -0.550069511, 4.31434455e-05, -0.835119069)
  1366. Weld78.C1 = CFrame.new(26.2709389, 0.888669252, -59.5754471, 0.835119367, 4.95344866e-05, -0.550070703, 1.76352005e-05, -1, -6.32772935e-05, -0.550069511, 4.31434455e-05, -0.835119069)
  1367. Weld78.Part0 = Part74
  1368. Weld78.Part1 = Part84
  1369. Weld78.part1 = Part84
  1370. Part79.Parent = Part19
  1371. Part79.CFrame = CFrame.new(-1.6157757, 1.12061, 12.4129658, -0.845450163, -7.00586534e-05, -0.534123659, -2.20041657e-05, -1, 0.000165999969, -0.534116745, 0.000152092834, 0.845412612)
  1372. Part79.Orientation = Vector3.new(-0.00999999978, -32.2799988, -180)
  1373. Part79.Position = Vector3.new(-1.6157757, 1.12061, 12.4129658)
  1374. Part79.Rotation = Vector3.new(-0.00999999978, -32.2799988, 180)
  1375. Part79.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1376. Part79.Velocity = Vector3.new(-0.00106367958, -0.0154604623, 0.0041192756)
  1377. Part79.Size = Vector3.new(1, 1, 1)
  1378. Part79.BackSurface = Enum.SurfaceType.Weld
  1379. Part79.BottomSurface = Enum.SurfaceType.Weld
  1380. Part79.BrickColor = BrickColor.new("Black")
  1381. Part79.CanCollide = false
  1382. Part79.FrontSurface = Enum.SurfaceType.Weld
  1383. Part79.LeftSurface = Enum.SurfaceType.Weld
  1384. Part79.Reflectance = 0.40000000596046
  1385. Part79.RightSurface = Enum.SurfaceType.Weld
  1386. Part79.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  1387. Part79.TopSurface = Enum.SurfaceType.Weld
  1388. Part79.brickColor = BrickColor.new("Black")
  1389. Part79.FormFactor = Enum.FormFactor.Symmetric
  1390. Part79.formFactor = Enum.FormFactor.Symmetric
  1391. BlockMesh80.Parent = Part79
  1392. BlockMesh80.Scale = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1393. Weld81.Parent = Part79
  1394. Weld81.C0 = CFrame.new(46.7000008, -0.900000215, -17.7000008, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  1395. Weld81.C1 = CFrame.new(46.1000061, -0.900000215, -17.1000004, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  1396. Weld81.Part0 = Part79
  1397. Weld81.Part1 = Part161
  1398. Weld81.part1 = Part161
  1399. Weld82.Parent = Part79
  1400. Weld82.C0 = CFrame.new(-29.4975147, -0.89999783, 38.3010445, 1.82729527e-05, 6.47934211e-15, -1, 7.12930104e-10, 1, 1.95066809e-14, 1, -7.12930104e-10, 1.82729509e-05)
  1401. Weld82.C1 = CFrame.new(-30.0975094, -0.89999783, 38.9010468, 1.82729527e-05, 6.47934211e-15, -1, 7.12930104e-10, 1, 1.95066809e-14, 1, -7.12930104e-10, 1.82729509e-05)
  1402. Weld82.Part0 = Part79
  1403. Weld82.Part1 = Part161
  1404. Weld82.part1 = Part161
  1405. Weld83.Parent = Part79
  1406. Weld83.C0 = CFrame.new(27.8709354, 0.888669074, -60.9754028, 0.83511883, 4.95344539e-05, -0.550070345, 1.76352005e-05, -1, -6.32772935e-05, -0.550069869, 4.31434455e-05, -0.835118711)
  1407. Weld83.C1 = CFrame.new(27.2709389, 0.888669074, -60.3754044, 0.83511883, 4.95344539e-05, -0.550070345, 1.76352005e-05, -1, -6.32772935e-05, -0.550069869, 4.31434455e-05, -0.835118711)
  1408. Weld83.Part0 = Part79
  1409. Weld83.Part1 = Part161
  1410. Weld83.part1 = Part161
  1411. Part84.Parent = Part19
  1412. Part84.CFrame = CFrame.new(-2.22074437, 1.12034261, 10.374836, -0.845455706, -7.00587043e-05, -0.534125984, -2.20039583e-05, -1, 0.000165999925, -0.534118116, 0.000152092907, 0.845411956)
  1413. Part84.Orientation = Vector3.new(-0.00999999978, -32.2799988, -180)
  1414. Part84.Position = Vector3.new(-2.22074437, 1.12034261, 10.374836)
  1415. Part84.Rotation = Vector3.new(-0.00999999978, -32.2799988, 180)
  1416. Part84.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1417. Part84.Velocity = Vector3.new(0.00368286856, -0.0110067409, 0.00270979595)
  1418. Part84.Size = Vector3.new(1, 1, 1)
  1419. Part84.BackSurface = Enum.SurfaceType.Weld
  1420. Part84.BottomSurface = Enum.SurfaceType.Weld
  1421. Part84.BrickColor = BrickColor.new("Black")
  1422. Part84.CanCollide = false
  1423. Part84.FrontSurface = Enum.SurfaceType.Weld
  1424. Part84.LeftSurface = Enum.SurfaceType.Weld
  1425. Part84.Reflectance = 0.40000000596046
  1426. Part84.RightSurface = Enum.SurfaceType.Weld
  1427. Part84.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  1428. Part84.TopSurface = Enum.SurfaceType.Weld
  1429. Part84.brickColor = BrickColor.new("Black")
  1430. Part84.FormFactor = Enum.FormFactor.Symmetric
  1431. Part84.formFactor = Enum.FormFactor.Symmetric
  1432. BlockMesh85.Parent = Part84
  1433. BlockMesh85.Scale = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1434. Weld86.Parent = Part84
  1435. Weld86.C0 = CFrame.new(25.3209476, 0.896676004, 47.0987854, -0.674997211, 6.33833988e-05, 0.737820387, 1.73667831e-06, -1, 8.74950783e-05, 0.737820268, 6.03402877e-05, 0.674997211)
  1436. Weld86.C1 = CFrame.new(25.7209454, 0.896675944, 46.2987823, -0.674997211, 6.33833988e-05, 0.737820387, 1.73667831e-06, -1, 8.74950783e-05, 0.737820268, 6.03402877e-05, 0.674997211)
  1437. Weld86.Part0 = Part84
  1438. Weld86.Part1 = Part89
  1439. Weld86.part1 = Part89
  1440. Weld87.Parent = Part84
  1441. Weld87.C0 = CFrame.new(-31.0980587, -0.899998307, 39.7008171, 1.40776929e-05, 3.8394572e-15, -1, 5.49221058e-10, 1, 1.15712222e-14, 1, -5.49221002e-10, 1.40776938e-05)
  1442. Weld87.C1 = CFrame.new(-30.6980801, -0.899998307, 38.9008064, 1.39844651e-05, 3.7885933e-15, -1, 5.45583079e-10, 1, 1.14182803e-14, 1, -5.45583023e-10, 1.39844642e-05)
  1443. Weld87.Part0 = Part84
  1444. Weld87.Part1 = Part89
  1445. Weld87.part1 = Part89
  1446. Weld88.Parent = Part84
  1447. Weld88.C0 = CFrame.new(26.2709389, 0.888669252, -59.5754471, 0.835119367, 4.95344866e-05, -0.550070703, 1.76352005e-05, -1, -6.32772935e-05, -0.550069511, 4.31434455e-05, -0.835119069)
  1448. Weld88.C1 = CFrame.new(26.6709061, 0.888669133, -60.3754005, 0.835118532, 4.95344284e-05, -0.550070047, 1.76352023e-05, -1, -6.32772935e-05, -0.550070047, 4.31434455e-05, -0.835118532)
  1449. Weld88.Part0 = Part84
  1450. Weld88.Part1 = Part89
  1451. Weld88.part1 = Part89
  1452. Part89.Parent = Part19
  1453. Part89.CFrame = CFrame.new(-2.30984855, 1.12048411, 11.2647581, -0.845454752, -7.00587043e-05, -0.534125268, -2.20039528e-05, -1, 0.000165999969, -0.534117579, 0.000152092907, 0.845412254)
  1454. Part89.Orientation = Vector3.new(-0.00999999978, -32.2799988, -180)
  1455. Part89.Position = Vector3.new(-2.30984855, 1.12048411, 11.2647581)
  1456. Part89.Rotation = Vector3.new(-0.00999999978, -32.2799988, 180)
  1457. Part89.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1458. Part89.Velocity = Vector3.new(0.0016102863, -0.0138850436, 0.00250273454)
  1459. Part89.Size = Vector3.new(1, 1, 1)
  1460. Part89.BackSurface = Enum.SurfaceType.Weld
  1461. Part89.BottomSurface = Enum.SurfaceType.Weld
  1462. Part89.BrickColor = BrickColor.new("Black")
  1463. Part89.CanCollide = false
  1464. Part89.FrontSurface = Enum.SurfaceType.Weld
  1465. Part89.LeftSurface = Enum.SurfaceType.Weld
  1466. Part89.Reflectance = 0.40000000596046
  1467. Part89.RightSurface = Enum.SurfaceType.Weld
  1468. Part89.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  1469. Part89.TopSurface = Enum.SurfaceType.Weld
  1470. Part89.brickColor = BrickColor.new("Black")
  1471. Part89.FormFactor = Enum.FormFactor.Symmetric
  1472. Part89.formFactor = Enum.FormFactor.Symmetric
  1473. BlockMesh90.Parent = Part89
  1474. BlockMesh90.Scale = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1475. Weld91.Parent = Part89
  1476. Weld91.C0 = CFrame.new(-30.6980801, -0.899998307, 38.9008064, 1.39844651e-05, 3.7885933e-15, -1, 5.45583079e-10, 1, 1.14182803e-14, 1, -5.45583023e-10, 1.39844642e-05)
  1477. Weld91.C1 = CFrame.new(-29.897747, -0.899998069, 39.7009239, 1.62219421e-05, 5.10292839e-15, -1, 6.3289457e-10, 1, 1.53697059e-14, 1, -6.3289457e-10, 1.62219421e-05)
  1478. Weld91.Part0 = Part89
  1479. Weld91.Part1 = Part121
  1480. Weld91.part1 = Part121
  1481. Weld92.Parent = Part89
  1482. Weld92.C0 = CFrame.new(-30.6980801, -0.899998307, 38.9008064, 1.39844651e-05, 3.7885933e-15, -1, 5.45583079e-10, 1, 1.14182803e-14, 1, -5.45583023e-10, 1.39844642e-05)
  1483. Weld92.C1 = CFrame.new(-29.897747, -0.899998069, 39.7009239, 1.62219421e-05, 5.10292839e-15, -1, 6.3289457e-10, 1, 1.53697059e-14, 1, -6.3289457e-10, 1.62219421e-05)
  1484. Weld92.Part0 = Part89
  1485. Weld92.Part1 = Part121
  1486. Weld92.part1 = Part121
  1487. Weld93.Parent = Part89
  1488. Weld93.C0 = CFrame.new(26.6709061, 0.888669133, -60.3754005, 0.835118532, 4.95344284e-05, -0.550070047, 1.76352023e-05, -1, -6.32772935e-05, -0.550070047, 4.31434455e-05, -0.835118532)
  1489. Weld93.C1 = CFrame.new(27.4709053, 0.888669133, -59.5754013, 0.835118532, 4.95344284e-05, -0.550070047, 1.76352023e-05, -1, -6.32772935e-05, -0.550070047, 4.31434455e-05, -0.835118532)
  1490. Weld93.Part0 = Part89
  1491. Weld93.Part1 = Part121
  1492. Weld93.part1 = Part121
  1493. Part94.Parent = Part19
  1494. Part94.CFrame = CFrame.new(-0.845742464, 1.12034237, 11.0068989, 0.534121454, -7.00586097e-05, -0.845444202, -0.000165999969, -1, -2.20044221e-05, -0.845413029, 0.000152092747, -0.534115613)
  1495. Part94.Orientation = Vector3.new(0, -122.279999, -179.990005)
  1496. Part94.Position = Vector3.new(-0.845742464, 1.12034237, 11.0068989)
  1497. Part94.Rotation = Vector3.new(180, -57.7200012, 0.00999999978)
  1498. Part94.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1499. Part94.Velocity = Vector3.new(0.0022110932, -0.00924968719, 0.00591152441)
  1500. Part94.Size = Vector3.new(1, 1, 1)
  1501. Part94.BackSurface = Enum.SurfaceType.Weld
  1502. Part94.BottomSurface = Enum.SurfaceType.Weld
  1503. Part94.BrickColor = BrickColor.new("Black")
  1504. Part94.CanCollide = false
  1505. Part94.FrontSurface = Enum.SurfaceType.Weld
  1506. Part94.LeftSurface = Enum.SurfaceType.Weld
  1507. Part94.Reflectance = 0.40000000596046
  1508. Part94.RightSurface = Enum.SurfaceType.Weld
  1509. Part94.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  1510. Part94.TopSurface = Enum.SurfaceType.Weld
  1511. Part94.brickColor = BrickColor.new("Black")
  1512. Part94.FormFactor = Enum.FormFactor.Symmetric
  1513. Part94.formFactor = Enum.FormFactor.Symmetric
  1514. BlockMesh95.Parent = Part94
  1515. BlockMesh95.Scale = Vector3.new(0.200000003, 0.200000003, 0.400000006)
  1516. Weld96.Parent = Part94
  1517. Weld96.C0 = CFrame.new(-47.2987862, 0.896675944, 26.8209515, -0.737820268, -6.03402877e-05, -0.674997211, 1.73667831e-06, -1, 8.74950783e-05, -0.674997211, 6.33833988e-05, 0.737820387)
  1518. Weld96.C1 = CFrame.new(26.0209484, 0.896675944, 46.0987854, -0.674997211, 6.33833988e-05, 0.737820387, 1.73667831e-06, -1, 8.74950783e-05, 0.737820268, 6.03402877e-05, 0.674997211)
  1519. Weld96.Part0 = Part94
  1520. Weld96.Part1 = Part156
  1521. Weld96.part1 = Part156
  1522. Weld97.Parent = Part94
  1523. Weld97.C0 = CFrame.new(-39.8999634, -0.899998069, -29.5989113, -1, -7.05654368e-10, 1.80873485e-05, -7.05654368e-10, 1, 1.91770495e-14, -1.80873485e-05, 6.41363141e-15, -1)
  1524. Weld97.C1 = CFrame.new(-30.3975582, -0.899998069, 38.7010307, 1.79932704e-05, 6.28198301e-15, -1, 7.02016167e-10, 1, 1.89135495e-14, 1, -7.02016167e-10, 1.79932686e-05)
  1525. Weld97.Part0 = Part94
  1526. Weld97.Part1 = Part156
  1527. Weld97.part1 = Part156
  1528. Weld98.Parent = Part94
  1529. Weld98.C0 = CFrame.new(59.3754044, 0.888669074, 27.7709389, 0.550069869, -4.31434455e-05, 0.835118711, 1.76352005e-05, -1, -6.32772935e-05, 0.83511883, 4.95344539e-05, -0.550070345)
  1530. Weld98.C1 = CFrame.new(26.9708977, 0.888669133, -60.5754623, 0.835119188, 4.95344757e-05, -0.550070584, 1.76352005e-05, -1, -6.32772935e-05, -0.55006963, 4.31434455e-05, -0.835118949)
  1531. Weld98.Part0 = Part94
  1532. Weld98.Part1 = Part156
  1533. Weld98.part1 = Part156
  1534. Part99.Parent = Part19
  1535. Part99.CFrame = CFrame.new(-2.52358198, 1.12055063, 11.6029701, -0.845417798, -7.00583623e-05, -0.534111023, -2.20055535e-05, -1, 0.000166000027, -0.534110546, 0.000152092383, 0.845414877)
  1536. Part99.Orientation = Vector3.new(-0.00999999978, -32.2799988, -180)
  1537. Part99.Position = Vector3.new(-2.52358198, 1.12055063, 11.6029701)
  1538. Part99.Rotation = Vector3.new(-0.00999999978, -32.2799988, 180)
  1539. Part99.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1540. Part99.Velocity = Vector3.new(0.000822574366, -0.0154543249, 0.0020052467)
  1541. Part99.Size = Vector3.new(1, 1, 1)
  1542. Part99.BackSurface = Enum.SurfaceType.Weld
  1543. Part99.BottomSurface = Enum.SurfaceType.Weld
  1544. Part99.BrickColor = BrickColor.new("Black")
  1545. Part99.CanCollide = false
  1546. Part99.FrontSurface = Enum.SurfaceType.Weld
  1547. Part99.LeftSurface = Enum.SurfaceType.Weld
  1548. Part99.Reflectance = 0.40000000596046
  1549. Part99.RightSurface = Enum.SurfaceType.Weld
  1550. Part99.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  1551. Part99.TopSurface = Enum.SurfaceType.Weld
  1552. Part99.brickColor = BrickColor.new("Black")
  1553. Part99.FormFactor = Enum.FormFactor.Symmetric
  1554. Part99.formFactor = Enum.FormFactor.Symmetric
  1555. BlockMesh100.Parent = Part99
  1556. BlockMesh100.Scale = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1557. Weld101.Parent = Part99
  1558. Weld101.C0 = CFrame.new(25.7209473, 0.896676123, 45.8987808, -0.674997211, 6.33833988e-05, 0.737820387, 1.73667831e-06, -1, 8.74950783e-05, 0.737820268, 6.03402877e-05, 0.674997211)
  1559. Weld101.C1 = CFrame.new(26.1209488, 0.896675944, 47.0987778, -0.674997211, 6.33833988e-05, 0.737820387, 1.73667831e-06, -1, 8.74950783e-05, 0.737820268, 6.03402877e-05, 0.674997211)
  1560. Weld101.Part0 = Part99
  1561. Weld101.Part1 = Part126
  1562. Weld101.part1 = Part126
  1563. Weld102.Parent = Part99
  1564. Weld102.C0 = CFrame.new(-30.6998177, -0.899999261, 38.4999809, 3.35634991e-06, 2.13298844e-16, -1.00000834, 1.30853536e-10, 1, -2.13680393e-16, 0.999999762, 1.3085355e-10, -3.35634877e-06)
  1565. Weld102.C1 = CFrame.new(-30.2991219, -0.899999022, 39.7003593, 6.4329206e-06, 7.94963026e-16, -1, 2.50906823e-10, 1, 2.4090265e-15, 1, -2.50906795e-10, 6.43292015e-06)
  1566. Weld102.Part0 = Part99
  1567. Weld102.Part1 = Part126
  1568. Weld102.part1 = Part126
  1569. Weld103.Parent = Part99
  1570. Weld103.C0 = CFrame.new(26.6709061, 0.888669133, -60.7754021, 0.835118532, 4.95344284e-05, -0.550070047, 1.76352023e-05, -1, -6.32772935e-05, -0.550070047, 4.31434455e-05, -0.835118532)
  1571. Weld103.C1 = CFrame.new(27.0709095, 0.888669133, -59.5754013, 0.835118532, 4.95344284e-05, -0.550070047, 1.76352023e-05, -1, -6.32772935e-05, -0.550070047, 4.31434455e-05, -0.835118532)
  1572. Weld103.Part0 = Part99
  1573. Weld103.Part1 = Part126
  1574. Weld103.part1 = Part126
  1575. Part104.Parent = Part19
  1576. Part104.CFrame = CFrame.new(-1.66901803, 1.12028515, 10.250349, -0.845416248, -7.00583405e-05, -0.534110844, -2.20056718e-05, -1, 0.000165999983, -0.534110546, 0.00015209234, 0.845414758)
  1577. Part104.Orientation = Vector3.new(-0.00999999978, -32.2799988, -180)
  1578. Part104.Position = Vector3.new(-1.66901803, 1.12028515, 10.250349)
  1579. Part104.Rotation = Vector3.new(-0.00999999978, -32.2799988, 180)
  1580. Part104.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1581. Part104.Velocity = Vector3.new(0.00397289172, -0.00917885639, 0.00399433402)
  1582. Part104.Size = Vector3.new(1, 1, 1)
  1583. Part104.BackSurface = Enum.SurfaceType.Weld
  1584. Part104.BottomSurface = Enum.SurfaceType.Weld
  1585. Part104.BrickColor = BrickColor.new("Black")
  1586. Part104.CanCollide = false
  1587. Part104.FrontSurface = Enum.SurfaceType.Weld
  1588. Part104.LeftSurface = Enum.SurfaceType.Weld
  1589. Part104.Reflectance = 0.40000000596046
  1590. Part104.RightSurface = Enum.SurfaceType.Weld
  1591. Part104.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  1592. Part104.TopSurface = Enum.SurfaceType.Weld
  1593. Part104.brickColor = BrickColor.new("Black")
  1594. Part104.FormFactor = Enum.FormFactor.Symmetric
  1595. Part104.formFactor = Enum.FormFactor.Symmetric
  1596. BlockMesh105.Parent = Part104
  1597. BlockMesh105.Scale = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1598. Weld106.Parent = Part104
  1599. Weld106.C0 = CFrame.new(45.5, -0.900000215, -15.8999987, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  1600. Weld106.C1 = CFrame.new(45.7000046, -0.900000215, -16.1000004, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  1601. Weld106.Part0 = Part104
  1602. Weld106.Part1 = Part171
  1603. Weld106.part1 = Part171
  1604. Weld107.Parent = Part104
  1605. Weld107.C0 = CFrame.new(25.7209473, 0.896675885, 47.4987831, -0.674997211, 6.33833988e-05, 0.737820387, 1.73667831e-06, -1, 8.74950783e-05, 0.737820268, 6.03402877e-05, 0.674997211)
  1606. Weld107.C1 = CFrame.new(25.9209518, 0.896675944, 47.2987823, -0.674997211, 6.33833988e-05, 0.737820387, 1.73667831e-06, -1, 8.74950783e-05, 0.737820268, 6.03402877e-05, 0.674997211)
  1607. Weld107.Part0 = Part104
  1608. Weld107.Part1 = Part171
  1609. Weld107.part1 = Part171
  1610. Weld108.Parent = Part104
  1611. Weld108.C0 = CFrame.new(-30.6998005, -0.899999499, 40.0999641, 3.44958244e-06, 2.25498567e-16, -1.00000858, 1.34491515e-10, 1, -2.25890717e-16, 0.999999762, 1.34491529e-10, -3.44958107e-06)
  1612. Weld108.C1 = CFrame.new(-31.6998138, -0.899999499, 40.2999573, 3.54281497e-06, 2.3803746e-16, -1.00000882, 1.38129494e-10, 1, -2.38440225e-16, 0.999999762, 1.38129508e-10, -3.54281337e-06)
  1613. Weld108.Part0 = Part104
  1614. Weld108.Part1 = Part45
  1615. Weld108.part1 = Part45
  1616. Weld109.Parent = Part104
  1617. Weld109.C0 = CFrame.new(-30.6998005, -0.899999499, 40.0999641, 3.44958244e-06, 2.25498567e-16, -1.00000858, 1.34491515e-10, 1, -2.25890717e-16, 0.999999762, 1.34491529e-10, -3.44958107e-06)
  1618. Weld109.C1 = CFrame.new(-31.6998138, -0.899999499, 40.2999573, 3.54281497e-06, 2.3803746e-16, -1.00000882, 1.38129494e-10, 1, -2.38440225e-16, 0.999999762, 1.38129508e-10, -3.54281337e-06)
  1619. Weld109.Part0 = Part104
  1620. Weld109.Part1 = Part45
  1621. Weld109.part1 = Part45
  1622. Weld110.Parent = Part104
  1623. Weld110.C0 = CFrame.new(26.6709442, 0.888669252, -59.1754456, 0.835119367, 4.95344866e-05, -0.550070703, 1.76352005e-05, -1, -6.32772935e-05, -0.550069511, 4.31434455e-05, -0.835119069)
  1624. Weld110.C1 = CFrame.new(25.6708946, 0.888669133, -58.9754601, 0.835119188, 4.95344757e-05, -0.550070584, 1.76352005e-05, -1, -6.32772935e-05, -0.55006963, 4.31434455e-05, -0.835118949)
  1625. Weld110.Part0 = Part104
  1626. Weld110.Part1 = Part45
  1627. Weld110.part1 = Part45
  1628. Part111.Parent = Part19
  1629. Part111.CFrame = CFrame.new(-2.63918114, 1.12052953, 11.4115658, -0.845448554, -7.00586461e-05, -0.534122944, -2.2004222e-05, -1, 0.000165999983, -0.534116447, 0.00015209282, 0.845412731)
  1630. Part111.Orientation = Vector3.new(-0.00999999978, -32.2799988, -180)
  1631. Part111.Position = Vector3.new(-2.63918114, 1.12052953, 11.4115658)
  1632. Part111.Rotation = Vector3.new(-0.00999999978, -32.2799988, 180)
  1633. Part111.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1634. Part111.Velocity = Vector3.new(0.0012683206, -0.0151914349, 0.00173600879)
  1635. Part111.Size = Vector3.new(1, 1, 1)
  1636. Part111.BackSurface = Enum.SurfaceType.Weld
  1637. Part111.BottomSurface = Enum.SurfaceType.Weld
  1638. Part111.BrickColor = BrickColor.new("Black")
  1639. Part111.CanCollide = false
  1640. Part111.FrontSurface = Enum.SurfaceType.Weld
  1641. Part111.LeftSurface = Enum.SurfaceType.Weld
  1642. Part111.Reflectance = 0.40000000596046
  1643. Part111.RightSurface = Enum.SurfaceType.Weld
  1644. Part111.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  1645. Part111.TopSurface = Enum.SurfaceType.Weld
  1646. Part111.brickColor = BrickColor.new("Black")
  1647. Part111.FormFactor = Enum.FormFactor.Symmetric
  1648. Part111.formFactor = Enum.FormFactor.Symmetric
  1649. BlockMesh112.Parent = Part111
  1650. BlockMesh112.Scale = Vector3.new(0.200000003, 0.200000003, 0.400000006)
  1651. Weld113.Parent = Part111
  1652. Weld113.C0 = CFrame.new(25.5209465, 0.896676004, 45.9987869, -0.674997211, 6.33833988e-05, 0.737820387, 1.73667831e-06, -1, 8.74950783e-05, 0.737820268, 6.03402877e-05, 0.674997211)
  1653. Weld113.C1 = CFrame.new(-45.5987854, 0.896676004, 27.3209476, -0.737820268, -6.03402877e-05, -0.674997211, 1.73667831e-06, -1, 8.74950783e-05, -0.674997211, 6.33833988e-05, 0.737820387)
  1654. Weld113.Part0 = Part111
  1655. Weld113.Part1 = Part59
  1656. Weld113.part1 = Part59
  1657. Weld114.Parent = Part111
  1658. Weld114.C0 = CFrame.new(-30.8975639, -0.89999783, 38.6010437, 1.82729527e-05, 6.47934211e-15, -1, 7.12930104e-10, 1, 1.95066809e-14, 1, -7.12930104e-10, 1.82729509e-05)
  1659. Weld114.C1 = CFrame.new(-38.1999855, -0.89999783, -29.0988884, -1, -7.12930326e-10, 1.82738204e-05, -7.12930326e-10, 1, 1.95741962e-14, -1.82738222e-05, 6.54623399e-15, -1)
  1660. Weld114.Part0 = Part111
  1661. Weld114.Part1 = Part59
  1662. Weld114.part1 = Part59
  1663. Weld115.Parent = Part111
  1664. Weld115.C0 = CFrame.new(26.4709148, 0.888669133, -60.6753998, 0.835118651, 4.9534443e-05, -0.550070226, 1.76352005e-05, -1, -6.32772935e-05, -0.550069988, 4.31434455e-05, -0.835118592)
  1665. Weld115.C1 = CFrame.new(61.0754547, 0.888669074, 28.2708988, 0.55006963, -4.31434455e-05, 0.835118949, 1.76352005e-05, -1, -6.32772935e-05, 0.835119188, 4.95344757e-05, -0.550070584)
  1666. Weld115.Part0 = Part111
  1667. Weld115.Part1 = Part59
  1668. Weld115.part1 = Part59
  1669. Part116.Parent = Part19
  1670. Part116.CFrame = CFrame.new(-1.73121285, 1.12024772, 9.97447014, -0.845429659, -7.00584496e-05, -0.534116209, -2.20051188e-05, -1, 0.000165999954, -0.534113526, 0.000152092558, 0.845413744)
  1671. Part116.Orientation = Vector3.new(-0.00999999978, -32.2799988, -180)
  1672. Part116.Position = Vector3.new(-1.73121285, 1.12024772, 9.97447014)
  1673. Part116.Rotation = Vector3.new(-0.00999999978, -32.2799988, 180)
  1674. Part116.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1675. Part116.Velocity = Vector3.new(0.00461538229, -0.00852395687, 0.00384940067)
  1676. Part116.Size = Vector3.new(1, 1, 1)
  1677. Part116.BackSurface = Enum.SurfaceType.Weld
  1678. Part116.BottomSurface = Enum.SurfaceType.Weld
  1679. Part116.BrickColor = BrickColor.new("Black")
  1680. Part116.CanCollide = false
  1681. Part116.FrontSurface = Enum.SurfaceType.Weld
  1682. Part116.LeftSurface = Enum.SurfaceType.Weld
  1683. Part116.Reflectance = 0.40000000596046
  1684. Part116.RightSurface = Enum.SurfaceType.Weld
  1685. Part116.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  1686. Part116.TopSurface = Enum.SurfaceType.Weld
  1687. Part116.brickColor = BrickColor.new("Black")
  1688. Part116.FormFactor = Enum.FormFactor.Symmetric
  1689. Part116.formFactor = Enum.FormFactor.Symmetric
  1690. BlockMesh117.Parent = Part116
  1691. BlockMesh117.Scale = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1692. Weld118.Parent = Part116
  1693. Weld118.C0 = CFrame.new(-30.8983574, -0.899998546, 40.3006744, 1.18402158e-05, 2.71233333e-15, -1, 4.61909594e-10, 1, 8.18144211e-15, 1, -4.61909622e-10, 1.18402168e-05)
  1694. Weld118.C1 = CFrame.new(-31.4983597, -0.899998426, 40.9006691, 1.17469872e-05, 2.6696092e-15, -1, 4.58271615e-10, 1, 8.05292011e-15, 1, -4.58271643e-10, 1.17469863e-05)
  1695. Weld118.Part0 = Part116
  1696. Weld118.Part1 = Part54
  1697. Weld118.part1 = Part54
  1698. Weld119.Parent = Part116
  1699. Weld119.C0 = CFrame.new(-30.8983574, -0.899998546, 40.3006744, 1.18402158e-05, 2.71233333e-15, -1, 4.61909594e-10, 1, 8.18144211e-15, 1, -4.61909622e-10, 1.18402168e-05)
  1700. Weld119.C1 = CFrame.new(-31.4983597, -0.899998426, 40.9006691, 1.17469872e-05, 2.6696092e-15, -1, 4.58271615e-10, 1, 8.05292011e-15, 1, -4.58271643e-10, 1.17469863e-05)
  1701. Weld119.Part0 = Part116
  1702. Weld119.Part1 = Part54
  1703. Weld119.part1 = Part54
  1704. Weld120.Parent = Part116
  1705. Weld120.C0 = CFrame.new(26.4709911, 0.888669372, -58.9754181, 0.835119605, 4.95344939e-05, -0.550070763, 1.76352023e-05, -1, -6.32772935e-05, -0.550069332, 4.31434455e-05, -0.835119247)
  1706. Weld120.C1 = CFrame.new(25.8708935, 0.888669133, -58.3754578, 0.835119009, 4.95344648e-05, -0.550070465, 1.76352005e-05, -1, -6.32772935e-05, -0.550069749, 4.31434455e-05, -0.83511883)
  1707. Weld120.Part0 = Part116
  1708. Weld120.Part1 = Part54
  1709. Weld120.part1 = Part54
  1710. Part121.Parent = Part19
  1711. Part121.CFrame = CFrame.new(-1.20618355, 1.12036896, 11.0157194, -0.845454752, -7.00587043e-05, -0.534125268, -2.20039528e-05, -1, 0.000165999969, -0.534117579, 0.000152092907, 0.845412254)
  1712. Part121.Orientation = Vector3.new(-0.00999999978, -32.2799988, -180)
  1713. Part121.Position = Vector3.new(-1.20618355, 1.12036896, 11.0157194)
  1714. Part121.Rotation = Vector3.new(-0.00999999978, -32.2799988, 180)
  1715. Part121.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1716. Part121.Velocity = Vector3.new(0.0021904842, -0.0102285175, 0.00507230684)
  1717. Part121.Size = Vector3.new(1, 1, 1)
  1718. Part121.BackSurface = Enum.SurfaceType.Weld
  1719. Part121.BottomSurface = Enum.SurfaceType.Weld
  1720. Part121.BrickColor = BrickColor.new("Black")
  1721. Part121.CanCollide = false
  1722. Part121.FrontSurface = Enum.SurfaceType.Weld
  1723. Part121.LeftSurface = Enum.SurfaceType.Weld
  1724. Part121.Reflectance = 0.40000000596046
  1725. Part121.RightSurface = Enum.SurfaceType.Weld
  1726. Part121.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  1727. Part121.TopSurface = Enum.SurfaceType.Weld
  1728. Part121.brickColor = BrickColor.new("Black")
  1729. Part121.FormFactor = Enum.FormFactor.Symmetric
  1730. Part121.formFactor = Enum.FormFactor.Symmetric
  1731. BlockMesh122.Parent = Part121
  1732. BlockMesh122.Scale = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1733. Weld123.Parent = Part121
  1734. Weld123.C0 = CFrame.new(-29.897747, -0.899998069, 39.7009239, 1.62219421e-05, 5.10292839e-15, -1, 6.3289457e-10, 1, 1.53697059e-14, 1, -6.3289457e-10, 1.62219421e-05)
  1735. Weld123.C1 = CFrame.new(-31.2975311, -0.899998069, 39.9010429, 1.83661796e-05, 6.54580667e-15, -1, 7.16568083e-10, 1, 1.97064248e-14, 1, -7.16568083e-10, 1.83661796e-05)
  1736. Weld123.Part0 = Part121
  1737. Weld123.Part1 = Part131
  1738. Weld123.part1 = Part131
  1739. Weld124.Parent = Part121
  1740. Weld124.C0 = CFrame.new(-29.897747, -0.899998069, 39.7009239, 1.62219421e-05, 5.10292839e-15, -1, 6.3289457e-10, 1, 1.53697059e-14, 1, -6.3289457e-10, 1.62219421e-05)
  1741. Weld124.C1 = CFrame.new(-31.2975311, -0.899998069, 39.9010429, 1.83661796e-05, 6.54580667e-15, -1, 7.16568083e-10, 1, 1.97064248e-14, 1, -7.16568083e-10, 1.83661796e-05)
  1742. Weld124.Part0 = Part121
  1743. Weld124.Part1 = Part131
  1744. Weld124.part1 = Part131
  1745. Weld125.Parent = Part121
  1746. Weld125.C0 = CFrame.new(27.4709053, 0.888669133, -59.5754013, 0.835118532, 4.95344284e-05, -0.550070047, 1.76352023e-05, -1, -6.32772935e-05, -0.550070047, 4.31434455e-05, -0.835118532)
  1747. Weld125.C1 = CFrame.new(26.0709057, 0.888669133, -59.3754501, 0.835119307, 4.95344902e-05, -0.550070763, 1.76351987e-05, -1, -6.32772935e-05, -0.550069571, 4.31434455e-05, -0.835119009)
  1748. Weld125.Part0 = Part121
  1749. Weld125.Part1 = Part131
  1750. Weld125.part1 = Part131
  1751. Part126.Parent = Part19
  1752. Part126.CFrame = CFrame.new(-1.54447675, 1.12036026, 10.8021183, -0.845417798, -7.00583623e-05, -0.534111023, -2.20055535e-05, -1, 0.000166000027, -0.534110546, 0.000152092383, 0.845414877)
  1753. Part126.Orientation = Vector3.new(-0.00999999978, -32.2799988, -180)
  1754. Part126.Position = Vector3.new(-1.54447675, 1.12036026, 10.8021183)
  1755. Part126.Rotation = Vector3.new(-0.00999999978, -32.2799988, 180)
  1756. Part126.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1757. Part126.Velocity = Vector3.new(0.0026878831, -0.0104882866, 0.00428455509)
  1758. Part126.Size = Vector3.new(1, 1, 1)
  1759. Part126.BackSurface = Enum.SurfaceType.Weld
  1760. Part126.BottomSurface = Enum.SurfaceType.Weld
  1761. Part126.BrickColor = BrickColor.new("Black")
  1762. Part126.CanCollide = false
  1763. Part126.FrontSurface = Enum.SurfaceType.Weld
  1764. Part126.LeftSurface = Enum.SurfaceType.Weld
  1765. Part126.Reflectance = 0.40000000596046
  1766. Part126.RightSurface = Enum.SurfaceType.Weld
  1767. Part126.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  1768. Part126.TopSurface = Enum.SurfaceType.Weld
  1769. Part126.brickColor = BrickColor.new("Black")
  1770. Part126.FormFactor = Enum.FormFactor.Symmetric
  1771. Part126.formFactor = Enum.FormFactor.Symmetric
  1772. BlockMesh127.Parent = Part126
  1773. BlockMesh127.Scale = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1774. Weld128.Parent = Part126
  1775. Weld128.C0 = CFrame.new(-30.2991219, -0.899999022, 39.7003593, 6.4329206e-06, 7.94963026e-16, -1, 2.50906823e-10, 1, 2.4090265e-15, 1, -2.50906795e-10, 6.43292015e-06)
  1776. Weld128.C1 = CFrame.new(-30.0986881, -0.899998665, 39.4005508, 9.41626149e-06, 1.71173267e-15, -1, 3.67322145e-10, 1, 5.17053433e-15, 1, -3.67322145e-10, 9.41626149e-06)
  1777. Weld128.Part0 = Part126
  1778. Weld128.Part1 = Part176
  1779. Weld128.part1 = Part176
  1780. Weld129.Parent = Part126
  1781. Weld129.C0 = CFrame.new(-30.2991219, -0.899999022, 39.7003593, 6.4329206e-06, 7.94963026e-16, -1, 2.50906823e-10, 1, 2.4090265e-15, 1, -2.50906795e-10, 6.43292015e-06)
  1782. Weld129.C1 = CFrame.new(-30.0986881, -0.899998665, 39.4005508, 9.41626149e-06, 1.71173267e-15, -1, 3.67322145e-10, 1, 5.17053433e-15, 1, -3.67322145e-10, 9.41626149e-06)
  1783. Weld129.Part0 = Part126
  1784. Weld129.Part1 = Part176
  1785. Weld129.part1 = Part176
  1786. Weld130.Parent = Part126
  1787. Weld130.C0 = CFrame.new(27.0709095, 0.888669133, -59.5754013, 0.835118532, 4.95344284e-05, -0.550070047, 1.76352023e-05, -1, -6.32772935e-05, -0.550070047, 4.31434455e-05, -0.835118532)
  1788. Weld130.C1 = CFrame.new(27.2709408, 0.888669252, -59.8754463, 0.835119367, 4.95344866e-05, -0.550070703, 1.76352005e-05, -1, -6.32772935e-05, -0.550069511, 4.31434455e-05, -0.835119069)
  1789. Weld130.Part0 = Part126
  1790. Weld130.Part1 = Part176
  1791. Weld130.part1 = Part176
  1792. Part131.Parent = Part19
  1793. Part131.CFrame = CFrame.new(-2.28303623, 1.12030494, 10.0989122, -0.845453501, -7.00586825e-05, -0.53412509, -2.2004042e-05, -1, 0.000165999954, -0.53411752, 0.000152092878, 0.845412195)
  1794. Part131.Orientation = Vector3.new(-0.00999999978, -32.2799988, -180)
  1795. Part131.Position = Vector3.new(-2.28303623, 1.12030494, 10.0989122)
  1796. Part131.Rotation = Vector3.new(-0.00999999978, -32.2799988, 180)
  1797. Part131.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1798. Part131.Velocity = Vector3.new(0.00432546437, -0.0103519652, 0.00256463513)
  1799. Part131.Size = Vector3.new(1, 1, 1)
  1800. Part131.BackSurface = Enum.SurfaceType.Weld
  1801. Part131.BottomSurface = Enum.SurfaceType.Weld
  1802. Part131.BrickColor = BrickColor.new("Black")
  1803. Part131.CanCollide = false
  1804. Part131.FrontSurface = Enum.SurfaceType.Weld
  1805. Part131.LeftSurface = Enum.SurfaceType.Weld
  1806. Part131.Reflectance = 0.40000000596046
  1807. Part131.RightSurface = Enum.SurfaceType.Weld
  1808. Part131.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  1809. Part131.TopSurface = Enum.SurfaceType.Weld
  1810. Part131.brickColor = BrickColor.new("Black")
  1811. Part131.FormFactor = Enum.FormFactor.Symmetric
  1812. Part131.formFactor = Enum.FormFactor.Symmetric
  1813. BlockMesh132.Parent = Part131
  1814. BlockMesh132.Scale = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1815. Weld133.Parent = Part131
  1816. Weld133.C0 = CFrame.new(-31.2975311, -0.899998069, 39.9010429, 1.83661796e-05, 6.54580667e-15, -1, 7.16568083e-10, 1, 1.97064248e-14, 1, -7.16568083e-10, 1.83661796e-05)
  1817. Weld133.C1 = CFrame.new(-39.3999557, -0.89999783, -29.6989307, -1, -7.12930326e-10, 1.82738204e-05, -7.12930326e-10, 1, 1.95741962e-14, -1.82738222e-05, 6.54623399e-15, -1)
  1818. Weld133.Part0 = Part131
  1819. Weld133.Part1 = Part166
  1820. Weld133.part1 = Part166
  1821. Weld134.Parent = Part131
  1822. Weld134.C0 = CFrame.new(-31.2975311, -0.899998069, 39.9010429, 1.83661796e-05, 6.54580667e-15, -1, 7.16568083e-10, 1, 1.97064248e-14, 1, -7.16568083e-10, 1.83661796e-05)
  1823. Weld134.C1 = CFrame.new(-39.3999557, -0.89999783, -29.6989307, -1, -7.12930326e-10, 1.82738204e-05, -7.12930326e-10, 1, 1.95741962e-14, -1.82738222e-05, 6.54623399e-15, -1)
  1824. Weld134.Part0 = Part131
  1825. Weld134.Part1 = Part166
  1826. Weld134.part1 = Part166
  1827. Weld135.Parent = Part131
  1828. Weld135.C0 = CFrame.new(26.0709057, 0.888669133, -59.3754501, 0.835119307, 4.95344902e-05, -0.550070763, 1.76351987e-05, -1, -6.32772935e-05, -0.550069571, 4.31434455e-05, -0.835119009)
  1829. Weld135.C1 = CFrame.new(59.8754616, 0.888669133, 27.6708946, 0.55006963, -4.31434455e-05, 0.835118949, 1.76352005e-05, -1, -6.32772935e-05, 0.835119188, 4.95344757e-05, -0.550070584)
  1830. Weld135.Part0 = Part131
  1831. Weld135.Part1 = Part166
  1832. Weld135.part1 = Part166
  1833. Part136.Parent = Part19
  1834. Part136.CFrame = CFrame.new(-0.867980957, 1.12037778, 11.2293682, -0.845459223, -7.0058748e-05, -0.534126997, -2.20037637e-05, -1, 0.00016599994, -0.534118474, 0.000152092995, 0.845411897)
  1835. Part136.Orientation = Vector3.new(-0.00999999978, -32.2799988, -180)
  1836. Part136.Position = Vector3.new(-0.867980957, 1.12037778, 11.2293682)
  1837. Part136.Rotation = Vector3.new(-0.00999999978, -32.2799988, 180)
  1838. Part136.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1839. Part136.Velocity = Vector3.new(0.00169297378, -0.00996913109, 0.00585984765)
  1840. Part136.Size = Vector3.new(1, 1, 1)
  1841. Part136.BackSurface = Enum.SurfaceType.Weld
  1842. Part136.BottomSurface = Enum.SurfaceType.Weld
  1843. Part136.BrickColor = BrickColor.new("Black")
  1844. Part136.CanCollide = false
  1845. Part136.FrontSurface = Enum.SurfaceType.Weld
  1846. Part136.LeftSurface = Enum.SurfaceType.Weld
  1847. Part136.Reflectance = 0.40000000596046
  1848. Part136.RightSurface = Enum.SurfaceType.Weld
  1849. Part136.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  1850. Part136.TopSurface = Enum.SurfaceType.Weld
  1851. Part136.brickColor = BrickColor.new("Black")
  1852. Part136.FormFactor = Enum.FormFactor.Symmetric
  1853. Part136.formFactor = Enum.FormFactor.Symmetric
  1854. BlockMesh137.Parent = Part136
  1855. BlockMesh137.Scale = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1856. Weld138.Parent = Part136
  1857. Weld138.C0 = CFrame.new(-29.4983311, -0.899998546, 39.7006607, 1.16537585e-05, 2.6272243e-15, -1, 4.54633636e-10, 1, 7.92541454e-15, 1, -4.54633664e-10, 1.16537594e-05)
  1858. Weld138.C1 = CFrame.new(-30.3980541, -0.899998307, 39.1008148, 1.40776929e-05, 3.8394572e-15, -1, 5.49221058e-10, 1, 1.15712222e-14, 1, -5.49221002e-10, 1.40776938e-05)
  1859. Weld138.Part0 = Part136
  1860. Weld138.Part1 = Part74
  1861. Weld138.part1 = Part74
  1862. Weld139.Parent = Part136
  1863. Weld139.C0 = CFrame.new(-29.4983311, -0.899998546, 39.7006607, 1.16537585e-05, 2.6272243e-15, -1, 4.54633636e-10, 1, 7.92541454e-15, 1, -4.54633664e-10, 1.16537594e-05)
  1864. Weld139.C1 = CFrame.new(-30.3980541, -0.899998307, 39.1008148, 1.40776929e-05, 3.8394572e-15, -1, 5.49221058e-10, 1, 1.15712222e-14, 1, -5.49221002e-10, 1.40776938e-05)
  1865. Weld139.Part0 = Part136
  1866. Weld139.Part1 = Part74
  1867. Weld139.part1 = Part74
  1868. Weld140.Parent = Part136
  1869. Weld140.C0 = CFrame.new(27.8709087, 0.888669133, -59.5754013, 0.835118532, 4.95344284e-05, -0.550070047, 1.76352023e-05, -1, -6.32772935e-05, -0.550070047, 4.31434455e-05, -0.835118532)
  1870. Weld140.C1 = CFrame.new(26.9709454, 0.888669312, -60.1754456, 0.835119367, 4.95344866e-05, -0.550070703, 1.76352005e-05, -1, -6.32772935e-05, -0.550069511, 4.31434455e-05, -0.835119069)
  1871. Weld140.Part0 = Part136
  1872. Weld140.Part1 = Part74
  1873. Weld140.part1 = Part74
  1874. Part141.Parent = Part19
  1875. Part141.CFrame = CFrame.new(-1.8558073, 1.12017226, 9.42263889, -0.845439851, -7.00585369e-05, -0.534119964, -2.2004624e-05, -1, 0.000165999983, -0.534115314, 0.000152092689, 0.845413029)
  1876. Part141.Orientation = Vector3.new(-0.00999999978, -32.2799988, -180)
  1877. Part141.Position = Vector3.new(-1.8558073, 1.12017226, 9.42263889)
  1878. Part141.Rotation = Vector3.new(-0.00999999978, -32.2799988, 180)
  1879. Part141.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1880. Part141.Velocity = Vector3.new(0.00590053573, -0.00721448241, 0.00355905504)
  1881. Part141.Size = Vector3.new(1, 1, 1)
  1882. Part141.BackSurface = Enum.SurfaceType.Weld
  1883. Part141.BottomSurface = Enum.SurfaceType.Weld
  1884. Part141.BrickColor = BrickColor.new("Black")
  1885. Part141.CanCollide = false
  1886. Part141.FrontSurface = Enum.SurfaceType.Weld
  1887. Part141.LeftSurface = Enum.SurfaceType.Weld
  1888. Part141.Reflectance = 0.40000000596046
  1889. Part141.RightSurface = Enum.SurfaceType.Weld
  1890. Part141.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  1891. Part141.TopSurface = Enum.SurfaceType.Weld
  1892. Part141.brickColor = BrickColor.new("Black")
  1893. Part141.FormFactor = Enum.FormFactor.Symmetric
  1894. Part141.formFactor = Enum.FormFactor.Symmetric
  1895. BlockMesh142.Parent = Part141
  1896. BlockMesh142.Scale = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1897. Weld143.Parent = Part141
  1898. Weld143.C0 = CFrame.new(25.1209469, 0.896676004, 48.0987816, -0.674997211, 6.33833988e-05, 0.737820387, 1.73667831e-06, -1, 8.74950783e-05, 0.737820268, 6.03402877e-05, 0.674997211)
  1899. Weld143.C1 = CFrame.new(26.9209518, 0.896676004, 47.0987778, -0.674997211, 6.33833988e-05, 0.737820387, 1.73667831e-06, -1, 8.74950783e-05, 0.737820268, 6.03402877e-05, 0.674997211)
  1900. Weld143.Part0 = Part141
  1901. Weld143.Part1 = Part136
  1902. Weld143.part1 = Part136
  1903. Weld144.Parent = Part141
  1904. Weld144.C0 = CFrame.new(-31.2983685, -0.899998546, 40.7006683, 1.16537585e-05, 2.6272243e-15, -1, 4.54633636e-10, 1, 7.92541454e-15, 1, -4.54633664e-10, 1.16537594e-05)
  1905. Weld144.C1 = CFrame.new(-29.4983311, -0.899998546, 39.7006607, 1.16537585e-05, 2.6272243e-15, -1, 4.54633636e-10, 1, 7.92541454e-15, 1, -4.54633664e-10, 1.16537594e-05)
  1906. Weld144.Part0 = Part141
  1907. Weld144.Part1 = Part136
  1908. Weld144.part1 = Part136
  1909. Weld145.Parent = Part141
  1910. Weld145.C0 = CFrame.new(26.0708981, 0.888669133, -58.5754623, 0.835119188, 4.95344757e-05, -0.550070584, 1.76352005e-05, -1, -6.32772935e-05, -0.55006963, 4.31434455e-05, -0.835118949)
  1911. Weld145.C1 = CFrame.new(27.8709087, 0.888669133, -59.5754013, 0.835118532, 4.95344284e-05, -0.550070047, 1.76352023e-05, -1, -6.32772935e-05, -0.550070047, 4.31434455e-05, -0.835118532)
  1912. Weld145.Part0 = Part141
  1913. Weld145.Part1 = Part136
  1914. Weld145.part1 = Part136
  1915. Part146.Parent = Part19
  1916. Part146.CFrame = CFrame.new(-2.15854001, 1.1203804, 10.6507912, -0.845424473, -7.00583987e-05, -0.534114063, -2.20053153e-05, -1, 0.000165999954, -0.534112275, 0.000152092471, 0.845414042)
  1917. Part146.Orientation = Vector3.new(-0.00999999978, -32.2799988, -180)
  1918. Part146.Position = Vector3.new(-2.15854001, 1.1203804, 10.6507912)
  1919. Part146.Rotation = Vector3.new(-0.00999999978, -32.2799988, 180)
  1920. Part146.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1921. Part146.Velocity = Vector3.new(0.00304019917, -0.0116618415, 0.00285475166)
  1922. Part146.Size = Vector3.new(1, 1, 1)
  1923. Part146.BackSurface = Enum.SurfaceType.Weld
  1924. Part146.BottomSurface = Enum.SurfaceType.Weld
  1925. Part146.BrickColor = BrickColor.new("Black")
  1926. Part146.CanCollide = false
  1927. Part146.FrontSurface = Enum.SurfaceType.Weld
  1928. Part146.LeftSurface = Enum.SurfaceType.Weld
  1929. Part146.Reflectance = 0.40000000596046
  1930. Part146.RightSurface = Enum.SurfaceType.Weld
  1931. Part146.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  1932. Part146.TopSurface = Enum.SurfaceType.Weld
  1933. Part146.brickColor = BrickColor.new("Black")
  1934. Part146.FormFactor = Enum.FormFactor.Symmetric
  1935. Part146.formFactor = Enum.FormFactor.Symmetric
  1936. BlockMesh147.Parent = Part146
  1937. BlockMesh147.Scale = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1938. Weld148.Parent = Part146
  1939. Weld148.C0 = CFrame.new(-30.8989697, -0.899998784, 39.5003967, 7.36521861e-06, 1.04414588e-15, -1, 2.87286611e-10, 1, 3.16007452e-15, 1, -2.87286583e-10, 7.36521815e-06)
  1940. Weld148.C1 = CFrame.new(-30.6987534, -0.899998784, 39.3005295, 9.1365755e-06, 1.61103189e-15, -1, 3.56408209e-10, 1, 4.86738208e-15, 1, -3.56408209e-10, 9.1365755e-06)
  1941. Weld148.Part0 = Part146
  1942. Weld148.Part1 = Part64
  1943. Weld148.part1 = Part64
  1944. Weld149.Parent = Part146
  1945. Weld149.C0 = CFrame.new(-30.8989697, -0.899998784, 39.5003967, 7.36521861e-06, 1.04414588e-15, -1, 2.87286611e-10, 1, 3.16007452e-15, 1, -2.87286583e-10, 7.36521815e-06)
  1946. Weld149.C1 = CFrame.new(-30.6987534, -0.899998784, 39.3005295, 9.1365755e-06, 1.61103189e-15, -1, 3.56408209e-10, 1, 4.86738208e-15, 1, -3.56408209e-10, 9.1365755e-06)
  1947. Weld149.Part0 = Part146
  1948. Weld149.Part1 = Part64
  1949. Weld149.part1 = Part64
  1950. Weld150.Parent = Part146
  1951. Weld150.C0 = CFrame.new(26.4709587, 0.888669312, -59.7754364, 0.835119426, 4.9534483e-05, -0.550070643, 1.76352023e-05, -1, -6.32772935e-05, -0.550069451, 4.31434455e-05, -0.835119128)
  1952. Weld150.C1 = CFrame.new(26.6709042, 0.888669133, -59.9754028, 0.835118532, 4.95344284e-05, -0.550070047, 1.76352023e-05, -1, -6.32772935e-05, -0.550070047, 4.31434455e-05, -0.835118532)
  1953. Weld150.Part0 = Part146
  1954. Weld150.Part1 = Part64
  1955. Weld150.part1 = Part64
  1956. Part151.Parent = Part19
  1957. Part151.CFrame = CFrame.new(-2.4787488, 1.12013805, 8.91080093, -0.845438063, -7.00585224e-05, -0.534119308, -2.20047004e-05, -1, 0.000165999983, -0.534114957, 0.00015209266, 0.845413208)
  1958. Part151.Orientation = Vector3.new(-0.00999999978, -32.2799988, -180)
  1959. Part151.Position = Vector3.new(-2.4787488, 1.12013805, 8.91080093)
  1960. Part151.Rotation = Vector3.new(-0.00999999978, -32.2799988, 180)
  1961. Part151.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1962. Part151.Velocity = Vector3.new(0.00709245494, -0.00734089315, 0.00210841699)
  1963. Part151.Size = Vector3.new(1, 1, 1)
  1964. Part151.BackSurface = Enum.SurfaceType.Weld
  1965. Part151.BottomSurface = Enum.SurfaceType.Weld
  1966. Part151.BrickColor = BrickColor.new("Black")
  1967. Part151.CanCollide = false
  1968. Part151.FrontSurface = Enum.SurfaceType.Weld
  1969. Part151.LeftSurface = Enum.SurfaceType.Weld
  1970. Part151.Reflectance = 0.40000000596046
  1971. Part151.RightSurface = Enum.SurfaceType.Weld
  1972. Part151.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  1973. Part151.TopSurface = Enum.SurfaceType.Weld
  1974. Part151.brickColor = BrickColor.new("Black")
  1975. Part151.FormFactor = Enum.FormFactor.Symmetric
  1976. Part151.formFactor = Enum.FormFactor.Symmetric
  1977. BlockMesh152.Parent = Part151
  1978. BlockMesh152.Scale = Vector3.new(0.200000003, 0.200000003, 0.400000006)
  1979. Weld153.Parent = Part151
  1980. Weld153.C0 = CFrame.new(44.1000023, -0.900000215, -15.1999998, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  1981. Weld153.C1 = CFrame.new(44.9000015, -0.900000215, -15.2999992, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  1982. Weld153.Part0 = Part151
  1983. Weld153.Part1 = Part141
  1984. Weld153.part1 = Part141
  1985. Weld154.Parent = Part151
  1986. Weld154.C0 = CFrame.new(-32.0983849, -0.899998546, 40.8006668, 1.16537585e-05, 2.6272243e-15, -1, 4.54633636e-10, 1, 7.92541454e-15, 1, -4.54633664e-10, 1.16537594e-05)
  1987. Weld154.C1 = CFrame.new(-31.2983685, -0.899998546, 40.7006683, 1.16537585e-05, 2.6272243e-15, -1, 4.54633636e-10, 1, 7.92541454e-15, 1, -4.54633664e-10, 1.16537594e-05)
  1988. Weld154.Part0 = Part151
  1989. Weld154.Part1 = Part141
  1990. Weld154.part1 = Part141
  1991. Weld155.Parent = Part151
  1992. Weld155.C0 = CFrame.new(25.270895, 0.888669074, -58.4754601, 0.835119188, 4.95344757e-05, -0.550070584, 1.76352005e-05, -1, -6.32772935e-05, -0.55006963, 4.31434455e-05, -0.835118949)
  1993. Weld155.C1 = CFrame.new(26.0708981, 0.888669133, -58.5754623, 0.835119188, 4.95344757e-05, -0.550070584, 1.76352005e-05, -1, -6.32772935e-05, -0.55006963, 4.31434455e-05, -0.835118949)
  1994. Weld155.Part0 = Part151
  1995. Weld155.Part1 = Part141
  1996. Weld155.part1 = Part141
  1997. Part156.Parent = Part19
  1998. Part156.CFrame = CFrame.new(-2.16312504, 1.12052405, 11.5941315, -0.845442712, -7.00585952e-05, -0.534121037, -2.20045058e-05, -1, 0.000165999954, -0.534115434, 0.000152092718, 0.845413029)
  1999. Part156.Orientation = Vector3.new(-0.00999999978, -32.2799988, -180)
  2000. Part156.Position = Vector3.new(-2.16312504, 1.12052405, 11.5941315)
  2001. Part156.Rotation = Vector3.new(-0.00999999978, -32.2799988, 180)
  2002. Part156.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2003. Part156.Velocity = Vector3.new(0.000843225629, -0.0144753968, 0.00284450199)
  2004. Part156.Size = Vector3.new(1, 1, 1)
  2005. Part156.BackSurface = Enum.SurfaceType.Weld
  2006. Part156.BottomSurface = Enum.SurfaceType.Weld
  2007. Part156.BrickColor = BrickColor.new("Black")
  2008. Part156.CanCollide = false
  2009. Part156.FrontSurface = Enum.SurfaceType.Weld
  2010. Part156.LeftSurface = Enum.SurfaceType.Weld
  2011. Part156.Reflectance = 0.40000000596046
  2012. Part156.RightSurface = Enum.SurfaceType.Weld
  2013. Part156.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  2014. Part156.TopSurface = Enum.SurfaceType.Weld
  2015. Part156.brickColor = BrickColor.new("Black")
  2016. Part156.FormFactor = Enum.FormFactor.Symmetric
  2017. Part156.formFactor = Enum.FormFactor.Symmetric
  2018. BlockMesh157.Parent = Part156
  2019. BlockMesh157.Scale = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  2020. Weld158.Parent = Part156
  2021. Weld158.C0 = CFrame.new(26.0209484, 0.896675944, 46.0987854, -0.674997211, 6.33833988e-05, 0.737820387, 1.73667831e-06, -1, 8.74950783e-05, 0.737820268, 6.03402877e-05, 0.674997211)
  2022. Weld158.C1 = CFrame.new(47.0987892, 0.896675944, -26.7209473, 0.737820268, 6.03402877e-05, 0.674997211, 1.73667831e-06, -1, 8.74950783e-05, 0.674997211, -6.33833988e-05, -0.737820387)
  2023. Weld158.Part0 = Part156
  2024. Weld158.Part1 = Part226
  2025. Weld158.part1 = Part226
  2026. Weld159.Parent = Part156
  2027. Weld159.C0 = CFrame.new(-30.3975582, -0.899998069, 38.7010307, 1.79932704e-05, 6.28198301e-15, -1, 7.02016167e-10, 1, 1.89135495e-14, 1, -7.02016167e-10, 1.79932686e-05)
  2028. Weld159.C1 = CFrame.new(39.6999664, -0.899998069, 29.6989117, 1, 7.02016389e-10, -1.79941126e-05, -7.02016389e-10, 1, 1.89800026e-14, 1.79941144e-05, -6.34784024e-15, 1)
  2029. Weld159.Part0 = Part156
  2030. Weld159.Part1 = Part226
  2031. Weld159.part1 = Part226
  2032. Weld160.Parent = Part156
  2033. Weld160.C0 = CFrame.new(26.9708977, 0.888669133, -60.5754623, 0.835119188, 4.95344757e-05, -0.550070584, 1.76352005e-05, -1, -6.32772935e-05, -0.55006963, 4.31434455e-05, -0.835118949)
  2034. Weld160.C1 = CFrame.new(-59.5754013, 0.888669133, -27.6709023, -0.550070047, 4.31434455e-05, -0.835118532, 1.76352023e-05, -1, -6.32772935e-05, -0.835118532, -4.95344284e-05, 0.550070047)
  2035. Weld160.Part0 = Part156
  2036. Weld160.Part1 = Part226
  2037. Weld160.part1 = Part226
  2038. Part161.Parent = Part19
  2039. Part161.CFrame = CFrame.new(-1.80257237, 1.12049723, 11.5852489, -0.845449269, -7.00586461e-05, -0.534123302, -2.20042057e-05, -1, 0.000165999969, -0.534116626, 0.00015209282, 0.845412672)
  2040. Part161.Orientation = Vector3.new(-0.00999999978, -32.2799988, -180)
  2041. Part161.Position = Vector3.new(-1.80257237, 1.12049723, 11.5852489)
  2042. Part161.Rotation = Vector3.new(-0.00999999978, -32.2799988, 180)
  2043. Part161.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2044. Part161.Velocity = Vector3.new(0.00086397992, -0.0134960888, 0.00368397962)
  2045. Part161.Size = Vector3.new(1, 1, 1)
  2046. Part161.BackSurface = Enum.SurfaceType.Weld
  2047. Part161.BottomSurface = Enum.SurfaceType.Weld
  2048. Part161.BrickColor = BrickColor.new("Black")
  2049. Part161.CanCollide = false
  2050. Part161.FrontSurface = Enum.SurfaceType.Weld
  2051. Part161.LeftSurface = Enum.SurfaceType.Weld
  2052. Part161.Reflectance = 0.40000000596046
  2053. Part161.RightSurface = Enum.SurfaceType.Weld
  2054. Part161.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  2055. Part161.TopSurface = Enum.SurfaceType.Weld
  2056. Part161.brickColor = BrickColor.new("Black")
  2057. Part161.FormFactor = Enum.FormFactor.Symmetric
  2058. Part161.formFactor = Enum.FormFactor.Symmetric
  2059. BlockMesh162.Parent = Part161
  2060. BlockMesh162.Scale = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2061. Weld163.Parent = Part161
  2062. Weld163.C0 = CFrame.new(26.3209496, 0.896676004, 46.2987823, -0.674997211, 6.33833988e-05, 0.737820387, 1.73667831e-06, -1, 8.74950783e-05, 0.737820268, 6.03402877e-05, 0.674997211)
  2063. Weld163.C1 = CFrame.new(25.5209465, 0.896676004, 45.9987869, -0.674997211, 6.33833988e-05, 0.737820387, 1.73667831e-06, -1, 8.74950783e-05, 0.737820268, 6.03402877e-05, 0.674997211)
  2064. Weld163.Part0 = Part161
  2065. Weld163.Part1 = Part111
  2066. Weld163.part1 = Part111
  2067. Weld164.Parent = Part161
  2068. Weld164.C0 = CFrame.new(-30.0975094, -0.89999783, 38.9010468, 1.82729527e-05, 6.47934211e-15, -1, 7.12930104e-10, 1, 1.95066809e-14, 1, -7.12930104e-10, 1.82729509e-05)
  2069. Weld164.C1 = CFrame.new(-30.8975639, -0.89999783, 38.6010437, 1.82729527e-05, 6.47934211e-15, -1, 7.12930104e-10, 1, 1.95066809e-14, 1, -7.12930104e-10, 1.82729509e-05)
  2070. Weld164.Part0 = Part161
  2071. Weld164.Part1 = Part111
  2072. Weld164.part1 = Part111
  2073. Weld165.Parent = Part161
  2074. Weld165.C0 = CFrame.new(27.2709389, 0.888669074, -60.3754044, 0.83511883, 4.95344539e-05, -0.550070345, 1.76352005e-05, -1, -6.32772935e-05, -0.550069869, 4.31434455e-05, -0.835118711)
  2075. Weld165.C1 = CFrame.new(26.4709148, 0.888669133, -60.6753998, 0.835118651, 4.9534443e-05, -0.550070226, 1.76352005e-05, -1, -6.32772935e-05, -0.550069988, 4.31434455e-05, -0.835118592)
  2076. Weld165.Part0 = Part161
  2077. Weld165.Part1 = Part111
  2078. Weld165.part1 = Part111
  2079. Part166.Parent = Part19
  2080. Part166.CFrame = CFrame.new(-1.19739842, 1.12042308, 11.3762102, 0.534124315, -7.00586606e-05, -0.845451474, -0.000165999969, -1, -2.20041311e-05, -0.845412433, 0.000152092849, -0.534117162)
  2081. Part166.Orientation = Vector3.new(0, -122.279999, -179.990005)
  2082. Part166.Position = Vector3.new(-1.19739842, 1.12042308, 11.3762102)
  2083. Part166.Rotation = Vector3.new(180, -57.7200012, 0.00999999978)
  2084. Part166.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2085. Part166.Velocity = Vector3.new(0.00135092856, -0.0112758484, 0.00509292353)
  2086. Part166.Size = Vector3.new(1, 1, 1)
  2087. Part166.BackSurface = Enum.SurfaceType.Weld
  2088. Part166.BottomSurface = Enum.SurfaceType.Weld
  2089. Part166.BrickColor = BrickColor.new("Black")
  2090. Part166.CanCollide = false
  2091. Part166.FrontSurface = Enum.SurfaceType.Weld
  2092. Part166.LeftSurface = Enum.SurfaceType.Weld
  2093. Part166.Reflectance = 0.40000000596046
  2094. Part166.RightSurface = Enum.SurfaceType.Weld
  2095. Part166.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  2096. Part166.TopSurface = Enum.SurfaceType.Weld
  2097. Part166.brickColor = BrickColor.new("Black")
  2098. Part166.FormFactor = Enum.FormFactor.Symmetric
  2099. Part166.formFactor = Enum.FormFactor.Symmetric
  2100. BlockMesh167.Parent = Part166
  2101. BlockMesh167.Scale = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  2102. Weld168.Parent = Part166
  2103. Weld168.C0 = CFrame.new(-46.7987862, 0.896676004, 26.7209454, -0.737820268, -6.03402877e-05, -0.674997211, 1.73667831e-06, -1, 8.74950783e-05, -0.674997211, 6.33833988e-05, 0.737820387)
  2104. Weld168.C1 = CFrame.new(26.9209461, 0.896676004, 45.6987839, -0.674997211, 6.33833988e-05, 0.737820387, 1.73667831e-06, -1, 8.74950783e-05, 0.737820268, 6.03402877e-05, 0.674997211)
  2105. Weld168.Part0 = Part166
  2106. Weld168.Part1 = Part79
  2107. Weld168.part1 = Part79
  2108. Weld169.Parent = Part166
  2109. Weld169.C0 = CFrame.new(-39.3999557, -0.89999783, -29.6989307, -1, -7.12930326e-10, 1.82738204e-05, -7.12930326e-10, 1, 1.95741962e-14, -1.82738222e-05, 6.54623399e-15, -1)
  2110. Weld169.C1 = CFrame.new(-29.4975147, -0.89999783, 38.3010445, 1.82729527e-05, 6.47934211e-15, -1, 7.12930104e-10, 1, 1.95066809e-14, 1, -7.12930104e-10, 1.82729509e-05)
  2111. Weld169.Part0 = Part166
  2112. Weld169.Part1 = Part79
  2113. Weld169.part1 = Part79
  2114. Weld170.Parent = Part166
  2115. Weld170.C0 = CFrame.new(59.8754616, 0.888669133, 27.6708946, 0.55006963, -4.31434455e-05, 0.835118949, 1.76352005e-05, -1, -6.32772935e-05, 0.835119188, 4.95344757e-05, -0.550070584)
  2116. Weld170.C1 = CFrame.new(27.8709354, 0.888669074, -60.9754028, 0.83511883, 4.95344539e-05, -0.550070345, 1.76352005e-05, -1, -6.32772935e-05, -0.550069869, 4.31434455e-05, -0.835118711)
  2117. Weld170.Part0 = Part166
  2118. Weld170.Part1 = Part79
  2119. Weld170.part1 = Part79
  2120. Part171.Parent = Part19
  2121. Part171.CFrame = CFrame.new(-1.60674381, 1.12032282, 10.5262632, -0.845416486, -7.00583405e-05, -0.534110904, -2.20056627e-05, -1, 0.000165999983, -0.534110606, 0.00015209234, 0.845414698)
  2122. Part171.Orientation = Vector3.new(-0.00999999978, -32.2799988, -180)
  2123. Part171.Position = Vector3.new(-1.60674381, 1.12032282, 10.5262632)
  2124. Part171.Rotation = Vector3.new(-0.00999999978, -32.2799988, 180)
  2125. Part171.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2126. Part171.Velocity = Vector3.new(0.00333031826, -0.00983364973, 0.00413945317)
  2127. Part171.Size = Vector3.new(1, 1, 1)
  2128. Part171.BackSurface = Enum.SurfaceType.Weld
  2129. Part171.BottomSurface = Enum.SurfaceType.Weld
  2130. Part171.BrickColor = BrickColor.new("Black")
  2131. Part171.CanCollide = false
  2132. Part171.FrontSurface = Enum.SurfaceType.Weld
  2133. Part171.LeftSurface = Enum.SurfaceType.Weld
  2134. Part171.Reflectance = 0.40000000596046
  2135. Part171.RightSurface = Enum.SurfaceType.Weld
  2136. Part171.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  2137. Part171.TopSurface = Enum.SurfaceType.Weld
  2138. Part171.brickColor = BrickColor.new("Black")
  2139. Part171.FormFactor = Enum.FormFactor.Symmetric
  2140. Part171.formFactor = Enum.FormFactor.Symmetric
  2141. BlockMesh172.Parent = Part171
  2142. BlockMesh172.Scale = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2143. Weld173.Parent = Part171
  2144. Weld173.C0 = CFrame.new(-30.4999142, -0.899999499, 39.8999825, 1.11877966e-06, 2.22583384e-17, -1.00000262, 4.35420554e-11, 1, -2.23855207e-17, 0.999999762, 4.35420588e-11, -1.11877966e-06)
  2145. Weld173.C1 = CFrame.new(-30.6998177, -0.899999261, 38.4999809, 3.35634991e-06, 2.13298844e-16, -1.00000834, 1.30853536e-10, 1, -2.13680393e-16, 0.999999762, 1.3085355e-10, -3.35634877e-06)
  2146. Weld173.Part0 = Part171
  2147. Weld173.Part1 = Part99
  2148. Weld173.part1 = Part99
  2149. Weld174.Parent = Part171
  2150. Weld174.C0 = CFrame.new(-30.4999142, -0.899999499, 39.8999825, 1.11877966e-06, 2.22583384e-17, -1.00000262, 4.35420554e-11, 1, -2.23855207e-17, 0.999999762, 4.35420588e-11, -1.11877966e-06)
  2151. Weld174.C1 = CFrame.new(-30.6998177, -0.899999261, 38.4999809, 3.35634991e-06, 2.13298844e-16, -1.00000834, 1.30853536e-10, 1, -2.13680393e-16, 0.999999762, 1.3085355e-10, -3.35634877e-06)
  2152. Weld174.Part0 = Part171
  2153. Weld174.Part1 = Part99
  2154. Weld174.part1 = Part99
  2155. Weld175.Parent = Part171
  2156. Weld175.C0 = CFrame.new(26.8709641, 0.888669312, -59.3754349, 0.835119426, 4.9534483e-05, -0.550070643, 1.76352023e-05, -1, -6.32772935e-05, -0.550069451, 4.31434455e-05, -0.835119128)
  2157. Weld175.C1 = CFrame.new(26.6709061, 0.888669133, -60.7754021, 0.835118532, 4.95344284e-05, -0.550070047, 1.76352023e-05, -1, -6.32772935e-05, -0.550070047, 4.31434455e-05, -0.835118532)
  2158. Weld175.Part0 = Part171
  2159. Weld175.Part1 = Part99
  2160. Weld175.part1 = Part99
  2161. Part176.Parent = Part19
  2162. Part176.CFrame = CFrame.new(-1.53564632, 1.1204145, 11.1626186, -0.845418751, -7.00583623e-05, -0.534111738, -2.2005559e-05, -1, 0.000165999983, -0.534111083, 0.000152092383, 0.845414579)
  2163. Part176.Orientation = Vector3.new(-0.00999999978, -32.2799988, -180)
  2164. Part176.Position = Vector3.new(-1.53564632, 1.1204145, 11.1626186)
  2165. Part176.Rotation = Vector3.new(-0.00999999978, -32.2799988, 180)
  2166. Part176.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2167. Part176.Velocity = Vector3.new(0.00184830476, -0.0115355263, 0.00430527795)
  2168. Part176.Size = Vector3.new(1, 1, 1)
  2169. Part176.BackSurface = Enum.SurfaceType.Weld
  2170. Part176.BottomSurface = Enum.SurfaceType.Weld
  2171. Part176.BrickColor = BrickColor.new("Black")
  2172. Part176.CanCollide = false
  2173. Part176.FrontSurface = Enum.SurfaceType.Weld
  2174. Part176.LeftSurface = Enum.SurfaceType.Weld
  2175. Part176.Reflectance = 0.40000000596046
  2176. Part176.RightSurface = Enum.SurfaceType.Weld
  2177. Part176.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  2178. Part176.TopSurface = Enum.SurfaceType.Weld
  2179. Part176.brickColor = BrickColor.new("Black")
  2180. Part176.FormFactor = Enum.FormFactor.Symmetric
  2181. Part176.formFactor = Enum.FormFactor.Symmetric
  2182. BlockMesh177.Parent = Part176
  2183. BlockMesh177.Scale = Vector3.new(0.200000003, 0.200000003, 0.400000006)
  2184. Weld178.Parent = Part176
  2185. Weld178.C0 = CFrame.new(26.3209496, 0.896675944, 46.7987823, -0.674997211, 6.33833988e-05, 0.737820387, 1.73667831e-06, -1, 8.74950783e-05, 0.737820268, 6.03402877e-05, 0.674997211)
  2186. Weld178.C1 = CFrame.new(24.9209518, 0.896675944, 47.4987831, -0.674997211, 6.33833988e-05, 0.737820387, 1.73667831e-06, -1, 8.74950783e-05, 0.737820268, 6.03402877e-05, 0.674997211)
  2187. Weld178.Part0 = Part176
  2188. Weld178.Part1 = Part25
  2189. Weld178.part1 = Part25
  2190. Weld179.Parent = Part176
  2191. Weld179.C0 = CFrame.new(-30.0986881, -0.899998665, 39.4005508, 9.41626149e-06, 1.71173267e-15, -1, 3.67322145e-10, 1, 5.17053433e-15, 1, -3.67322145e-10, 9.41626149e-06)
  2192. Weld179.C1 = CFrame.new(-31.4987259, -0.899998665, 40.100544, 9.32303283e-06, 1.67782658e-15, -1, 3.63684166e-10, 1, 5.06846601e-15, 1, -3.63684166e-10, 9.32303283e-06)
  2193. Weld179.Part0 = Part176
  2194. Weld179.Part1 = Part25
  2195. Weld179.part1 = Part25
  2196. Weld180.Parent = Part176
  2197. Weld180.C0 = CFrame.new(27.2709408, 0.888669252, -59.8754463, 0.835119367, 4.95344866e-05, -0.550070703, 1.76352005e-05, -1, -6.32772935e-05, -0.550069511, 4.31434455e-05, -0.835119069)
  2198. Weld180.C1 = CFrame.new(25.8709049, 0.888669133, -59.1754532, 0.835119128, 4.95344793e-05, -0.550070643, 1.76351987e-05, -1, -6.32772935e-05, -0.55006969, 4.31434455e-05, -0.83511889)
  2199. Weld180.Part0 = Part176
  2200. Weld180.Part1 = Part25
  2201. Weld180.part1 = Part25
  2202. Part181.Parent = Part19
  2203. Part181.CFrame = CFrame.new(-1.79352796, 1.12020993, 9.69854736, -0.845436335, -7.00585151e-05, -0.534118533, -2.20047659e-05, -1, 0.000165999998, -0.53411454, 0.000152092645, 0.845413446)
  2204. Part181.Orientation = Vector3.new(-0.00999999978, -32.2799988, -180)
  2205. Part181.Position = Vector3.new(-1.79352796, 1.12020993, 9.69854736)
  2206. Part181.Rotation = Vector3.new(-0.00999999978, -32.2799988, 180)
  2207. Part181.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2208. Part181.Velocity = Vector3.new(0.00525797578, -0.00786924548, 0.00370418606)
  2209. Part181.Size = Vector3.new(1, 1, 1)
  2210. Part181.BackSurface = Enum.SurfaceType.Weld
  2211. Part181.BottomSurface = Enum.SurfaceType.Weld
  2212. Part181.BrickColor = BrickColor.new("Black")
  2213. Part181.CanCollide = false
  2214. Part181.FrontSurface = Enum.SurfaceType.Weld
  2215. Part181.LeftSurface = Enum.SurfaceType.Weld
  2216. Part181.Reflectance = 0.40000000596046
  2217. Part181.RightSurface = Enum.SurfaceType.Weld
  2218. Part181.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  2219. Part181.TopSurface = Enum.SurfaceType.Weld
  2220. Part181.brickColor = BrickColor.new("Black")
  2221. Part181.FormFactor = Enum.FormFactor.Symmetric
  2222. Part181.formFactor = Enum.FormFactor.Symmetric
  2223. BlockMesh182.Parent = Part181
  2224. BlockMesh182.Scale = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2225. Weld183.Parent = Part181
  2226. Weld183.C0 = CFrame.new(25.3209457, 0.896676004, 47.8987808, -0.674997211, 6.33833988e-05, 0.737820387, 1.73667831e-06, -1, 8.74950783e-05, 0.737820268, 6.03402877e-05, 0.674997211)
  2227. Weld183.C1 = CFrame.new(24.3209476, 0.896676004, 48.1987839, -0.674997211, 6.33833988e-05, 0.737820387, 1.73667831e-06, -1, 8.74950783e-05, 0.737820268, 6.03402877e-05, 0.674997211)
  2228. Weld183.Part0 = Part181
  2229. Weld183.Part1 = Part151
  2230. Weld183.part1 = Part151
  2231. Weld184.Parent = Part181
  2232. Weld184.C0 = CFrame.new(-31.0983562, -0.899998426, 40.5006714, 1.17469872e-05, 2.6696092e-15, -1, 4.58271615e-10, 1, 8.05292011e-15, 1, -4.58271643e-10, 1.17469863e-05)
  2233. Weld184.C1 = CFrame.new(-32.0983849, -0.899998546, 40.8006668, 1.16537585e-05, 2.6272243e-15, -1, 4.54633636e-10, 1, 7.92541454e-15, 1, -4.54633664e-10, 1.16537594e-05)
  2234. Weld184.Part0 = Part181
  2235. Weld184.Part1 = Part151
  2236. Weld184.part1 = Part151
  2237. Weld185.Parent = Part181
  2238. Weld185.C0 = CFrame.new(26.2709103, 0.888669133, -58.7754517, 0.835119128, 4.95344793e-05, -0.550070643, 1.76351987e-05, -1, -6.32772935e-05, -0.55006969, 4.31434455e-05, -0.83511889)
  2239. Weld185.C1 = CFrame.new(25.270895, 0.888669074, -58.4754601, 0.835119188, 4.95344757e-05, -0.550070584, 1.76352005e-05, -1, -6.32772935e-05, -0.55006963, 4.31434455e-05, -0.835118949)
  2240. Weld185.Part0 = Part181
  2241. Weld185.Part1 = Part151
  2242. Weld185.part1 = Part151
  2243. Part186.Name = "Part2"
  2244. Part186.Parent = Part19
  2245. Part186.CFrame = CFrame.new(-1.82042062, 1.1203891, 10.8643932, -0.534112215, -7.00583769e-05, 0.845420599, 0.000165999969, -1, 2.20054226e-05, 0.8454144, 0.000152092383, 0.534111142)
  2246. Part186.Orientation = Vector3.new(0, 57.7200012, 179.990005)
  2247. Part186.Position = Vector3.new(-1.82042062, 1.1203891, 10.8643932)
  2248. Part186.Rotation = Vector3.new(0, 57.7200012, 179.990005)
  2249. Part186.Color = Color3.new(0, 1, 1)
  2250. Part186.Velocity = Vector3.new(0.00254279817, -0.0114025353, 0.00364209781)
  2251. Part186.Size = Vector3.new(1, 1, 1)
  2252. Part186.BackSurface = Enum.SurfaceType.Weld
  2253. Part186.BottomSurface = Enum.SurfaceType.Weld
  2254. Part186.BrickColor = BrickColor.new("Toothpaste")
  2255. Part186.CanCollide = false
  2256. Part186.FrontSurface = Enum.SurfaceType.Weld
  2257. Part186.LeftSurface = Enum.SurfaceType.Weld
  2258. Part186.Reflectance = 0.40000000596046
  2259. Part186.RightSurface = Enum.SurfaceType.Weld
  2260. Part186.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  2261. Part186.TopSurface = Enum.SurfaceType.Weld
  2262. Part186.brickColor = BrickColor.new("Toothpaste")
  2263. Part186.FormFactor = Enum.FormFactor.Symmetric
  2264. Part186.formFactor = Enum.FormFactor.Symmetric
  2265. BlockMesh187.Parent = Part186
  2266. BlockMesh187.Scale = Vector3.new(0.200000003, 0.200000003, 0.600000024)
  2267. Weld188.Parent = Part186
  2268. Weld188.C0 = CFrame.new(46.898777, 0.896675885, -25.9209499, 0.737820268, 6.03402877e-05, 0.674997211, 1.73667831e-06, -1, 8.74950783e-05, 0.674997211, -6.33833988e-05, -0.737820387)
  2269. Weld188.C1 = CFrame.new(47.2987747, 0.896675885, -25.5209465, 0.737820268, 6.03402877e-05, 0.674997211, 1.73667831e-06, -1, 8.74950783e-05, 0.674997211, -6.33833988e-05, -0.737820387)
  2270. Weld188.Part0 = Part186
  2271. Weld188.Part1 = Part196
  2272. Weld188.part1 = Part196
  2273. Weld189.Parent = Part186
  2274. Weld189.C0 = CFrame.new(39.4999123, -0.89999789, 30.4988613, 1, 7.74775966e-10, -1.98588332e-05, -7.74775966e-10, 1, 2.3114284e-14, 1.9858835e-05, -7.72813464e-15, 1)
  2275. Weld189.C1 = CFrame.new(39.8998871, -0.89999789, 30.8988895, 1, 7.71137987e-10, -1.97655972e-05, -7.71137987e-10, 1, 2.28979026e-14, 1.97655991e-05, -7.65589798e-15, 1)
  2276. Weld189.Part0 = Part186
  2277. Weld189.Part1 = Part196
  2278. Weld189.part1 = Part196
  2279. Weld190.Parent = Part186
  2280. Weld190.C0 = CFrame.new(-59.7754517, 0.888669133, -26.8709068, -0.55006969, 4.31434455e-05, -0.83511889, 1.76351987e-05, -1, -6.32772935e-05, -0.835119128, -4.95344793e-05, 0.550070643)
  2281. Weld190.C1 = CFrame.new(-59.3754616, 0.888669133, -26.47089, -0.550069749, 4.31434455e-05, -0.83511883, 1.76352005e-05, -1, -6.32772935e-05, -0.835119009, -4.95344648e-05, 0.550070465)
  2282. Weld190.Part0 = Part186
  2283. Weld190.Part1 = Part196
  2284. Weld190.part1 = Part196
  2285. Part191.Name = "Part2"
  2286. Part191.Parent = Part19
  2287. Part191.CFrame = CFrame.new(-2.00709581, 1.12027645, 10.0366936, -0.534118712, -7.00585224e-05, 0.845436215, 0.000165999911, -1, 2.20048187e-05, 0.845413208, 0.000152092631, 0.53411442)
  2288. Part191.Orientation = Vector3.new(0, 57.7200012, 179.990005)
  2289. Part191.Position = Vector3.new(-2.00709581, 1.12027645, 10.0366936)
  2290. Part191.Rotation = Vector3.new(0, 57.7200012, 179.990005)
  2291. Part191.Color = Color3.new(0, 1, 1)
  2292. Part191.Velocity = Vector3.new(0.00447041728, -0.00943789072, 0.00320708519)
  2293. Part191.Size = Vector3.new(1, 1, 1)
  2294. Part191.BackSurface = Enum.SurfaceType.Weld
  2295. Part191.BottomSurface = Enum.SurfaceType.Weld
  2296. Part191.BrickColor = BrickColor.new("Toothpaste")
  2297. Part191.CanCollide = false
  2298. Part191.FrontSurface = Enum.SurfaceType.Weld
  2299. Part191.LeftSurface = Enum.SurfaceType.Weld
  2300. Part191.Reflectance = 0.40000000596046
  2301. Part191.RightSurface = Enum.SurfaceType.Weld
  2302. Part191.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  2303. Part191.TopSurface = Enum.SurfaceType.Weld
  2304. Part191.brickColor = BrickColor.new("Toothpaste")
  2305. Part191.FormFactor = Enum.FormFactor.Symmetric
  2306. Part191.formFactor = Enum.FormFactor.Symmetric
  2307. BlockMesh192.Parent = Part191
  2308. BlockMesh192.Scale = Vector3.new(0.200000003, 0.200000003, 0.600000024)
  2309. Weld193.Parent = Part191
  2310. Weld193.C0 = CFrame.new(-15.9000006, -0.900000215, -45.1000023, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2311. Weld193.C1 = CFrame.new(-16.7000008, -0.900000215, -45.7999992, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2312. Weld193.Part0 = Part191
  2313. Weld193.Part1 = Part256
  2314. Weld193.part1 = Part256
  2315. Weld194.Parent = Part191
  2316. Weld194.C0 = CFrame.new(40.0998878, -0.899997771, 31.0988598, 1, 8.00241817e-10, -2.05114848e-05, -8.00241817e-10, 1, 2.46574391e-14, 2.05114829e-05, -8.24328991e-15, 1)
  2317. Weld194.C1 = CFrame.new(39.2999153, -0.899997771, 30.3988285, 1, 7.96603838e-10, -2.04182488e-05, -7.96603838e-10, 1, 2.44339376e-14, 2.04182488e-05, -8.16868325e-15, 1)
  2318. Weld194.Part0 = Part191
  2319. Weld194.Part1 = Part256
  2320. Weld194.part1 = Part256
  2321. Weld195.Parent = Part191
  2322. Weld195.C0 = CFrame.new(-59.1754227, 0.888669372, -26.2709923, -0.550069332, 4.31434455e-05, -0.835119247, 1.76352023e-05, -1, -6.32772935e-05, -0.835119605, -4.95344939e-05, 0.550070763)
  2323. Weld195.C1 = CFrame.new(-59.9754219, 0.888669312, -26.9709892, -0.550069332, 4.31434455e-05, -0.835119247, 1.76352023e-05, -1, -6.32772935e-05, -0.835119605, -4.95344939e-05, 0.550070763)
  2324. Weld195.Part0 = Part191
  2325. Weld195.Part1 = Part256
  2326. Weld195.part1 = Part256
  2327. Part196.Name = "Part2"
  2328. Part196.Parent = Part19
  2329. Part196.CFrame = CFrame.new(-1.94496799, 1.12031388, 10.3125792, -0.534111619, -7.00583623e-05, 0.845419109, 0.000165999969, -1, 2.20054935e-05, 0.845414519, 0.000152092369, 0.534110844)
  2330. Part196.Orientation = Vector3.new(0, 57.7200012, 179.990005)
  2331. Part196.Position = Vector3.new(-1.94496799, 1.12031388, 10.3125792)
  2332. Part196.Rotation = Vector3.new(0, 57.7200012, 179.990005)
  2333. Part196.Color = Color3.new(0, 1, 1)
  2334. Part196.Velocity = Vector3.new(0.00382791134, -0.0100929877, 0.00335186254)
  2335. Part196.Size = Vector3.new(1, 1, 1)
  2336. Part196.BackSurface = Enum.SurfaceType.Weld
  2337. Part196.BottomSurface = Enum.SurfaceType.Weld
  2338. Part196.BrickColor = BrickColor.new("Toothpaste")
  2339. Part196.CanCollide = false
  2340. Part196.FrontSurface = Enum.SurfaceType.Weld
  2341. Part196.LeftSurface = Enum.SurfaceType.Weld
  2342. Part196.Reflectance = 0.40000000596046
  2343. Part196.RightSurface = Enum.SurfaceType.Weld
  2344. Part196.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  2345. Part196.TopSurface = Enum.SurfaceType.Weld
  2346. Part196.brickColor = BrickColor.new("Toothpaste")
  2347. Part196.FormFactor = Enum.FormFactor.Symmetric
  2348. Part196.formFactor = Enum.FormFactor.Symmetric
  2349. BlockMesh197.Parent = Part196
  2350. BlockMesh197.Scale = Vector3.new(0.200000003, 0.200000003, 0.600000024)
  2351. Weld198.Parent = Part196
  2352. Weld198.C0 = CFrame.new(39.8998871, -0.89999789, 30.8988895, 1, 7.71137987e-10, -1.97655972e-05, -7.71137987e-10, 1, 2.28979026e-14, 1.97655991e-05, -7.65589798e-15, 1)
  2353. Weld198.C1 = CFrame.new(38.6999512, -0.89999783, 29.4988232, 1, 7.67500008e-10, -1.96723613e-05, -7.67500008e-10, 1, 2.26825394e-14, 1.96723613e-05, -7.58400182e-15, 1)
  2354. Weld198.Part0 = Part196
  2355. Weld198.Part1 = Part266
  2356. Weld198.part1 = Part266
  2357. Weld199.Parent = Part196
  2358. Weld199.C0 = CFrame.new(39.8998871, -0.89999789, 30.8988895, 1, 7.71137987e-10, -1.97655972e-05, -7.71137987e-10, 1, 2.28979026e-14, 1.97655991e-05, -7.65589798e-15, 1)
  2359. Weld199.C1 = CFrame.new(38.6999512, -0.89999783, 29.4988232, 1, 7.67500008e-10, -1.96723613e-05, -7.67500008e-10, 1, 2.26825394e-14, 1.96723613e-05, -7.58400182e-15, 1)
  2360. Weld199.Part0 = Part196
  2361. Weld199.Part1 = Part266
  2362. Weld199.part1 = Part266
  2363. Weld200.Parent = Part196
  2364. Weld200.C0 = CFrame.new(-59.3754616, 0.888669133, -26.47089, -0.550069749, 4.31434455e-05, -0.83511883, 1.76352005e-05, -1, -6.32772935e-05, -0.835119009, -4.95344648e-05, 0.550070465)
  2365. Weld200.C1 = CFrame.new(-60.5754013, 0.888669193, -27.8709469, -0.550069809, 4.31434455e-05, -0.835118771, 1.76351987e-05, -1, -6.32772935e-05, -0.835118949, -4.95344684e-05, 0.550070524)
  2366. Weld200.Part0 = Part196
  2367. Weld200.Part1 = Part266
  2368. Weld200.part1 = Part266
  2369. Part201.Name = "Part2"
  2370. Part201.Parent = Part19
  2371. Part201.CFrame = CFrame.new(-2.05631733, 1.12049091, 11.4250488, -0.534119248, -7.00585515e-05, 0.845438421, 0.00016599994, -1, 2.20046786e-05, 0.845413268, 0.000152092674, 0.53411454)
  2372. Part201.Orientation = Vector3.new(0, 57.7200012, 179.990005)
  2373. Part201.Position = Vector3.new(-2.05631733, 1.12049091, 11.4250488)
  2374. Part201.Rotation = Vector3.new(0, 57.7200012, 179.990005)
  2375. Part201.Color = Color3.new(0, 1, 1)
  2376. Part201.Velocity = Vector3.new(0.00123702688, -0.013690982, 0.00309310853)
  2377. Part201.Size = Vector3.new(1, 1, 1)
  2378. Part201.BackSurface = Enum.SurfaceType.Weld
  2379. Part201.BottomSurface = Enum.SurfaceType.Weld
  2380. Part201.BrickColor = BrickColor.new("Toothpaste")
  2381. Part201.CanCollide = false
  2382. Part201.FrontSurface = Enum.SurfaceType.Weld
  2383. Part201.LeftSurface = Enum.SurfaceType.Weld
  2384. Part201.Reflectance = 0.40000000596046
  2385. Part201.RightSurface = Enum.SurfaceType.Weld
  2386. Part201.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  2387. Part201.TopSurface = Enum.SurfaceType.Weld
  2388. Part201.brickColor = BrickColor.new("Toothpaste")
  2389. Part201.FormFactor = Enum.FormFactor.Symmetric
  2390. Part201.formFactor = Enum.FormFactor.Symmetric
  2391. BlockMesh202.Parent = Part201
  2392. BlockMesh202.Scale = Vector3.new(0.200000003, 0.200000003, 0.400000006)
  2393. Weld203.Parent = Part201
  2394. Weld203.C0 = CFrame.new(46.2987862, 0.896675885, -26.0209484, 0.737820268, 6.03402877e-05, 0.674997211, 1.73667831e-06, -1, 8.74950783e-05, 0.674997211, -6.33833988e-05, -0.737820387)
  2395. Weld203.C1 = CFrame.new(45.6987801, 0.896675885, -27.1209488, 0.737820268, 6.03402877e-05, 0.674997211, 1.73667831e-06, -1, 8.74950783e-05, 0.674997211, -6.33833988e-05, -0.737820387)
  2396. Weld203.Part0 = Part201
  2397. Weld203.Part1 = Part241
  2398. Weld203.part1 = Part241
  2399. Weld204.Parent = Part201
  2400. Weld204.C0 = CFrame.new(38.8999367, -0.89999783, 30.3988743, 1, 7.6022405e-10, -1.94858894e-05, -7.6022405e-10, 1, 2.2254864e-14, 1.94858894e-05, -7.44121748e-15, 1)
  2401. Weld204.C1 = CFrame.new(38.2999687, -0.89999783, 29.2988224, 1, 7.56586072e-10, -1.93926535e-05, -7.56586072e-10, 1, 2.20425552e-14, 1.93926535e-05, -7.37034538e-15, 1)
  2402. Weld204.Part0 = Part201
  2403. Weld204.Part1 = Part241
  2404. Weld204.part1 = Part241
  2405. Weld205.Parent = Part201
  2406. Weld205.C0 = CFrame.new(-60.3754616, 0.888669133, -26.9708862, -0.550069749, 4.31434455e-05, -0.83511883, 1.76352005e-05, -1, -6.32772935e-05, -0.835119009, -4.95344648e-05, 0.550070465)
  2407. Weld205.C1 = CFrame.new(-60.9754028, 0.888669133, -28.0709057, -0.550070047, 4.31434455e-05, -0.835118532, 1.76352023e-05, -1, -6.32772935e-05, -0.835118532, -4.95344284e-05, 0.550070047)
  2408. Weld205.Part0 = Part201
  2409. Weld205.Part1 = Part241
  2410. Weld205.part1 = Part241
  2411. Part206.Name = "Part2"
  2412. Part206.Parent = Part19
  2413. Part206.CFrame = CFrame.new(-2.13167667, 1.12020123, 9.48487282, -0.534115672, -7.00584424e-05, 0.845428765, 0.00016599994, -1, 2.20051043e-05, 0.845413566, 0.0001520925, 0.534112871)
  2414. Part206.Orientation = Vector3.new(0, 57.7200012, 179.990005)
  2415. Part206.Position = Vector3.new(-2.13167667, 1.12020123, 9.48487282)
  2416. Part206.Rotation = Vector3.new(0, 57.7200012, 179.990005)
  2417. Part206.Color = Color3.new(0, 1, 1)
  2418. Part206.Velocity = Vector3.new(0.00575554604, -0.00812841207, 0.00291677169)
  2419. Part206.Size = Vector3.new(1, 1, 1)
  2420. Part206.BackSurface = Enum.SurfaceType.Weld
  2421. Part206.BottomSurface = Enum.SurfaceType.Weld
  2422. Part206.BrickColor = BrickColor.new("Toothpaste")
  2423. Part206.CanCollide = false
  2424. Part206.FrontSurface = Enum.SurfaceType.Weld
  2425. Part206.LeftSurface = Enum.SurfaceType.Weld
  2426. Part206.Reflectance = 0.40000000596046
  2427. Part206.RightSurface = Enum.SurfaceType.Weld
  2428. Part206.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  2429. Part206.TopSurface = Enum.SurfaceType.Weld
  2430. Part206.brickColor = BrickColor.new("Toothpaste")
  2431. Part206.FormFactor = Enum.FormFactor.Symmetric
  2432. Part206.formFactor = Enum.FormFactor.Symmetric
  2433. BlockMesh207.Parent = Part206
  2434. BlockMesh207.Scale = Vector3.new(0.200000003, 0.200000003, 0.600000024)
  2435. Weld208.Parent = Part206
  2436. Weld208.C0 = CFrame.new(40.4998665, -0.899997771, 31.4988976, 1, 7.89327881e-10, -2.02317769e-05, -7.89327881e-10, 1, 2.39899822e-14, 2.02317769e-05, -8.02047366e-15, 1)
  2437. Weld208.C1 = CFrame.new(40.6998634, -0.899997771, 31.6989098, 1, 7.85689902e-10, -2.0138541e-05, -7.85689902e-10, 1, 2.37695317e-14, 2.0138541e-05, -7.9468809e-15, 1)
  2438. Weld208.Part0 = Part206
  2439. Weld208.Part1 = Part211
  2440. Weld208.part1 = Part211
  2441. Weld209.Parent = Part206
  2442. Weld209.C0 = CFrame.new(40.4998665, -0.899997771, 31.4988976, 1, 7.89327881e-10, -2.02317769e-05, -7.89327881e-10, 1, 2.39899822e-14, 2.02317769e-05, -8.02047366e-15, 1)
  2443. Weld209.C1 = CFrame.new(40.6998634, -0.899997771, 31.6989098, 1, 7.85689902e-10, -2.0138541e-05, -7.85689902e-10, 1, 2.37695317e-14, 2.0138541e-05, -7.9468809e-15, 1)
  2444. Weld209.Part0 = Part206
  2445. Weld209.Part1 = Part211
  2446. Weld209.part1 = Part211
  2447. Weld210.Parent = Part206
  2448. Weld210.C0 = CFrame.new(-58.7754364, 0.888669312, -25.8709583, -0.550069451, 4.31434455e-05, -0.835119128, 1.76352023e-05, -1, -6.32772935e-05, -0.835119426, -4.9534483e-05, 0.550070643)
  2449. Weld210.C1 = CFrame.new(-58.5754471, 0.888669252, -25.6709385, -0.550069511, 4.31434455e-05, -0.835119069, 1.76352005e-05, -1, -6.32772935e-05, -0.835119367, -4.95344866e-05, 0.550070703)
  2450. Weld210.Part0 = Part206
  2451. Weld210.Part1 = Part211
  2452. Weld210.part1 = Part211
  2453. Part211.Name = "Part2"
  2454. Part211.Parent = Part19
  2455. Part211.CFrame = CFrame.new(-2.19395828, 1.12016356, 9.20896816, -0.534114718, -7.00584205e-05, 0.845426559, 0.000165999954, -1, 2.20051843e-05, 0.845413744, 0.000152092456, 0.534112394)
  2456. Part211.Orientation = Vector3.new(0, 57.7200012, 179.990005)
  2457. Part211.Position = Vector3.new(-2.19395828, 1.12016356, 9.20896816)
  2458. Part211.Rotation = Vector3.new(0, 57.7200012, 179.990005)
  2459. Part211.Color = Color3.new(0, 1, 1)
  2460. Part211.Velocity = Vector3.new(0.00639809715, -0.00747366622, 0.00277163531)
  2461. Part211.Size = Vector3.new(1, 1, 1)
  2462. Part211.BackSurface = Enum.SurfaceType.Weld
  2463. Part211.BottomSurface = Enum.SurfaceType.Weld
  2464. Part211.BrickColor = BrickColor.new("Toothpaste")
  2465. Part211.CanCollide = false
  2466. Part211.FrontSurface = Enum.SurfaceType.Weld
  2467. Part211.LeftSurface = Enum.SurfaceType.Weld
  2468. Part211.Reflectance = 0.40000000596046
  2469. Part211.RightSurface = Enum.SurfaceType.Weld
  2470. Part211.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  2471. Part211.TopSurface = Enum.SurfaceType.Weld
  2472. Part211.brickColor = BrickColor.new("Toothpaste")
  2473. Part211.FormFactor = Enum.FormFactor.Symmetric
  2474. Part211.formFactor = Enum.FormFactor.Symmetric
  2475. BlockMesh212.Parent = Part211
  2476. BlockMesh212.Scale = Vector3.new(0.200000003, 0.200000003, 0.600000024)
  2477. Weld213.Parent = Part211
  2478. Weld213.C0 = CFrame.new(40.6998634, -0.899997771, 31.6989098, 1, 7.85689902e-10, -2.0138541e-05, -7.85689902e-10, 1, 2.37695317e-14, 2.0138541e-05, -7.9468809e-15, 1)
  2479. Weld213.C1 = CFrame.new(40.8998604, -0.89999789, 31.7989311, 1, 7.82051923e-10, -2.00453051e-05, -7.82051923e-10, 1, 2.35500977e-14, 2.00453069e-05, -7.8736278e-15, 1)
  2480. Weld213.Part0 = Part211
  2481. Weld213.Part1 = Part231
  2482. Weld213.part1 = Part231
  2483. Weld214.Parent = Part211
  2484. Weld214.C0 = CFrame.new(40.6998634, -0.899997771, 31.6989098, 1, 7.85689902e-10, -2.0138541e-05, -7.85689902e-10, 1, 2.37695317e-14, 2.0138541e-05, -7.9468809e-15, 1)
  2485. Weld214.C1 = CFrame.new(40.8998604, -0.89999789, 31.7989311, 1, 7.82051923e-10, -2.00453051e-05, -7.82051923e-10, 1, 2.35500977e-14, 2.00453069e-05, -7.8736278e-15, 1)
  2486. Weld214.Part0 = Part211
  2487. Weld214.Part1 = Part231
  2488. Weld214.part1 = Part231
  2489. Weld215.Parent = Part211
  2490. Weld215.C0 = CFrame.new(-58.5754471, 0.888669252, -25.6709385, -0.550069511, 4.31434455e-05, -0.835119069, 1.76352005e-05, -1, -6.32772935e-05, -0.835119367, -4.95344866e-05, 0.550070703)
  2491. Weld215.C1 = CFrame.new(-58.3754501, 0.888669133, -25.5709095, -0.550069571, 4.31434455e-05, -0.835119009, 1.76351987e-05, -1, -6.32772935e-05, -0.835119307, -4.95344902e-05, 0.550070763)
  2492. Weld215.Part0 = Part211
  2493. Weld215.Part1 = Part231
  2494. Weld215.part1 = Part231
  2495. Part216.Name = "Part2"
  2496. Part216.Parent = Part19
  2497. Part216.CFrame = CFrame.new(-1.8826983, 1.12035155, 10.5884905, -0.53411299, -7.00583842e-05, 0.845422328, 0.000165999969, -1, 2.20053571e-05, 0.845414162, 0.000152092398, 0.534111559)
  2498. Part216.Orientation = Vector3.new(0, 57.7200012, 179.990005)
  2499. Part216.Position = Vector3.new(-1.8826983, 1.12035155, 10.5884905)
  2500. Part216.Rotation = Vector3.new(0, 57.7200012, 179.990005)
  2501. Part216.Color = Color3.new(0, 1, 1)
  2502. Part216.Velocity = Vector3.new(0.00318534463, -0.0107477847, 0.00349697098)
  2503. Part216.Size = Vector3.new(1, 1, 1)
  2504. Part216.BackSurface = Enum.SurfaceType.Weld
  2505. Part216.BottomSurface = Enum.SurfaceType.Weld
  2506. Part216.BrickColor = BrickColor.new("Toothpaste")
  2507. Part216.CanCollide = false
  2508. Part216.FrontSurface = Enum.SurfaceType.Weld
  2509. Part216.LeftSurface = Enum.SurfaceType.Weld
  2510. Part216.Reflectance = 0.40000000596046
  2511. Part216.RightSurface = Enum.SurfaceType.Weld
  2512. Part216.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  2513. Part216.TopSurface = Enum.SurfaceType.Weld
  2514. Part216.brickColor = BrickColor.new("Toothpaste")
  2515. Part216.FormFactor = Enum.FormFactor.Symmetric
  2516. Part216.formFactor = Enum.FormFactor.Symmetric
  2517. BlockMesh217.Parent = Part216
  2518. BlockMesh217.Scale = Vector3.new(0.200000003, 0.200000003, 0.600000024)
  2519. Weld218.Parent = Part216
  2520. Weld218.C0 = CFrame.new(39.6999016, -0.89999789, 30.6988811, 1, 7.78413944e-10, -1.99520691e-05, -7.78413944e-10, 1, 2.33316818e-14, 1.99520709e-05, -7.80070927e-15, 1)
  2521. Weld218.C1 = CFrame.new(39.4999123, -0.89999789, 30.4988613, 1, 7.74775966e-10, -1.98588332e-05, -7.74775966e-10, 1, 2.3114284e-14, 1.9858835e-05, -7.72813464e-15, 1)
  2522. Weld218.Part0 = Part216
  2523. Weld218.Part1 = Part186
  2524. Weld218.part1 = Part186
  2525. Weld219.Parent = Part216
  2526. Weld219.C0 = CFrame.new(39.6999016, -0.89999789, 30.6988811, 1, 7.78413944e-10, -1.99520691e-05, -7.78413944e-10, 1, 2.33316818e-14, 1.99520709e-05, -7.80070927e-15, 1)
  2527. Weld219.C1 = CFrame.new(39.4999123, -0.89999789, 30.4988613, 1, 7.74775966e-10, -1.98588332e-05, -7.74775966e-10, 1, 2.3114284e-14, 1.9858835e-05, -7.72813464e-15, 1)
  2528. Weld219.Part0 = Part216
  2529. Weld219.Part1 = Part186
  2530. Weld219.part1 = Part186
  2531. Weld220.Parent = Part216
  2532. Weld220.C0 = CFrame.new(-59.5754623, 0.888669133, -26.6708946, -0.55006963, 4.31434455e-05, -0.835118949, 1.76352005e-05, -1, -6.32772935e-05, -0.835119188, -4.95344757e-05, 0.550070584)
  2533. Weld220.C1 = CFrame.new(-59.7754517, 0.888669133, -26.8709068, -0.55006969, 4.31434455e-05, -0.83511889, 1.76351987e-05, -1, -6.32772935e-05, -0.835119128, -4.95344793e-05, 0.550070643)
  2534. Weld220.Part0 = Part216
  2535. Weld220.Part1 = Part186
  2536. Weld220.part1 = Part186
  2537. Part221.Name = "Part2"
  2538. Part221.Parent = Part19
  2539. Part221.CFrame = CFrame.new(-2.0693891, 1.12023878, 9.76078987, -0.534116626, -7.00584642e-05, 0.84543097, 0.000165999925, -1, 2.20050279e-05, 0.845413387, 0.000152092543, 0.534113348)
  2540. Part221.Orientation = Vector3.new(0, 57.7200012, 179.990005)
  2541. Part221.Position = Vector3.new(-2.0693891, 1.12023878, 9.76078987)
  2542. Part221.Rotation = Vector3.new(0, 57.7200012, 179.990005)
  2543. Part221.Color = Color3.new(0, 1, 1)
  2544. Part221.Velocity = Vector3.new(0.00511296652, -0.00878317934, 0.00306192157)
  2545. Part221.Size = Vector3.new(1, 1, 1)
  2546. Part221.BackSurface = Enum.SurfaceType.Weld
  2547. Part221.BottomSurface = Enum.SurfaceType.Weld
  2548. Part221.BrickColor = BrickColor.new("Toothpaste")
  2549. Part221.CanCollide = false
  2550. Part221.FrontSurface = Enum.SurfaceType.Weld
  2551. Part221.LeftSurface = Enum.SurfaceType.Weld
  2552. Part221.Reflectance = 0.40000000596046
  2553. Part221.RightSurface = Enum.SurfaceType.Weld
  2554. Part221.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  2555. Part221.TopSurface = Enum.SurfaceType.Weld
  2556. Part221.brickColor = BrickColor.new("Toothpaste")
  2557. Part221.FormFactor = Enum.FormFactor.Symmetric
  2558. Part221.formFactor = Enum.FormFactor.Symmetric
  2559. BlockMesh222.Parent = Part221
  2560. BlockMesh222.Scale = Vector3.new(0.200000003, 0.200000003, 0.600000024)
  2561. Weld223.Parent = Part221
  2562. Weld223.C0 = CFrame.new(40.2998695, -0.899997771, 31.2988834, 1, 7.9296586e-10, -2.03250129e-05, -7.9296586e-10, 1, 2.42114509e-14, 2.03250129e-05, -8.09440609e-15, 1)
  2563. Weld223.C1 = CFrame.new(40.4998665, -0.899997771, 31.4988976, 1, 7.89327881e-10, -2.02317769e-05, -7.89327881e-10, 1, 2.39899822e-14, 2.02317769e-05, -8.02047366e-15, 1)
  2564. Weld223.Part0 = Part221
  2565. Weld223.Part1 = Part206
  2566. Weld223.part1 = Part206
  2567. Weld224.Parent = Part221
  2568. Weld224.C0 = CFrame.new(40.2998695, -0.899997771, 31.2988834, 1, 7.9296586e-10, -2.03250129e-05, -7.9296586e-10, 1, 2.42114509e-14, 2.03250129e-05, -8.09440609e-15, 1)
  2569. Weld224.C1 = CFrame.new(40.4998665, -0.899997771, 31.4988976, 1, 7.89327881e-10, -2.02317769e-05, -7.89327881e-10, 1, 2.39899822e-14, 2.02317769e-05, -8.02047366e-15, 1)
  2570. Weld224.Part0 = Part221
  2571. Weld224.Part1 = Part206
  2572. Weld224.part1 = Part206
  2573. Weld225.Parent = Part221
  2574. Weld225.C0 = CFrame.new(-58.9754333, 0.888669312, -26.070982, -0.550069392, 4.31434455e-05, -0.835119188, 1.76352041e-05, -1, -6.32772935e-05, -0.835119486, -4.95344793e-05, 0.550070584)
  2575. Weld225.C1 = CFrame.new(-58.7754364, 0.888669312, -25.8709583, -0.550069451, 4.31434455e-05, -0.835119128, 1.76352023e-05, -1, -6.32772935e-05, -0.835119426, -4.9534483e-05, 0.550070643)
  2576. Weld225.Part0 = Part221
  2577. Weld225.Part1 = Part206
  2578. Weld225.part1 = Part206
  2579. Part226.Name = "Part2"
  2580. Part226.Parent = Part19
  2581. Part226.CFrame = CFrame.new(-1.03714371, 1.12037349, 11.1225548, -0.53412044, -7.00585952e-05, 0.845441937, 0.000165999954, -1, 2.20045058e-05, 0.845413148, 0.000152092718, 0.534115076)
  2582. Part226.Orientation = Vector3.new(0, 57.7200012, 179.990005)
  2583. Part226.Position = Vector3.new(-1.03714371, 1.12037349, 11.1225548)
  2584. Part226.Rotation = Vector3.new(0, 57.7200012, 179.990005)
  2585. Part226.Color = Color3.new(0, 1, 1)
  2586. Part226.Velocity = Vector3.new(0.00194170291, -0.010099018, 0.00546593359)
  2587. Part226.Size = Vector3.new(1, 1, 1)
  2588. Part226.BackSurface = Enum.SurfaceType.Weld
  2589. Part226.BottomSurface = Enum.SurfaceType.Weld
  2590. Part226.BrickColor = BrickColor.new("Toothpaste")
  2591. Part226.CanCollide = false
  2592. Part226.FrontSurface = Enum.SurfaceType.Weld
  2593. Part226.LeftSurface = Enum.SurfaceType.Weld
  2594. Part226.Reflectance = 0.40000000596046
  2595. Part226.RightSurface = Enum.SurfaceType.Weld
  2596. Part226.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  2597. Part226.TopSurface = Enum.SurfaceType.Weld
  2598. Part226.brickColor = BrickColor.new("Toothpaste")
  2599. Part226.FormFactor = Enum.FormFactor.Symmetric
  2600. Part226.formFactor = Enum.FormFactor.Symmetric
  2601. BlockMesh227.Parent = Part226
  2602. BlockMesh227.Scale = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2603. Weld228.Parent = Part226
  2604. Weld228.C0 = CFrame.new(39.6999664, -0.899998069, 29.6989117, 1, 7.02016389e-10, -1.79941126e-05, -7.02016389e-10, 1, 1.89800026e-14, 1.79941144e-05, -6.34784024e-15, 1)
  2605. Weld228.C1 = CFrame.new(39.3999557, -0.899998009, 29.8988304, 1, 7.67500008e-10, -1.96723613e-05, -7.67500008e-10, 1, 2.26825394e-14, 1.96723613e-05, -7.58400182e-15, 1)
  2606. Weld228.Part0 = Part226
  2607. Weld228.Part1 = Part236
  2608. Weld228.part1 = Part236
  2609. Weld229.Parent = Part226
  2610. Weld229.C0 = CFrame.new(39.6999664, -0.899998069, 29.6989117, 1, 7.02016389e-10, -1.79941126e-05, -7.02016389e-10, 1, 1.89800026e-14, 1.79941144e-05, -6.34784024e-15, 1)
  2611. Weld229.C1 = CFrame.new(39.3999557, -0.899998009, 29.8988304, 1, 7.67500008e-10, -1.96723613e-05, -7.67500008e-10, 1, 2.26825394e-14, 1.96723613e-05, -7.58400182e-15, 1)
  2612. Weld229.Part0 = Part226
  2613. Weld229.Part1 = Part236
  2614. Weld229.part1 = Part236
  2615. Weld230.Parent = Part226
  2616. Weld230.C0 = CFrame.new(-59.5754013, 0.888669133, -27.6709023, -0.550070047, 4.31434455e-05, -0.835118532, 1.76352023e-05, -1, -6.32772935e-05, -0.835118532, -4.95344284e-05, 0.550070047)
  2617. Weld230.C1 = CFrame.new(-59.8754578, 0.888669133, -27.4708881, -0.550069749, 4.31434455e-05, -0.83511883, 1.76352005e-05, -1, -6.32772935e-05, -0.835119009, -4.95344648e-05, 0.550070465)
  2618. Weld230.Part0 = Part226
  2619. Weld230.Part1 = Part236
  2620. Weld230.part1 = Part236
  2621. Part231.Name = "Part2"
  2622. Part231.Parent = Part19
  2623. Part231.CFrame = CFrame.new(-2.17170095, 1.12012815, 8.98646355, -0.534113765, -7.0058406e-05, 0.845424354, 0.000165999954, -1, 2.2005268e-05, 0.845413923, 0.000152092427, 0.534111917)
  2624. Part231.Orientation = Vector3.new(0, 57.7200012, 179.990005)
  2625. Part231.Position = Vector3.new(-2.17170095, 1.12012815, 8.98646355)
  2626. Part231.Rotation = Vector3.new(0, 57.7200012, 179.990005)
  2627. Part231.Color = Color3.new(0, 1, 1)
  2628. Part231.Velocity = Vector3.new(0.006916299, -0.00675406866, 0.002823357)
  2629. Part231.Size = Vector3.new(1, 1, 1)
  2630. Part231.BackSurface = Enum.SurfaceType.Weld
  2631. Part231.BottomSurface = Enum.SurfaceType.Weld
  2632. Part231.BrickColor = BrickColor.new("Toothpaste")
  2633. Part231.CanCollide = false
  2634. Part231.FrontSurface = Enum.SurfaceType.Weld
  2635. Part231.LeftSurface = Enum.SurfaceType.Weld
  2636. Part231.Reflectance = 0.40000000596046
  2637. Part231.RightSurface = Enum.SurfaceType.Weld
  2638. Part231.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  2639. Part231.TopSurface = Enum.SurfaceType.Weld
  2640. Part231.brickColor = BrickColor.new("Toothpaste")
  2641. Part231.FormFactor = Enum.FormFactor.Symmetric
  2642. Part231.formFactor = Enum.FormFactor.Symmetric
  2643. BlockMesh232.Parent = Part231
  2644. BlockMesh232.Scale = Vector3.new(0.200000003, 0.200000003, 0.400000006)
  2645. Weld233.Parent = Part231
  2646. Weld233.C0 = CFrame.new(48.2987823, 0.896675885, -24.6209469, 0.737820268, 6.03402877e-05, 0.674997211, 1.73667831e-06, -1, 8.74950783e-05, 0.674997211, -6.33833988e-05, -0.737820387)
  2647. Weld233.C1 = CFrame.new(47.0987816, 0.896675885, -25.7209435, 0.737820268, 6.03402877e-05, 0.674997211, 1.73667831e-06, -1, 8.74950783e-05, 0.674997211, -6.33833988e-05, -0.737820387)
  2648. Weld233.Part0 = Part231
  2649. Weld233.Part1 = Part216
  2650. Weld233.part1 = Part216
  2651. Weld234.Parent = Part231
  2652. Weld234.C0 = CFrame.new(40.8998604, -0.89999789, 31.7989311, 1, 7.82051923e-10, -2.00453051e-05, -7.82051923e-10, 1, 2.35500977e-14, 2.00453069e-05, -7.8736278e-15, 1)
  2653. Weld234.C1 = CFrame.new(39.6999016, -0.89999789, 30.6988811, 1, 7.78413944e-10, -1.99520691e-05, -7.78413944e-10, 1, 2.33316818e-14, 1.99520709e-05, -7.80070927e-15, 1)
  2654. Weld234.Part0 = Part231
  2655. Weld234.Part1 = Part216
  2656. Weld234.part1 = Part216
  2657. Weld235.Parent = Part231
  2658. Weld235.C0 = CFrame.new(-58.3754501, 0.888669133, -25.5709095, -0.550069571, 4.31434455e-05, -0.835119009, 1.76351987e-05, -1, -6.32772935e-05, -0.835119307, -4.95344902e-05, 0.550070763)
  2659. Weld235.C1 = CFrame.new(-59.5754623, 0.888669133, -26.6708946, -0.55006963, 4.31434455e-05, -0.835118949, 1.76352005e-05, -1, -6.32772935e-05, -0.835119188, -4.95344757e-05, 0.550070584)
  2660. Weld235.Part0 = Part231
  2661. Weld235.Part1 = Part216
  2662. Weld235.part1 = Part216
  2663. Part236.Name = "Part2"
  2664. Part236.Parent = Part19
  2665. Part236.CFrame = CFrame.new(-1.36652386, 1.12041891, 11.2693958, -0.534120321, -7.00585806e-05, 0.845441222, 0.00016599994, -1, 2.20045622e-05, 0.845413089, 0.000152092704, 0.534115136)
  2666. Part236.Orientation = Vector3.new(0, 57.7200012, 179.990005)
  2667. Part236.Position = Vector3.new(-1.36652386, 1.12041891, 11.2693958)
  2668. Part236.Rotation = Vector3.new(0, 57.7200012, 179.990005)
  2669. Part236.Color = Color3.new(0, 1, 1)
  2670. Part236.Velocity = Vector3.new(0.00159965944, -0.0114056347, 0.00469909748)
  2671. Part236.Size = Vector3.new(1, 1, 1)
  2672. Part236.BackSurface = Enum.SurfaceType.Weld
  2673. Part236.BottomSurface = Enum.SurfaceType.Weld
  2674. Part236.BrickColor = BrickColor.new("Toothpaste")
  2675. Part236.CanCollide = false
  2676. Part236.FrontSurface = Enum.SurfaceType.Weld
  2677. Part236.LeftSurface = Enum.SurfaceType.Weld
  2678. Part236.Reflectance = 0.40000000596046
  2679. Part236.RightSurface = Enum.SurfaceType.Weld
  2680. Part236.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  2681. Part236.TopSurface = Enum.SurfaceType.Weld
  2682. Part236.brickColor = BrickColor.new("Toothpaste")
  2683. Part236.FormFactor = Enum.FormFactor.Symmetric
  2684. Part236.formFactor = Enum.FormFactor.Symmetric
  2685. BlockMesh237.Parent = Part236
  2686. BlockMesh237.Scale = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  2687. Weld238.Parent = Part236
  2688. Weld238.C0 = CFrame.new(39.3999557, -0.899998009, 29.8988304, 1, 7.67500008e-10, -1.96723613e-05, -7.67500008e-10, 1, 2.26825394e-14, 1.96723613e-05, -7.58400182e-15, 1)
  2689. Weld238.C1 = CFrame.new(39.0999527, -0.899998009, 30.0988483, 1, 7.63862029e-10, -1.95791254e-05, -7.63862029e-10, 1, 2.24681961e-14, 1.95791254e-05, -7.51245041e-15, 1)
  2690. Weld238.Part0 = Part236
  2691. Weld238.Part1 = Part246
  2692. Weld238.part1 = Part246
  2693. Weld239.Parent = Part236
  2694. Weld239.C0 = CFrame.new(39.3999557, -0.899998009, 29.8988304, 1, 7.67500008e-10, -1.96723613e-05, -7.67500008e-10, 1, 2.26825394e-14, 1.96723613e-05, -7.58400182e-15, 1)
  2695. Weld239.C1 = CFrame.new(39.0999527, -0.899998009, 30.0988483, 1, 7.63862029e-10, -1.95791254e-05, -7.63862029e-10, 1, 2.24681961e-14, 1.95791254e-05, -7.51245041e-15, 1)
  2696. Weld239.Part0 = Part236
  2697. Weld239.Part1 = Part246
  2698. Weld239.part1 = Part246
  2699. Weld240.Parent = Part236
  2700. Weld240.C0 = CFrame.new(-59.8754578, 0.888669133, -27.4708881, -0.550069749, 4.31434455e-05, -0.83511883, 1.76352005e-05, -1, -6.32772935e-05, -0.835119009, -4.95344648e-05, 0.550070465)
  2701. Weld240.C1 = CFrame.new(-60.1754456, 0.888669014, -27.2709217, -0.55006969, 4.31434455e-05, -0.83511889, 1.76352023e-05, -1, -6.32772935e-05, -0.835119069, -4.95344611e-05, 0.550070405)
  2702. Weld240.Part0 = Part236
  2703. Weld240.Part1 = Part246
  2704. Weld240.part1 = Part246
  2705. Part241.Name = "Part2"
  2706. Part241.Parent = Part19
  2707. Part241.CFrame = CFrame.new(-1.44674909, 1.12061465, 12.5197849, -0.534118831, -7.00585515e-05, 0.845437884, 0.000165999954, -1, 2.20046841e-05, 0.845413387, 0.000152092674, 0.534114301)
  2708. Part241.Orientation = Vector3.new(0, 57.7200012, 179.990005)
  2709. Part241.Position = Vector3.new(-1.44674909, 1.12061465, 12.5197849)
  2710. Part241.Rotation = Vector3.new(0, 57.7200012, 179.990005)
  2711. Part241.Color = Color3.new(0, 1, 1)
  2712. Part241.Velocity = Vector3.new(-0.0013124235, -0.0153309498, 0.00451287255)
  2713. Part241.Size = Vector3.new(1, 1, 1)
  2714. Part241.BackSurface = Enum.SurfaceType.Weld
  2715. Part241.BottomSurface = Enum.SurfaceType.Weld
  2716. Part241.BrickColor = BrickColor.new("Toothpaste")
  2717. Part241.CanCollide = false
  2718. Part241.FrontSurface = Enum.SurfaceType.Weld
  2719. Part241.LeftSurface = Enum.SurfaceType.Weld
  2720. Part241.Reflectance = 0.40000000596046
  2721. Part241.RightSurface = Enum.SurfaceType.Weld
  2722. Part241.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  2723. Part241.TopSurface = Enum.SurfaceType.Weld
  2724. Part241.brickColor = BrickColor.new("Toothpaste")
  2725. Part241.FormFactor = Enum.FormFactor.Symmetric
  2726. Part241.formFactor = Enum.FormFactor.Symmetric
  2727. BlockMesh242.Parent = Part241
  2728. BlockMesh242.Scale = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2729. Weld243.Parent = Part241
  2730. Weld243.C0 = CFrame.new(-17.7000008, -0.900000215, -46.9000015, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2731. Weld243.C1 = CFrame.new(-17.2999992, -0.900000215, -45.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2732. Weld243.Part0 = Part241
  2733. Weld243.Part1 = Part251
  2734. Weld243.part1 = Part251
  2735. Weld244.Parent = Part241
  2736. Weld244.C0 = CFrame.new(38.2999687, -0.89999783, 29.2988224, 1, 7.56586072e-10, -1.93926535e-05, -7.56586072e-10, 1, 2.20425552e-14, 1.93926535e-05, -7.37034538e-15, 1)
  2737. Weld244.C1 = CFrame.new(38.6999245, -0.89999783, 30.6988983, 1, 7.52948093e-10, -1.92994175e-05, -7.52948093e-10, 1, 2.18312612e-14, 1.92994175e-05, -7.29980109e-15, 1)
  2738. Weld244.Part0 = Part241
  2739. Weld244.Part1 = Part251
  2740. Weld244.part1 = Part251
  2741. Weld245.Parent = Part241
  2742. Weld245.C0 = CFrame.new(-60.9754028, 0.888669133, -28.0709057, -0.550070047, 4.31434455e-05, -0.835118532, 1.76352023e-05, -1, -6.32772935e-05, -0.835118532, -4.95344284e-05, 0.550070047)
  2743. Weld245.C1 = CFrame.new(-60.5754013, 0.888669133, -26.6709061, -0.550070047, 4.31434455e-05, -0.835118532, 1.76352023e-05, -1, -6.32772935e-05, -0.835118532, -4.95344284e-05, 0.550070047)
  2744. Weld245.Part0 = Part241
  2745. Weld245.Part1 = Part251
  2746. Weld245.part1 = Part251
  2747. Part246.Name = "Part2"
  2748. Part246.Parent = Part19
  2749. Part246.CFrame = CFrame.new(-1.69582343, 1.12046421, 11.4162064, -0.534119844, -7.00585661e-05, 0.845439792, 0.00016599994, -1, 2.2004635e-05, 0.845413148, 0.000152092689, 0.534114897)
  2750. Part246.Orientation = Vector3.new(0, 57.7200012, 179.990005)
  2751. Part246.Position = Vector3.new(-1.69582343, 1.12046421, 11.4162064)
  2752. Part246.Rotation = Vector3.new(0, 57.7200012, 179.990005)
  2753. Part246.Color = Color3.new(0, 1, 1)
  2754. Part246.Velocity = Vector3.new(0.00125768734, -0.0127119478, 0.00393244904)
  2755. Part246.Size = Vector3.new(1, 1, 1)
  2756. Part246.BackSurface = Enum.SurfaceType.Weld
  2757. Part246.BottomSurface = Enum.SurfaceType.Weld
  2758. Part246.BrickColor = BrickColor.new("Toothpaste")
  2759. Part246.CanCollide = false
  2760. Part246.FrontSurface = Enum.SurfaceType.Weld
  2761. Part246.LeftSurface = Enum.SurfaceType.Weld
  2762. Part246.Reflectance = 0.40000000596046
  2763. Part246.RightSurface = Enum.SurfaceType.Weld
  2764. Part246.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  2765. Part246.TopSurface = Enum.SurfaceType.Weld
  2766. Part246.brickColor = BrickColor.new("Toothpaste")
  2767. Part246.FormFactor = Enum.FormFactor.Symmetric
  2768. Part246.formFactor = Enum.FormFactor.Symmetric
  2769. BlockMesh247.Parent = Part246
  2770. BlockMesh247.Scale = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2771. Weld248.Parent = Part246
  2772. Weld248.C0 = CFrame.new(39.0999527, -0.899998009, 30.0988483, 1, 7.63862029e-10, -1.95791254e-05, -7.63862029e-10, 1, 2.24681961e-14, 1.95791254e-05, -7.51245041e-15, 1)
  2773. Weld248.C1 = CFrame.new(38.8999367, -0.89999783, 30.3988743, 1, 7.6022405e-10, -1.94858894e-05, -7.6022405e-10, 1, 2.2254864e-14, 1.94858894e-05, -7.44121748e-15, 1)
  2774. Weld248.Part0 = Part246
  2775. Weld248.Part1 = Part201
  2776. Weld248.part1 = Part201
  2777. Weld249.Parent = Part246
  2778. Weld249.C0 = CFrame.new(39.0999527, -0.899998009, 30.0988483, 1, 7.63862029e-10, -1.95791254e-05, -7.63862029e-10, 1, 2.24681961e-14, 1.95791254e-05, -7.51245041e-15, 1)
  2779. Weld249.C1 = CFrame.new(38.8999367, -0.89999783, 30.3988743, 1, 7.6022405e-10, -1.94858894e-05, -7.6022405e-10, 1, 2.2254864e-14, 1.94858894e-05, -7.44121748e-15, 1)
  2780. Weld249.Part0 = Part246
  2781. Weld249.Part1 = Part201
  2782. Weld249.part1 = Part201
  2783. Weld250.Parent = Part246
  2784. Weld250.C0 = CFrame.new(-60.1754456, 0.888669014, -27.2709217, -0.55006969, 4.31434455e-05, -0.83511889, 1.76352023e-05, -1, -6.32772935e-05, -0.835119069, -4.95344611e-05, 0.550070405)
  2785. Weld250.C1 = CFrame.new(-60.3754616, 0.888669133, -26.9708862, -0.550069749, 4.31434455e-05, -0.83511883, 1.76352005e-05, -1, -6.32772935e-05, -0.835119009, -4.95344648e-05, 0.550070465)
  2786. Weld250.Part0 = Part246
  2787. Weld250.Part1 = Part201
  2788. Weld250.part1 = Part201
  2789. Part251.Name = "Part2"
  2790. Part251.Parent = Part19
  2791. Part251.CFrame = CFrame.new(-2.41671348, 1.12051737, 11.4338579, -0.534118831, -7.00585515e-05, 0.845437884, 0.000165999954, -1, 2.20046841e-05, 0.845413387, 0.000152092674, 0.534114301)
  2792. Part251.Orientation = Vector3.new(0, 57.7200012, 179.990005)
  2793. Part251.Position = Vector3.new(-2.41671348, 1.12051737, 11.4338579)
  2794. Part251.Rotation = Vector3.new(0, 57.7200012, 179.990005)
  2795. Part251.Color = Color3.new(0, 1, 1)
  2796. Part251.Velocity = Vector3.new(0.00121644465, -0.0146696595, 0.00225399458)
  2797. Part251.Size = Vector3.new(1, 1, 1)
  2798. Part251.BackSurface = Enum.SurfaceType.Weld
  2799. Part251.BottomSurface = Enum.SurfaceType.Weld
  2800. Part251.BrickColor = BrickColor.new("Toothpaste")
  2801. Part251.CanCollide = false
  2802. Part251.FrontSurface = Enum.SurfaceType.Weld
  2803. Part251.LeftSurface = Enum.SurfaceType.Weld
  2804. Part251.Reflectance = 0.40000000596046
  2805. Part251.RightSurface = Enum.SurfaceType.Weld
  2806. Part251.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  2807. Part251.TopSurface = Enum.SurfaceType.Weld
  2808. Part251.brickColor = BrickColor.new("Toothpaste")
  2809. Part251.FormFactor = Enum.FormFactor.Symmetric
  2810. Part251.formFactor = Enum.FormFactor.Symmetric
  2811. BlockMesh252.Parent = Part251
  2812. BlockMesh252.Scale = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2813. Weld253.Parent = Part251
  2814. Weld253.C0 = CFrame.new(46.0987854, 0.896675885, -25.7209473, 0.737820268, 6.03402877e-05, 0.674997211, 1.73667831e-06, -1, 8.74950783e-05, 0.674997211, -6.33833988e-05, -0.737820387)
  2815. Weld253.C1 = CFrame.new(47.4987831, 0.896675885, -25.3209457, 0.737820268, 6.03402877e-05, 0.674997211, 1.73667831e-06, -1, 8.74950783e-05, 0.674997211, -6.33833988e-05, -0.737820387)
  2816. Weld253.Part0 = Part251
  2817. Weld253.Part1 = Part191
  2818. Weld253.part1 = Part191
  2819. Weld254.Parent = Part251
  2820. Weld254.C0 = CFrame.new(38.6999245, -0.89999783, 30.6988983, 1, 7.52948093e-10, -1.92994175e-05, -7.52948093e-10, 1, 2.18312612e-14, 1.92994175e-05, -7.29980109e-15, 1)
  2821. Weld254.C1 = CFrame.new(40.0998878, -0.899997771, 31.0988598, 1, 8.00241817e-10, -2.05114848e-05, -8.00241817e-10, 1, 2.46574391e-14, 2.05114829e-05, -8.24328991e-15, 1)
  2822. Weld254.Part0 = Part251
  2823. Weld254.Part1 = Part191
  2824. Weld254.part1 = Part191
  2825. Weld255.Parent = Part251
  2826. Weld255.C0 = CFrame.new(-60.5754013, 0.888669133, -26.6709061, -0.550070047, 4.31434455e-05, -0.835118532, 1.76352023e-05, -1, -6.32772935e-05, -0.835118532, -4.95344284e-05, 0.550070047)
  2827. Weld255.C1 = CFrame.new(-59.1754227, 0.888669372, -26.2709923, -0.550069332, 4.31434455e-05, -0.835119247, 1.76352023e-05, -1, -6.32772935e-05, -0.835119605, -4.95344939e-05, 0.550070763)
  2828. Weld255.Part0 = Part251
  2829. Weld255.Part1 = Part191
  2830. Weld255.part1 = Part191
  2831. Part256.Name = "Part2"
  2832. Part256.Parent = Part19
  2833. Part256.CFrame = CFrame.new(-1.84259713, 1.12042463, 11.0869007, -0.534117639, -7.00584933e-05, 0.845433474, 0.000165999925, -1, 2.20049315e-05, 0.845413327, 0.000152092587, 0.534113824)
  2834. Part256.Orientation = Vector3.new(0, 57.7200012, 179.990005)
  2835. Part256.Position = Vector3.new(-1.84259713, 1.12042463, 11.0869007)
  2836. Part256.Rotation = Vector3.new(0, 57.7200012, 179.990005)
  2837. Part256.Color = Color3.new(0, 1, 1)
  2838. Part256.Velocity = Vector3.new(0.00202458957, -0.012121927, 0.00359056494)
  2839. Part256.Size = Vector3.new(1, 1, 1)
  2840. Part256.BackSurface = Enum.SurfaceType.Weld
  2841. Part256.BottomSurface = Enum.SurfaceType.Weld
  2842. Part256.BrickColor = BrickColor.new("Toothpaste")
  2843. Part256.CanCollide = false
  2844. Part256.FrontSurface = Enum.SurfaceType.Weld
  2845. Part256.LeftSurface = Enum.SurfaceType.Weld
  2846. Part256.Reflectance = 0.40000000596046
  2847. Part256.RightSurface = Enum.SurfaceType.Weld
  2848. Part256.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  2849. Part256.TopSurface = Enum.SurfaceType.Weld
  2850. Part256.brickColor = BrickColor.new("Toothpaste")
  2851. Part256.FormFactor = Enum.FormFactor.Symmetric
  2852. Part256.formFactor = Enum.FormFactor.Symmetric
  2853. BlockMesh257.Parent = Part256
  2854. BlockMesh257.Scale = Vector3.new(0.200000003, 0.200000003, 0.400000006)
  2855. Weld258.Parent = Part256
  2856. Weld258.C0 = CFrame.new(46.6987839, 0.896675885, -26.0209446, 0.737820268, 6.03402877e-05, 0.674997211, 1.73667831e-06, -1, 8.74950783e-05, 0.674997211, -6.33833988e-05, -0.737820387)
  2857. Weld258.C1 = CFrame.new(47.6987801, 0.896675885, -25.1209469, 0.737820268, 6.03402877e-05, 0.674997211, 1.73667831e-06, -1, 8.74950783e-05, 0.674997211, -6.33833988e-05, -0.737820387)
  2858. Weld258.Part0 = Part256
  2859. Weld258.Part1 = Part221
  2860. Weld258.part1 = Part221
  2861. Weld259.Parent = Part256
  2862. Weld259.C0 = CFrame.new(39.2999153, -0.899997771, 30.3988285, 1, 7.96603838e-10, -2.04182488e-05, -7.96603838e-10, 1, 2.44339376e-14, 2.04182488e-05, -8.16868325e-15, 1)
  2863. Weld259.C1 = CFrame.new(40.2998695, -0.899997771, 31.2988834, 1, 7.9296586e-10, -2.03250129e-05, -7.9296586e-10, 1, 2.42114509e-14, 2.03250129e-05, -8.09440609e-15, 1)
  2864. Weld259.Part0 = Part256
  2865. Weld259.Part1 = Part221
  2866. Weld259.part1 = Part221
  2867. Weld260.Parent = Part256
  2868. Weld260.C0 = CFrame.new(-59.9754219, 0.888669312, -26.9709892, -0.550069332, 4.31434455e-05, -0.835119247, 1.76352023e-05, -1, -6.32772935e-05, -0.835119605, -4.95344939e-05, 0.550070763)
  2869. Weld260.C1 = CFrame.new(-58.9754333, 0.888669312, -26.070982, -0.550069392, 4.31434455e-05, -0.835119188, 1.76352041e-05, -1, -6.32772935e-05, -0.835119486, -4.95344793e-05, 0.550070584)
  2870. Weld260.Part0 = Part256
  2871. Weld260.Part1 = Part221
  2872. Weld260.part1 = Part221
  2873. Part261.Name = "Stick"
  2874. Part261.Parent = Part19
  2875. Part261.CFrame = CFrame.new(-1.46451318, 1.12050629, 11.7989082, -0.534110606, -7.00583478e-05, 0.845416725, 0.000165999969, -1, 2.20055899e-05, 0.845414758, 0.00015209234, 0.534110308)
  2876. Part261.Orientation = Vector3.new(0, 57.7200012, 179.990005)
  2877. Part261.Position = Vector3.new(-1.46451318, 1.12050629, 11.7989082)
  2878. Part261.Rotation = Vector3.new(0, 57.7200012, 179.990005)
  2879. Part261.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2880. Part261.Velocity = Vector3.new(0.000366444408, -0.0132371131, 0.00447118608)
  2881. Part261.Size = Vector3.new(1, 1, 1)
  2882. Part261.BackSurface = Enum.SurfaceType.Weld
  2883. Part261.BottomSurface = Enum.SurfaceType.Weld
  2884. Part261.BrickColor = BrickColor.new("Reddish brown")
  2885. Part261.CanCollide = false
  2886. Part261.FrontSurface = Enum.SurfaceType.Weld
  2887. Part261.LeftSurface = Enum.SurfaceType.Weld
  2888. Part261.RightSurface = Enum.SurfaceType.Weld
  2889. Part261.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  2890. Part261.TopSurface = Enum.SurfaceType.Weld
  2891. Part261.brickColor = BrickColor.new("Reddish brown")
  2892. Part261.FormFactor = Enum.FormFactor.Symmetric
  2893. Part261.formFactor = Enum.FormFactor.Symmetric
  2894. BlockMesh262.Parent = Part261
  2895. BlockMesh262.Scale = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2896. Weld263.Parent = Part261
  2897. Weld263.C0 = CFrame.new(38.8999481, -0.89999783, 29.6988354, 1, 7.63862029e-10, -1.95791254e-05, -7.63862029e-10, 1, 2.24681961e-14, 1.95791254e-05, -7.51245041e-15, 1)
  2898. Weld263.C1 = CFrame.new(38.4999542, -0.899997592, 29.6988392, 1, 7.6022405e-10, -1.94858894e-05, -7.6022405e-10, 1, 2.2254864e-14, 1.94858894e-05, -7.44121748e-15, 1)
  2899. Weld263.Part0 = Part261
  2900. Weld263.Part1 = Part271
  2901. Weld263.part1 = Part271
  2902. Weld264.Parent = Part261
  2903. Weld264.C0 = CFrame.new(38.8999481, -0.89999783, 29.6988354, 1, 7.63862029e-10, -1.95791254e-05, -7.63862029e-10, 1, 2.24681961e-14, 1.95791254e-05, -7.51245041e-15, 1)
  2904. Weld264.C1 = CFrame.new(38.4999542, -0.899997592, 29.6988392, 1, 7.6022405e-10, -1.94858894e-05, -7.6022405e-10, 1, 2.2254864e-14, 1.94858894e-05, -7.44121748e-15, 1)
  2905. Weld264.Part0 = Part261
  2906. Weld264.Part1 = Part271
  2907. Weld264.part1 = Part271
  2908. Weld265.Parent = Part261
  2909. Weld265.C0 = CFrame.new(-60.3754044, 0.888669133, -27.6709366, -0.550069869, 4.31434455e-05, -0.835118711, 1.76352005e-05, -1, -6.32772935e-05, -0.83511883, -4.95344539e-05, 0.550070345)
  2910. Weld265.C1 = CFrame.new(-60.7753944, 0.888669372, -27.6709251, -0.550069928, 4.31434455e-05, -0.835118651, 1.76351987e-05, -1, -6.32772935e-05, -0.835118771, -4.95344575e-05, 0.550070405)
  2911. Weld265.Part0 = Part261
  2912. Weld265.Part1 = Part271
  2913. Weld265.part1 = Part271
  2914. Part266.Name = "Stick"
  2915. Part266.Parent = Part19
  2916. Part266.CFrame = CFrame.new(-1.40223598, 1.12054396, 12.074811, -0.534111083, -7.0058355e-05, 0.845417857, 0.000165999983, -1, 2.20055408e-05, 0.845414698, 0.000152092354, 0.534110546)
  2917. Part266.Orientation = Vector3.new(0, 57.7200012, 179.990005)
  2918. Part266.Position = Vector3.new(-1.40223598, 1.12054396, 12.074811)
  2919. Part266.Rotation = Vector3.new(0, 57.7200012, 179.990005)
  2920. Part266.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2921. Part266.Velocity = Vector3.new(-0.000276102277, -0.0138918646, 0.00461631222)
  2922. Part266.Size = Vector3.new(1, 1, 1)
  2923. Part266.BackSurface = Enum.SurfaceType.Weld
  2924. Part266.BottomSurface = Enum.SurfaceType.Weld
  2925. Part266.BrickColor = BrickColor.new("Reddish brown")
  2926. Part266.CanCollide = false
  2927. Part266.FrontSurface = Enum.SurfaceType.Weld
  2928. Part266.LeftSurface = Enum.SurfaceType.Weld
  2929. Part266.RightSurface = Enum.SurfaceType.Weld
  2930. Part266.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  2931. Part266.TopSurface = Enum.SurfaceType.Weld
  2932. Part266.brickColor = BrickColor.new("Reddish brown")
  2933. Part266.FormFactor = Enum.FormFactor.Symmetric
  2934. Part266.formFactor = Enum.FormFactor.Symmetric
  2935. BlockMesh267.Parent = Part266
  2936. BlockMesh267.Scale = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2937. Weld268.Parent = Part266
  2938. Weld268.C0 = CFrame.new(46.0987816, 0.896675885, -26.9209442, 0.737820268, 6.03402877e-05, 0.674997211, 1.73667831e-06, -1, 8.74950783e-05, 0.674997211, -6.33833988e-05, -0.737820387)
  2939. Weld268.C1 = CFrame.new(46.2987785, 0.896675825, -26.7209396, 0.737820268, 6.03402877e-05, 0.674997211, 1.73667831e-06, -1, 8.74950783e-05, 0.674997211, -6.33833988e-05, -0.737820387)
  2940. Weld268.Part0 = Part266
  2941. Weld268.Part1 = Part261
  2942. Weld268.part1 = Part261
  2943. Weld269.Parent = Part266
  2944. Weld269.C0 = CFrame.new(38.6999512, -0.89999783, 29.4988232, 1, 7.67500008e-10, -1.96723613e-05, -7.67500008e-10, 1, 2.26825394e-14, 1.96723613e-05, -7.58400182e-15, 1)
  2945. Weld269.C1 = CFrame.new(38.8999481, -0.89999783, 29.6988354, 1, 7.63862029e-10, -1.95791254e-05, -7.63862029e-10, 1, 2.24681961e-14, 1.95791254e-05, -7.51245041e-15, 1)
  2946. Weld269.Part0 = Part266
  2947. Weld269.Part1 = Part261
  2948. Weld269.part1 = Part261
  2949. Weld270.Parent = Part266
  2950. Weld270.C0 = CFrame.new(-60.5754013, 0.888669193, -27.8709469, -0.550069809, 4.31434455e-05, -0.835118771, 1.76351987e-05, -1, -6.32772935e-05, -0.835118949, -4.95344684e-05, 0.550070524)
  2951. Weld270.C1 = CFrame.new(-60.3754044, 0.888669133, -27.6709366, -0.550069869, 4.31434455e-05, -0.835118711, 1.76352005e-05, -1, -6.32772935e-05, -0.83511883, -4.95344539e-05, 0.550070345)
  2952. Weld270.Part0 = Part266
  2953. Weld270.Part1 = Part261
  2954. Weld270.part1 = Part261
  2955. Part271.Name = "Stick"
  2956. Part271.Parent = Part19
  2957. Part271.CFrame = CFrame.new(-1.67815685, 1.12057292, 12.137063, -0.534110188, -7.00583405e-05, 0.84541589, 0.000165999983, -1, 2.2005619e-05, 0.845414877, 0.00015209234, 0.534110129)
  2958. Part271.Orientation = Vector3.new(0, 57.7200012, 179.990005)
  2959. Part271.Position = Vector3.new(-1.67815685, 1.12057292, 12.137063)
  2960. Part271.Rotation = Vector3.new(0, 57.7200012, 179.990005)
  2961. Part271.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2962. Part271.Velocity = Vector3.new(-0.000421134522, -0.0148059865, 0.00397390872)
  2963. Part271.Size = Vector3.new(1, 1, 1)
  2964. Part271.BackSurface = Enum.SurfaceType.Weld
  2965. Part271.BottomSurface = Enum.SurfaceType.Weld
  2966. Part271.BrickColor = BrickColor.new("Reddish brown")
  2967. Part271.CanCollide = false
  2968. Part271.FrontSurface = Enum.SurfaceType.Weld
  2969. Part271.LeftSurface = Enum.SurfaceType.Weld
  2970. Part271.RightSurface = Enum.SurfaceType.Weld
  2971. Part271.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  2972. Part271.TopSurface = Enum.SurfaceType.Weld
  2973. Part271.brickColor = BrickColor.new("Reddish brown")
  2974. Part271.FormFactor = Enum.FormFactor.Symmetric
  2975. Part271.formFactor = Enum.FormFactor.Symmetric
  2976. BlockMesh272.Parent = Part271
  2977. BlockMesh272.Scale = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2978. Weld273.Parent = Part271
  2979. Weld273.C0 = CFrame.new(45.8987808, 0.896676004, -26.7209396, 0.737820268, 6.03402877e-05, 0.674997211, 1.73667831e-06, -1, 8.74950783e-05, 0.674997211, -6.33833988e-05, -0.737820387)
  2980. Weld273.C1 = CFrame.new(46.0987778, 0.896675825, -26.5209408, 0.737820268, 6.03402877e-05, 0.674997211, 1.73667831e-06, -1, 8.74950783e-05, 0.674997211, -6.33833988e-05, -0.737820387)
  2981. Weld273.Part0 = Part271
  2982. Weld273.Part1 = Part276
  2983. Weld273.part1 = Part276
  2984. Weld274.Parent = Part271
  2985. Weld274.C0 = CFrame.new(38.4999542, -0.899997592, 29.6988392, 1, 7.6022405e-10, -1.94858894e-05, -7.6022405e-10, 1, 2.2254864e-14, 1.94858894e-05, -7.44121748e-15, 1)
  2986. Weld274.C1 = CFrame.new(38.6999512, -0.89999783, 29.8988514, 1, 7.56586072e-10, -1.93926535e-05, -7.56586072e-10, 1, 2.20425552e-14, 1.93926535e-05, -7.37034538e-15, 1)
  2987. Weld274.Part0 = Part271
  2988. Weld274.Part1 = Part276
  2989. Weld274.part1 = Part276
  2990. Weld275.Parent = Part271
  2991. Weld275.C0 = CFrame.new(-60.7753944, 0.888669372, -27.6709251, -0.550069928, 4.31434455e-05, -0.835118651, 1.76351987e-05, -1, -6.32772935e-05, -0.835118771, -4.95344575e-05, 0.550070405)
  2992. Weld275.C1 = CFrame.new(-60.5753975, 0.888669133, -27.4709148, -0.550069988, 4.31434455e-05, -0.835118592, 1.76352005e-05, -1, -6.32772935e-05, -0.835118651, -4.9534443e-05, 0.550070226)
  2993. Weld275.Part0 = Part271
  2994. Weld275.Part1 = Part276
  2995. Weld275.part1 = Part276
  2996. Part276.Name = "Stick"
  2997. Part276.Parent = Part19
  2998. Part276.CFrame = CFrame.new(-1.74043024, 1.12053514, 11.8611584, -0.53411001, -7.00583405e-05, 0.845415294, 0.000165999998, -1, 2.200565e-05, 0.845414996, 0.00015209234, 0.53411001)
  2999. Part276.Orientation = Vector3.new(0, 57.7200012, 179.990005)
  3000. Part276.Position = Vector3.new(-1.74043024, 1.12053514, 11.8611584)
  3001. Part276.Rotation = Vector3.new(0, 57.7200012, 179.990005)
  3002. Part276.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3003. Part276.Velocity = Vector3.new(0.000221416994, -0.0141512193, 0.0038287912)
  3004. Part276.Size = Vector3.new(1, 1, 1)
  3005. Part276.BackSurface = Enum.SurfaceType.Weld
  3006. Part276.BottomSurface = Enum.SurfaceType.Weld
  3007. Part276.BrickColor = BrickColor.new("Reddish brown")
  3008. Part276.CanCollide = false
  3009. Part276.FrontSurface = Enum.SurfaceType.Weld
  3010. Part276.LeftSurface = Enum.SurfaceType.Weld
  3011. Part276.RightSurface = Enum.SurfaceType.Weld
  3012. Part276.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  3013. Part276.TopSurface = Enum.SurfaceType.Weld
  3014. Part276.brickColor = BrickColor.new("Reddish brown")
  3015. Part276.FormFactor = Enum.FormFactor.Symmetric
  3016. Part276.formFactor = Enum.FormFactor.Symmetric
  3017. BlockMesh277.Parent = Part276
  3018. BlockMesh277.Scale = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3019. Weld278.Parent = Part276
  3020. Weld278.C0 = CFrame.new(46.0987778, 0.896675825, -26.5209408, 0.737820268, 6.03402877e-05, 0.674997211, 1.73667831e-06, -1, 8.74950783e-05, 0.674997211, -6.33833988e-05, -0.737820387)
  3021. Weld278.C1 = CFrame.new(46.0987778, 0.896675766, -26.7209396, 0.737820268, 6.03402877e-05, 0.674997211, 1.73667831e-06, -1, 8.74950783e-05, 0.674997211, -6.33833988e-05, -0.737820387)
  3022. Weld278.Part0 = Part276
  3023. Weld278.Part1 = Part280
  3024. Weld278.part1 = Part280
  3025. Weld279.Parent = Part276
  3026. Weld279.C0 = CFrame.new(38.6999512, -0.89999783, 29.8988514, 1, 7.56586072e-10, -1.93926535e-05, -7.56586072e-10, 1, 2.20425552e-14, 1.93926535e-05, -7.37034538e-15, 1)
  3027. Weld279.C1 = CFrame.new(38.6999512, -0.89999795, 29.698843, 1, 7.6022405e-10, -1.94858894e-05, -7.6022405e-10, 1, 2.2254864e-14, 1.94858894e-05, -7.44121748e-15, 1)
  3028. Weld279.Part0 = Part276
  3029. Weld279.Part1 = Part280
  3030. Weld279.part1 = Part280
  3031. Part280.Name = "Stick2"
  3032. Part280.Parent = Part19
  3033. Part280.CFrame = CFrame.new(-1.57133484, 1.12053943, 11.9679832, -0.534110069, -7.00583405e-05, 0.845415235, 0.000165999998, -1, 2.20056663e-05, 0.845414937, 0.00015209234, 0.534110069)
  3034. Part280.Orientation = Vector3.new(0, 57.7200012, 179.990005)
  3035. Part280.Position = Vector3.new(-1.57133484, 1.12053943, 11.9679832)
  3036. Part280.Rotation = Vector3.new(0, 57.7200012, 179.990005)
  3037. Part280.Color = Color3.new(0.627451, 0.372549, 0.207843)
  3038. Part280.Velocity = Vector3.new(-2.73390324e-05, -0.0140215429, 0.00422254717)
  3039. Part280.Size = Vector3.new(1, 1, 1)
  3040. Part280.BackSurface = Enum.SurfaceType.Weld
  3041. Part280.BottomSurface = Enum.SurfaceType.Weld
  3042. Part280.BrickColor = BrickColor.new("Dark orange")
  3043. Part280.CanCollide = false
  3044. Part280.FrontSurface = Enum.SurfaceType.Weld
  3045. Part280.LeftSurface = Enum.SurfaceType.Weld
  3046. Part280.RightSurface = Enum.SurfaceType.Weld
  3047. Part280.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  3048. Part280.TopSurface = Enum.SurfaceType.Weld
  3049. Part280.brickColor = BrickColor.new("Dark orange")
  3050. Part280.FormFactor = Enum.FormFactor.Symmetric
  3051. Part280.formFactor = Enum.FormFactor.Symmetric
  3052. BlockMesh281.Parent = Part280
  3053. BlockMesh281.Scale = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3054. Weld282.Parent = Part280
  3055. Weld282.C0 = CFrame.new(-17.2999992, -0.900000215, -46.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3056. Weld282.C1 = CFrame.new(-17.1000004, -0.900000215, -46.3000031, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3057. Weld282.Part0 = Part280
  3058. Weld282.Part1 = Part286
  3059. Weld282.part1 = Part286
  3060. Weld283.Parent = Part280
  3061. Weld283.C0 = CFrame.new(46.0987778, 0.896675766, -26.7209396, 0.737820268, 6.03402877e-05, 0.674997211, 1.73667831e-06, -1, 8.74950783e-05, 0.674997211, -6.33833988e-05, -0.737820387)
  3062. Weld283.C1 = CFrame.new(46.2987747, 0.896675825, -26.5209427, 0.737820268, 6.03402877e-05, 0.674997211, 1.73667831e-06, -1, 8.74950783e-05, 0.674997211, -6.33833988e-05, -0.737820387)
  3063. Weld283.Part0 = Part280
  3064. Weld283.Part1 = Part286
  3065. Weld283.part1 = Part286
  3066. Weld284.Parent = Part280
  3067. Weld284.C0 = CFrame.new(38.6999512, -0.89999795, 29.698843, 1, 7.6022405e-10, -1.94858894e-05, -7.6022405e-10, 1, 2.2254864e-14, 1.94858894e-05, -7.44121748e-15, 1)
  3068. Weld284.C1 = CFrame.new(38.4999771, -0.900000036, 29.4999924, 0.999999523, 7.0485822e-12, -1.86462984e-07, 7.0485822e-12, 1, -3.1797575e-19, -1.86462984e-07, -3.1797575e-19, 1)
  3069. Weld284.Part0 = Part280
  3070. Weld285.Parent = Part280
  3071. Weld285.C0 = CFrame.new(-60.5754013, 0.888669133, -27.6709061, -0.550070047, 4.31434455e-05, -0.835118532, 1.76352023e-05, -1, -6.32772935e-05, -0.835118532, -4.95344284e-05, 0.550070047)
  3072. Weld285.C1 = CFrame.new(-60.7764816, 0.888667047, -27.867815, -0.550085902, 4.314322e-05, -0.835107505, 1.76347803e-05, -1, -6.32779338e-05, -0.835107684, -4.9535276e-05, 0.550086498)
  3073. Weld285.Part0 = Part280
  3074. Part286.Name = "Stick2"
  3075. Part286.Parent = Part19
  3076. Part286.CFrame = CFrame.new(-1.63360298, 1.120502, 11.6920776, -0.53411001, -7.00583405e-05, 0.845414996, 0.000165999998, -1, 2.20056754e-05, 0.845414996, 0.00015209234, 0.53411001)
  3077. Part286.Orientation = Vector3.new(0, 57.7200012, 179.990005)
  3078. Part286.Position = Vector3.new(-1.63360298, 1.120502, 11.6920776)
  3079. Part286.Rotation = Vector3.new(0, 57.7200012, 179.990005)
  3080. Part286.Color = Color3.new(0.627451, 0.372549, 0.207843)
  3081. Part286.Velocity = Vector3.new(0.000615213765, -0.0133667588, 0.00407744292)
  3082. Part286.Size = Vector3.new(1, 1, 1)
  3083. Part286.BackSurface = Enum.SurfaceType.Weld
  3084. Part286.BottomSurface = Enum.SurfaceType.Weld
  3085. Part286.BrickColor = BrickColor.new("Dark orange")
  3086. Part286.CanCollide = false
  3087. Part286.FrontSurface = Enum.SurfaceType.Weld
  3088. Part286.LeftSurface = Enum.SurfaceType.Weld
  3089. Part286.RightSurface = Enum.SurfaceType.Weld
  3090. Part286.RotVelocity = Vector3.new(0.00296970131, -0.00232852763, 0.0026429717)
  3091. Part286.TopSurface = Enum.SurfaceType.Weld
  3092. Part286.brickColor = BrickColor.new("Dark orange")
  3093. Part286.FormFactor = Enum.FormFactor.Symmetric
  3094. Part286.formFactor = Enum.FormFactor.Symmetric
  3095. BlockMesh287.Parent = Part286
  3096. BlockMesh287.Scale = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3097. Weld288.Parent = Part286
  3098. Weld288.C0 = CFrame.new(38.8999825, -0.899999619, 29.8999748, 0.999999762, 3.52429197e-12, -9.3231499e-08, 3.5242911e-12, 1, 8.31537109e-26, -9.3231499e-08, 1.05991975e-20, 1)
  3099. Weld288.C1 = CFrame.new(-30.6998005, -0.899999499, 40.0999641, 3.44958244e-06, 2.25498567e-16, -1.00000858, 1.34491515e-10, 1, -2.25890717e-16, 0.999999762, 1.34491529e-10, -3.44958107e-06)
  3100. Weld288.Part0 = Part286
  3101. Weld288.Part1 = Part104
  3102. Weld288.part1 = Part104
  3103. Weld289.Parent = Part286
  3104. Weld289.C0 = CFrame.new(-60.3753967, 0.888669252, -27.470911, -0.550069988, 4.31434455e-05, -0.835118592, 1.76352005e-05, -1, -6.32772935e-05, -0.835118651, -4.9534443e-05, 0.550070226)
  3105. Weld289.C1 = CFrame.new(26.6709442, 0.888669252, -59.1754456, 0.835119367, 4.95344866e-05, -0.550070703, 1.76352005e-05, -1, -6.32772935e-05, -0.550069511, 4.31434455e-05, -0.835119069)
  3106. Weld289.Part0 = Part286
  3107. Weld289.Part1 = Part104
  3108. Weld289.part1 = Part104
  3109. Script290.Name = "qPerfectionWeld"
  3110. Script290.Parent = Part19
  3111. table.insert(cors,sandbox(Script290,function()
  3112. -- Created by Quenty (@Quenty, follow me on twitter).
  3113. -- Should work with only ONE copy, seamlessly with weapons, trains, et cetera.
  3114. -- Parts should be ANCHORED before use. It will, however, store relatives values and so when tools are reparented, it'll fix them.
  3115.  
  3116. --[[ INSTRUCTIONS
  3117. - Place in the model
  3118. - Make sure model is anchored
  3119. - That's it. It will weld the model and all children.
  3120.  
  3121. THIS SCRIPT SHOULD BE USED ONLY BY ITSELF. THE MODEL SHOULD BE ANCHORED.
  3122. THIS SCRIPT SHOULD BE USED ONLY BY ITSELF. THE MODEL SHOULD BE ANCHORED.
  3123. THIS SCRIPT SHOULD BE USED ONLY BY ITSELF. THE MODEL SHOULD BE ANCHORED.
  3124. THIS SCRIPT SHOULD BE USED ONLY BY ITSELF. THE MODEL SHOULD BE ANCHORED.
  3125. THIS SCRIPT SHOULD BE USED ONLY BY ITSELF. THE MODEL SHOULD BE ANCHORED.
  3126. THIS SCRIPT SHOULD BE USED ONLY BY ITSELF. THE MODEL SHOULD BE ANCHORED.
  3127. THIS SCRIPT SHOULD BE USED ONLY BY ITSELF. THE MODEL SHOULD BE ANCHORED.
  3128. THIS SCRIPT SHOULD BE USED ONLY BY ITSELF. THE MODEL SHOULD BE ANCHORED.
  3129.  
  3130. This script is designed to be used is a regular script. In a local script it will weld, but it will not attempt to handle ancestory changes.
  3131. ]]
  3132.  
  3133. --[[ DOCUMENTATION
  3134. - Will work in tools. If ran more than once it will not create more than one weld. This is especially useful for tools that are dropped and then picked up again.
  3135. - Will work in PBS servers
  3136. - Will work as long as it starts out with the part anchored
  3137. - Stores the relative CFrame as a CFrame value
  3138. - Takes careful measure to reduce lag by not having a joint set off or affected by the parts offset from origin
  3139. - Utilizes a recursive algorith to find all parts in the model
  3140. - Will reweld on script reparent if the script is initially parented to a tool.
  3141. - Welds as fast as possible
  3142. ]]
  3143.  
  3144. -- qPerfectionWeld.lua
  3145. -- Created 10/6/2014
  3146. -- Author: Quenty
  3147. -- Version 1.0.3
  3148.  
  3149. -- Updated 10/14/2014 - Updated to 1.0.1
  3150. --- Bug fix with existing ROBLOX welds ? Repro by asimo3089
  3151.  
  3152. -- Updated 10/14/2014 - Updated to 1.0.2
  3153. --- Fixed bug fix.
  3154.  
  3155. -- Updated 10/14/2014 - Updated to 1.0.3
  3156. --- Now handles joints semi-acceptably. May be rather hacky with some joints. :/
  3157.  
  3158. local NEVER_BREAK_JOINTS = false -- If you set this to true it will never break joints (this can create some welding issues, but can save stuff like hinges).
  3159.  
  3160.  
  3161. local function CallOnChildren(Instance, FunctionToCall)
  3162. -- Calls a function on each of the children of a certain object, using recursion.
  3163.  
  3164. FunctionToCall(Instance)
  3165.  
  3166. for _, Child in next, Instance:GetChildren() do
  3167. CallOnChildren(Child, FunctionToCall)
  3168. end
  3169. end
  3170.  
  3171. local function GetNearestParent(Instance, ClassName)
  3172. -- Returns the nearest parent of a certain class, or returns nil
  3173.  
  3174. local Ancestor = Instance
  3175. repeat
  3176. Ancestor = Ancestor.Parent
  3177. if Ancestor == nil then
  3178. return nil
  3179. end
  3180. until Ancestor:IsA(ClassName)
  3181.  
  3182. return Ancestor
  3183. end
  3184.  
  3185. local function GetBricks(StartInstance)
  3186. local List = {}
  3187.  
  3188. -- if StartInstance:IsA("BasePart") then
  3189. -- List[#List+1] = StartInstance
  3190. -- end
  3191.  
  3192. CallOnChildren(StartInstance, function(Item)
  3193. if Item:IsA("BasePart") then
  3194. List[#List+1] = Item;
  3195. end
  3196. end)
  3197.  
  3198. return List
  3199. end
  3200.  
  3201. local function Modify(Instance, Values)
  3202. -- Modifies an Instance by using a table.
  3203.  
  3204. assert(type(Values) == "table", "Values is not a table");
  3205.  
  3206. for Index, Value in next, Values do
  3207. if type(Index) == "number" then
  3208. Value.Parent = Instance
  3209. else
  3210. Instance[Index] = Value
  3211. end
  3212. end
  3213. return Instance
  3214. end
  3215.  
  3216. local function Make(ClassType, Properties)
  3217. -- Using a syntax hack to create a nice way to Make new items.
  3218.  
  3219. return Modify(Instance.new(ClassType), Properties)
  3220. end
  3221.  
  3222. local Surfaces = {"TopSurface", "BottomSurface", "LeftSurface", "RightSurface", "FrontSurface", "BackSurface"}
  3223. local HingSurfaces = {"Hinge", "Motor", "SteppingMotor"}
  3224.  
  3225. local function HasWheelJoint(Part)
  3226. for _, SurfaceName in pairs(Surfaces) do
  3227. for _, HingSurfaceName in pairs(HingSurfaces) do
  3228. if Part[SurfaceName].Name == HingSurfaceName then
  3229. return true
  3230. end
  3231. end
  3232. end
  3233.  
  3234. return false
  3235. end
  3236.  
  3237. local function ShouldBreakJoints(Part)
  3238. --- We do not want to break joints of wheels/hinges. This takes the utmost care to not do this. There are
  3239. -- definitely some edge cases.
  3240.  
  3241. if NEVER_BREAK_JOINTS then
  3242. return false
  3243. end
  3244.  
  3245. if HasWheelJoint(Part) then
  3246. return false
  3247. end
  3248.  
  3249. local Connected = Part:GetConnectedParts()
  3250.  
  3251. if #Connected == 1 then
  3252. return false
  3253. end
  3254.  
  3255. for _, Item in pairs(Connected) do
  3256. if HasWheelJoint(Item) then
  3257. return false
  3258. elseif not Item:IsDescendantOf(script.Parent) then
  3259. return false
  3260. end
  3261. end
  3262.  
  3263. return true
  3264. end
  3265.  
  3266. local function WeldTogether(Part0, Part1, JointType, WeldParent)
  3267. --- Weld's 2 parts together
  3268. -- @param Part0 The first part
  3269. -- @param Part1 The second part (Dependent part most of the time).
  3270. -- @param [JointType] The type of joint. Defaults to weld.
  3271. -- @param [WeldParent] Parent of the weld, Defaults to Part0 (so GC is better).
  3272. -- @return The weld created.
  3273.  
  3274. JointType = JointType or "Weld"
  3275. local RelativeValue = Part1:FindFirstChild("qRelativeCFrameWeldValue")
  3276.  
  3277. local NewWeld = Part1:FindFirstChild("qCFrameWeldThingy") or Instance.new(JointType)
  3278. Modify(NewWeld, {
  3279. Name = "qCFrameWeldThingy";
  3280. Part0 = Part0;
  3281. Part1 = Part1;
  3282. C0 = CFrame.new();--Part0.CFrame:inverse();
  3283. C1 = RelativeValue and RelativeValue.Value or Part1.CFrame:toObjectSpace(Part0.CFrame); --Part1.CFrame:inverse() * Part0.CFrame;-- Part1.CFrame:inverse();
  3284. Parent = Part1;
  3285. })
  3286.  
  3287. if not RelativeValue then
  3288. RelativeValue = Make("CFrameValue", {
  3289. Parent = Part1;
  3290. Name = "qRelativeCFrameWeldValue";
  3291. Archivable = true;
  3292. Value = NewWeld.C1;
  3293. })
  3294. end
  3295.  
  3296. return NewWeld
  3297. end
  3298.  
  3299. local function WeldParts(Parts, MainPart, JointType, DoNotUnanchor)
  3300. -- @param Parts The Parts to weld. Should be anchored to prevent really horrible results.
  3301. -- @param MainPart The part to weld the model to (can be in the model).
  3302. -- @param [JointType] The type of joint. Defaults to weld.
  3303. -- @parm DoNotUnanchor Boolean, if true, will not unachor the model after cmopletion.
  3304.  
  3305. for _, Part in pairs(Parts) do
  3306. if ShouldBreakJoints(Part) then
  3307. Part:BreakJoints()
  3308. end
  3309. end
  3310.  
  3311. for _, Part in pairs(Parts) do
  3312. if Part ~= MainPart then
  3313. WeldTogether(MainPart, Part, JointType, MainPart)
  3314. end
  3315. end
  3316.  
  3317. if not DoNotUnanchor then
  3318. for _, Part in pairs(Parts) do
  3319. Part.Anchored = false
  3320. end
  3321. MainPart.Anchored = false
  3322. end
  3323. end
  3324.  
  3325. local function PerfectionWeld()
  3326. local Tool = GetNearestParent(script, "Tool")
  3327.  
  3328. local Parts = GetBricks(script.Parent)
  3329. local PrimaryPart = Tool and Tool:FindFirstChild("Handle") and Tool.Handle:IsA("BasePart") and Tool.Handle or script.Parent:IsA("Model") and script.Parent.PrimaryPart or Parts[1]
  3330.  
  3331. if PrimaryPart then
  3332. WeldParts(Parts, PrimaryPart, "Weld", false)
  3333. else
  3334. warn("qWeld - Unable to weld part")
  3335. end
  3336.  
  3337. return Tool
  3338. end
  3339.  
  3340. local Tool = PerfectionWeld()
  3341.  
  3342.  
  3343. if Tool and script.ClassName == "Script" then
  3344. --- Don't bother with local scripts
  3345.  
  3346. script.Parent.AncestryChanged:connect(function()
  3347. PerfectionWeld()
  3348. end)
  3349. end
  3350.  
  3351. -- Created by Quenty (@Quenty, follow me on twitter).
  3352.  
  3353. end))
  3354. for i,v in pairs(mas:GetChildren()) do
  3355. v.Parent = game:GetService("Players").LocalPlayer.Backpack
  3356. pcall(function() v:MakeJoints() end)
  3357. end
  3358. mas:Destroy()
  3359. for i,v in pairs(cors) do
  3360. spawn(function()
  3361. pcall(v)
  3362. end)
  3363. end
  3364.  
  3365.  
  3366. if inputObject.UserInputType == Enum.UserInputType.Keyboard then
  3367. if inputObject.KeyCode == CanToggleMouse.activationkey then
  3368. if CanToggleMouse.allowed and freemouse == false then
  3369. freemouse = true
  3370. else
  3371. freemouse = false
  3372. end
  3373. end
  3374. end
  3375.  
  3376. end)
  3377.  
  3378. ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
  3379.  
  3380. runService.RenderStepped:connect(function()
  3381.  
  3382. if running then
  3383. updatechar()
  3384.  
  3385. CamPos = CamPos + (TargetCamPos - CamPos) *0.28
  3386. AngleX = AngleX + (TargetAngleX - AngleX) *0.35
  3387. local dist = TargetAngleY - AngleY
  3388. dist = math.abs(dist) > 180 and dist - (dist / math.abs(dist)) * 360 or dist
  3389. AngleY = (AngleY + dist *0.35) %360
  3390. cam.CameraType = Enum.CameraType.Scriptable
  3391.  
  3392. cam.CoordinateFrame = CFrame.new(head.Position)
  3393. * CFrame.Angles(0,math.rad(AngleY),0)
  3394. * CFrame.Angles(math.rad(AngleX),0,0)
  3395. * CFrame.new(0,0.5,0) -- offset
  3396.  
  3397. humanoidpart.CFrame=CFrame.new(humanoidpart.Position)*CFrame.Angles(0,math.rad(AngleY),0)
  3398. else game:GetService("UserInputService").MouseBehavior = Enum.MouseBehavior.Default
  3399. end
  3400.  
  3401. if (cam.Focus.p-cam.CoordinateFrame.p).magnitude < 1 then
  3402. running = false
  3403. else
  3404. running = true
  3405. if freemouse == true then
  3406. game:GetService("UserInputService").MouseBehavior = Enum.MouseBehavior.Default
  3407. else
  3408. game:GetService("UserInputService").MouseBehavior = Enum.MouseBehavior.LockCenter
  3409. end
  3410. end
  3411.  
  3412. if not CanToggleMouse.allowed then
  3413. freemouse = false
  3414. end
  3415.  
  3416. cam.FieldOfView = FieldOfView
  3417.  
  3418. end)
  3419.  
  3420. ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement