sIendytubble

script that changes you into a club penguin penguin

May 8th, 2020
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.02 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,game,owner = owner,game
  3. local RealPlayer = Player
  4. do
  5. print("FE Compatibility code by Mokiros")
  6. local rp = RealPlayer
  7. script.Parent = rp.Character
  8.  
  9. --RemoteEvent for communicating
  10. local Event = Instance.new("RemoteEvent")
  11. Event.Name = "UserInput_Event"
  12.  
  13. --Fake event to make stuff like Mouse.KeyDown work
  14. local function fakeEvent()
  15. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  16. t.connect = t.Connect
  17. return t
  18. end
  19.  
  20. --Creating fake input objects with fake variables
  21. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent(),Button2Up=fakeEvent(),Button2Down=fakeEvent()}
  22. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  23. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  24. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  25. end}
  26. --Merged 2 functions into one by checking amount of arguments
  27. CAS.UnbindAction = CAS.BindAction
  28.  
  29. --This function will trigger the events that have been :Connect()'ed
  30. local function te(self,ev,...)
  31. local t = m[ev]
  32. if t and t._fakeEvent then
  33. for _,f in pairs(t.Functions) do
  34. f(...)
  35. end
  36. end
  37. end
  38. m.TrigEvent = te
  39. UIS.TrigEvent = te
  40.  
  41. Event.OnServerEvent:Connect(function(plr,io)
  42. if plr~=rp then return end
  43. m.Target = io.Target
  44. m.Hit = io.Hit
  45. if not io.isMouse then
  46. local b = io.UserInputState == Enum.UserInputState.Begin
  47. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  48. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  49. end
  50. if io.UserInputType == Enum.UserInputType.MouseButton2 then
  51. return m:TrigEvent(b and "Button2Down" or "Button2Up")
  52. end
  53. for _,t in pairs(CAS.Actions) do
  54. for _,k in pairs(t.Keys) do
  55. if k==io.KeyCode then
  56. t.Function(t.Name,io.UserInputState,io)
  57. end
  58. end
  59. end
  60. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  61. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  62. end
  63. end)
  64. Event.Parent = NLS([==[
  65. local Player = game:GetService("Players").LocalPlayer
  66. local Event = script:WaitForChild("UserInput_Event")
  67. local Mouse = Player:GetMouse()
  68. local UIS = game:GetService("UserInputService")
  69. local input = function(io,a)
  70. if a then return end
  71. --Since InputObject is a client-side instance, we create and pass table instead
  72. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  73. end
  74. UIS.InputBegan:Connect(input)
  75. UIS.InputEnded:Connect(input)
  76. local h,t
  77. --Give the server mouse data 30 times every second, but only if the values changed
  78. --If player is not moving their mouse, client won't fire events
  79. while wait(1/30) do
  80. if h~=Mouse.Hit or t~=Mouse.Target then
  81. h,t=Mouse.Hit,Mouse.Target
  82. Event:FireServer({isMouse=true,Target=t,Hit=h})
  83. end
  84. end]==],Player.Character)
  85.  
  86. ----Sandboxed game object that allows the usage of client-side methods and services
  87. --Real game object
  88. local _rg = game
  89.  
  90. --Metatable for fake service
  91. local fsmt = {
  92. __index = function(self,k)
  93. local s = rawget(self,"_RealService")
  94. if s then
  95. return typeof(s[k])=="function"
  96. and function(_,...)return s[k](s,...)end or s[k]
  97. end
  98. end,
  99. __newindex = function(self,k,v)
  100. local s = rawget(self,"_RealService")
  101. if s then s[k]=v end
  102. end
  103. }
  104. local function FakeService(t,RealService)
  105. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  106. return setmetatable(t,fsmt)
  107. end
  108.  
  109. --Fake game object
  110. local g = {
  111. GetService = function(self,s)
  112. return rawget(self,s) or _rg:GetService(s)
  113. end,
  114. Players = FakeService({
  115. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  116. },"Players"),
  117. UserInputService = FakeService(UIS,"UserInputService"),
  118. ContextActionService = FakeService(CAS,"ContextActionService"),
  119. RunService = FakeService({
  120. _btrs = {},
  121. RenderStepped = _rg:GetService("RunService").Heartbeat,
  122. BindToRenderStep = function(self,name,_,fun)
  123. self._btrs[name] = self.Heartbeat:Connect(fun)
  124. end,
  125. UnbindFromRenderStep = function(self,name)
  126. self._btrs[name]:Disconnect()
  127. end,
  128. },"RunService")
  129. }
  130. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  131. g.service = g.GetService
  132. FakeService(g,game)
  133. --Changing owner to fake player object to support owner:GetMouse()
  134. game,owner = g,g.Players.LocalPlayer
  135. end
  136. mas = game.Players.LocalPlayer.Character.HumanoidRootPart
  137. for i,v in pairs(mas.Parent:GetChildren()) do
  138. if v.ClassName == "MeshPart" then
  139. v.Transparency = 1
  140. end
  141. end
  142. for i,v in pairs(mas.Parent:GetChildren()) do
  143. if v.ClassName == "Part" then
  144. v.Transparency = 1
  145. end
  146. end
  147. for i,v in pairs(mas.Parent:GetChildren()) do
  148. if v.ClassName == "Accessory" then
  149. v.Handle.Transparency = 1
  150. end
  151. end
  152. for i,v in pairs(mas.Parent.Head:GetChildren()) do
  153. if v.ClassName == "Decal" then
  154. v.Transparency = 1
  155. end
  156. end
  157. Model0 = Instance.new("Model")
  158. Model1 = Instance.new("Model")
  159. Part2 = Instance.new("Part")
  160. SpecialMesh3 = Instance.new("SpecialMesh")
  161. Part4 = Instance.new("Part")
  162. SpecialMesh5 = Instance.new("SpecialMesh")
  163. Weld6 = Instance.new("Weld")
  164. CFrameValue7 = Instance.new("CFrameValue")
  165. Model8 = Instance.new("Model")
  166. Part9 = Instance.new("Part")
  167. SpecialMesh10 = Instance.new("SpecialMesh")
  168. Weld11 = Instance.new("Weld")
  169. CFrameValue12 = Instance.new("CFrameValue")
  170. Part13 = Instance.new("Part")
  171. SpecialMesh14 = Instance.new("SpecialMesh")
  172. Weld15 = Instance.new("Weld")
  173. CFrameValue16 = Instance.new("CFrameValue")
  174. Part17 = Instance.new("Part")
  175. SpecialMesh18 = Instance.new("SpecialMesh")
  176. Weld19 = Instance.new("Weld")
  177. CFrameValue20 = Instance.new("CFrameValue")
  178. Part21 = Instance.new("Part")
  179. Weld22 = Instance.new("Weld")
  180. CFrameValue23 = Instance.new("CFrameValue")
  181. Part24 = Instance.new("Part")
  182. Weld25 = Instance.new("Weld")
  183. CFrameValue26 = Instance.new("CFrameValue")
  184. Part27 = Instance.new("Part")
  185. SpecialMesh28 = Instance.new("SpecialMesh")
  186. Weld29 = Instance.new("Weld")
  187. CFrameValue30 = Instance.new("CFrameValue")
  188. Model31 = Instance.new("Model")
  189. Part32 = Instance.new("Part")
  190. SpecialMesh33 = Instance.new("SpecialMesh")
  191. Weld34 = Instance.new("Weld")
  192. CFrameValue35 = Instance.new("CFrameValue")
  193. Part36 = Instance.new("Part")
  194. SpecialMesh37 = Instance.new("SpecialMesh")
  195. Weld38 = Instance.new("Weld")
  196. CFrameValue39 = Instance.new("CFrameValue")
  197. Part40 = Instance.new("Part")
  198. SpecialMesh41 = Instance.new("SpecialMesh")
  199. Weld42 = Instance.new("Weld")
  200. CFrameValue43 = Instance.new("CFrameValue")
  201. Part44 = Instance.new("Part")
  202. Weld45 = Instance.new("Weld")
  203. CFrameValue46 = Instance.new("CFrameValue")
  204. Part47 = Instance.new("Part")
  205. Weld48 = Instance.new("Weld")
  206. CFrameValue49 = Instance.new("CFrameValue")
  207. Part50 = Instance.new("Part")
  208. SpecialMesh51 = Instance.new("SpecialMesh")
  209. Weld52 = Instance.new("Weld")
  210. CFrameValue53 = Instance.new("CFrameValue")
  211. Model54 = Instance.new("Model")
  212. Part55 = Instance.new("Part")
  213. SpecialMesh56 = Instance.new("SpecialMesh")
  214. Weld57 = Instance.new("Weld")
  215. CFrameValue58 = Instance.new("CFrameValue")
  216. Part59 = Instance.new("Part")
  217. SpecialMesh60 = Instance.new("SpecialMesh")
  218. Weld61 = Instance.new("Weld")
  219. CFrameValue62 = Instance.new("CFrameValue")
  220. Model63 = Instance.new("Model")
  221. Part64 = Instance.new("Part")
  222. SpecialMesh65 = Instance.new("SpecialMesh")
  223. Weld66 = Instance.new("Weld")
  224. CFrameValue67 = Instance.new("CFrameValue")
  225. Part68 = Instance.new("Part")
  226. SpecialMesh69 = Instance.new("SpecialMesh")
  227. Weld70 = Instance.new("Weld")
  228. CFrameValue71 = Instance.new("CFrameValue")
  229. Part72 = Instance.new("Part")
  230. SpecialMesh73 = Instance.new("SpecialMesh")
  231. Weld74 = Instance.new("Weld")
  232. CFrameValue75 = Instance.new("CFrameValue")
  233. Part76 = Instance.new("Part")
  234. SpecialMesh77 = Instance.new("SpecialMesh")
  235. Weld78 = Instance.new("Weld")
  236. CFrameValue79 = Instance.new("CFrameValue")
  237. Model80 = Instance.new("Model")
  238. Part81 = Instance.new("Part")
  239. SpecialMesh82 = Instance.new("SpecialMesh")
  240. Weld83 = Instance.new("Weld")
  241. CFrameValue84 = Instance.new("CFrameValue")
  242. Part85 = Instance.new("Part")
  243. SpecialMesh86 = Instance.new("SpecialMesh")
  244. Weld87 = Instance.new("Weld")
  245. CFrameValue88 = Instance.new("CFrameValue")
  246. Part89 = Instance.new("Part")
  247. SpecialMesh90 = Instance.new("SpecialMesh")
  248. Weld91 = Instance.new("Weld")
  249. CFrameValue92 = Instance.new("CFrameValue")
  250. Part93 = Instance.new("Part")
  251. SpecialMesh94 = Instance.new("SpecialMesh")
  252. Weld95 = Instance.new("Weld")
  253. CFrameValue96 = Instance.new("CFrameValue")
  254. Part97 = Instance.new("Part")
  255. SpecialMesh98 = Instance.new("SpecialMesh")
  256. Weld99 = Instance.new("Weld")
  257. CFrameValue100 = Instance.new("CFrameValue")
  258. Part101 = Instance.new("Part")
  259. SpecialMesh102 = Instance.new("SpecialMesh")
  260. Weld103 = Instance.new("Weld")
  261. CFrameValue104 = Instance.new("CFrameValue")
  262. Model0.Name = "penguin"
  263. Model0.Parent = mas
  264. Model1.Name = "la"
  265. Model1.Parent = Model0
  266. Part2.Parent = Model1
  267. Part2.CFrame = CFrame.new(-21.1837845, 3.67499995, -40.0045853, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  268. Part2.Orientation = Vector3.new(-90, 90, 0)
  269. Part2.Position = Vector3.new(-21.1837845, 3.67499995, -40.0045853)
  270. Part2.Rotation = Vector3.new(-90, 0, 90)
  271. Part2.Size = Vector3.new(0.949999928, 0.799999952, 0.949999988)
  272. Part2.Anchored = false
  273. Part2.Material = Enum.Material.SmoothPlastic
  274. Part2.FormFactor = Enum.FormFactor.Symmetric
  275. Part2.formFactor = Enum.FormFactor.Symmetric
  276. SpecialMesh3.Parent = Part2
  277. SpecialMesh3.MeshId = "http://www.roblox.com/asset/?id=1527559"
  278. SpecialMesh3.Scale = Vector3.new(0.5, 0.800000012, 0.25)
  279. SpecialMesh3.MeshType = Enum.MeshType.FileMesh
  280. Part4.Parent = Model1
  281. Part4.CFrame = CFrame.new(-22.5837784, 3.67499995, -40.0045853, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  282. Part4.Orientation = Vector3.new(-90, 90, 0)
  283. Part4.Position = Vector3.new(-22.5837784, 3.67499995, -40.0045853)
  284. Part4.Rotation = Vector3.new(-90, 0, 90)
  285. Part4.Size = Vector3.new(0.949999928, 0.799999952, 0.949999988)
  286. Part4.Material = Enum.Material.SmoothPlastic
  287. Part4.FormFactor = Enum.FormFactor.Symmetric
  288. Part4.formFactor = Enum.FormFactor.Symmetric
  289. SpecialMesh5.Parent = Part4
  290. SpecialMesh5.MeshId = "rbxassetid://379908173"
  291. SpecialMesh5.Scale = Vector3.new(0.5, 0.800000012, 0.224999994)
  292. SpecialMesh5.MeshType = Enum.MeshType.FileMesh
  293. Weld6.Name = "qCFrameWeldThingy"
  294. Weld6.Parent = Part4
  295. Weld6.C1 = CFrame.new(0, -1.3999939, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  296. Weld6.Part0 = Part2
  297. Weld6.Part1 = Part4
  298. Weld6.part1 = Part4
  299. CFrameValue7.Name = "qRelativeCFrameWeldValue"
  300. CFrameValue7.Parent = Part4
  301. CFrameValue7.Value = CFrame.new(0, -1.3999939, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  302. Model8.Name = "ll"
  303. Model8.Parent = Model0
  304. Part9.Parent = Model8
  305. Part9.CFrame = CFrame.new(-19.9837646, 0.22500205, -39.8796158, 0, 0, -1, -1, 0, 0, 0, 1, 0)
  306. Part9.Orientation = Vector3.new(0, -90, -90)
  307. Part9.Position = Vector3.new(-19.9837646, 0.22500205, -39.8796158)
  308. Part9.Rotation = Vector3.new(90, -90, 0)
  309. Part9.Color = Color3.new(0.960784, 0.803922, 0.188235)
  310. Part9.Size = Vector3.new(0.450000018, 1.5, 0.5)
  311. Part9.BottomSurface = Enum.SurfaceType.Smooth
  312. Part9.BrickColor = BrickColor.new("Bright yellow")
  313. Part9.Material = Enum.Material.SmoothPlastic
  314. Part9.TopSurface = Enum.SurfaceType.Smooth
  315. Part9.brickColor = BrickColor.new("Bright yellow")
  316. SpecialMesh10.Parent = Part9
  317. SpecialMesh10.MeshType = Enum.MeshType.Wedge
  318. Weld11.Name = "qCFrameWeldThingy"
  319. Weld11.Parent = Part9
  320. Weld11.C1 = CFrame.new(-3.4499979, -0.124969482, 1.20001984, 0, 0, -1, -1, 0, 0, 0, 1, 0)
  321. Weld11.Part0 = Part2
  322. Weld11.Part1 = Part9
  323. Weld11.part1 = Part9
  324. CFrameValue12.Name = "qRelativeCFrameWeldValue"
  325. CFrameValue12.Parent = Part9
  326. CFrameValue12.Value = CFrame.new(-3.4499979, -0.124969482, 1.20001984, 0, 0, -1, -1, 0, 0, 0, 1, 0)
  327. Part13.Parent = Model8
  328. Part13.CFrame = CFrame.new(-20.8587646, 0.22500205, -41.2046165, 0, -1, 0, 1, 0, 0, 0, 0, 1)
  329. Part13.Orientation = Vector3.new(0, 0, 90)
  330. Part13.Position = Vector3.new(-20.8587646, 0.22500205, -41.2046165)
  331. Part13.Rotation = Vector3.new(0, 0, 90)
  332. Part13.Color = Color3.new(0.960784, 0.803922, 0.188235)
  333. Part13.Size = Vector3.new(0.450000018, 0.75, 0.150000006)
  334. Part13.BottomSurface = Enum.SurfaceType.Smooth
  335. Part13.BrickColor = BrickColor.new("Bright yellow")
  336. Part13.Material = Enum.Material.SmoothPlastic
  337. Part13.TopSurface = Enum.SurfaceType.Smooth
  338. Part13.brickColor = BrickColor.new("Bright yellow")
  339. SpecialMesh14.Parent = Part13
  340. SpecialMesh14.MeshType = Enum.MeshType.Wedge
  341. Weld15.Name = "qCFrameWeldThingy"
  342. Weld15.Parent = Part13
  343. Weld15.C1 = CFrame.new(3.4499979, 0.325019836, 1.20003128, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  344. Weld15.Part0 = Part2
  345. Weld15.Part1 = Part13
  346. Weld15.part1 = Part13
  347. CFrameValue16.Name = "qRelativeCFrameWeldValue"
  348. CFrameValue16.Parent = Part13
  349. CFrameValue16.Value = CFrame.new(3.4499979, 0.325019836, 1.20003128, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  350. Part17.Parent = Model8
  351. Part17.CFrame = CFrame.new(-20.1087646, 0.22500205, -41.2046165, 0, 1, 0, -1, 0, 0, 0, 0, 1)
  352. Part17.Orientation = Vector3.new(0, 0, -90)
  353. Part17.Position = Vector3.new(-20.1087646, 0.22500205, -41.2046165)
  354. Part17.Rotation = Vector3.new(0, 0, -90)
  355. Part17.Color = Color3.new(0.960784, 0.803922, 0.188235)
  356. Part17.Size = Vector3.new(0.450000018, 0.75, 0.150000006)
  357. Part17.BottomSurface = Enum.SurfaceType.Smooth
  358. Part17.BrickColor = BrickColor.new("Bright yellow")
  359. Part17.Material = Enum.Material.SmoothPlastic
  360. Part17.TopSurface = Enum.SurfaceType.Smooth
  361. Part17.brickColor = BrickColor.new("Bright yellow")
  362. SpecialMesh18.Parent = Part17
  363. SpecialMesh18.MeshType = Enum.MeshType.Wedge
  364. Weld19.Name = "qCFrameWeldThingy"
  365. Weld19.Parent = Part17
  366. Weld19.C1 = CFrame.new(-3.4499979, -1.07501984, 1.20003128, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  367. Weld19.Part0 = Part2
  368. Weld19.Part1 = Part17
  369. Weld19.part1 = Part17
  370. CFrameValue20.Name = "qRelativeCFrameWeldValue"
  371. CFrameValue20.Parent = Part17
  372. CFrameValue20.Value = CFrame.new(-3.4499979, -1.07501984, 1.20003128, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  373. Part21.Parent = Model8
  374. Part21.CFrame = CFrame.new(-20.4837646, 0.22500205, -40.8796158, 0, 0, 1, 1, 0, 0, 0, 1, 0)
  375. Part21.Orientation = Vector3.new(0, 90, 90)
  376. Part21.Position = Vector3.new(-20.4837646, 0.22500205, -40.8796158)
  377. Part21.Rotation = Vector3.new(90, 90, 0)
  378. Part21.Color = Color3.new(0.960784, 0.803922, 0.188235)
  379. Part21.Size = Vector3.new(0.449999988, 0.5, 1.5)
  380. Part21.BottomSurface = Enum.SurfaceType.Smooth
  381. Part21.BrickColor = BrickColor.new("Bright yellow")
  382. Part21.Material = Enum.Material.SmoothPlastic
  383. Part21.TopSurface = Enum.SurfaceType.Smooth
  384. Part21.brickColor = BrickColor.new("Bright yellow")
  385. Weld22.Name = "qCFrameWeldThingy"
  386. Weld22.Parent = Part21
  387. Weld22.C1 = CFrame.new(3.4499979, 0.875030518, -0.700019836, 0, 0, 1, -1, 0, 0, 0, -1, 0)
  388. Weld22.Part0 = Part2
  389. Weld22.Part1 = Part21
  390. Weld22.part1 = Part21
  391. CFrameValue23.Name = "qRelativeCFrameWeldValue"
  392. CFrameValue23.Parent = Part21
  393. CFrameValue23.Value = CFrame.new(3.4499979, 0.875030518, -0.700019836, 0, 0, 1, -1, 0, 0, 0, -1, 0)
  394. Part24.Parent = Model8
  395. Part24.CFrame = CFrame.new(-20.4837646, 0.22500205, -39.8796158, 0, 0, 1, 1, 0, 0, 0, 1, 0)
  396. Part24.Orientation = Vector3.new(0, 90, 90)
  397. Part24.Position = Vector3.new(-20.4837646, 0.22500205, -39.8796158)
  398. Part24.Rotation = Vector3.new(90, 90, 0)
  399. Part24.Color = Color3.new(0.960784, 0.803922, 0.188235)
  400. Part24.Size = Vector3.new(0.450000018, 1.5, 0.5)
  401. Part24.BottomSurface = Enum.SurfaceType.Smooth
  402. Part24.BrickColor = BrickColor.new("Bright yellow")
  403. Part24.Material = Enum.Material.SmoothPlastic
  404. Part24.TopSurface = Enum.SurfaceType.Smooth
  405. Part24.brickColor = BrickColor.new("Bright yellow")
  406. Weld25.Name = "qCFrameWeldThingy"
  407. Weld25.Parent = Part24
  408. Weld25.C1 = CFrame.new(3.4499979, -0.124969482, -0.700019836, 0, 0, 1, -1, 0, 0, 0, -1, 0)
  409. Weld25.Part0 = Part2
  410. Weld25.Part1 = Part24
  411. Weld25.part1 = Part24
  412. CFrameValue26.Name = "qRelativeCFrameWeldValue"
  413. CFrameValue26.Parent = Part24
  414. CFrameValue26.Value = CFrame.new(3.4499979, -0.124969482, -0.700019836, 0, 0, 1, -1, 0, 0, 0, -1, 0)
  415. Part27.Parent = Model8
  416. Part27.CFrame = CFrame.new(-20.9837666, 0.22500205, -39.8796158, 0, 0, 1, 1, 0, 0, 0, 1, 0)
  417. Part27.Orientation = Vector3.new(0, 90, 90)
  418. Part27.Position = Vector3.new(-20.9837666, 0.22500205, -39.8796158)
  419. Part27.Rotation = Vector3.new(90, 90, 0)
  420. Part27.Color = Color3.new(0.960784, 0.803922, 0.188235)
  421. Part27.Size = Vector3.new(0.450000018, 1.5, 0.5)
  422. Part27.BottomSurface = Enum.SurfaceType.Smooth
  423. Part27.BrickColor = BrickColor.new("Bright yellow")
  424. Part27.Material = Enum.Material.SmoothPlastic
  425. Part27.TopSurface = Enum.SurfaceType.Smooth
  426. Part27.brickColor = BrickColor.new("Bright yellow")
  427. SpecialMesh28.Parent = Part27
  428. SpecialMesh28.MeshType = Enum.MeshType.Wedge
  429. Weld29.Name = "qCFrameWeldThingy"
  430. Weld29.Parent = Part27
  431. Weld29.C1 = CFrame.new(3.4499979, -0.124969482, -0.200017929, 0, 0, 1, -1, 0, 0, 0, -1, 0)
  432. Weld29.Part0 = Part2
  433. Weld29.Part1 = Part27
  434. Weld29.part1 = Part27
  435. CFrameValue30.Name = "qRelativeCFrameWeldValue"
  436. CFrameValue30.Parent = Part27
  437. CFrameValue30.Value = CFrame.new(3.4499979, -0.124969482, -0.200017929, 0, 0, 1, -1, 0, 0, 0, -1, 0)
  438. Model31.Name = "rl"
  439. Model31.Parent = Model0
  440. Part32.Parent = Model31
  441. Part32.CFrame = CFrame.new(-18.3837681, 0.22500205, -39.8796158, 0, 0, -1, -1, 0, 0, 0, 1, 0)
  442. Part32.Orientation = Vector3.new(0, -90, -90)
  443. Part32.Position = Vector3.new(-18.3837681, 0.22500205, -39.8796158)
  444. Part32.Rotation = Vector3.new(90, -90, 0)
  445. Part32.Color = Color3.new(0.960784, 0.803922, 0.188235)
  446. Part32.Size = Vector3.new(0.450000018, 1.5, 0.5)
  447. Part32.BottomSurface = Enum.SurfaceType.Smooth
  448. Part32.BrickColor = BrickColor.new("Bright yellow")
  449. Part32.Material = Enum.Material.SmoothPlastic
  450. Part32.TopSurface = Enum.SurfaceType.Smooth
  451. Part32.brickColor = BrickColor.new("Bright yellow")
  452. SpecialMesh33.Parent = Part32
  453. SpecialMesh33.MeshType = Enum.MeshType.Wedge
  454. Weld34.Name = "qCFrameWeldThingy"
  455. Weld34.Parent = Part32
  456. Weld34.C1 = CFrame.new(-3.4499979, -0.124969482, 2.8000164, 0, 0, -1, -1, 0, 0, 0, 1, 0)
  457. Weld34.Part0 = Part2
  458. Weld34.Part1 = Part32
  459. Weld34.part1 = Part32
  460. CFrameValue35.Name = "qRelativeCFrameWeldValue"
  461. CFrameValue35.Parent = Part32
  462. CFrameValue35.Value = CFrame.new(-3.4499979, -0.124969482, 2.8000164, 0, 0, -1, -1, 0, 0, 0, 1, 0)
  463. Part36.Parent = Model31
  464. Part36.CFrame = CFrame.new(-19.2587662, 0.22500205, -41.2046165, 0, -1, 0, 1, 0, 0, 0, 0, 1)
  465. Part36.Orientation = Vector3.new(0, 0, 90)
  466. Part36.Position = Vector3.new(-19.2587662, 0.22500205, -41.2046165)
  467. Part36.Rotation = Vector3.new(0, 0, 90)
  468. Part36.Color = Color3.new(0.960784, 0.803922, 0.188235)
  469. Part36.Size = Vector3.new(0.450000018, 0.75, 0.150000006)
  470. Part36.BottomSurface = Enum.SurfaceType.Smooth
  471. Part36.BrickColor = BrickColor.new("Bright yellow")
  472. Part36.Material = Enum.Material.SmoothPlastic
  473. Part36.TopSurface = Enum.SurfaceType.Smooth
  474. Part36.brickColor = BrickColor.new("Bright yellow")
  475. SpecialMesh37.Parent = Part36
  476. SpecialMesh37.MeshType = Enum.MeshType.Wedge
  477. Weld38.Name = "qCFrameWeldThingy"
  478. Weld38.Parent = Part36
  479. Weld38.C1 = CFrame.new(3.4499979, 1.92501831, 1.20003128, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  480. Weld38.Part0 = Part2
  481. Weld38.Part1 = Part36
  482. Weld38.part1 = Part36
  483. CFrameValue39.Name = "qRelativeCFrameWeldValue"
  484. CFrameValue39.Parent = Part36
  485. CFrameValue39.Value = CFrame.new(3.4499979, 1.92501831, 1.20003128, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  486. Part40.Parent = Model31
  487. Part40.CFrame = CFrame.new(-18.50877, 0.22500205, -41.2046165, 0, 1, 0, -1, 0, 0, 0, 0, 1)
  488. Part40.Orientation = Vector3.new(0, 0, -90)
  489. Part40.Position = Vector3.new(-18.50877, 0.22500205, -41.2046165)
  490. Part40.Rotation = Vector3.new(0, 0, -90)
  491. Part40.Color = Color3.new(0.960784, 0.803922, 0.188235)
  492. Part40.Size = Vector3.new(0.450000018, 0.75, 0.150000006)
  493. Part40.BottomSurface = Enum.SurfaceType.Smooth
  494. Part40.BrickColor = BrickColor.new("Bright yellow")
  495. Part40.Material = Enum.Material.SmoothPlastic
  496. Part40.TopSurface = Enum.SurfaceType.Smooth
  497. Part40.brickColor = BrickColor.new("Bright yellow")
  498. SpecialMesh41.Parent = Part40
  499. SpecialMesh41.MeshType = Enum.MeshType.Wedge
  500. Weld42.Name = "qCFrameWeldThingy"
  501. Weld42.Parent = Part40
  502. Weld42.C1 = CFrame.new(-3.4499979, -2.6750145, 1.20003128, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  503. Weld42.Part0 = Part2
  504. Weld42.Part1 = Part40
  505. Weld42.part1 = Part40
  506. CFrameValue43.Name = "qRelativeCFrameWeldValue"
  507. CFrameValue43.Parent = Part40
  508. CFrameValue43.Value = CFrame.new(-3.4499979, -2.6750145, 1.20003128, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  509. Part44.Parent = Model31
  510. Part44.CFrame = CFrame.new(-18.8837681, 0.22500205, -40.8796158, 0, 0, 1, 1, 0, 0, 0, 1, 0)
  511. Part44.Orientation = Vector3.new(0, 90, 90)
  512. Part44.Position = Vector3.new(-18.8837681, 0.22500205, -40.8796158)
  513. Part44.Rotation = Vector3.new(90, 90, 0)
  514. Part44.Color = Color3.new(0.960784, 0.803922, 0.188235)
  515. Part44.Size = Vector3.new(0.449999988, 0.5, 1.5)
  516. Part44.BottomSurface = Enum.SurfaceType.Smooth
  517. Part44.BrickColor = BrickColor.new("Bright yellow")
  518. Part44.Material = Enum.Material.SmoothPlastic
  519. Part44.TopSurface = Enum.SurfaceType.Smooth
  520. Part44.brickColor = BrickColor.new("Bright yellow")
  521. Weld45.Name = "qCFrameWeldThingy"
  522. Weld45.Parent = Part44
  523. Weld45.C1 = CFrame.new(3.4499979, 0.875030518, -2.3000164, 0, 0, 1, -1, 0, 0, 0, -1, 0)
  524. Weld45.Part0 = Part2
  525. Weld45.Part1 = Part44
  526. Weld45.part1 = Part44
  527. CFrameValue46.Name = "qRelativeCFrameWeldValue"
  528. CFrameValue46.Parent = Part44
  529. CFrameValue46.Value = CFrame.new(3.4499979, 0.875030518, -2.3000164, 0, 0, 1, -1, 0, 0, 0, -1, 0)
  530. Part47.Parent = Model31
  531. Part47.CFrame = CFrame.new(-18.8837681, 0.22500205, -39.8796158, 0, 0, 1, 1, 0, 0, 0, 1, 0)
  532. Part47.Orientation = Vector3.new(0, 90, 90)
  533. Part47.Position = Vector3.new(-18.8837681, 0.22500205, -39.8796158)
  534. Part47.Rotation = Vector3.new(90, 90, 0)
  535. Part47.Color = Color3.new(0.960784, 0.803922, 0.188235)
  536. Part47.Size = Vector3.new(0.450000018, 1.5, 0.5)
  537. Part47.BottomSurface = Enum.SurfaceType.Smooth
  538. Part47.BrickColor = BrickColor.new("Bright yellow")
  539. Part47.Material = Enum.Material.SmoothPlastic
  540. Part47.TopSurface = Enum.SurfaceType.Smooth
  541. Part47.brickColor = BrickColor.new("Bright yellow")
  542. Weld48.Name = "qCFrameWeldThingy"
  543. Weld48.Parent = Part47
  544. Weld48.C1 = CFrame.new(3.4499979, -0.124969482, -2.3000164, 0, 0, 1, -1, 0, 0, 0, -1, 0)
  545. Weld48.Part0 = Part2
  546. Weld48.Part1 = Part47
  547. Weld48.part1 = Part47
  548. CFrameValue49.Name = "qRelativeCFrameWeldValue"
  549. CFrameValue49.Parent = Part47
  550. CFrameValue49.Value = CFrame.new(3.4499979, -0.124969482, -2.3000164, 0, 0, 1, -1, 0, 0, 0, -1, 0)
  551. Part50.Parent = Model31
  552. Part50.CFrame = CFrame.new(-19.3837662, 0.22500205, -39.8796158, 0, 0, 1, 1, 0, 0, 0, 1, 0)
  553. Part50.Orientation = Vector3.new(0, 90, 90)
  554. Part50.Position = Vector3.new(-19.3837662, 0.22500205, -39.8796158)
  555. Part50.Rotation = Vector3.new(90, 90, 0)
  556. Part50.Color = Color3.new(0.960784, 0.803922, 0.188235)
  557. Part50.Size = Vector3.new(0.450000018, 1.5, 0.5)
  558. Part50.BottomSurface = Enum.SurfaceType.Smooth
  559. Part50.BrickColor = BrickColor.new("Bright yellow")
  560. Part50.Material = Enum.Material.SmoothPlastic
  561. Part50.TopSurface = Enum.SurfaceType.Smooth
  562. Part50.brickColor = BrickColor.new("Bright yellow")
  563. SpecialMesh51.Parent = Part50
  564. SpecialMesh51.MeshType = Enum.MeshType.Wedge
  565. Weld52.Name = "qCFrameWeldThingy"
  566. Weld52.Parent = Part50
  567. Weld52.C1 = CFrame.new(3.4499979, -0.124969482, -1.80001831, 0, 0, 1, -1, 0, 0, 0, -1, 0)
  568. Weld52.Part0 = Part2
  569. Weld52.Part1 = Part50
  570. Weld52.part1 = Part50
  571. CFrameValue53.Name = "qRelativeCFrameWeldValue"
  572. CFrameValue53.Parent = Part50
  573. CFrameValue53.Value = CFrame.new(3.4499979, -0.124969482, -1.80001831, 0, 0, 1, -1, 0, 0, 0, -1, 0)
  574. Model54.Name = "ra"
  575. Model54.Parent = Model0
  576. Part55.Parent = Model54
  577. Part55.CFrame = CFrame.new(-16.7837772, 3.67499995, -40.0045853, 0, 1, 0, 0, 0, 1, 1, 0, 0)
  578. Part55.Orientation = Vector3.new(-90, -90, 0)
  579. Part55.Position = Vector3.new(-16.7837772, 3.67499995, -40.0045853)
  580. Part55.Rotation = Vector3.new(-90, 0, -90)
  581. Part55.Size = Vector3.new(0.949999928, 0.799999952, 0.949999988)
  582. Part55.Material = Enum.Material.SmoothPlastic
  583. Part55.FormFactor = Enum.FormFactor.Symmetric
  584. Part55.formFactor = Enum.FormFactor.Symmetric
  585. SpecialMesh56.Parent = Part55
  586. SpecialMesh56.MeshId = "rbxassetid://379908173"
  587. SpecialMesh56.Scale = Vector3.new(0.5, 0.800000012, 0.224999994)
  588. SpecialMesh56.MeshType = Enum.MeshType.FileMesh
  589. Weld57.Name = "qCFrameWeldThingy"
  590. Weld57.Parent = Part55
  591. Weld57.C1 = CFrame.new(0, -4.40000725, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1)
  592. Weld57.Part0 = Part2
  593. Weld57.Part1 = Part55
  594. Weld57.part1 = Part55
  595. CFrameValue58.Name = "qRelativeCFrameWeldValue"
  596. CFrameValue58.Parent = Part55
  597. CFrameValue58.Value = CFrame.new(0, -4.40000725, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1)
  598. Part59.Parent = Model54
  599. Part59.CFrame = CFrame.new(-18.1837769, 3.67499995, -40.0045853, 0, 1, 0, 0, 0, 1, 1, 0, 0)
  600. Part59.Orientation = Vector3.new(-90, -90, 0)
  601. Part59.Position = Vector3.new(-18.1837769, 3.67499995, -40.0045853)
  602. Part59.Rotation = Vector3.new(-90, 0, -90)
  603. Part59.Size = Vector3.new(0.949999928, 0.799999952, 0.949999988)
  604. Part59.Material = Enum.Material.SmoothPlastic
  605. Part59.FormFactor = Enum.FormFactor.Symmetric
  606. Part59.formFactor = Enum.FormFactor.Symmetric
  607. SpecialMesh60.Parent = Part59
  608. SpecialMesh60.MeshId = "http://www.roblox.com/asset/?id=1527559"
  609. SpecialMesh60.Scale = Vector3.new(0.5, 0.800000012, 0.25)
  610. SpecialMesh60.MeshType = Enum.MeshType.FileMesh
  611. Weld61.Name = "qCFrameWeldThingy"
  612. Weld61.Parent = Part59
  613. Weld61.C1 = CFrame.new(0, -3.00000763, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1)
  614. Weld61.Part0 = Part2
  615. Weld61.Part1 = Part59
  616. Weld61.part1 = Part59
  617. CFrameValue62.Name = "qRelativeCFrameWeldValue"
  618. CFrameValue62.Parent = Part59
  619. CFrameValue62.Value = CFrame.new(0, -3.00000763, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1)
  620. Model63.Name = "t"
  621. Model63.Parent = Model0
  622. Part64.Parent = Model63
  623. Part64.CFrame = CFrame.new(-19.6847744, 3.10000682, -39.9500008, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  624. Part64.Position = Vector3.new(-19.6847744, 3.10000682, -39.9500008)
  625. Part64.Color = Color3.new(1, 1, 1)
  626. Part64.Size = Vector3.new(2, 3, 2)
  627. Part64.BrickColor = BrickColor.new("Institutional white")
  628. Part64.Material = Enum.Material.SmoothPlastic
  629. Part64.brickColor = BrickColor.new("Institutional white")
  630. Part64.FormFactor = Enum.FormFactor.Symmetric
  631. Part64.formFactor = Enum.FormFactor.Symmetric
  632. SpecialMesh65.Parent = Part64
  633. SpecialMesh65.MeshId = "rbxassetid://379908173"
  634. SpecialMesh65.Scale = Vector3.new(1.10000002, 1.39999998, 1.29999995)
  635. SpecialMesh65.MeshType = Enum.MeshType.FileMesh
  636. Weld66.Name = "qCFrameWeldThingy"
  637. Weld66.Parent = Part64
  638. Weld66.C1 = CFrame.new(-1.49901009, 0.574993134, -0.0545845032, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  639. Weld66.Part0 = Part2
  640. Weld66.Part1 = Part64
  641. Weld66.part1 = Part64
  642. CFrameValue67.Name = "qRelativeCFrameWeldValue"
  643. CFrameValue67.Parent = Part64
  644. CFrameValue67.Value = CFrame.new(-1.49901009, 0.574993134, -0.0545845032, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  645. Part68.Parent = Model63
  646. Part68.CFrame = CFrame.new(-19.6847649, 2.10000682, -39.8500023, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  647. Part68.Position = Vector3.new(-19.6847649, 2.10000682, -39.8500023)
  648. Part68.Size = Vector3.new(2, 3, 2)
  649. Part68.Material = Enum.Material.SmoothPlastic
  650. Part68.FormFactor = Enum.FormFactor.Symmetric
  651. Part68.formFactor = Enum.FormFactor.Symmetric
  652. SpecialMesh69.Parent = Part68
  653. SpecialMesh69.MeshId = "rbxassetid://379908173"
  654. SpecialMesh69.Scale = Vector3.new(1.79999995, 1.5, 1.79999995)
  655. SpecialMesh69.MeshType = Enum.MeshType.FileMesh
  656. Weld70.Name = "qCFrameWeldThingy"
  657. Weld70.Parent = Part68
  658. Weld70.C1 = CFrame.new(-1.49901962, 1.57499313, -0.154582977, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  659. Weld70.Part0 = Part2
  660. Weld70.Part1 = Part68
  661. Weld70.part1 = Part68
  662. CFrameValue71.Name = "qRelativeCFrameWeldValue"
  663. CFrameValue71.Parent = Part68
  664. CFrameValue71.Value = CFrame.new(-1.49901962, 1.57499313, -0.154582977, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  665. Part72.Parent = Model63
  666. Part72.CFrame = CFrame.new(-19.6847649, 2.10000682, -39.9000015, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  667. Part72.Position = Vector3.new(-19.6847649, 2.10000682, -39.9000015)
  668. Part72.Color = Color3.new(1, 1, 1)
  669. Part72.Size = Vector3.new(2, 3, 2)
  670. Part72.BrickColor = BrickColor.new("Institutional white")
  671. Part72.Material = Enum.Material.SmoothPlastic
  672. Part72.brickColor = BrickColor.new("Institutional white")
  673. Part72.FormFactor = Enum.FormFactor.Symmetric
  674. Part72.formFactor = Enum.FormFactor.Symmetric
  675. SpecialMesh73.Parent = Part72
  676. SpecialMesh73.MeshId = "rbxassetid://379908173"
  677. SpecialMesh73.Scale = Vector3.new(1.70000005, 1.5, 1.79999995)
  678. SpecialMesh73.MeshType = Enum.MeshType.FileMesh
  679. Weld74.Name = "qCFrameWeldThingy"
  680. Weld74.Parent = Part72
  681. Weld74.C1 = CFrame.new(-1.49901962, 1.57499313, -0.10458374, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  682. Weld74.Part0 = Part2
  683. Weld74.Part1 = Part72
  684. Weld74.part1 = Part72
  685. CFrameValue75.Name = "qRelativeCFrameWeldValue"
  686. CFrameValue75.Parent = Part72
  687. CFrameValue75.Value = CFrame.new(-1.49901962, 1.57499313, -0.10458374, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  688. Part76.Parent = Model63
  689. Part76.CFrame = CFrame.new(-19.6847744, 3.10000682, -39.9000015, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  690. Part76.Position = Vector3.new(-19.6847744, 3.10000682, -39.9000015)
  691. Part76.Size = Vector3.new(2, 3, 2)
  692. Part76.Material = Enum.Material.SmoothPlastic
  693. Part76.FormFactor = Enum.FormFactor.Symmetric
  694. Part76.formFactor = Enum.FormFactor.Symmetric
  695. SpecialMesh77.Parent = Part76
  696. SpecialMesh77.MeshId = "rbxassetid://379908173"
  697. SpecialMesh77.Scale = Vector3.new(1.29999995, 1.39999998, 1.29999995)
  698. SpecialMesh77.MeshType = Enum.MeshType.FileMesh
  699. Weld78.Name = "qCFrameWeldThingy"
  700. Weld78.Parent = Part76
  701. Weld78.C1 = CFrame.new(-1.49901009, 0.574993134, -0.10458374, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  702. Weld78.Part0 = Part2
  703. Weld78.Part1 = Part76
  704. Weld78.part1 = Part76
  705. CFrameValue79.Name = "qRelativeCFrameWeldValue"
  706. CFrameValue79.Parent = Part76
  707. CFrameValue79.Value = CFrame.new(-1.49901009, 0.574993134, -0.10458374, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  708. Model80.Name = "h"
  709. Model80.Parent = Model0
  710. Part81.Parent = Model80
  711. Part81.CFrame = CFrame.new(-19.8079128, 4.38943434, -40.6531487, 0.965925872, -3.76027884e-07, 0.258818895, 0.0225579981, 0.996194661, -0.0841862038, -0.257833958, 0.0871560648, 0.962250292)
  712. Part81.Orientation = Vector3.new(4.82999992, 15.0500002, 1.29999995)
  713. Part81.Position = Vector3.new(-19.8079128, 4.38943434, -40.6531487)
  714. Part81.Rotation = Vector3.new(5, 15, 0)
  715. Part81.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  716. Part81.Size = Vector3.new(0.350000024, 0.50000006, 0.0500000007)
  717. Part81.BrickColor = BrickColor.new("Really black")
  718. Part81.Material = Enum.Material.SmoothPlastic
  719. Part81.brickColor = BrickColor.new("Really black")
  720. Part81.FormFactor = Enum.FormFactor.Symmetric
  721. Part81.formFactor = Enum.FormFactor.Symmetric
  722. SpecialMesh82.Parent = Part81
  723. SpecialMesh82.MeshId = "http://www.roblox.com/asset/?id=1527559"
  724. SpecialMesh82.Scale = Vector3.new(0.0500000007, 0.100000001, 0.0250000004)
  725. SpecialMesh82.MeshType = Enum.MeshType.FileMesh
  726. Weld83.Name = "qCFrameWeldThingy"
  727. Weld83.Parent = Part81
  728. Weld83.C1 = CFrame.new(-1.51232719, -0.655189037, 0.328125, 0.257833958, -0.965925872, 0.0225579981, -0.0871560648, 3.76027884e-07, 0.996194661, -0.962250292, -0.258818895, -0.0841862038)
  729. Weld83.Part0 = Part2
  730. Weld83.Part1 = Part81
  731. Weld83.part1 = Part81
  732. CFrameValue84.Name = "qRelativeCFrameWeldValue"
  733. CFrameValue84.Parent = Part81
  734. CFrameValue84.Value = CFrame.new(-1.51232719, -0.655189037, 0.328125, 0.257833958, -0.965925872, 0.0225579981, -0.0871560648, 3.76027884e-07, 0.996194661, -0.962250292, -0.258818895, -0.0841862038)
  735. Part85.Parent = Model80
  736. Part85.CFrame = CFrame.new(-19.5596199, 4.38944054, -40.6535721, 0.965925872, 3.76027884e-07, -0.258818895, -0.0225579981, 0.996194661, -0.0841862038, 0.257833958, 0.0871560648, 0.962250292)
  737. Part85.Orientation = Vector3.new(4.82999992, -15.0500002, -1.29999995)
  738. Part85.Position = Vector3.new(-19.5596199, 4.38944054, -40.6535721)
  739. Part85.Rotation = Vector3.new(5, -15, 0)
  740. Part85.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  741. Part85.Size = Vector3.new(0.350000024, 0.50000006, 0.0500000007)
  742. Part85.BrickColor = BrickColor.new("Really black")
  743. Part85.Material = Enum.Material.SmoothPlastic
  744. Part85.brickColor = BrickColor.new("Really black")
  745. Part85.FormFactor = Enum.FormFactor.Symmetric
  746. Part85.formFactor = Enum.FormFactor.Symmetric
  747. SpecialMesh86.Parent = Part85
  748. SpecialMesh86.MeshId = "http://www.roblox.com/asset/?id=1527559"
  749. SpecialMesh86.Scale = Vector3.new(0.0500000007, 0.100000001, 0.0250000004)
  750. SpecialMesh86.MeshType = Enum.MeshType.FileMesh
  751. Weld87.Name = "qCFrameWeldThingy"
  752. Weld87.Parent = Part85
  753. Weld87.C1 = CFrame.new(-1.38537407, -0.655158997, 1.10499954, -0.257833958, -0.965925872, -0.0225579981, -0.0871560648, -3.76027884e-07, 0.996194661, -0.962250292, 0.258818895, -0.0841862038)
  754. Weld87.Part0 = Part2
  755. Weld87.Part1 = Part85
  756. Weld87.part1 = Part85
  757. CFrameValue88.Name = "qRelativeCFrameWeldValue"
  758. CFrameValue88.Parent = Part85
  759. CFrameValue88.Value = CFrame.new(-1.38537407, -0.655158997, 1.10499954, -0.257833958, -0.965925872, -0.0225579981, -0.0871560648, -3.76027884e-07, 0.996194661, -0.962250292, 0.258818895, -0.0841862038)
  760. Part89.Parent = Model80
  761. Part89.CFrame = CFrame.new(-19.8079147, 4.34943008, -40.5731506, 0.965925872, -3.76027884e-07, 0.258818895, 0.0225579981, 0.996194661, -0.0841862038, -0.257833958, 0.0871560648, 0.962250292)
  762. Part89.Orientation = Vector3.new(4.82999992, 15.0500002, 1.29999995)
  763. Part89.Position = Vector3.new(-19.8079147, 4.34943008, -40.5731506)
  764. Part89.Rotation = Vector3.new(5, 15, 0)
  765. Part89.Color = Color3.new(1, 1, 1)
  766. Part89.Size = Vector3.new(0.350000024, 0.50000006, 0.0500000007)
  767. Part89.BrickColor = BrickColor.new("Institutional white")
  768. Part89.Material = Enum.Material.SmoothPlastic
  769. Part89.brickColor = BrickColor.new("Institutional white")
  770. Part89.FormFactor = Enum.FormFactor.Symmetric
  771. Part89.formFactor = Enum.FormFactor.Symmetric
  772. SpecialMesh90.Parent = Part89
  773. SpecialMesh90.MeshId = "http://www.roblox.com/asset/?id=1527559"
  774. SpecialMesh90.Scale = Vector3.new(0.275000006, 0.300000012, 0.100000001)
  775. SpecialMesh90.MeshType = Enum.MeshType.FileMesh
  776. Weld91.Name = "qCFrameWeldThingy"
  777. Weld91.Parent = Part89
  778. Weld91.C1 = CFrame.new(-1.49079704, -0.622309208, 0.247779846, 0.257833958, -0.965925872, 0.0225579981, -0.0871560648, 3.76027884e-07, 0.996194661, -0.962250292, -0.258818895, -0.0841862038)
  779. Weld91.Part0 = Part2
  780. Weld91.Part1 = Part89
  781. Weld91.part1 = Part89
  782. CFrameValue92.Name = "qRelativeCFrameWeldValue"
  783. CFrameValue92.Parent = Part89
  784. CFrameValue92.Value = CFrame.new(-1.49079704, -0.622309208, 0.247779846, 0.257833958, -0.965925872, 0.0225579981, -0.0871560648, 3.76027884e-07, 0.996194661, -0.962250292, -0.258818895, -0.0841862038)
  785. Part93.Parent = Model80
  786. Part93.CFrame = CFrame.new(-19.5596199, 4.3494401, -40.5735817, 0.965925872, 3.76027884e-07, -0.258818895, -0.0225579981, 0.996194661, -0.0841862038, 0.257833958, 0.0871560648, 0.962250292)
  787. Part93.Orientation = Vector3.new(4.82999992, -15.0500002, -1.29999995)
  788. Part93.Position = Vector3.new(-19.5596199, 4.3494401, -40.5735817)
  789. Part93.Rotation = Vector3.new(5, -15, 0)
  790. Part93.Color = Color3.new(1, 1, 1)
  791. Part93.Size = Vector3.new(0.350000024, 0.50000006, 0.0500000007)
  792. Part93.BrickColor = BrickColor.new("Institutional white")
  793. Part93.Material = Enum.Material.SmoothPlastic
  794. Part93.brickColor = BrickColor.new("Institutional white")
  795. Part93.FormFactor = Enum.FormFactor.Symmetric
  796. Part93.formFactor = Enum.FormFactor.Symmetric
  797. SpecialMesh94.Parent = Part93
  798. SpecialMesh94.MeshId = "http://www.roblox.com/asset/?id=1527559"
  799. SpecialMesh94.Scale = Vector3.new(0.275000006, 0.300000012, 0.100000001)
  800. SpecialMesh94.MeshType = Enum.MeshType.FileMesh
  801. Weld95.Name = "qCFrameWeldThingy"
  802. Weld95.Parent = Part93
  803. Weld95.C1 = CFrame.new(-1.40690231, -0.622282982, 1.0246582, -0.257833958, -0.965925872, -0.0225579981, -0.0871560648, -3.76027884e-07, 0.996194661, -0.962250292, 0.258818895, -0.0841862038)
  804. Weld95.Part0 = Part2
  805. Weld95.Part1 = Part93
  806. Weld95.part1 = Part93
  807. CFrameValue96.Name = "qRelativeCFrameWeldValue"
  808. CFrameValue96.Parent = Part93
  809. CFrameValue96.Value = CFrame.new(-1.40690231, -0.622282982, 1.0246582, -0.257833958, -0.965925872, -0.0225579981, -0.0871560648, -3.76027884e-07, 0.996194661, -0.962250292, 0.258818895, -0.0841862038)
  810. Part97.Parent = Model80
  811. Part97.CFrame = CFrame.new(-19.684906, 4.07500839, -40.779995, -1, 0.000176999994, 0, 0, 0, 1, 0.000176999994, 1, 0)
  812. Part97.Orientation = Vector3.new(-90, -179.990005, 0)
  813. Part97.Position = Vector3.new(-19.684906, 4.07500839, -40.779995)
  814. Part97.Rotation = Vector3.new(-90, 0, -179.990005)
  815. Part97.Color = Color3.new(0.960784, 0.803922, 0.188235)
  816. Part97.Size = Vector3.new(0.99999994, 0.849999964, 0.949999988)
  817. Part97.BrickColor = BrickColor.new("Bright yellow")
  818. Part97.Material = Enum.Material.SmoothPlastic
  819. Part97.brickColor = BrickColor.new("Bright yellow")
  820. Part97.FormFactor = Enum.FormFactor.Symmetric
  821. Part97.formFactor = Enum.FormFactor.Symmetric
  822. SpecialMesh98.Parent = Part97
  823. SpecialMesh98.MeshId = "http://www.roblox.com/asset/?id=1527559"
  824. SpecialMesh98.Scale = Vector3.new(0.400000006, 0.600000024, 0.25)
  825. SpecialMesh98.MeshType = Enum.MeshType.FileMesh
  826. Weld99.Name = "qCFrameWeldThingy"
  827. Weld99.Parent = Part97
  828. Weld99.C1 = CFrame.new(1.49901581, 0.77514267, -0.400008202, -0.000176999994, 1, 0, -1, -0.000176999994, 0, 0, 0, 1)
  829. Weld99.Part0 = Part2
  830. Weld99.Part1 = Part97
  831. Weld99.part1 = Part97
  832. CFrameValue100.Name = "qRelativeCFrameWeldValue"
  833. CFrameValue100.Parent = Part97
  834. CFrameValue100.Value = CFrame.new(1.49901581, 0.77514267, -0.400008202, -0.000176999994, 1, 0, -1, -0.000176999994, 0, 0, 0, 1)
  835. Part101.Parent = Model80
  836. Part101.CFrame = CFrame.new(-19.6847706, 4.15000629, -39.9799919, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  837. Part101.Position = Vector3.new(-19.6847706, 4.15000629, -39.9799919)
  838. Part101.Size = Vector3.new(0.99999994, 0.799999952, 0.949999988)
  839. Part101.Material = Enum.Material.SmoothPlastic
  840. Part101.FormFactor = Enum.FormFactor.Symmetric
  841. Part101.formFactor = Enum.FormFactor.Symmetric
  842. SpecialMesh102.Parent = Part101
  843. SpecialMesh102.MeshId = "http://www.roblox.com/asset/?id=1527559"
  844. SpecialMesh102.Scale = Vector3.new(0.699999988, 0.800000012, 0.699999988)
  845. SpecialMesh102.MeshType = Enum.MeshType.FileMesh
  846. Weld103.Name = "qCFrameWeldThingy"
  847. Weld103.Parent = Part101
  848. Weld103.C1 = CFrame.new(-1.4990139, -0.475006104, -0.0245933533, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  849. Weld103.Part0 = Part2
  850. Weld103.Part1 = Part101
  851. Weld103.part1 = Part101
  852. CFrameValue104.Name = "qRelativeCFrameWeldValue"
  853. CFrameValue104.Parent = Part101
  854. CFrameValue104.Value = CFrame.new(-1.4990139, -0.475006104, -0.0245933533, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  855. weldeee = Instance.new("Weld",Part64)
  856. weldeee.Part0 = mas
  857. weldeee.Part1 = Part64
Add Comment
Please, Sign In to add comment