Advertisement
firebudgy

Untitled

Jun 19th, 2018
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.17 KB | None | 0 0
  1. --Flygon morph made by Lukaslun17--
  2. warn("Made by Lukaslun17")
  3.  
  4. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  5. if v.ClassName == 'Hat' then
  6. v:Destroy()
  7. end
  8. end
  9.  
  10. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  11. if v.ClassName == 'Accessory' then
  12. v:Destroy()
  13. end
  14. end
  15.  
  16.  
  17. game.Players.LocalPlayer.Character.Head.Transparency = 1
  18. game.Players.LocalPlayer.Character["Left Arm"].Transparency = 1
  19. game.Players.LocalPlayer.Character["Right Arm"].Transparency = 1
  20. game.Players.LocalPlayer.Character["Left Leg"].Transparency = 1
  21. game.Players.LocalPlayer.Character["Right Leg"].Transparency = 1
  22. game.Players.LocalPlayer.Character.Torso.Transparency = 1
  23. game.Players.LocalPlayer.Character.Head.face:Destroy()
  24. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 21.5
  25. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 75
  26. game.Players.LocalPlayer.Character.Humanoid.MaxHealth = 1200
  27. game.Players.LocalPlayer.Character.Humanoid.Health = 1200
  28. game.Players.LocalPlayer.Character.Humanoid.HipHeight = 3.5
  29. game.Players.LocalPlayer.Character.Humanoid.Name = "Vibrava"
  30.  
  31.  
  32. Mouse = game:GetService("Players").LocalPlayer:GetMouse()
  33.  
  34. local crack = Instance.new("Sound")
  35. crack.Name = "Crack"
  36. crack.Volume = 2.2
  37. crack.SoundId = "rbxassetid://134854740"
  38. crack.Parent = game.Players.LocalPlayer.Character.Torso
  39. crack.EmitterSize = 100
  40.  
  41. Mouse.KeyDown:connect(function(key)
  42. if key == "e" then
  43.  
  44. crack:Play()
  45.  
  46. local sand1 = Instance.new("Part")
  47. local mesh1 = Instance.new("SpecialMesh")
  48.  
  49. sand1.Anchored = true
  50. sand1.Size = Vector3.new(31.75, 1, 29.85)
  51. sand1.BottomSurface = Enum.SurfaceType.Smooth
  52. sand1.Material = Enum.Material.Sand
  53. sand1.Color = Color3.new(0.552941, 0.27451, 0)
  54. sand1.Name = "Sand1"
  55. sand1.TopSurface = Enum.SurfaceType.Smooth
  56. sand1.BrickColor = BrickColor.new("CGA brown")
  57. sand1.Parent = game.Workspace
  58. sand1.CFrame = CFrame.new(-81.475, 2, -13.475)
  59. mesh1.Scale = Vector3.new(1, 0.005, 1)
  60. mesh1.MeshType = Enum.MeshType.FileMesh
  61. mesh1.MeshId = "rbxassetid://465435723"
  62. mesh1.Parent = sand1
  63. mesh1.Offset = Vector3.new(0,-3,0)
  64. sand1.CFrame = CFrame.new(game.Players.LocalPlayer.Character.Torso.Position) + Vector3.new(0, -3.5, 0)
  65. sand1.CanCollide = false
  66.  
  67. function onTouched(part)
  68. local h = part.Parent:findFirstChild("Humanoid")
  69. if h~=nil then
  70. h.Health = h.Health -15
  71. end
  72. end
  73.  
  74. sand1.Touched:connect(onTouched)
  75.  
  76. Player = game.Players.LocalPlayer
  77. Character = Player.Character
  78. local txt = Instance.new("BillboardGui", Character)
  79. txt.Adornee = Character.Head
  80. txt.Name = "_status"
  81. txt.Size = UDim2.new(2, 0, 1.2, 0)
  82. txt.StudsOffset = Vector3.new(-9, 8, 0)
  83. local text = Instance.new("TextLabel", txt)
  84. text.Size = UDim2.new(10, 0, 7, 0)
  85. text.FontSize = "Size24"
  86. text.TextScaled = false
  87. text.TextTransparency = 0
  88. text.BackgroundTransparency = 1
  89. text.TextTransparency = 0
  90. text.TextStrokeTransparency = 0
  91. text.Font = "Highway"
  92. text.TextStrokeColor3 = Color3.new(0, 0, 0)
  93. text.Text = "Earthquake!"
  94. text.TextColor3 = Color3.new(236, 197, 39)
  95.  
  96. wait(7)
  97. text.Text = ""
  98. sand1:Destroy()
  99.  
  100. end
  101. end)
  102.  
  103. local chest = Instance.new("Model")
  104. local right_pupil = Instance.new("Part")
  105. local mesh = Instance.new("SpecialMesh")
  106. local right_antena = Instance.new("Part")
  107. local mesh_2 = Instance.new("SpecialMesh")
  108. local front_of_middle_back_wing = Instance.new("Part")
  109. local mesh_3 = Instance.new("SpecialMesh")
  110. local back_of_middle_back_wing = Instance.new("Part")
  111. local mesh_4 = Instance.new("SpecialMesh")
  112. local front_of_right_back_wing = Instance.new("Part")
  113. local mesh_5 = Instance.new("SpecialMesh")
  114. local back_of_left_back_wing = Instance.new("Part")
  115. local mesh_6 = Instance.new("SpecialMesh")
  116. local bottom_of_middle_back_wing = Instance.new("Part")
  117. local mesh_7 = Instance.new("SpecialMesh")
  118. local bottom_of_right_back_wing = Instance.new("Part")
  119. local mesh_8 = Instance.new("SpecialMesh")
  120. local bottom_of_left_back_wing = Instance.new("Part")
  121. local mesh_9 = Instance.new("SpecialMesh")
  122. local front_of_right_back_wing_2 = Instance.new("Part")
  123. local mesh_10 = Instance.new("SpecialMesh")
  124. local front_of_left_back_wing = Instance.new("Part")
  125. local mesh_11 = Instance.new("SpecialMesh")
  126. local left_right_finger = Instance.new("Part")
  127. local mesh_12 = Instance.new("SpecialMesh")
  128. local left_right_finger_2 = Instance.new("Part")
  129. local mesh_13 = Instance.new("SpecialMesh")
  130. local right_left_finger = Instance.new("Part")
  131. local mesh_14 = Instance.new("SpecialMesh")
  132. local right_middle_finger = Instance.new("Part")
  133. local mesh_15 = Instance.new("SpecialMesh")
  134. local right_arm = Instance.new("Part")
  135. local mesh_16 = Instance.new("SpecialMesh")
  136. local left_foot_bottom = Instance.new("Part")
  137. local mesh_17 = Instance.new("SpecialMesh")
  138. local left_foot = Instance.new("Part")
  139. local mesh_18 = Instance.new("SpecialMesh")
  140. local right_foot_bottom = Instance.new("Part")
  141. local mesh_19 = Instance.new("SpecialMesh")
  142. local right_right_finger = Instance.new("Part")
  143. local mesh_20 = Instance.new("SpecialMesh")
  144. local left_arm = Instance.new("Part")
  145. local mesh_21 = Instance.new("SpecialMesh")
  146. local left_middle_finger = Instance.new("Part")
  147. local mesh_22 = Instance.new("SpecialMesh")
  148. local tenth_tail_part = Instance.new("Part")
  149. local mesh_23 = Instance.new("SpecialMesh")
  150. local left_upper_thigh = Instance.new("Part")
  151. local mesh_24 = Instance.new("SpecialMesh")
  152. local left_thigh = Instance.new("Part")
  153. local mesh_25 = Instance.new("SpecialMesh")
  154. local right_foot = Instance.new("Part")
  155. local mesh_26 = Instance.new("SpecialMesh")
  156. local eigth_tail_part = Instance.new("Part")
  157. local mesh_27 = Instance.new("SpecialMesh")
  158. local ninth_tail_part = Instance.new("Part")
  159. local mesh_28 = Instance.new("SpecialMesh")
  160. local sixth_tail_part = Instance.new("Part")
  161. local mesh_29 = Instance.new("SpecialMesh")
  162. local seventh_tail_part = Instance.new("Part")
  163. local mesh_30 = Instance.new("SpecialMesh")
  164. local right_thigh = Instance.new("Part")
  165. local mesh_31 = Instance.new("SpecialMesh")
  166. local body = Instance.new("Part")
  167. local mesh_32 = Instance.new("SpecialMesh")
  168. local right_upper_thigh = Instance.new("Part")
  169. local mesh_33 = Instance.new("SpecialMesh")
  170. local fifth_tail_part = Instance.new("Part")
  171. local mesh_34 = Instance.new("SpecialMesh")
  172. local first_tail_part = Instance.new("Part")
  173. local mesh_35 = Instance.new("SpecialMesh")
  174. local left_antena = Instance.new("Part")
  175. local mesh_36 = Instance.new("SpecialMesh")
  176. local left_antenatoleft__eye_ball_strong_joint = Instance.new("ManualWeld")
  177. local third_tail_part = Instance.new("Part")
  178. local mesh_37 = Instance.new("SpecialMesh")
  179. local front_of_left_wing = Instance.new("Part")
  180. local mesh_38 = Instance.new("SpecialMesh")
  181. local bottom_of_right_wing = Instance.new("Part")
  182. local mesh_39 = Instance.new("SpecialMesh")
  183. local back_of_right_wing = Instance.new("Part")
  184. local mesh_40 = Instance.new("SpecialMesh")
  185. local front_of_right_wing = Instance.new("Part")
  186. local mesh_41 = Instance.new("SpecialMesh")
  187. local bottom_of_left_wing = Instance.new("Part")
  188. local mesh_42 = Instance.new("SpecialMesh")
  189. local back_of_left_wing = Instance.new("Part")
  190. local mesh_43 = Instance.new("SpecialMesh")
  191. local second_tail_part = Instance.new("Part")
  192. local mesh_44 = Instance.new("SpecialMesh")
  193. local fourth_tail_part = Instance.new("Part")
  194. local mesh_45 = Instance.new("SpecialMesh")
  195. local right__eye_ball = Instance.new("Part")
  196. local mesh_46 = Instance.new("SpecialMesh")
  197. local left_pupil = Instance.new("Part")
  198. local mesh_47 = Instance.new("SpecialMesh")
  199. local neck = Instance.new("Part")
  200. local mesh_48 = Instance.new("SpecialMesh")
  201. local head = Instance.new("Part")
  202. local mesh_49 = Instance.new("SpecialMesh")
  203. local top_of_head = Instance.new("Part")
  204. local mesh_50 = Instance.new("SpecialMesh")
  205. local left_eye = Instance.new("Part")
  206. local mesh_51 = Instance.new("SpecialMesh")
  207. local right_eye = Instance.new("Part")
  208. local mesh_52 = Instance.new("SpecialMesh")
  209. local left__eye_ball = Instance.new("Part")
  210. local mesh_53 = Instance.new("SpecialMesh")
  211. local middle = Instance.new("Part")
  212.  
  213. chest.Name = "Chest"
  214. chest.Parent = game.Workspace
  215. right_pupil.Anchored = true
  216. right_pupil.CanCollide = false
  217. right_pupil.Size = Vector3.new(2.243, 1.794, 4.486)
  218. right_pupil.Orientation = Vector3.new(-5.7, 95.7, 119.47)
  219. right_pupil.BottomSurface = Enum.SurfaceType.Smooth
  220. right_pupil.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  221. right_pupil.Name = "Right Pupil"
  222. right_pupil.TopSurface = Enum.SurfaceType.Smooth
  223. right_pupil.BrickColor = BrickColor.new("Really black")
  224. right_pupil.Parent = chest
  225. right_pupil.CFrame = CFrame.new(34.913, 6.866, 10.923) * CFrame.Angles(-2.354, 1.43, -1.84)
  226. mesh.Scale = Vector3.new(0.08, 0.14, 0)
  227. mesh.MeshType = Enum.MeshType.Sphere
  228. mesh.Parent = right_pupil
  229. right_antena.Anchored = true
  230. right_antena.Size = Vector3.new(1.121, 0.449, 1.121)
  231. right_antena.BottomSurface = Enum.SurfaceType.Smooth
  232. right_antena.Orientation = Vector3.new(0, 90, 65)
  233. right_antena.Color = Color3.new(0.227451, 0.490196, 0.0823529)
  234. right_antena.Name = "Right Antena"
  235. right_antena.TopSurface = Enum.SurfaceType.Smooth
  236. right_antena.BrickColor = BrickColor.new("Camo")
  237. right_antena.Parent = chest
  238. right_antena.CFrame = CFrame.new(34.621, 7.592, 12.075) * CFrame.Angles(1.134, 1.571, 0)
  239. mesh_2.Scale = Vector3.new(0.2, 7, 0.2)
  240. mesh_2.MeshType = Enum.MeshType.Sphere
  241. mesh_2.Parent = right_antena
  242. front_of_middle_back_wing.Anchored = true
  243. front_of_middle_back_wing.Size = Vector3.new(3.364, 1.346, 2.243)
  244. front_of_middle_back_wing.Name = "Front of Middle Back Wing"
  245. front_of_middle_back_wing.Orientation = Vector3.new(0, -90, 0)
  246. front_of_middle_back_wing.BrickColor = BrickColor.new("Medium green")
  247. front_of_middle_back_wing.Color = Color3.new(0.631373, 0.768628, 0.54902)
  248. front_of_middle_back_wing.Parent = chest
  249. front_of_middle_back_wing.CFrame = CFrame.new(32.244, 2.269, 12.939) * CFrame.Angles(0, -1.571, 0)
  250. mesh_3.Scale = Vector3.new(0.561, 0, 0.28)
  251. mesh_3.MeshType = Enum.MeshType.FileMesh
  252. mesh_3.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  253. mesh_3.Parent = front_of_middle_back_wing
  254. back_of_middle_back_wing.Anchored = true
  255. back_of_middle_back_wing.Size = Vector3.new(3.364, 1.346, 2.243)
  256. back_of_middle_back_wing.Name = "Back of Middle Back Wing"
  257. back_of_middle_back_wing.Orientation = Vector3.new(0, -90, 0)
  258. back_of_middle_back_wing.BrickColor = BrickColor.new("Medium green")
  259. back_of_middle_back_wing.Color = Color3.new(0.631373, 0.768628, 0.54902)
  260. back_of_middle_back_wing.Parent = chest
  261. back_of_middle_back_wing.CFrame = CFrame.new(32.244, 2.29, 12.934) * CFrame.Angles(0, -1.571, 0)
  262. mesh_4.Scale = Vector3.new(0.561, 0, 0.28)
  263. mesh_4.MeshType = Enum.MeshType.FileMesh
  264. mesh_4.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  265. mesh_4.Parent = back_of_middle_back_wing
  266. front_of_right_back_wing.Anchored = true
  267. front_of_right_back_wing.Size = Vector3.new(3.364, 1.346, 2.243)
  268. front_of_right_back_wing.Name = "Front of Right Back Wing"
  269. front_of_right_back_wing.Orientation = Vector3.new(11.77, -141.03, -5.63)
  270. front_of_right_back_wing.BrickColor = BrickColor.new("Medium green")
  271. front_of_right_back_wing.Color = Color3.new(0.631373, 0.768628, 0.54902)
  272. front_of_right_back_wing.Parent = chest
  273. front_of_right_back_wing.CFrame = CFrame.new(32.636, 2.303, 13.069) * CFrame.Angles(2.88, -0.663, 2.88)
  274. mesh_5.Scale = Vector3.new(0.561, 0, 0.28)
  275. mesh_5.MeshType = Enum.MeshType.FileMesh
  276. mesh_5.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  277. mesh_5.Parent = front_of_right_back_wing
  278. back_of_left_back_wing.Anchored = true
  279. back_of_left_back_wing.Size = Vector3.new(3.364, 1.346, 2.243)
  280. back_of_left_back_wing.Name = "Back of Left Back Wing"
  281. back_of_left_back_wing.Orientation = Vector3.new(-11.77, -38.97, -5.63)
  282. back_of_left_back_wing.BrickColor = BrickColor.new("Medium green")
  283. back_of_left_back_wing.Color = Color3.new(0.631373, 0.768628, 0.54902)
  284. back_of_left_back_wing.Parent = chest
  285. back_of_left_back_wing.CFrame = CFrame.new(31.851, 2.325, 13.064) * CFrame.Angles(-0.262, -0.663, -0.262)
  286. mesh_6.Scale = Vector3.new(0.561, 0, 0.28)
  287. mesh_6.MeshType = Enum.MeshType.FileMesh
  288. mesh_6.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  289. mesh_6.Parent = back_of_left_back_wing
  290. bottom_of_middle_back_wing.Anchored = true
  291. bottom_of_middle_back_wing.Size = Vector3.new(3.364, 1.346, 2.243)
  292. bottom_of_middle_back_wing.Name = "Bottom of Middle Back Wing"
  293. bottom_of_middle_back_wing.Orientation = Vector3.new(0, -90, 0)
  294. bottom_of_middle_back_wing.BrickColor = BrickColor.new("Really red")
  295. bottom_of_middle_back_wing.Color = Color3.new(1, 0, 0)
  296. bottom_of_middle_back_wing.Parent = chest
  297. bottom_of_middle_back_wing.CFrame = CFrame.new(32.244, 2.279, 12.937) * CFrame.Angles(0, -1.571, 0)
  298. mesh_7.Scale = Vector3.new(0.729, 0, 0.336)
  299. mesh_7.MeshType = Enum.MeshType.FileMesh
  300. mesh_7.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  301. mesh_7.Parent = bottom_of_middle_back_wing
  302. bottom_of_right_back_wing.Anchored = true
  303. bottom_of_right_back_wing.Size = Vector3.new(3.364, 1.346, 2.243)
  304. bottom_of_right_back_wing.Name = "Bottom of Right Back Wing"
  305. bottom_of_right_back_wing.Orientation = Vector3.new(11.77, -141.03, -5.63)
  306. bottom_of_right_back_wing.BrickColor = BrickColor.new("Really red")
  307. bottom_of_right_back_wing.Color = Color3.new(1, 0, 0)
  308. bottom_of_right_back_wing.Parent = chest
  309. bottom_of_right_back_wing.CFrame = CFrame.new(32.636, 2.314, 13.067) * CFrame.Angles(2.88, -0.663, 2.88)
  310. mesh_8.Scale = Vector3.new(0.729, 0, 0.336)
  311. mesh_8.MeshType = Enum.MeshType.FileMesh
  312. mesh_8.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  313. mesh_8.Parent = bottom_of_right_back_wing
  314. bottom_of_left_back_wing.Anchored = true
  315. bottom_of_left_back_wing.Size = Vector3.new(3.364, 1.346, 2.243)
  316. bottom_of_left_back_wing.Name = "Bottom of Left Back Wing"
  317. bottom_of_left_back_wing.Orientation = Vector3.new(-11.77, -38.97, -5.63)
  318. bottom_of_left_back_wing.BrickColor = BrickColor.new("Really red")
  319. bottom_of_left_back_wing.Color = Color3.new(1, 0, 0)
  320. bottom_of_left_back_wing.Parent = chest
  321. bottom_of_left_back_wing.CFrame = CFrame.new(31.851, 2.314, 13.067) * CFrame.Angles(-0.262, -0.663, -0.262)
  322. mesh_9.Scale = Vector3.new(0.729, 0, 0.336)
  323. mesh_9.MeshType = Enum.MeshType.FileMesh
  324. mesh_9.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  325. mesh_9.Parent = bottom_of_left_back_wing
  326. front_of_right_back_wing_2.Anchored = true
  327. front_of_right_back_wing_2.Size = Vector3.new(3.364, 1.346, 2.243)
  328. front_of_right_back_wing_2.Name = "Front of Right Back Wing"
  329. front_of_right_back_wing_2.Orientation = Vector3.new(11.77, -141.03, -5.63)
  330. front_of_right_back_wing_2.BrickColor = BrickColor.new("Medium green")
  331. front_of_right_back_wing_2.Color = Color3.new(0.631373, 0.768628, 0.54902)
  332. front_of_right_back_wing_2.Parent = chest
  333. front_of_right_back_wing_2.CFrame = CFrame.new(32.636, 2.325, 13.064) * CFrame.Angles(2.88, -0.663, 2.88)
  334. mesh_10.Scale = Vector3.new(0.561, 0, 0.28)
  335. mesh_10.MeshType = Enum.MeshType.FileMesh
  336. mesh_10.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  337. mesh_10.Parent = front_of_right_back_wing_2
  338. front_of_left_back_wing.Anchored = true
  339. front_of_left_back_wing.Size = Vector3.new(3.364, 1.346, 2.243)
  340. front_of_left_back_wing.Name = "Front of Left Back Wing"
  341. front_of_left_back_wing.Orientation = Vector3.new(-11.77, -38.97, -5.63)
  342. front_of_left_back_wing.BrickColor = BrickColor.new("Medium green")
  343. front_of_left_back_wing.Color = Color3.new(0.631373, 0.768628, 0.54902)
  344. front_of_left_back_wing.Parent = chest
  345. front_of_left_back_wing.CFrame = CFrame.new(31.851, 2.303, 13.069) * CFrame.Angles(-0.262, -0.663, -0.262)
  346. mesh_11.Scale = Vector3.new(0.561, 0, 0.28)
  347. mesh_11.MeshType = Enum.MeshType.FileMesh
  348. mesh_11.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  349. mesh_11.Parent = front_of_left_back_wing
  350. left_right_finger.Anchored = true
  351. left_right_finger.Size = Vector3.new(0.449, 0.897, 0.897)
  352. left_right_finger.BottomSurface = Enum.SurfaceType.Smooth
  353. left_right_finger.Orientation = Vector3.new(0.36, 136.92, 23.91)
  354. left_right_finger.Color = Color3.new(0.631373, 0.768628, 0.54902)
  355. left_right_finger.Name = "Left Right Finger"
  356. left_right_finger.TopSurface = Enum.SurfaceType.Smooth
  357. left_right_finger.BrickColor = BrickColor.new("Medium green")
  358. left_right_finger.Parent = chest
  359. left_right_finger.CFrame = CFrame.new(34.587, 3.629, 11.82) * CFrame.Angles(3.133, 0.752, -2.718)
  360. mesh_12.Scale = Vector3.new(0.5, 0.7, 0.25)
  361. mesh_12.MeshType = Enum.MeshType.Sphere
  362. mesh_12.Parent = left_right_finger
  363. left_right_finger_2.Anchored = true
  364. left_right_finger_2.Size = Vector3.new(0.449, 0.897, 0.897)
  365. left_right_finger_2.BottomSurface = Enum.SurfaceType.Smooth
  366. left_right_finger_2.Orientation = Vector3.new(-3.84, 75.49, 15.49)
  367. left_right_finger_2.Color = Color3.new(0.631373, 0.768628, 0.54902)
  368. left_right_finger_2.Name = "Left Right Finger"
  369. left_right_finger_2.TopSurface = Enum.SurfaceType.Smooth
  370. left_right_finger_2.BrickColor = BrickColor.new("Medium green")
  371. left_right_finger_2.Parent = chest
  372. left_right_finger_2.CFrame = CFrame.new(34.844, 3.63, 11.815) * CFrame.Angles(-0.262, 1.309, 0.524)
  373. mesh_13.Scale = Vector3.new(0.5, 0.7, 0.25)
  374. mesh_13.MeshType = Enum.MeshType.Sphere
  375. mesh_13.Parent = left_right_finger_2
  376. right_left_finger.Anchored = true
  377. right_left_finger.Size = Vector3.new(0.449, 0.897, 0.897)
  378. right_left_finger.BottomSurface = Enum.SurfaceType.Smooth
  379. right_left_finger.Orientation = Vector3.new(0.36, 136.92, 23.91)
  380. right_left_finger.Color = Color3.new(0.631373, 0.768628, 0.54902)
  381. right_left_finger.Name = "Right Left Finger"
  382. right_left_finger.TopSurface = Enum.SurfaceType.Smooth
  383. right_left_finger.BrickColor = BrickColor.new("Medium green")
  384. right_left_finger.Parent = chest
  385. right_left_finger.CFrame = CFrame.new(33.545, 3.629, 11.82) * CFrame.Angles(3.133, 0.752, -2.718)
  386. mesh_14.Scale = Vector3.new(0.5, 0.7, 0.25)
  387. mesh_14.MeshType = Enum.MeshType.Sphere
  388. mesh_14.Parent = right_left_finger
  389. right_middle_finger.Anchored = true
  390. right_middle_finger.Size = Vector3.new(0.449, 0.897, 0.897)
  391. right_middle_finger.BottomSurface = Enum.SurfaceType.Smooth
  392. right_middle_finger.Orientation = Vector3.new(0, 90, 0)
  393. right_middle_finger.Color = Color3.new(0.631373, 0.768628, 0.54902)
  394. right_middle_finger.Name = "Right Middle Finger"
  395. right_middle_finger.TopSurface = Enum.SurfaceType.Smooth
  396. right_middle_finger.BrickColor = BrickColor.new("Medium green")
  397. right_middle_finger.Parent = chest
  398. right_middle_finger.CFrame = CFrame.new(33.702, 3.599, 11.794) * CFrame.Angles(0, 1.571, 0)
  399. mesh_15.Scale = Vector3.new(0.5, 0.7, 0.25)
  400. mesh_15.MeshType = Enum.MeshType.Sphere
  401. mesh_15.Parent = right_middle_finger
  402. right_arm.Anchored = true
  403. right_arm.Size = Vector3.new(0.449, 0.897, 0.897)
  404. right_arm.BottomSurface = Enum.SurfaceType.Smooth
  405. right_arm.Orientation = Vector3.new(0, 90, -43)
  406. right_arm.Color = Color3.new(0.631373, 0.768628, 0.54902)
  407. right_arm.Name = "Right Arm"
  408. right_arm.TopSurface = Enum.SurfaceType.Smooth
  409. right_arm.BrickColor = BrickColor.new("Medium green")
  410. right_arm.Parent = chest
  411. right_arm.CFrame = CFrame.new(34.722, 3.577, 12.148) * CFrame.Angles(-0.75, 1.571, 0)
  412. mesh_16.Scale = Vector3.new(1, 1, 0.4)
  413. mesh_16.MeshType = Enum.MeshType.Sphere
  414. mesh_16.Parent = right_arm
  415. left_foot_bottom.Anchored = true
  416. left_foot_bottom.Size = Vector3.new(2.019, 2.019, 2.019)
  417. left_foot_bottom.BottomSurface = Enum.SurfaceType.Smooth
  418. left_foot_bottom.Orientation = Vector3.new(-3.84, 75.49, 0.49)
  419. left_foot_bottom.Color = Color3.new(0.227451, 0.490196, 0.0823529)
  420. left_foot_bottom.Name = "Left Foot Bottom"
  421. left_foot_bottom.TopSurface = Enum.SurfaceType.Smooth
  422. left_foot_bottom.BrickColor = BrickColor.new("Camo")
  423. left_foot_bottom.Parent = chest
  424. left_foot_bottom.CFrame = CFrame.new(33.309, 0.538, 13.89) * CFrame.Angles(-0.262, 1.309, 0.262)
  425. mesh_17.Scale = Vector3.new(0.22, 0.5, 0.22)
  426. mesh_17.MeshType = Enum.MeshType.Sphere
  427. mesh_17.Parent = left_foot_bottom
  428. left_foot.Anchored = true
  429. left_foot.Size = Vector3.new(2.019, 2.019, 2.019)
  430. left_foot.BottomSurface = Enum.SurfaceType.Smooth
  431. left_foot.Orientation = Vector3.new(-3.84, 75.49, 0.49)
  432. left_foot.Color = Color3.new(0.631373, 0.768628, 0.54902)
  433. left_foot.Name = "Left Foot"
  434. left_foot.TopSurface = Enum.SurfaceType.Smooth
  435. left_foot.BrickColor = BrickColor.new("Medium green")
  436. left_foot.Parent = chest
  437. left_foot.CFrame = CFrame.new(33.309, 0.914, 13.906) * CFrame.Angles(-0.262, 1.309, 0.262)
  438. mesh_18.Scale = Vector3.new(0.3, 0.7, 0.3)
  439. mesh_18.MeshType = Enum.MeshType.Sphere
  440. mesh_18.Parent = left_foot
  441. right_foot_bottom.Anchored = true
  442. right_foot_bottom.Size = Vector3.new(2.019, 2.019, 2.019)
  443. right_foot_bottom.BottomSurface = Enum.SurfaceType.Smooth
  444. right_foot_bottom.Orientation = Vector3.new(-3.84, 75.49, 0.49)
  445. right_foot_bottom.Color = Color3.new(0.227451, 0.490196, 0.0823529)
  446. right_foot_bottom.Name = "Right Foot Bottom"
  447. right_foot_bottom.TopSurface = Enum.SurfaceType.Smooth
  448. right_foot_bottom.BrickColor = BrickColor.new("Camo")
  449. right_foot_bottom.Parent = chest
  450. right_foot_bottom.CFrame = CFrame.new(35.406, 0.538, 13.89) * CFrame.Angles(-0.262, 1.309, 0.262)
  451. mesh_19.Scale = Vector3.new(0.22, 0.5, 0.22)
  452. mesh_19.MeshType = Enum.MeshType.Sphere
  453. mesh_19.Parent = right_foot_bottom
  454. right_right_finger.Anchored = true
  455. right_right_finger.Size = Vector3.new(0.449, 0.897, 0.897)
  456. right_right_finger.BottomSurface = Enum.SurfaceType.Smooth
  457. right_right_finger.Orientation = Vector3.new(-3.84, 75.49, 15.49)
  458. right_right_finger.Color = Color3.new(0.631373, 0.768628, 0.54902)
  459. right_right_finger.Name = "Right Right Finger"
  460. right_right_finger.TopSurface = Enum.SurfaceType.Smooth
  461. right_right_finger.BrickColor = BrickColor.new("Medium green")
  462. right_right_finger.Parent = chest
  463. right_right_finger.CFrame = CFrame.new(33.868, 3.608, 11.821) * CFrame.Angles(-0.262, 1.309, 0.524)
  464. mesh_20.Scale = Vector3.new(0.5, 0.7, 0.25)
  465. mesh_20.MeshType = Enum.MeshType.Sphere
  466. mesh_20.Parent = right_right_finger
  467. left_arm.Anchored = true
  468. left_arm.Size = Vector3.new(0.449, 0.897, 0.897)
  469. left_arm.BottomSurface = Enum.SurfaceType.Smooth
  470. left_arm.Orientation = Vector3.new(0, 90, -43)
  471. left_arm.Color = Color3.new(0.631373, 0.768628, 0.54902)
  472. left_arm.Name = "Left Arm"
  473. left_arm.TopSurface = Enum.SurfaceType.Smooth
  474. left_arm.BrickColor = BrickColor.new("Medium green")
  475. left_arm.Parent = chest
  476. left_arm.CFrame = CFrame.new(33.702, 3.577, 12.148) * CFrame.Angles(-0.75, 1.571, 0)
  477. mesh_21.Scale = Vector3.new(1, 1, 0.4)
  478. mesh_21.MeshType = Enum.MeshType.Sphere
  479. mesh_21.Parent = left_arm
  480. left_middle_finger.Anchored = true
  481. left_middle_finger.Size = Vector3.new(0.449, 0.897, 0.897)
  482. left_middle_finger.BottomSurface = Enum.SurfaceType.Smooth
  483. left_middle_finger.Orientation = Vector3.new(0, 90, 0)
  484. left_middle_finger.Color = Color3.new(0.631373, 0.768628, 0.54902)
  485. left_middle_finger.Name = "Left Middle Finger"
  486. left_middle_finger.TopSurface = Enum.SurfaceType.Smooth
  487. left_middle_finger.BrickColor = BrickColor.new("Medium green")
  488. left_middle_finger.Parent = chest
  489. left_middle_finger.CFrame = CFrame.new(34.711, 3.62, 11.788) * CFrame.Angles(0, 1.571, 0)
  490. mesh_22.Scale = Vector3.new(0.5, 0.7, 0.25)
  491. mesh_22.MeshType = Enum.MeshType.Sphere
  492. mesh_22.Parent = left_middle_finger
  493. tenth_tail_part.Anchored = true
  494. tenth_tail_part.Size = Vector3.new(2.019, 2.019, 2.019)
  495. tenth_tail_part.BottomSurface = Enum.SurfaceType.Smooth
  496. tenth_tail_part.Orientation = Vector3.new(75, 0, 0)
  497. tenth_tail_part.Color = Color3.new(0.227451, 0.490196, 0.0823529)
  498. tenth_tail_part.Name = "Tenth Tail Part"
  499. tenth_tail_part.TopSurface = Enum.SurfaceType.Smooth
  500. tenth_tail_part.BrickColor = BrickColor.new("Camo")
  501. tenth_tail_part.Parent = chest
  502. tenth_tail_part.CFrame = CFrame.new(32.244, 2.38, 13.746) * CFrame.Angles(1.309, 0, 0)
  503. mesh_23.Scale = Vector3.new(0.3, 0.4, 0.3)
  504. mesh_23.MeshType = Enum.MeshType.Sphere
  505. mesh_23.Parent = tenth_tail_part
  506. left_upper_thigh.Anchored = true
  507. left_upper_thigh.Size = Vector3.new(2.019, 2.019, 2.019)
  508. left_upper_thigh.BottomSurface = Enum.SurfaceType.Smooth
  509. left_upper_thigh.Orientation = Vector3.new(4.83, 88.7, -15.05)
  510. left_upper_thigh.Color = Color3.new(0.227451, 0.490196, 0.0823529)
  511. left_upper_thigh.Name = "Left Upper Thigh"
  512. left_upper_thigh.TopSurface = Enum.SurfaceType.Smooth
  513. left_upper_thigh.BrickColor = BrickColor.new("Camo")
  514. left_upper_thigh.Parent = chest
  515. left_upper_thigh.CFrame = CFrame.new(33.174, 2.611, 13.568) * CFrame.Angles(1.309, 1.484, -1.571)
  516. mesh_24.Scale = Vector3.new(0.7, 1, 0.5)
  517. mesh_24.MeshType = Enum.MeshType.Sphere
  518. mesh_24.Parent = left_upper_thigh
  519. left_thigh.Anchored = true
  520. left_thigh.Size = Vector3.new(2.019, 2.019, 2.019)
  521. left_thigh.BottomSurface = Enum.SurfaceType.Smooth
  522. left_thigh.Orientation = Vector3.new(0, 90, -15)
  523. left_thigh.Color = Color3.new(0.631373, 0.768628, 0.54902)
  524. left_thigh.Name = "Left Thigh"
  525. left_thigh.TopSurface = Enum.SurfaceType.Smooth
  526. left_thigh.BrickColor = BrickColor.new("Medium green")
  527. left_thigh.Parent = chest
  528. left_thigh.CFrame = CFrame.new(33.365, 2.351, 13.637) * CFrame.Angles(-0.262, 1.571, 0)
  529. mesh_25.Scale = Vector3.new(0.7, 1.3, 0.7)
  530. mesh_25.MeshType = Enum.MeshType.Sphere
  531. mesh_25.Parent = left_thigh
  532. right_foot.Anchored = true
  533. right_foot.Size = Vector3.new(2.019, 2.019, 2.019)
  534. right_foot.BottomSurface = Enum.SurfaceType.Smooth
  535. right_foot.Orientation = Vector3.new(-3.84, 75.49, 0.49)
  536. right_foot.Color = Color3.new(0.631373, 0.768628, 0.54902)
  537. right_foot.Name = "Right Foot"
  538. right_foot.TopSurface = Enum.SurfaceType.Smooth
  539. right_foot.BrickColor = BrickColor.new("Medium green")
  540. right_foot.Parent = chest
  541. right_foot.CFrame = CFrame.new(35.384, 0.914, 13.906) * CFrame.Angles(-0.262, 1.309, 0.262)
  542. mesh_26.Scale = Vector3.new(0.3, 0.7, 0.3)
  543. mesh_26.MeshType = Enum.MeshType.Sphere
  544. mesh_26.Parent = right_foot
  545. eigth_tail_part.Anchored = true
  546. eigth_tail_part.Size = Vector3.new(2.019, 2.019, 2.019)
  547. eigth_tail_part.BottomSurface = Enum.SurfaceType.Smooth
  548. eigth_tail_part.Orientation = Vector3.new(-75, -180, 180)
  549. eigth_tail_part.Color = Color3.new(0.227451, 0.490196, 0.0823529)
  550. eigth_tail_part.Name = "Eigth Tail Part"
  551. eigth_tail_part.TopSurface = Enum.SurfaceType.Smooth
  552. eigth_tail_part.BrickColor = BrickColor.new("Camo")
  553. eigth_tail_part.Parent = chest
  554. eigth_tail_part.CFrame = CFrame.new(32.244, 2.496, 14.179) * CFrame.Angles(-1.833, 0, 0)
  555. mesh_27.Scale = Vector3.new(0.5, 0.6, 0.5)
  556. mesh_27.MeshType = Enum.MeshType.Sphere
  557. mesh_27.Parent = eigth_tail_part
  558. ninth_tail_part.Anchored = true
  559. ninth_tail_part.Size = Vector3.new(2.019, 2.019, 2.019)
  560. ninth_tail_part.BottomSurface = Enum.SurfaceType.Smooth
  561. ninth_tail_part.Orientation = Vector3.new(75, 0, 0)
  562. ninth_tail_part.Color = Color3.new(0.631373, 0.768628, 0.54902)
  563. ninth_tail_part.Name = "Ninth Tail Part"
  564. ninth_tail_part.TopSurface = Enum.SurfaceType.Smooth
  565. ninth_tail_part.BrickColor = BrickColor.new("Medium green")
  566. ninth_tail_part.Parent = chest
  567. ninth_tail_part.CFrame = CFrame.new(32.244, 2.449, 13.959) * CFrame.Angles(1.309, 0, 0)
  568. mesh_28.Scale = Vector3.new(0.4, 0.5, 0.4)
  569. mesh_28.MeshType = Enum.MeshType.Sphere
  570. mesh_28.Parent = ninth_tail_part
  571. sixth_tail_part.Anchored = true
  572. sixth_tail_part.Size = Vector3.new(2.019, 2.019, 2.019)
  573. sixth_tail_part.BottomSurface = Enum.SurfaceType.Smooth
  574. sixth_tail_part.Orientation = Vector3.new(-75, -180, -165)
  575. sixth_tail_part.Color = Color3.new(0.227451, 0.490196, 0.0823529)
  576. sixth_tail_part.Name = "Sixth Tail Part"
  577. sixth_tail_part.TopSurface = Enum.SurfaceType.Smooth
  578. sixth_tail_part.BrickColor = BrickColor.new("Camo")
  579. sixth_tail_part.Parent = chest
  580. sixth_tail_part.CFrame = CFrame.new(32.244, 2.641, 14.72) * CFrame.Angles(-1.833, 0, 0.262)
  581. mesh_29.Scale = Vector3.new(0.6, 0.7, 0.7)
  582. mesh_29.MeshType = Enum.MeshType.Sphere
  583. mesh_29.Parent = sixth_tail_part
  584. seventh_tail_part.Anchored = true
  585. seventh_tail_part.Size = Vector3.new(2.019, 2.019, 2.019)
  586. seventh_tail_part.BottomSurface = Enum.SurfaceType.Smooth
  587. seventh_tail_part.Orientation = Vector3.new(-75, -180, 180)
  588. seventh_tail_part.Color = Color3.new(0.631373, 0.768628, 0.54902)
  589. seventh_tail_part.Name = "Seventh Tail Part"
  590. seventh_tail_part.TopSurface = Enum.SurfaceType.Smooth
  591. seventh_tail_part.BrickColor = BrickColor.new("Medium green")
  592. seventh_tail_part.Parent = chest
  593. seventh_tail_part.CFrame = CFrame.new(32.232, 2.648, 14.486) * CFrame.Angles(-1.833, 0, 0)
  594. mesh_30.Scale = Vector3.new(0.54, 0.6, 0.6)
  595. mesh_30.MeshType = Enum.MeshType.Sphere
  596. mesh_30.Parent = seventh_tail_part
  597. right_thigh.Anchored = true
  598. right_thigh.Size = Vector3.new(2.019, 2.019, 2.019)
  599. right_thigh.BottomSurface = Enum.SurfaceType.Smooth
  600. right_thigh.Orientation = Vector3.new(0, 90, -15)
  601. right_thigh.Color = Color3.new(0.631373, 0.768628, 0.54902)
  602. right_thigh.Name = "Right Thigh"
  603. right_thigh.TopSurface = Enum.SurfaceType.Smooth
  604. right_thigh.BrickColor = BrickColor.new("Medium green")
  605. right_thigh.Parent = chest
  606. right_thigh.CFrame = CFrame.new(35.271, 2.351, 13.637) * CFrame.Angles(-0.262, 1.571, 0)
  607. mesh_31.Scale = Vector3.new(0.7, 1.3, 0.7)
  608. mesh_31.MeshType = Enum.MeshType.Sphere
  609. mesh_31.Parent = right_thigh
  610. body.Anchored = true
  611. body.Size = Vector3.new(2.019, 2.019, 2.019)
  612. body.BottomSurface = Enum.SurfaceType.Smooth
  613. body.Orientation = Vector3.new(0, 90, -15)
  614. body.Color = Color3.new(0.631373, 0.768628, 0.54902)
  615. body.Name = "Body"
  616. body.TopSurface = Enum.SurfaceType.Smooth
  617. body.BrickColor = BrickColor.new("Medium green")
  618. body.Parent = chest
  619. body.CFrame = CFrame.new(34.262, 3.572, 13.426) * CFrame.Angles(-0.262, 1.571, 0)
  620. mesh_32.Scale = Vector3.new(1.2, 2, 1.2)
  621. mesh_32.MeshType = Enum.MeshType.Sphere
  622. mesh_32.Parent = body
  623. right_upper_thigh.Anchored = true
  624. right_upper_thigh.Size = Vector3.new(2.019, 2.019, 2.019)
  625. right_upper_thigh.BottomSurface = Enum.SurfaceType.Smooth
  626. right_upper_thigh.Orientation = Vector3.new(-4.83, 91.3, -15.05)
  627. right_upper_thigh.Color = Color3.new(0.227451, 0.490196, 0.0823529)
  628. right_upper_thigh.Name = "Right Upper Thigh"
  629. right_upper_thigh.TopSurface = Enum.SurfaceType.Smooth
  630. right_upper_thigh.BrickColor = BrickColor.new("Camo")
  631. right_upper_thigh.Parent = chest
  632. right_upper_thigh.CFrame = CFrame.new(35.462, 2.611, 13.568) * CFrame.Angles(-1.833, 1.484, 1.571)
  633. mesh_33.Scale = Vector3.new(0.7, 1, 0.5)
  634. mesh_33.MeshType = Enum.MeshType.Sphere
  635. mesh_33.Parent = right_upper_thigh
  636. fifth_tail_part.Anchored = true
  637. fifth_tail_part.Size = Vector3.new(2.019, 2.019, 2.019)
  638. fifth_tail_part.BottomSurface = Enum.SurfaceType.Smooth
  639. fifth_tail_part.Orientation = Vector3.new(-75, -180, -150)
  640. fifth_tail_part.Color = Color3.new(0.631373, 0.768628, 0.54902)
  641. fifth_tail_part.Name = "Fifth Tail Part"
  642. fifth_tail_part.TopSurface = Enum.SurfaceType.Smooth
  643. fifth_tail_part.BrickColor = BrickColor.new("Medium green")
  644. fifth_tail_part.Parent = chest
  645. fifth_tail_part.CFrame = CFrame.new(32.468, 2.776, 15.265) * CFrame.Angles(-1.833, 0, 0.524)
  646. mesh_34.Scale = Vector3.new(0.6, 0.9, 0.8)
  647. mesh_34.MeshType = Enum.MeshType.Sphere
  648. mesh_34.Parent = fifth_tail_part
  649. first_tail_part.Anchored = true
  650. first_tail_part.Size = Vector3.new(2.019, 2.019, 2.019)
  651. first_tail_part.BottomSurface = Enum.SurfaceType.Smooth
  652. first_tail_part.Orientation = Vector3.new(-89.97, -38.91, -141.09)
  653. first_tail_part.Color = Color3.new(0.631373, 0.768628, 0.54902)
  654. first_tail_part.Name = "First Tail Part"
  655. first_tail_part.TopSurface = Enum.SurfaceType.Smooth
  656. first_tail_part.BrickColor = BrickColor.new("Medium green")
  657. first_tail_part.Parent = chest
  658. first_tail_part.CFrame = CFrame.new(34.296, 2.808, 14.908) * CFrame.Angles(-1.571, 0, 3.142)
  659. mesh_35.Scale = Vector3.new(0.8, 1, 0.8)
  660. mesh_35.MeshType = Enum.MeshType.Sphere
  661. mesh_35.Parent = first_tail_part
  662. left_antena.Anchored = true
  663. left_antena.Size = Vector3.new(1.121, 0.449, 1.121)
  664. left_antena.BottomSurface = Enum.SurfaceType.Smooth
  665. left_antena.Orientation = Vector3.new(0, 90, 65)
  666. left_antena.Color = Color3.new(0.227451, 0.490196, 0.0823529)
  667. left_antena.Name = "Left Antena"
  668. left_antena.TopSurface = Enum.SurfaceType.Smooth
  669. left_antena.BrickColor = BrickColor.new("Camo")
  670. left_antena.Parent = chest
  671. left_antena.CFrame = CFrame.new(33.926, 7.592, 12.075) * CFrame.Angles(1.134, 1.571, 0)
  672. mesh_36.Scale = Vector3.new(0.2, 7, 0.2)
  673. mesh_36.MeshType = Enum.MeshType.Sphere
  674. mesh_36.Parent = left_antena
  675. left_antenatoleft__eye_ball_strong_joint.Part1 = left__eye_ball
  676. left_antenatoleft__eye_ball_strong_joint.C0 = CFrame.new(0.561, -0.224, -0.561) * CFrame.Angles(-3.142, 0, -3.142)
  677. left_antenatoleft__eye_ball_strong_joint.C1 = CFrame.new(0.561, -0.673, -0.561) * CFrame.Angles(-1.571, 0, -1.571)
  678. left_antenatoleft__eye_ball_strong_joint.Part0 = left_antena
  679. left_antenatoleft__eye_ball_strong_joint.Name = "Left Antena-to-Left Eye Ball Strong Joint"
  680. left_antenatoleft__eye_ball_strong_joint.Parent = left_antena
  681. third_tail_part.Anchored = true
  682. third_tail_part.Size = Vector3.new(2.019, 2.019, 2.019)
  683. third_tail_part.BottomSurface = Enum.SurfaceType.Smooth
  684. third_tail_part.Orientation = Vector3.new(-75, -180, -90)
  685. third_tail_part.Color = Color3.new(0.631373, 0.768628, 0.54902)
  686. third_tail_part.Name = "Third Tail Part"
  687. third_tail_part.TopSurface = Enum.SurfaceType.Smooth
  688. third_tail_part.BrickColor = BrickColor.new("Medium green")
  689. third_tail_part.Parent = chest
  690. third_tail_part.CFrame = CFrame.new(33.477, 2.888, 15.641) * CFrame.Angles(-1.833, 0, 1.571)
  691. mesh_37.Scale = Vector3.new(0.8, 0.9, 0.8)
  692. mesh_37.MeshType = Enum.MeshType.Sphere
  693. mesh_37.Parent = third_tail_part
  694. front_of_left_wing.Anchored = true
  695. front_of_left_wing.Size = Vector3.new(3.364, 1.346, 2.243)
  696. front_of_left_wing.Name = "Front of Left Wing"
  697. front_of_left_wing.Orientation = Vector3.new(35.17, -46.87, 137.02)
  698. front_of_left_wing.BrickColor = BrickColor.new("Medium green")
  699. front_of_left_wing.Color = Color3.new(0.631373, 0.768628, 0.54902)
  700. front_of_left_wing.Parent = chest
  701. front_of_left_wing.CFrame = CFrame.new(31.661, 7.199, 12.187) * CFrame.Angles(0.8, -0.639, 2.943)
  702. mesh_38.Scale = Vector3.new(3.308, 0, 1.424)
  703. mesh_38.MeshType = Enum.MeshType.FileMesh
  704. mesh_38.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  705. mesh_38.Parent = front_of_left_wing
  706. bottom_of_right_wing.Anchored = true
  707. bottom_of_right_wing.Size = Vector3.new(3.364, 1.346, 2.243)
  708. bottom_of_right_wing.Name = "Bottom of Right Wing"
  709. bottom_of_right_wing.Orientation = Vector3.new(37.17, 57.36, -137.64)
  710. bottom_of_right_wing.BrickColor = BrickColor.new("Really red")
  711. bottom_of_right_wing.Color = Color3.new(1, 0, 0)
  712. bottom_of_right_wing.Parent = chest
  713. bottom_of_right_wing.CFrame = CFrame.new(36.729, 7.092, 11.787) * CFrame.Angles(0.952, 0.736, 3.125)
  714. mesh_39.Scale = Vector3.new(4.205, 0, 1.682)
  715. mesh_39.MeshType = Enum.MeshType.FileMesh
  716. mesh_39.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  717. mesh_39.Parent = bottom_of_right_wing
  718. back_of_right_wing.Anchored = true
  719. back_of_right_wing.Size = Vector3.new(3.364, 1.346, 2.243)
  720. back_of_right_wing.Name = "Back of Right Wing"
  721. back_of_right_wing.Orientation = Vector3.new(37.17, 57.36, -137.64)
  722. back_of_right_wing.BrickColor = BrickColor.new("Medium green")
  723. back_of_right_wing.Color = Color3.new(0.631373, 0.768628, 0.54902)
  724. back_of_right_wing.Parent = chest
  725. back_of_right_wing.CFrame = CFrame.new(36.729, 7.095, 11.797) * CFrame.Angles(0.952, 0.736, 3.125)
  726. mesh_40.Scale = Vector3.new(3.308, 0, 1.424)
  727. mesh_40.MeshType = Enum.MeshType.FileMesh
  728. mesh_40.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  729. mesh_40.Parent = back_of_right_wing
  730. front_of_right_wing.Anchored = true
  731. front_of_right_wing.Size = Vector3.new(3.364, 1.346, 2.243)
  732. front_of_right_wing.Name = "Front of Right Wing"
  733. front_of_right_wing.Orientation = Vector3.new(37.17, 57.36, -137.64)
  734. front_of_right_wing.BrickColor = BrickColor.new("Medium green")
  735. front_of_right_wing.Color = Color3.new(0.631373, 0.768628, 0.54902)
  736. front_of_right_wing.Parent = chest
  737. front_of_right_wing.CFrame = CFrame.new(36.729, 7.089, 11.776) * CFrame.Angles(0.952, 0.736, 3.125)
  738. mesh_41.Scale = Vector3.new(3.308, 0, 1.424)
  739. mesh_41.MeshType = Enum.MeshType.FileMesh
  740. mesh_41.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  741. mesh_41.Parent = front_of_right_wing
  742. bottom_of_left_wing.Anchored = true
  743. bottom_of_left_wing.Size = Vector3.new(3.364, 1.346, 2.243)
  744. bottom_of_left_wing.Name = "Bottom of Left Wing"
  745. bottom_of_left_wing.Orientation = Vector3.new(35.17, -46.87, 137.02)
  746. bottom_of_left_wing.BrickColor = BrickColor.new("Really red")
  747. bottom_of_left_wing.Color = Color3.new(1, 0, 0)
  748. bottom_of_left_wing.Parent = chest
  749. bottom_of_left_wing.CFrame = CFrame.new(31.717, 7.154, 12.234) * CFrame.Angles(0.8, -0.639, 2.943)
  750. mesh_42.Scale = Vector3.new(4.205, 0, 1.682)
  751. mesh_42.MeshType = Enum.MeshType.FileMesh
  752. mesh_42.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  753. mesh_42.Parent = bottom_of_left_wing
  754. back_of_left_wing.Anchored = true
  755. back_of_left_wing.Size = Vector3.new(3.364, 1.346, 2.243)
  756. back_of_left_wing.Name = "Back of Left Wing"
  757. back_of_left_wing.Orientation = Vector3.new(35.17, -46.87, 137.02)
  758. back_of_left_wing.BrickColor = BrickColor.new("Medium green")
  759. back_of_left_wing.Color = Color3.new(0.631373, 0.768628, 0.54902)
  760. back_of_left_wing.Parent = chest
  761. back_of_left_wing.CFrame = CFrame.new(31.717, 7.202, 12.198) * CFrame.Angles(0.8, -0.639, 2.943)
  762. mesh_43.Scale = Vector3.new(3.308, 0, 1.424)
  763. mesh_43.MeshType = Enum.MeshType.FileMesh
  764. mesh_43.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  765. mesh_43.Parent = back_of_left_wing
  766. second_tail_part.Anchored = true
  767. second_tail_part.Size = Vector3.new(2.019, 2.019, 2.019)
  768. second_tail_part.BottomSurface = Enum.SurfaceType.Smooth
  769. second_tail_part.Orientation = Vector3.new(-75, -180, 135)
  770. second_tail_part.Color = Color3.new(0.227451, 0.490196, 0.0823529)
  771. second_tail_part.Name = "Second Tail Part"
  772. second_tail_part.TopSurface = Enum.SurfaceType.Smooth
  773. second_tail_part.BrickColor = BrickColor.new("Camo")
  774. second_tail_part.Parent = chest
  775. second_tail_part.CFrame = CFrame.new(34.15, 2.819, 15.253) * CFrame.Angles(-1.833, 0, -0.785)
  776. mesh_44.Scale = Vector3.new(0.8, 0.9, 0.8)
  777. mesh_44.MeshType = Enum.MeshType.Sphere
  778. mesh_44.Parent = second_tail_part
  779. fourth_tail_part.Anchored = true
  780. fourth_tail_part.Size = Vector3.new(2.019, 2.019, 2.019)
  781. fourth_tail_part.BottomSurface = Enum.SurfaceType.Smooth
  782. fourth_tail_part.Orientation = Vector3.new(-75, -180, -120)
  783. fourth_tail_part.Color = Color3.new(0.227451, 0.490196, 0.0823529)
  784. fourth_tail_part.Name = "Fourth Tail Part"
  785. fourth_tail_part.TopSurface = Enum.SurfaceType.Smooth
  786. fourth_tail_part.BrickColor = BrickColor.new("Camo")
  787. fourth_tail_part.Parent = chest
  788. fourth_tail_part.CFrame = CFrame.new(33.029, 2.874, 15.587) * CFrame.Angles(-1.833, 0, 1.047)
  789. mesh_45.Scale = Vector3.new(0.8, 0.9, 0.8)
  790. mesh_45.MeshType = Enum.MeshType.Sphere
  791. mesh_45.Parent = fourth_tail_part
  792. right__eye_ball.Anchored = true
  793. right__eye_ball.CanCollide = false
  794. right__eye_ball.Size = Vector3.new(3.364, 1.346, 3.364)
  795. right__eye_ball.Name = "Right Eye Ball"
  796. right__eye_ball.Color = Color3.new(0.972549, 0.972549, 0.972549)
  797. right__eye_ball.Orientation = Vector3.new(-39.24, -158.01, 74.15)
  798. right__eye_ball.BrickColor = BrickColor.new("Institutional white")
  799. right__eye_ball.Parent = chest
  800. right__eye_ball.CFrame = CFrame.new(34.89, 6.928, 10.988) * CFrame.Angles(-2.419, -0.294, -1.597)
  801. mesh_46.Scale = Vector3.new(0.381, 0, 0.191)
  802. mesh_46.MeshType = Enum.MeshType.FileMesh
  803. mesh_46.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  804. mesh_46.Parent = right__eye_ball
  805. left_pupil.Anchored = true
  806. left_pupil.CanCollide = false
  807. left_pupil.Size = Vector3.new(2.243, 1.794, 4.486)
  808. left_pupil.Orientation = Vector3.new(5.7, 84.3, -150.53)
  809. left_pupil.BottomSurface = Enum.SurfaceType.Smooth
  810. left_pupil.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  811. left_pupil.Name = "Left Pupil"
  812. left_pupil.TopSurface = Enum.SurfaceType.Smooth
  813. left_pupil.BrickColor = BrickColor.new("Really black")
  814. left_pupil.Parent = chest
  815. left_pupil.CFrame = CFrame.new(33.668, 6.866, 10.923) * CFrame.Angles(0.788, 1.43, 2.873)
  816. mesh_47.Scale = Vector3.new(0.08, 0.14, 0)
  817. mesh_47.MeshType = Enum.MeshType.Sphere
  818. mesh_47.Parent = left_pupil
  819. neck.Anchored = true
  820. neck.Size = Vector3.new(0.897, 1.591, 0.897)
  821. neck.BottomSurface = Enum.SurfaceType.Smooth
  822. neck.Orientation = Vector3.new(0, 90, -30)
  823. neck.Color = Color3.new(0.631373, 0.768628, 0.54902)
  824. neck.Name = "Neck"
  825. neck.TopSurface = Enum.SurfaceType.Smooth
  826. neck.BrickColor = BrickColor.new("Medium green")
  827. neck.Parent = chest
  828. neck.CFrame = CFrame.new(34.285, 5.973, 12.35) * CFrame.Angles(-0.524, 1.571, 0)
  829. mesh_48.Scale = Vector3.new(1.3, 1.2, 1.3)
  830. mesh_48.MeshType = Enum.MeshType.Sphere
  831. mesh_48.Parent = neck
  832. head.Anchored = true
  833. head.Size = Vector3.new(0.449, 0.897, 0.897)
  834. head.BottomSurface = Enum.SurfaceType.Smooth
  835. head.Orientation = Vector3.new(15, 180, -90)
  836. head.Color = Color3.new(0.631373, 0.768628, 0.54902)
  837. head.Name = "Head"
  838. head.TopSurface = Enum.SurfaceType.Smooth
  839. head.BrickColor = BrickColor.new("Medium green")
  840. head.Parent = chest
  841. head.CFrame = CFrame.new(34.285, 6.617, 11.255) * CFrame.Angles(2.88, 0, 1.571)
  842. mesh_49.Scale = Vector3.new(2, 1.7, 2)
  843. mesh_49.MeshType = Enum.MeshType.Sphere
  844. mesh_49.Parent = head
  845. top_of_head.Anchored = true
  846. top_of_head.Size = Vector3.new(0.449, 0.897, 0.897)
  847. top_of_head.BottomSurface = Enum.SurfaceType.Smooth
  848. top_of_head.Orientation = Vector3.new(0, 90, -105)
  849. top_of_head.Color = Color3.new(0.227451, 0.490196, 0.0823529)
  850. top_of_head.Name = "Top of Head"
  851. top_of_head.TopSurface = Enum.SurfaceType.Smooth
  852. top_of_head.BrickColor = BrickColor.new("Camo")
  853. top_of_head.Parent = chest
  854. top_of_head.CFrame = CFrame.new(34.285, 6.942, 11.168) * CFrame.Angles(-1.833, 1.571, 0)
  855. mesh_50.Scale = Vector3.new(1.8, 1.9, 1.4)
  856. mesh_50.MeshType = Enum.MeshType.Sphere
  857. mesh_50.Parent = top_of_head
  858. left_eye.Anchored = true
  859. left_eye.Size = Vector3.new(0.449, 0.897, 0.897)
  860. left_eye.BottomSurface = Enum.SurfaceType.Smooth
  861. left_eye.Orientation = Vector3.new(15, 180, 0)
  862. left_eye.Color = Color3.new(1, 0, 0)
  863. left_eye.Name = "Left Eye"
  864. left_eye.BrickColor = BrickColor.new("Really red")
  865. left_eye.Transparency = 0.3
  866. left_eye.TopSurface = Enum.SurfaceType.Smooth
  867. left_eye.Parent = chest
  868. left_eye.CFrame = CFrame.new(33.814, 6.793, 11.128) * CFrame.Angles(2.88, 0, 3.142)
  869. mesh_51.Scale = Vector3.new(2, 1, 1)
  870. mesh_51.MeshType = Enum.MeshType.Sphere
  871. mesh_51.Parent = left_eye
  872. right_eye.Anchored = true
  873. right_eye.Size = Vector3.new(0.449, 0.897, 0.897)
  874. right_eye.BottomSurface = Enum.SurfaceType.Smooth
  875. right_eye.Orientation = Vector3.new(15, 180, 0)
  876. right_eye.Color = Color3.new(1, 0, 0)
  877. right_eye.Name = "Right Eye"
  878. right_eye.BrickColor = BrickColor.new("Really red")
  879. right_eye.Transparency = 0.3
  880. right_eye.TopSurface = Enum.SurfaceType.Smooth
  881. right_eye.Parent = chest
  882. right_eye.CFrame = CFrame.new(34.711, 6.793, 11.128) * CFrame.Angles(2.88, 0, 3.142)
  883. mesh_52.Scale = Vector3.new(2, 1, 1)
  884. mesh_52.MeshType = Enum.MeshType.Sphere
  885. mesh_52.Parent = right_eye
  886. left__eye_ball.Anchored = true
  887. left__eye_ball.CanCollide = false
  888. left__eye_ball.Size = Vector3.new(3.364, 1.346, 3.364)
  889. left__eye_ball.Name = "Left Eye Ball"
  890. left__eye_ball.Color = Color3.new(0.972549, 0.972549, 0.972549)
  891. left__eye_ball.Orientation = Vector3.new(39.24, -21.99, 75.15)
  892. left__eye_ball.BrickColor = BrickColor.new("Institutional white")
  893. left__eye_ball.Parent = chest
  894. left__eye_ball.CFrame = CFrame.new(33.679, 6.928, 10.988) * CFrame.Angles(0.722, -0.294, 1.562)
  895. mesh_53.Scale = Vector3.new(0.381, 0, 0.191)
  896. mesh_53.MeshType = Enum.MeshType.FileMesh
  897. mesh_53.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  898. mesh_53.Parent = left__eye_ball
  899. middle.Anchored = true
  900. middle.Size = Vector3.new(1, 1, 1)
  901. middle.BrickColor = BrickColor.new("Medium green")
  902. middle.BottomSurface = Enum.SurfaceType.Smooth
  903. middle.Color = Color3.new(0.631373, 0.768628, 0.54902)
  904. middle.Name = "Middle"
  905. middle.TopSurface = Enum.SurfaceType.Smooth
  906. middle.Transparency = 1
  907. middle.Parent = chest
  908. middle.CFrame = CFrame.new(34.262, 3.522, 13.276)
  909.  
  910. sound = Instance.new("Sound")
  911. sound.SoundId = "rbxassetid://440218948"
  912. sound.Volume = 10
  913. sound.Looped = true
  914. sound.MaxDistance = 220
  915. sound.Parent = game.Players.LocalPlayer.Character.Torso
  916.  
  917. local g = game.Workspace.Chest
  918. g.Parent = game.Players.LocalPlayer.Character
  919. local C = g:GetChildren()
  920. for i=1, #C do
  921. if C[i].className == "Part" or "Union" then
  922. local W = Instance.new("Weld")
  923. W.Part0 = g.Middle
  924. W.Part1 = C[i]
  925. local CJ = CFrame.new(g.Middle.Position)
  926. local C0 = g.Middle.CFrame:inverse()*CJ
  927. local C1 = C[i].CFrame:inverse()*CJ
  928. W.C0 = C0
  929. W.C1 = C1
  930. W.Parent = g.Middle
  931. end
  932. local Y = Instance.new("Weld")
  933. Y.Part0 = game.Players.LocalPlayer.Character.Torso
  934. Y.Part1 = g.Middle
  935. Y.C0 = CFrame.new(0, 0, 0)
  936. Y.Parent = Y.Part0
  937. end
  938.  
  939. local h = g:GetChildren()
  940. for i = 1, # h do
  941. h[i].Anchored = false
  942. h[i].CanCollide = false
  943. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement