Dark_EccentricYT

Untitled

May 28th, 2018
1,121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.35 KB | None | 0 0
  1. create = game.Players.LocalPlayer
  2.  
  3. function ChRem(child, c)
  4. if child.className == "Snap" or child.className == "Motor" or child.className == "Weld" then
  5. m = Instance.new("Motor")
  6. m.Name = child.Name
  7. m.Part0 = child.Part0
  8. m.Part1 = child.Part1
  9. m.C1 = child.C1
  10. m.C0 = child.C0
  11. m.Parent = c
  12. if child.className == "Motor" then
  13. m.MaxVelocity = child.MaxVelocity
  14. end
  15. end
  16. end
  17.  
  18. function Armour()
  19. me = create.Character
  20.  
  21. Object1 = Instance.new("Model")
  22. Object1.Name = create.Name.."'s Suit"
  23. Object1.Parent = me
  24.  
  25. Object2 = Instance.new("Part")
  26. Object2.Name = "LL2 Claw"
  27. Object2.Parent = Object1
  28. Object2.CanCollide = false
  29. Object2.Locked = true
  30. Object2.BottomSurface = 0
  31. Object2.TopSurface = 0
  32. Object2.formFactor = 2
  33. Object2.BrickColor = BrickColor.White()
  34. Object2.Size = Vector3.new(1, 0.4, 1)
  35.  
  36. Object3 = Instance.new("SpecialMesh")
  37. Object3.Parent = Object2
  38. Object3.MeshType = 2
  39. Object3.Scale = Vector3.new(0.2, 0.5, 0.3)
  40.  
  41. Object4 = Instance.new("Weld")
  42. Object4.Parent = Object1
  43. Object4.Part0 = Object2
  44. Object4.Part1 = me["Left Leg"]
  45. Object4.C1 = CFrame.new(-0.11000824, -0.869998336, -0.600000381, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  46. Object4.C0 = CFrame.new(0, 0, 0, 0, 0, 1, -3.29305139e-043, 1, 0, -1, 3.29305139e-043, 0)
  47.  
  48. Object5 = Instance.new("Part")
  49. Object5.Name = "LL3 Claw"
  50. Object5.Parent = Object1
  51. Object5.CanCollide = false
  52. Object5.Locked = true
  53. Object5.BottomSurface = 0
  54. Object5.TopSurface = 0
  55. Object5.formFactor = 2
  56. Object5.BrickColor = BrickColor.White()
  57. Object5.Size = Vector3.new(1, 0.4, 1)
  58.  
  59. Object6 = Instance.new("SpecialMesh")
  60. Object6.Parent = Object5
  61. Object6.MeshType = 2
  62. Object6.Scale = Vector3.new(0.2, 0.5, 0.3)
  63.  
  64. Object7 = Instance.new("Weld")
  65. Object7.Parent = Object1
  66. Object7.Part0 = Object5
  67. Object7.Part1 = me["Left Leg"]
  68. Object7.C1 = CFrame.new(0.13999176, -0.869998336, -0.600000381, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  69. Object7.C0 = CFrame.new(0, 0, 0, 0, 0, 1, -3.29305139e-043, 1, 0, -1, 3.29305139e-043, 0)
  70.  
  71. Object8 = Instance.new("Part")
  72. Object8.Name = "LL4 Claw"
  73. Object8.Parent = Object1
  74. Object8.CanCollide = false
  75. Object8.Locked = true
  76. Object8.BottomSurface = 0
  77. Object8.TopSurface = 0
  78. Object8.formFactor = 2
  79. Object8.BrickColor = BrickColor.White()
  80. Object8.Size = Vector3.new(1, 0.4, 1)
  81.  
  82. Object9 = Instance.new("SpecialMesh")
  83. Object9.Parent = Object8
  84. Object9.MeshType = 2
  85. Object9.Scale = Vector3.new(0.2, 0.5, 0.3)
  86.  
  87. Object10 = Instance.new("Weld")
  88. Object10.Parent = Object1
  89. Object10.Part0 = Object8
  90. Object10.Part1 = me["Left Leg"]
  91. Object10.C1 = CFrame.new(0.38999176, -0.869998336, -0.600000381, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  92. Object10.C0 = CFrame.new(0, 0, 0, 0, 0, 1, -3.29305139e-043, 1, 0, -1, 3.29305139e-043, 0)
  93.  
  94. Object11 = Instance.new("Part")
  95. Object11.Name = "RL1 Claw"
  96. Object11.Parent = Object1
  97. Object11.CanCollide = false
  98. Object11.Locked = true
  99. Object11.BottomSurface = 0
  100. Object11.TopSurface = 0
  101. Object11.formFactor = 2
  102. Object11.BrickColor = BrickColor.White()
  103. Object11.Size = Vector3.new(1, 0.4, 1)
  104.  
  105. Object12 = Instance.new("SpecialMesh")
  106. Object12.Parent = Object11
  107. Object12.MeshType = 2
  108. Object12.Scale = Vector3.new(0.2, 0.5, 0.3)
  109.  
  110. Object13 = Instance.new("Weld")
  111. Object13.Parent = Object1
  112. Object13.Part0 = Object11
  113. Object13.Part1 = me["Right Leg"]
  114. Object13.C1 = CFrame.new(-0.36000824, -0.869998336, -0.600000381, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  115. Object13.C0 = CFrame.new(0, 0, 0, 0, 0, 1, -3.29305139e-043, 1, 0, -1, 3.29305139e-043, 0)
  116.  
  117. Object14 = Instance.new("Part")
  118. Object14.Name = "RL2 Claw"
  119. Object14.Parent = Object1
  120. Object14.CanCollide = false
  121. Object14.Locked = true
  122. Object14.BottomSurface = 0
  123. Object14.TopSurface = 0
  124. Object14.formFactor = 2
  125. Object14.BrickColor = BrickColor.White()
  126. Object14.Size = Vector3.new(1, 0.4, 1)
  127.  
  128. Object15 = Instance.new("SpecialMesh")
  129. Object15.Parent = Object14
  130. Object15.MeshType = 2
  131. Object15.Scale = Vector3.new(0.2, 0.5, 0.3)
  132.  
  133. Object16 = Instance.new("Weld")
  134. Object16.Parent = Object1
  135. Object16.Part0 = Object14
  136. Object16.Part1 = me["Right Leg"]
  137. Object16.C1 = CFrame.new(-0.11000824, -0.869998336, -0.600000381, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  138. Object16.C0 = CFrame.new(0, 0, 0, 0, 0, 1, -3.29305139e-043, 1, 0, -1, 3.29305139e-043, 0)
  139.  
  140. Object17 = Instance.new("Part")
  141. Object17.Name = "RL4 Claw"
  142. Object17.Parent = Object1
  143. Object17.CanCollide = false
  144. Object17.Locked = true
  145. Object17.BottomSurface = 0
  146. Object17.TopSurface = 0
  147. Object17.formFactor = 2
  148. Object17.BrickColor = BrickColor.White()
  149. Object17.Size = Vector3.new(1, 0.4, 1)
  150.  
  151. Object18 = Instance.new("SpecialMesh")
  152. Object18.Parent = Object17
  153. Object18.MeshType = 2
  154. Object18.Scale = Vector3.new(0.2, 0.5, 0.3)
  155.  
  156. Object19 = Instance.new("Weld")
  157. Object19.Parent = Object1
  158. Object19.Part0 = Object17
  159. Object19.Part1 = me["Right Leg"]
  160. Object19.C1 = CFrame.new(0.38999176, -0.869998336, -0.600000381, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  161. Object19.C0 = CFrame.new(0, 0, 0, 0, 0, 1, -3.29305139e-043, 1, 0, -1, 3.29305139e-043, 0)
  162.  
  163. Object20 = Instance.new("Part")
  164. Object20.Name = "RL3 Claw"
  165. Object20.Parent = Object1
  166. Object20.CanCollide = false
  167. Object20.Locked = true
  168. Object20.BottomSurface = 0
  169. Object20.TopSurface = 0
  170. Object20.formFactor = 2
  171. Object20.BrickColor = BrickColor.White()
  172. Object20.Size = Vector3.new(1, 0.4, 1)
  173.  
  174. Object21 = Instance.new("SpecialMesh")
  175. Object21.Parent = Object20
  176. Object21.MeshType = 2
  177. Object21.Scale = Vector3.new(0.2, 0.5, 0.3)
  178.  
  179. Object22 = Instance.new("Weld")
  180. Object22.Parent = Object1
  181. Object22.Part0 = Object20
  182. Object22.Part1 = me["Right Leg"]
  183. Object22.C1 = CFrame.new(0.13999176, -0.869998336, -0.600000381, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  184. Object22.C0 = CFrame.new(0, 0, 0, 0, 0, 1, -3.29305139e-043, 1, 0, -1, 3.29305139e-043, 0)
  185.  
  186. Object23 = Instance.new("Part")
  187. Object23.Name = "LL1 Claw"
  188. Object23.Parent = Object1
  189. Object23.CanCollide = false
  190. Object23.Locked = true
  191. Object23.BottomSurface = 0
  192. Object23.TopSurface = 0
  193. Object23.formFactor = 2
  194. Object23.BrickColor = BrickColor.White()
  195. Object23.Size = Vector3.new(1, 0.4, 1)
  196.  
  197. Object24 = Instance.new("SpecialMesh")
  198. Object24.Parent = Object23
  199. Object24.MeshType = 2
  200. Object24.Scale = Vector3.new(0.2, 0.5, 0.3)
  201.  
  202. Object25 = Instance.new("Weld")
  203. Object25.Parent = Object1
  204. Object25.Part0 = Object23
  205. Object25.Part1 = me["Left Leg"]
  206. Object25.C1 = CFrame.new(-0.36000824, -0.869998336, -0.600000381, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  207. Object25.C0 = CFrame.new(0, 0, 0, 0, 0, 1, -3.29305139e-043, 1, 0, -1, 3.29305139e-043, 0)
  208.  
  209. Object26 = Instance.new("Part")
  210. Object26.Name = "Tail"
  211. Object26.Parent = Object1
  212. Object26.CanCollide = false
  213. Object26.Locked = true
  214. Object26.BottomSurface = 0
  215. Object26.TopSurface = 0
  216. Object26.formFactor = 2
  217. Object26.BrickColor = BrickColor.new("Really black")
  218. Object26.Size = Vector3.new(1, 1.6, 1)
  219.  
  220. Object27 = Instance.new("SpecialMesh")
  221. Object27.Parent = Object26
  222. Object27.Scale = Vector3.new(0.2, 2, 0.2)
  223.  
  224. Object28 = Instance.new("Weld")
  225. Object28.Parent = Object1
  226. Object28.Part0 = Object26
  227. Object28.Part1 = me["Torso"]
  228. Object28.C1 = CFrame.new(0, -0.399998665, 1.29999924, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  229. Object28.C0 = CFrame.new(-8.04715796e-008, 2.21908465e-008, -7.49787574e-008, 0.44721359, 0.89442718, -5.57973502e-031, 0.893032908, -0.446516454, 0.0558145568, 0.04992228, -0.0249608997, -0.9984411)
  230.  
  231. Object29 = Instance.new("Part")
  232. Object29.Name = "LA1 Claw"
  233. Object29.Parent = Object1
  234. Object29.CanCollide = false
  235. Object29.Locked = true
  236. Object29.BottomSurface = 0
  237. Object29.TopSurface = 0
  238. Object29.formFactor = 2
  239. Object29.BrickColor = BrickColor.White()
  240. Object29.Size = Vector3.new(1, 0.4, 1)
  241.  
  242. Object30 = Instance.new("SpecialMesh")
  243. Object30.Parent = Object29
  244. Object30.MeshType = 2
  245. Object30.Scale = Vector3.new(0.2, 0.5, 0.3)
  246.  
  247. Object31 = Instance.new("Weld")
  248. Object31.Parent = Object1
  249. Object31.Part0 = Object29
  250. Object31.Part1 = me["Left Arm"]
  251. Object31.C1 = CFrame.new(-0.379997253, -1.09999609, 0.390000105, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  252. Object31.C0 = CFrame.new(-9.96358551e-012, -1.11199938e-012, 2.12851958e-012, 1, 6.36521597e-013, 3.60457107e-013, -3.60457107e-013, 4.67405952e-015, -1, 6.36521597e-013, 1, -4.67405952e-015)
  253.  
  254. Object32 = Instance.new("Part")
  255. Object32.Name = "LA2 Claw"
  256. Object32.Parent = Object1
  257. Object32.CanCollide = false
  258. Object32.Locked = true
  259. Object32.BottomSurface = 0
  260. Object32.TopSurface = 0
  261. Object32.formFactor = 2
  262. Object32.BrickColor = BrickColor.White()
  263. Object32.Size = Vector3.new(1, 0.4, 1)
  264.  
  265. Object33 = Instance.new("SpecialMesh")
  266. Object33.Parent = Object32
  267. Object33.MeshType = 2
  268. Object33.Scale = Vector3.new(0.2, 0.5, 0.3)
  269.  
  270. Object34 = Instance.new("Weld")
  271. Object34.Parent = Object1
  272. Object34.Part0 = Object32
  273. Object34.Part1 = me["Left Arm"]
  274. Object34.C1 = CFrame.new(-0.379997253, -1.09999609, 0.140000105, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  275. Object34.C0 = CFrame.new(-9.96358551e-012, -1.20081722e-012, 2.28750352e-012, 1, 6.36521597e-013, 3.60457107e-013, -3.60457107e-013, 4.67405952e-015, -1, 6.36521597e-013, 1, -4.67405952e-015)
  276.  
  277. Object35 = Instance.new("Part")
  278. Object35.Name = "LA3 Claw"
  279. Object35.Parent = Object1
  280. Object35.CanCollide = false
  281. Object35.Locked = true
  282. Object35.BottomSurface = 0
  283. Object35.TopSurface = 0
  284. Object35.formFactor = 2
  285. Object35.BrickColor = BrickColor.White()
  286. Object35.Size = Vector3.new(1, 0.4, 1)
  287.  
  288. Object36 = Instance.new("SpecialMesh")
  289. Object36.Parent = Object35
  290. Object36.MeshType = 2
  291. Object36.Scale = Vector3.new(0.2, 0.5, 0.3)
  292.  
  293. Object37 = Instance.new("Weld")
  294. Object37.Parent = Object1
  295. Object37.Part0 = Object35
  296. Object37.Part1 = me["Left Arm"]
  297. Object37.C1 = CFrame.new(-0.379997253, -1.09999609, -0.109999895, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  298. Object37.C0 = CFrame.new(-9.96358551e-012, -1.28963507e-012, 2.44693155e-012, 1, 6.36521597e-013, 3.60457107e-013, -3.60457107e-013, 4.67405952e-015, -1, 6.36521597e-013, 1, -4.67405952e-015)
  299.  
  300. Object38 = Instance.new("Part")
  301. Object38.Name = "LA4 Claw"
  302. Object38.Parent = Object1
  303. Object38.CanCollide = false
  304. Object38.Locked = true
  305. Object38.BottomSurface = 0
  306. Object38.TopSurface = 0
  307. Object38.formFactor = 2
  308. Object38.BrickColor = BrickColor.White()
  309. Object38.Size = Vector3.new(1, 0.4, 1)
  310.  
  311. Object39 = Instance.new("SpecialMesh")
  312. Object39.Parent = Object38
  313. Object39.MeshType = 2
  314. Object39.Scale = Vector3.new(0.2, 0.5, 0.3)
  315.  
  316. Object40 = Instance.new("Weld")
  317. Object40.Parent = Object1
  318. Object40.Part0 = Object38
  319. Object40.Part1 = me["Left Arm"]
  320. Object40.C1 = CFrame.new(-0.379997253, -1.09999609, -0.359999895, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  321. Object40.C0 = CFrame.new(-9.96358551e-012, -1.38200562e-012, 2.60591548e-012, 1, 6.36521597e-013, 3.60457107e-013, -3.60457107e-013, 4.67405952e-015, -1, 6.36521597e-013, 1, -4.67405952e-015)
  322.  
  323. Object41 = Instance.new("Part")
  324. Object41.Name = "RA1 Claw"
  325. Object41.Parent = Object1
  326. Object41.CanCollide = false
  327. Object41.Locked = true
  328. Object41.BottomSurface = 0
  329. Object41.TopSurface = 0
  330. Object41.formFactor = 2
  331. Object41.BrickColor = BrickColor.White()
  332. Object41.Size = Vector3.new(1, 0.4, 1)
  333.  
  334. Object42 = Instance.new("SpecialMesh")
  335. Object42.Parent = Object41
  336. Object42.MeshType = 2
  337. Object42.Scale = Vector3.new(0.2, 0.5, 0.3)
  338.  
  339. Object43 = Instance.new("Weld")
  340. Object43.Parent = Object1
  341. Object43.Part0 = Object41
  342. Object43.Part1 = me["Right Arm"]
  343. Object43.C1 = CFrame.new(0.36999321, -1.10000086, 0.390000105, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  344. Object43.C0 = CFrame.new(2.33346675e-011, 2.26307861e-012, -4.22195612e-012, -1, 1.27304319e-012, -7.20914214e-013, 7.20914214e-013, 9.34811903e-015, 1, -1.27304319e-012, 1, 9.34811903e-015)
  345.  
  346. Object44 = Instance.new("Part")
  347. Object44.Name = "RA2 Claw"
  348. Object44.Parent = Object1
  349. Object44.CanCollide = false
  350. Object44.Locked = true
  351. Object44.BottomSurface = 0
  352. Object44.TopSurface = 0
  353. Object44.formFactor = 2
  354. Object44.BrickColor = BrickColor.White()
  355. Object44.Size = Vector3.new(1, 0.4, 1)
  356.  
  357. Object45 = Instance.new("SpecialMesh")
  358. Object45.Parent = Object44
  359. Object45.MeshType = 2
  360. Object45.Scale = Vector3.new(0.2, 0.5, 0.3)
  361.  
  362. Object46 = Instance.new("Weld")
  363. Object46.Parent = Object1
  364. Object46.Part0 = Object44
  365. Object46.Part1 = me["Right Arm"]
  366. Object46.C1 = CFrame.new(0.36999321, -1.10000086, 0.140000105, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  367. Object46.C0 = CFrame.new(2.33346675e-011, 2.44426701e-012, -4.54036808e-012, -1, 1.27304319e-012, -7.20914214e-013, 7.20914214e-013, 9.34811903e-015, 1, -1.27304319e-012, 1, 9.34811903e-015)
  368.  
  369. Object47 = Instance.new("Part")
  370. Object47.Name = "RA3 Claw"
  371. Object47.Parent = Object1
  372. Object47.CanCollide = false
  373. Object47.Locked = true
  374. Object47.BottomSurface = 0
  375. Object47.TopSurface = 0
  376. Object47.formFactor = 2
  377. Object47.BrickColor = BrickColor.White()
  378. Object47.Size = Vector3.new(1, 0.4, 1)
  379.  
  380. Object48 = Instance.new("SpecialMesh")
  381. Object48.Parent = Object47
  382. Object48.MeshType = 2
  383. Object48.Scale = Vector3.new(0.2, 0.5, 0.3)
  384.  
  385. Object49 = Instance.new("Weld")
  386. Object49.Parent = Object1
  387. Object49.Part0 = Object47
  388. Object49.Part1 = me["Right Arm"]
  389. Object49.C1 = CFrame.new(0.36999321, -1.10000086, -0.109999895, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  390. Object49.C0 = CFrame.new(2.33346675e-011, 2.62545541e-012, -4.85878004e-012, -1, 1.27304319e-012, -7.20914214e-013, 7.20914214e-013, 9.34811903e-015, 1, -1.27304319e-012, 1, 9.34811903e-015)
  391.  
  392. Object50 = Instance.new("Part")
  393. Object50.Name = "RA4 Claw"
  394. Object50.Parent = Object1
  395. Object50.CanCollide = false
  396. Object50.Locked = true
  397. Object50.BottomSurface = 0
  398. Object50.TopSurface = 0
  399. Object50.formFactor = 2
  400. Object50.BrickColor = BrickColor.White()
  401. Object50.Size = Vector3.new(1, 0.4, 1)
  402.  
  403. Object51 = Instance.new("SpecialMesh")
  404. Object51.Parent = Object50
  405. Object51.MeshType = 2
  406. Object51.Scale = Vector3.new(0.2, 0.5, 0.3)
  407.  
  408. Object52 = Instance.new("Weld")
  409. Object52.Parent = Object1
  410. Object52.Part0 = Object50
  411. Object52.Part1 = me["Right Arm"]
  412. Object52.C1 = CFrame.new(0.36999321, -1.10000086, -0.359999895, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  413. Object52.C0 = CFrame.new(2.33346675e-011, 2.80309109e-012, -5.17674792e-012, -1, 1.27304319e-012, -7.20914214e-013, 7.20914214e-013, 9.34811903e-015, 1, -1.27304319e-012, 1, 9.34811903e-015)
  414.  
  415. Object53 = Instance.new("Part")
  416. Object53.Name = "Tail R Spike"
  417. Object53.Parent = Object1
  418. Object53.CanCollide = false
  419. Object53.Locked = true
  420. Object53.BottomSurface = 0
  421. Object53.TopSurface = 0
  422. Object53.formFactor = 2
  423. Object53.BrickColor = BrickColor.new("Really black")
  424. Object53.Size = Vector3.new(1, 0.4, 1)
  425.  
  426. Object54 = Instance.new("SpecialMesh")
  427. Object54.Parent = Object53
  428. Object54.MeshType = 2
  429. Object54.Scale = Vector3.new(0.25, 1.5, 0.7)
  430.  
  431. Object55 = Instance.new("Weld")
  432. Object55.Parent = Object1
  433. Object55.Part0 = Object53
  434. Object55.Part1 = me["Torso"]
  435. Object55.C1 = CFrame.new(0.247131348, 0.298247337, 2.6945343, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  436. Object55.C0 = CFrame.new(-5.17727337e-008, 8.63192668e-007, 1.54554129e-008, 0.447213531, 0.894427001, -2.11881769e-007, -0.0499224998, 0.0249607731, 0.998441041, 0.893033147, -0.446516573, 0.0558144264)
  437.  
  438. Object56 = Instance.new("Part")
  439. Object56.Name = "Tail L Spike"
  440. Object56.Parent = Object1
  441. Object56.CanCollide = false
  442. Object56.Locked = true
  443. Object56.BottomSurface = 0
  444. Object56.TopSurface = 0
  445. Object56.formFactor = 2
  446. Object56.BrickColor = BrickColor.new("Really black")
  447. Object56.Size = Vector3.new(1, 0.4, 1)
  448.  
  449. Object57 = Instance.new("SpecialMesh")
  450. Object57.Parent = Object56
  451. Object57.MeshType = 2
  452. Object57.Scale = Vector3.new(0.25, 1.5, 0.7)
  453.  
  454. Object58 = Instance.new("Weld")
  455. Object58.Parent = Object1
  456. Object58.Part0 = Object56
  457. Object58.Part1 = me["Torso"]
  458. Object58.C1 = CFrame.new(-0.352249146, 0.284265518, 2.66456413, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  459. Object58.C0 = CFrame.new(-1.14032318e-007, 3.97256628e-009, -9.15905503e-008, -0.447213292, -0.894426346, 1.51309007e-006, 0.0499238037, -0.0249599647, -0.998440146, 0.893032849, -0.446516395, 0.0558135547)
  460.  
  461. Object59 = Instance.new("Part")
  462. Object59.Name = "RA"
  463. Object59.Parent = Object1
  464. Object59.CanCollide = false
  465. Object59.Locked = true
  466. Object59.BottomSurface = 0
  467. Object59.TopSurface = 0
  468. Object59.formFactor = 0
  469. Object59.BrickColor = BrickColor.new("Really black")
  470. Object59.Size = Vector3.new(1, 1, 1)
  471.  
  472. Object60 = Instance.new("SpecialMesh")
  473. Object60.Parent = Object59
  474. Object60.MeshType = 6
  475. Object60.Scale = Vector3.new(1.01, 2.01, 1.01)
  476.  
  477. Object61 = Instance.new("Weld")
  478. Object61.Parent = Object1
  479. Object61.Part0 = Object59
  480. Object61.Part1 = me["Right Arm"]
  481. Object61.C1 = CFrame.new(0, -5.24520874e-006, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  482. Object61.C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  483.  
  484. Object62 = Instance.new("Part")
  485. Object62.Name = "LA"
  486. Object62.Parent = Object1
  487. Object62.CanCollide = false
  488. Object62.Locked = true
  489. Object62.BottomSurface = 0
  490. Object62.TopSurface = 0
  491. Object62.formFactor = 0
  492. Object62.BrickColor = BrickColor.new("Really black")
  493. Object62.Size = Vector3.new(1, 1, 1)
  494.  
  495. Object63 = Instance.new("SpecialMesh")
  496. Object63.Parent = Object62
  497. Object63.MeshType = 6
  498. Object63.Scale = Vector3.new(1.01, 2.01, 1.01)
  499.  
  500. Object64 = Instance.new("Weld")
  501. Object64.Parent = Object1
  502. Object64.Part0 = Object62
  503. Object64.Part1 = me["Left Arm"]
  504. Object64.C1 = CFrame.new(0, -5.24520874e-006, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  505. Object64.C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  506.  
  507. Object65 = Instance.new("Part")
  508. Object65.Name = "RL"
  509. Object65.Parent = Object1
  510. Object65.CanCollide = false
  511. Object65.Locked = true
  512. Object65.BottomSurface = 0
  513. Object65.TopSurface = 0
  514. Object65.formFactor = 0
  515. Object65.BrickColor = BrickColor.new("Really black")
  516. Object65.Size = Vector3.new(1, 1, 1)
  517.  
  518. Object66 = Instance.new("SpecialMesh")
  519. Object66.Parent = Object65
  520. Object66.MeshType = 6
  521. Object66.Scale = Vector3.new(1.01, 2.01, 1.01)
  522.  
  523. Object67 = Instance.new("Weld")
  524. Object67.Parent = Object1
  525. Object67.Part0 = Object65
  526. Object67.Part1 = me["Right Leg"]
  527. Object67.C1 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  528. Object67.C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  529.  
  530. Object68 = Instance.new("Part")
  531. Object68.Name = "LL"
  532. Object68.Parent = Object1
  533. Object68.CanCollide = false
  534. Object68.Locked = true
  535. Object68.BottomSurface = 0
  536. Object68.TopSurface = 0
  537. Object68.formFactor = 0
  538. Object68.BrickColor = BrickColor.new("Really black")
  539. Object68.Size = Vector3.new(1, 1, 1)
  540.  
  541. Object69 = Instance.new("SpecialMesh")
  542. Object69.Parent = Object68
  543. Object69.MeshType = 6
  544. Object69.Scale = Vector3.new(1.01, 2.01, 1.01)
  545.  
  546. Object70 = Instance.new("Weld")
  547. Object70.Parent = Object1
  548. Object70.Part0 = Object68
  549. Object70.Part1 = me["Left Leg"]
  550. Object70.C1 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  551. Object70.C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  552.  
  553. Object71 = Instance.new("Part")
  554. Object71.Name = "H"
  555. Object71.Parent = Object1
  556. Object71.CanCollide = false
  557. Object71.Locked = true
  558. Object71.BottomSurface = 0
  559. Object71.TopSurface = 0
  560. Object71.formFactor = 0
  561. Object71.BrickColor = BrickColor.new("Really black")
  562. Object71.Size = Vector3.new(1, 1, 1)
  563.  
  564. Object72 = Instance.new("SpecialMesh")
  565. Object72.Parent = Object71
  566. Object72.Scale = Vector3.new(1.27, 1.27, 1.27)
  567.  
  568. Object73 = Instance.new("Weld")
  569. Object73.Parent = Object1
  570. Object73.Part0 = Object71
  571. Object73.Part1 = me["Head"]
  572. Object73.C1 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  573. Object73.C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  574.  
  575. Object74 = Instance.new("Part")
  576. Object74.Name = "T"
  577. Object74.Parent = Object1
  578. Object74.CanCollide = false
  579. Object74.Locked = true
  580. Object74.BottomSurface = 0
  581. Object74.TopSurface = 0
  582. Object74.formFactor = 0
  583. Object74.BrickColor = BrickColor.new("Really black")
  584. Object74.Size = Vector3.new(1, 1, 1)
  585.  
  586. Object75 = Instance.new("SpecialMesh")
  587. Object75.Parent = Object74
  588. Object75.MeshType = 6
  589. Object75.Scale = Vector3.new(2.01, 2.01, 1.01)
  590.  
  591. Object76 = Instance.new("Weld")
  592. Object76.Parent = Object1
  593. Object76.Part0 = Object74
  594. Object76.Part1 = me["Torso"]
  595. Object76.C1 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  596. Object76.C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  597.  
  598. Object77 = Instance.new("Part")
  599. Object77.Name = "H Left Eye"
  600. Object77.Parent = Object1
  601. Object77.CanCollide = false
  602. Object77.Locked = true
  603. Object77.BottomSurface = 0
  604. Object77.TopSurface = 0
  605. Object77.formFactor = 2
  606. Object77.BrickColor = BrickColor.Red()
  607. Object77.Reflectance = 0
  608. Object77.Size = Vector3.new(1, 0.4, 1)
  609.  
  610. Object78 = Instance.new("SpecialMesh")
  611. Object78.Parent = Object77
  612. Object78.MeshType = 2
  613. Object78.Scale = Vector3.new(0.3, 0.5, 0.4)
  614.  
  615. Object79 = Instance.new("Weld")
  616. Object79.Parent = Object1
  617. Object79.Part0 = Object77
  618. Object79.Part1 = me["Head"]
  619. Object79.C1 = CFrame.new(-0.239994049, 0.280013084, -0.469988823, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  620. Object79.C0 = CFrame.new(2.56106247e-012, 2.62900812e-013, -3.90798505e-013, -1, -7.07544849e-014, -9.72084487e-014, 7.07544849e-014, 1, 5.83444235e-016, -9.72084487e-014, -5.83444235e-016, -1)
  621.  
  622. Object80 = Instance.new("Part")
  623. Object80.Name = "H Right Eye"
  624. Object80.Parent = Object1
  625. Object80.CanCollide = false
  626. Object80.Locked = true
  627. Object80.BottomSurface = 0
  628. Object80.TopSurface = 0
  629. Object80.formFactor = 2
  630. Object80.BrickColor = BrickColor.Red()
  631. Object80.Reflectance = 0
  632. Object80.Size = Vector3.new(1, 0.4, 1)
  633.  
  634. Object81 = Instance.new("SpecialMesh")
  635. Object81.Parent = Object80
  636. Object81.MeshType = 2
  637. Object81.Scale = Vector3.new(0.3, 0.5, 0.4)
  638.  
  639. Object82 = Instance.new("Weld")
  640. Object82.Parent = Object1
  641. Object82.Part0 = Object80
  642. Object82.Part1 = me["Head"]
  643. Object82.C1 = CFrame.new(0.239994049, 0.280013084, -0.469988823, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  644. Object82.C0 = CFrame.new(2.59159361e-010, 1.98138395e-010, 5.98632255e-011, 1, 9.19924553e-011, 7.6129502e-012, 9.19924553e-011, 1, 5.61392903e-012, 7.6129502e-012, 5.61392903e-012, 1)
  645.  
  646. Object83 = Instance.new("Part")
  647. Object83.Name = "H Left Fang"
  648. Object83.Parent = Object1
  649. Object83.CanCollide = false
  650. Object83.Locked = true
  651. Object83.BottomSurface = 0
  652. Object83.TopSurface = 0
  653. Object83.formFactor = 2
  654. Object83.BrickColor = BrickColor.White()
  655. Object83.Size = Vector3.new(1, 0.4, 1)
  656.  
  657. Object84 = Instance.new("SpecialMesh")
  658. Object84.Parent = Object83
  659. Object84.MeshType = 2
  660. Object84.Scale = Vector3.new(0.1, 0.5, 0.2)
  661.  
  662. Object85 = Instance.new("Weld")
  663. Object85.Parent = Object1
  664. Object85.Part0 = Object83
  665. Object85.Part1 = me["Head"]
  666. Object85.C1 = CFrame.new(-0.0999832153, -0.299978733, -0.579990387, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  667. Object85.C0 = CFrame.new(1.26509052e-008, 5.1445781e-010, -1.97520222e-009, -1, 1.18413213e-009, -2.35397646e-010, 2.35397646e-010, -9.48852732e-011, 1, -1.18413213e-009, 1, -9.48852732e-011)
  668.  
  669. Object86 = Instance.new("Part")
  670. Object86.Name = "H Right Fang"
  671. Object86.Parent = Object1
  672. Object86.CanCollide = false
  673. Object86.Locked = true
  674. Object86.BottomSurface = 0
  675. Object86.TopSurface = 0
  676. Object86.formFactor = 2
  677. Object86.BrickColor = BrickColor.White()
  678. Object86.Size = Vector3.new(1, 0.4, 1)
  679.  
  680. Object87 = Instance.new("SpecialMesh")
  681. Object87.Parent = Object86
  682. Object87.MeshType = 2
  683. Object87.Scale = Vector3.new(0.1, 0.5, 0.2)
  684.  
  685. Object88 = Instance.new("Weld")
  686. Object88.Parent = Object1
  687. Object88.Part0 = Object86
  688. Object88.Part1 = me["Head"]
  689. Object88.C1 = CFrame.new(0.119983673, -0.299983978, -0.579990387, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  690. Object88.C0 = CFrame.new(7.37400363e-009, 3.82594578e-009, 3.23536717e-008, 1, 1.76859516e-009, 3.14060444e-011, -3.14060444e-011, 8.41292036e-010, -1, 1.76859516e-009, 1, -8.41292036e-010)
  691.  
  692. Object89 = Instance.new("Part")
  693. Object89.Name = "H Right Horn"
  694. Object89.Parent = Object1
  695. Object89.CanCollide = false
  696. Object89.Locked = true
  697. Object89.BottomSurface = 0
  698. Object89.TopSurface = 0
  699. Object89.formFactor = 2
  700. Object89.BrickColor = BrickColor.White()
  701. Object89.Size = Vector3.new(1, 0.4, 1)
  702.  
  703. Object90 = Instance.new("SpecialMesh")
  704. Object90.Parent = Object89
  705. Object90.MeshType = 2
  706. Object90.Scale = Vector3.new(0.2, 1, 1)
  707.  
  708. Object91 = Instance.new("Weld")
  709. Object91.Parent = Object1
  710. Object91.Part0 = Object89
  711. Object91.Part1 = me["Head"]
  712. Object91.C1 = CFrame.new(0.5, 0.899998188, 4.76837158e-007, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  713. Object91.C0 = CFrame.new(0, -2.24828085e-007, -3.23874474e-008, -1, 0, 0, 0, 0.287347883, -0.957826257, 0, -0.957826257, -0.287347883)
  714.  
  715. Object92 = Instance.new("Part")
  716. Object92.Name = "H Left Horn"
  717. Object92.Parent = Object1
  718. Object92.CanCollide = false
  719. Object92.Locked = true
  720. Object92.BottomSurface = 0
  721. Object92.TopSurface = 0
  722. Object92.formFactor = 2
  723. Object92.BrickColor = BrickColor.White()
  724. Object92.Size = Vector3.new(1, 0.4, 1)
  725.  
  726. Object93 = Instance.new("SpecialMesh")
  727. Object93.Parent = Object92
  728. Object93.MeshType = 2
  729. Object93.Scale = Vector3.new(0.2, 1, 1)
  730.  
  731. Object94 = Instance.new("Weld")
  732. Object94.Parent = Object1
  733. Object94.Part0 = Object92
  734. Object94.Part1 = me["Head"]
  735. Object94.C1 = CFrame.new(-0.5, 0.900005341, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  736. Object94.C0 = CFrame.new(0, 3.99932674e-007, -3.26783777e-007, 1, 0, 0, 0, 0.287347883, 0.957826257, 0, -0.957826257, 0.287347883)
  737.  
  738. Object95 = Instance.new("Part")
  739. Object95.Name = "T Right Wing"
  740. Object95.Parent = Object1
  741. Object95.CanCollide = false
  742. Object95.BottomSurface = 0
  743. Object95.Locked = true
  744. Object95.TopSurface = 0
  745. Object95.formFactor = 0
  746. Object95.BrickColor = BrickColor.new("Really black")
  747. Object95.Size = Vector3.new(1, 1, 1)
  748.  
  749. Object96 = Instance.new("SpecialMesh")
  750. Object96.Parent = Object95
  751. Object96.MeshType = 2
  752. Object96.Scale = Vector3.new(0.2, 4, 5)
  753.  
  754.  
  755. Object97 = Instance.new("Weld")
  756. Object97.Parent = Object1
  757. Object97.Part0 = Object95
  758. Object97.Part1 = me["Torso"]
  759. Object97.C1 = CFrame.new(2.5, 0.300005198, 2.5, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  760. Object97.C0 = CFrame.new(-1.94669454e-007, -2.73952764e-007, -1.85190402e-007, -0.691714466, 0.207514346, -0.691714466, -0.346301407, 0.745205581, 0.569863081, 0.633724272, 0.633724213, -0.443606973)
  761.  
  762. Object98 = Instance.new("Part")
  763. Object98.Name = "T Left Wing"
  764. Object98.Parent = Object1
  765. Object98.CanCollide = false
  766. Object98.Locked = true
  767. Object98.BottomSurface = 0
  768. Object98.TopSurface = 0
  769. Object98.formFactor = 0
  770. Object98.BrickColor = BrickColor.new("Really black")
  771. Object98.Size = Vector3.new(1, 1, 1)
  772.  
  773. Object99 = Instance.new("SpecialMesh")
  774. Object99.Parent = Object98
  775. Object99.MeshType = 2
  776. Object99.Scale = Vector3.new(0.2, 4, 5)
  777.  
  778.  
  779. Object100 = Instance.new("Weld")
  780. Object100.Parent = Object1
  781. Object100.Part0 = Object98
  782. Object100.Part1 = me["Torso"]
  783. Object100.C1 = CFrame.new(-2.5, 0.300005198, 2.5, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  784. Object100.C0 = CFrame.new(-5.20586298e-007, 6.79721552e-007, 2.91646757e-007, 0.691714466, -0.207514346, -0.691714466, -0.346301407, 0.745205581, -0.569863081, 0.633724272, 0.633724213, 0.443606973)
  785.  
  786. Object1.ChildRemoved:connect(function(child, c) ChRem(child, Object1) end)
  787. end
  788.  
  789. Armour()
  790.  
  791. player = create
  792. player.Changed:connect(function(p)
  793. if (p ~= "Character") then return end
  794. Armour()
  795. end)
Add Comment
Please, Sign In to add comment