Advertisement
JRKPastesBins

Untitled

Jul 22nd, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 130.52 KB | None | 0 0
  1. function chatfunc(text)
  2. local chat = coroutine.wrap(function()
  3. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  4. Character:FindFirstChild("TalkingBillBoard"):destroy()
  5. end
  6. local naeeym2 = Instance.new("BillboardGui",Character)
  7. naeeym2.Size = UDim2.new(0,100,0,40)
  8. naeeym2.StudsOffset = Vector3.new(0,3,0)
  9. naeeym2.Adornee = Character.Head
  10. naeeym2.Name = "TalkingBillBoard"
  11. local tecks2 = Instance.new("TextLabel",naeeym2)
  12. tecks2.BackgroundTransparency = 1
  13. tecks2.BorderSizePixel = 0
  14. tecks2.Text = ""
  15. tecks2.Font = "SciFi"
  16. tecks2.TextSize = 30
  17. tecks2.TextStrokeTransparency = 0
  18. tecks2.TextColor3 = Color3.new(1.15,0.,0)
  19. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  20. tecks2.Size = UDim2.new(1,0,0.5,0)
  21. local tecks3 = Instance.new("TextLabel",naeeym2)
  22. tecks3.BackgroundTransparency = 1
  23. tecks3.BorderSizePixel = 0
  24. tecks3.Text = ""
  25. tecks3.Font = "SciFi"
  26. tecks3.TextSize = 30
  27. tecks3.TextStrokeTransparency = 0
  28. tecks3.TextColor3 = Color3.new(1.15,0.,0)
  29. tecks3.TextStrokeColor3 = Color3.new(0,0,0)
  30. tecks3.Size = UDim2.new(1,0,0.5,0)
  31. for i = 1,string.len(text),1 do
  32. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=565939471", Character, .6, .8)
  33. tecks2.Text = string.sub(text,1,i)
  34. tecks3.Text = string.sub(text,1,i)
  35. wait(0.01)
  36. end
  37. wait(2)
  38. for i = 1, 50 do
  39. swait()
  40. tecks2.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  41. tecks2.Rotation = tecks2.Rotation - .8
  42. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  43. tecks2.TextTransparency = tecks2.TextTransparency + .04
  44. tecks3.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  45. tecks3.Rotation = tecks2.Rotation + .8
  46. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  47. tecks3.TextTransparency = tecks2.TextTransparency + .04
  48. end
  49. naeeym2:Destroy()
  50. end)
  51. chat()
  52. end
  53. function onChatted(msg)
  54. chatfunc(msg)
  55. end
  56. Player.Chatted:connect(onChatted)
  57. CV="Crimson"
  58. p = game.Players.LocalPlayer
  59. char = p.Character
  60. local txt = Instance.new("BillboardGui", char)
  61. txt.Adornee = char .Head
  62. txt.Name = "_status"
  63. txt.Size = UDim2.new(2, 0, 1.2, 0)
  64. txt.StudsOffset = Vector3.new(-9, 8, 0)
  65. local text = Instance.new("TextLabel", txt)
  66. text.Size = UDim2.new(10, 0, 7, 0)
  67. text.FontSize = "Size24"
  68. text.TextScaled = true
  69. text.TextTransparency = 0
  70. text.BackgroundTransparency = 1
  71. text.TextTransparency = 0
  72. text.TextStrokeTransparency = 0
  73. text.Font = "Antique"
  74. text.TextStrokeColor3 = Color3.new(60,0,.0)
  75.  
  76. v=Instance.new("Part")
  77. v.Name = "ColorBrick"
  78. v.Parent=p.Character
  79. v.FormFactor="Symmetric"
  80. v.Anchored=true
  81. v.CanCollide=false
  82. v.BottomSurface="Smooth"
  83. v.TopSurface="Smooth"
  84. v.Size=Vector3.new(10,5,3)
  85. v.Transparency=1
  86. v.CFrame=char.Torso.CFrame
  87. v.BrickColor=BrickColor.new(CV)
  88. v.Transparency=1
  89. text.TextColor3 = Color3.new(60,0,.0)
  90. v.Shape="Block"
  91. text.Text = "KING CRIMSON"
  92. local s = Instance.new("Sound",char)
  93. s.Name = "BGMusic"
  94. s.SoundId = "rbxassetid://627848963"
  95. s.Pitch = 1
  96. s.Volume = 10
  97. s.Looped = true
  98. s.archivable = false
  99. s.Parent = char.Head
  100. wait(0.1)
  101. s:play()
  102. Me = game.Players.LocalPlayer
  103. char = Me.Character
  104. larm = char["Left Arm"]
  105. rarm = char["Right Arm"]
  106. lleg = char["Left Leg"]
  107. rleg = char["Right Leg"]
  108. torso = char.Torso
  109.  
  110. lleg.Transparency = 1
  111. rleg.Transparency = 1
  112. larm.Transparency = 1
  113. rarm.Transparency = 1
  114. torso.Transparency = 1
  115. ------------------------------------------------------------------ Player -------------------------------------------------------------------
  116.  
  117. ----------------------------------------------------------------- Left Arm -----------------------------------------------------------------
  118. larm1 = Instance.new("Part", char)
  119. larm1.Name = "Middle"
  120. larm1.BrickColor = BrickColor.new("Bright red")
  121. larm1.Size = Vector3.new(1, 2, 1)
  122. larm1.CanCollide = false
  123. larm1.BottomSurface = "Smooth"
  124. larm1.TopSurface = "Smooth"
  125. larm1.Material = "Neon"
  126. Weld = Instance.new("Weld",larm)
  127. Weld.Part0 = larm
  128. Weld.C0 = CFrame.new(1.50225258, 0.0474791527, -0.0102558136, -0.999930143, -0.0050761546, -0.0106693096, -0.00506608794, 0.999986708, -0.000970000518, 0.0106740929, -0.00091586099, -0.999942601)
  129. Weld.Part1 = larm1
  130. Weld.C1 = CFrame.new(1.50225258, 0.0474791527, -0.0102558136, -0.999930143, -0.0050761546, -0.0106693096, -0.00506608794, 0.999986708, -0.000970000518, 0.0106740929, -0.00091586099, -0.999942601)
  131.  
  132. larm2 = Instance.new("Part", char)
  133. larm2.BrickColor = BrickColor.new("Crimson")
  134. larm2.Size = Vector3.new(1, 0.4, 1)
  135. larm2.CanCollide = false
  136. larm2.BottomSurface = "Smooth"
  137. larm2.TopSurface = "Smooth"
  138. Weld = Instance.new("Weld",larm)
  139. Weld.Part0 = larm
  140. Weld.C0 = CFrame.new(1.50225258, 0.0474791527, -0.0102558136, -0.999930143, -0.0050761546, -0.0106693096, -0.00506608794, 0.999986708, -0.000970000518, 0.0106740929, -0.00091586099, -0.999942601)
  141. Weld.Part1 = larm2
  142. Weld.C1 = CFrame.new(-0.452633858, -0.349740982, -1.50225353, -0.00506608887, 0.999986708, -0.00096991309, -0.0106740929, 0.000915773562, 0.999942601, 0.999930143, 0.0050761546, 0.0106693096)
  143.  
  144. larm3 = Instance.new("Part", char)
  145. larm3.BrickColor = BrickColor.new("Crimson")
  146. larm3.Size = Vector3.new(1, 0.4, 1)
  147. larm3.CanCollide = false
  148. larm3.BottomSurface = "Smooth"
  149. larm3.TopSurface = "Smooth"
  150. Weld = Instance.new("Weld",larm)
  151. Weld.Part0 = larm
  152. Weld.C0 = CFrame.new(1.50225258, 0.0474791527, -0.0102558136, -0.999930143, -0.0050761546, -0.0106693096, -0.00506608794, 0.999986708, -0.000970000518, 0.0106740929, -0.00091586099, -0.999942601)
  153. Weld.Part1 = larm3
  154. Weld.C1 = CFrame.new(-0.452513218, -1.90224648, -0.0102577209, -0.00506604509, 0.999986708, -0.000969912624, 0.999930143, 0.00507611083, 0.0106693096, 0.0106740929, -0.000915773562, -0.999942601)
  155.  
  156. larm4 = Instance.new("Part", char)
  157. larm4.BrickColor = BrickColor.new("Crimson")
  158. larm4.Size = Vector3.new(1, 0.4, 1)
  159. larm4.CanCollide = false
  160. larm4.BottomSurface = "Smooth"
  161. larm4.TopSurface = "Smooth"
  162. Weld = Instance.new("Weld",larm)
  163. Weld.Part0 = larm
  164. Weld.C0 = CFrame.new(1.50225258, 0.0474791527, -0.0102558136, -0.999930143, -0.0050761546, -0.0106693096, -0.00506608794, 0.999986708, -0.000970000518, 0.0106740929, -0.00091586099, -0.999942601)
  165. Weld.Part1 = larm4
  166. Weld.C1 = CFrame.new(-0.452511787, -0.41024971, 1.50225258, -0.00506623974, 0.999986708, -0.000969914719, 0.0106740929, -0.000915773562, -0.999942601, -0.999930143, -0.00507630548, -0.0106693096)
  167.  
  168. larm5 = Instance.new("Part", char)
  169. larm5.BrickColor = BrickColor.new("Crimson")
  170. larm5.Size = Vector3.new(1, 0.4, 1)
  171. larm5.CanCollide = false
  172. larm5.BottomSurface = "Smooth"
  173. larm5.TopSurface = "Smooth"
  174. Weld = Instance.new("Weld",larm)
  175. Weld.Part0 = larm
  176. Weld.C0 = CFrame.new(1.50225258, 0.0474791527, -0.0102558136, -0.999930143, -0.0050761546, -0.0106693096, -0.00506608794, 0.999986708, -0.000970000518, 0.0106740929, -0.00091586099, -0.999942601)
  177. Weld.Part1 = larm5
  178. Weld.C1 = CFrame.new(-1.50225163, -0.762512684, 0.0102577209, 0.999930143, 0.0050761546, 0.0106693534, -0.00506608794, 0.999986708, -0.000970000518, -0.0106741367, 0.000915860757, 0.999942601)
  179.  
  180. larm6 = Instance.new("Part", char)
  181. larm6.BrickColor = BrickColor.new("Crimson")
  182. larm6.Size = Vector3.new(1, 0.4, 1)
  183. larm6.CanCollide = false
  184. larm6.BottomSurface = "Smooth"
  185. larm6.TopSurface = "Smooth"
  186. Mesh = Instance.new("SpecialMesh", larm6)
  187. Mesh.MeshType = "Brick"
  188. Mesh.Scale = Vector3.new(1.1, 1.1, 1.1)
  189. Weld = Instance.new("Weld",larm)
  190. Weld.Part0 = larm
  191. Weld.C0 = CFrame.new(1.50225258, 0.0474791527, -0.0102558136, -0.999930143, -0.0050761546, -0.0106693096, -0.00506608794, 0.999986708, -0.000970000518, 0.0106740929, -0.00091586099, -0.999942601)
  192. Weld.Part1 = larm6
  193. Weld.C1 = CFrame.new(0.0102558136, 0.847481251, 1.50225353, -0.0106740929, 0.00091586099, 0.999942601, -0.00506608794, 0.999986708, -0.000970000518, -0.999930143, -0.0050761546, -0.0106693096)
  194.  
  195. larm7 = Instance.new("Part", char)
  196. larm7.BrickColor = BrickColor.new("Bright red")
  197. larm7.Size = Vector3.new(0.5, 0.3, 2)
  198. larm7.CanCollide = false
  199. larm7.BottomSurface = "Smooth"
  200. larm7.TopSurface = "Smooth"
  201. larm7.Material = "Neon"
  202. Weld = Instance.new("Weld",larm)
  203. Weld.Part0 = larm
  204. Weld.C0 = CFrame.new(1.50225258, 0.0474791527, -0.0102558136, -0.999930143, -0.0050761546, -0.0106693096, -0.00506608794, 0.999986708, -0.000970000518, 0.0106740929, -0.00091586099, -0.999942601)
  205. Weld.Part1 = larm7
  206. Weld.C1 = CFrame.new(-0.339956284, 1.83238316, 1.50933075, 0.11770986, 0.484406531, 0.866887927, -0.967169523, 0.253912479, -0.0105566857, -0.225227386, -0.837184966, 0.498391271)
  207.  
  208. larm8 = Instance.new("Part", char)
  209. larm8.BrickColor = BrickColor.new("Crimson")
  210. larm8.Size = Vector3.new(1, 0.4, 1)
  211. larm8.CanCollide = false
  212. larm8.BottomSurface = "Smooth"
  213. larm8.TopSurface = "Smooth"
  214. Weld = Instance.new("Weld",larm)
  215. Weld.Part0 = larm
  216. Weld.C0 = CFrame.new(1.50225258, 0.0474791527, -0.0102558136, -0.999930143, -0.0050761546, -0.0106693096, -0.00506608794, 0.999986708, -0.000970000518, 0.0106740929, -0.00091586099, -0.999942601)
  217. Weld.Part1 = larm8
  218. Weld.C1 = CFrame.new(0.247514963, -0.0102424622, 1.58225441, -0.00506623974, 0.999986708, -0.000969914719, 0.0106740929, -0.000915773562, -0.999942601, -0.999930143, -0.00507630548, -0.0106693096)
  219. ----------------------------------------------------------------- Right Arm -----------------------------------------------------------------
  220. rarm1 = Instance.new("Part", char)
  221. rarm1.Name = "Middle"
  222. rarm1.BrickColor = BrickColor.new("Really red")
  223. rarm1.Size = Vector3.new(1, 2, 1)
  224. rarm1.CanCollide = false
  225. rarm1.BottomSurface = "Smooth"
  226. rarm1.TopSurface = "Smooth"
  227. rarm1.Material = "Neon"
  228. Weld = Instance.new("Weld",rarm)
  229. Weld.Part0 = rarm
  230. Weld.C0 = CFrame.new(-1.50168228, 0.0418539047, -0.00368309021, -0.999974012, 0.00369570963, 0.00619300362, 0.00366159948, 0.999978125, -0.00550886011, -0.00621323194, -0.00548603525, -0.999965668)
  231. Weld.Part1 = rarm1
  232. Weld.C1 = CFrame.new(-1.50168228, 0.0418539047, -0.00368309021, -0.999974012, 0.00369570963, 0.00619300362, 0.00366159948, 0.999978125, -0.00550886011, -0.00621323194, -0.00548603525, -0.999965668)
  233.  
  234. rarm2 = Instance.new("Part", char)
  235. rarm2.BrickColor = BrickColor.new("Really red")
  236. rarm2.Size = Vector3.new(1, 0.4, 1)
  237. rarm2.CanCollide = false
  238. rarm2.BottomSurface = "Smooth"
  239. rarm2.TopSurface = "Smooth"
  240. Weld = Instance.new("Weld",rarm)
  241. Weld.Part0 = rarm
  242. Weld.C0 = CFrame.new(-1.50168228, 0.0418539047, -0.00368309021, -0.999974012, 0.00369570963, 0.00619300362, 0.00366159948, 0.999978125, -0.00550886011, -0.00621323194, -0.00548603525, -0.999965668)
  243. Weld.Part1 = rarm2
  244. Weld.C1 = CFrame.new(-0.458259583, -0.356315613, 1.50168037, 0.00366159994, 0.999978125, -0.00550877256, 0.00621323148, 0.00548594771, 0.999965668, 0.999974012, -0.00369570963, -0.00619300362)
  245.  
  246. rarm3 = Instance.new("Part", char)
  247. rarm3.BrickColor = BrickColor.new("Really red")
  248. rarm3.Size = Vector3.new(1, 0.4, 1)
  249. rarm3.CanCollide = false
  250. rarm3.BottomSurface = "Smooth"
  251. rarm3.TopSurface = "Smooth"
  252. Weld = Instance.new("Weld",rarm)
  253. Weld.Part0 = rarm
  254. Weld.C0 = CFrame.new(-1.50168228, 0.0418539047, -0.00368309021, -0.999974012, 0.00369570963, 0.00619300362, 0.00366159948, 0.999978125, -0.00550886011, -0.00621323194, -0.00548603525, -0.999965668)
  255. Weld.Part1 = rarm3
  256. Weld.C1 = CFrame.new(-1.50168133, -0.768137932, -0.00367927551, -0.999974012, 0.00369570986, 0.00619304739, 0.00366159948, 0.999978125, -0.00550886011, -0.00621327572, -0.00548603525, -0.999965668)
  257.  
  258. rarm4 = Instance.new("Part", char)
  259. rarm4.BrickColor = BrickColor.new("Really red")
  260. rarm4.Size = Vector3.new(1, 0.4, 1)
  261. rarm4.CanCollide = false
  262. rarm4.BottomSurface = "Smooth"
  263. rarm4.TopSurface = "Smooth"
  264. Weld = Instance.new("Weld",rarm)
  265. Weld.Part0 = rarm
  266. Weld.C0 = CFrame.new(-1.50168228, 0.0418539047, -0.00368309021, -0.999974012, 0.00369570963, 0.00619300362, 0.00366159948, 0.999978125, -0.00550886011, -0.00621323194, -0.00548603525, -0.999965668)
  267. Weld.Part1 = rarm4
  268. Weld.C1 = CFrame.new(-0.00368309021, 1.8716774, 0.458146095, -0.00621323194, -0.00548603525, -0.999965668, 0.999974012, -0.0036957534, -0.00619300315, -0.00366164325, -0.999978125, 0.00550886057)
  269.  
  270. rarm5 = Instance.new("Part", char)
  271. rarm5.BrickColor = BrickColor.new("Really red")
  272. rarm5.Size = Vector3.new(1, 0.4, 1)
  273. rarm5.CanCollide = false
  274. rarm5.BottomSurface = "Smooth"
  275. rarm5.TopSurface = "Smooth"
  276. Mesh = Instance.new("SpecialMesh", rarm5)
  277. Mesh.MeshType = "Brick"
  278. Mesh.Scale = Vector3.new(1.1, 1.1, 1.1)
  279. Weld = Instance.new("Weld",rarm)
  280. Weld.Part0 = rarm
  281. Weld.C0 = CFrame.new(-1.50168228, 0.0418539047, -0.00368309021, -0.999974012, 0.00369570963, 0.00619300362, 0.00366159948, 0.999978125, -0.00550886011, -0.00621323194, -0.00548603525, -0.999965668)
  282. Weld.Part1 = rarm5
  283. Weld.C1 = CFrame.new(0.00368118286, 0.841855764, -1.50168228, 0.00621323194, 0.00548603525, 0.999965668, 0.00366159948, 0.999978125, -0.00550886011, -0.999974012, 0.00369570963, 0.00619300362)
  284.  
  285. rarm6 = Instance.new("Part", char)
  286. rarm6.BrickColor = BrickColor.new("Really red")
  287. rarm6.Size = Vector3.new(1, 0.4, 1)
  288. rarm6.CanCollide = false
  289. rarm6.BottomSurface = "Smooth"
  290. rarm6.TopSurface = "Smooth"
  291. Weld = Instance.new("Weld",rarm)
  292. Weld.Part0 = rarm
  293. Weld.C0 = CFrame.new(-1.50168228, 0.0418539047, -0.00368309021, -0.999974012, 0.00369570963, 0.00619300362, 0.00366159948, 0.999978125, -0.00550886011, -0.00621323194, -0.00548603525, -0.999965668)
  294. Weld.Part1 = rarm6
  295. Weld.C1 = CFrame.new(-1.50168133, -0.403675079, 0.458138466, -0.999974012, 0.00369575364, 0.00619304692, -0.00621327572, -0.00548603525, -0.999965668, -0.00366164325, -0.999978125, 0.00550886057)
  296.  
  297. rarm7 = Instance.new("Part", char)
  298. rarm7.BrickColor = BrickColor.new("Really red")
  299. rarm7.Size = Vector3.new(0.5, 0.3, 2)
  300. rarm7.CanCollide = false
  301. rarm7.BottomSurface = "Smooth"
  302. rarm7.TopSurface = "Smooth"
  303. rarm7.Material = "Neon"
  304. Weld = Instance.new("Weld",rarm)
  305. Weld.Part0 = rarm
  306. Weld.C0 = CFrame.new(-1.50168228, 0.0418539047, -0.00368309021, -0.999974012, 0.00369570963, 0.00619300362, 0.00366159948, 0.999978125, -0.00550886011, -0.00621323194, -0.00548603525, -0.999965668)
  307. Weld.Part1 = rarm7
  308. Weld.C1 = CFrame.new(0.344418526, -1.80139351, -1.50391006, 0.122256897, -0.48818168, -0.864136577, -0.966848493, -0.25524351, 0.00740774209, -0.224181563, 0.834583461, -0.503202915)
  309.  
  310. rarm8 = Instance.new("Part", char)
  311. rarm8.BrickColor = BrickColor.new("Really red")
  312. rarm8.Size = Vector3.new(1, 0.4, 1)
  313. rarm8.CanCollide = false
  314. rarm8.BottomSurface = "Smooth"
  315. rarm8.TopSurface = "Smooth"
  316. Weld = Instance.new("Weld",rarm)
  317. Weld.Part0 = rarm
  318. Weld.C0 = CFrame.new(-1.50168228, 0.0418539047, -0.00368309021, -0.999974012, 0.00369570963, 0.00619300362, 0.00366159948, 0.999978125, -0.00550886011, -0.00621323194, -0.00548603525, -0.999965668)
  319. Weld.Part1 = rarm8
  320. Weld.C1 = CFrame.new(0.241888285, -0.00366973877, -1.56167889, 0.00366144883, 0.999978125, -0.00550877163, -0.00621323148, -0.00548594771, -0.999965668, -0.999974012, 0.00369555852, 0.00619300455)
  321. ----------------------------------------------------------------- Left Leg -----------------------------------------------------------------
  322. lleg1 = Instance.new("Part", char)
  323. lleg1.Name = "Middle"
  324. lleg1.BrickColor = BrickColor.new("Bright red")
  325. lleg1.Size = Vector3.new(1, 2, 1)
  326. lleg1.CanCollide = false
  327. lleg1.BottomSurface = "Smooth"
  328. lleg1.TopSurface = "Smooth"
  329. lleg1.Material = "Neon"
  330. Weld = Instance.new("Weld",lleg)
  331. Weld.Part0 = lleg
  332. Weld.C0 = CFrame.new(-2.3581152, 0.999663353, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  333. Weld.Part1 = lleg1
  334. Weld.C1 = CFrame.new(-2.3581152, 0.999663353, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  335.  
  336. lleg2 = Instance.new("Part", char)
  337. lleg2.BrickColor = BrickColor.new("Crimson")
  338. lleg2.Size = Vector3.new(1, 0.4, 1)
  339. lleg2.CanCollide = false
  340. lleg2.BottomSurface = "Smooth"
  341. lleg2.TopSurface = "Smooth"
  342. Weld = Instance.new("Weld",lleg)
  343. Weld.Part0 = lleg
  344. Weld.C0 = CFrame.new(-2.3581152, 0.999663353, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  345. Weld.Part1 = lleg2
  346. Weld.C1 = CFrame.new(0.898587704, 4.77446556, 2.3581152, -7.17753299e-023, 1, 4.37113883e-008, 1.64202821e-015, -4.37113883e-008, 1, 1, -1.4355066e-022, 0)
  347.  
  348. lleg3 = Instance.new("Part", char)
  349. lleg3.BrickColor = BrickColor.new("Crimson")
  350. lleg3.Size = Vector3.new(0.5, 0.3, 2)
  351. lleg3.CanCollide = false
  352. lleg3.BottomSurface = "Smooth"
  353. lleg3.TopSurface = "Smooth"
  354. Weld = Instance.new("Weld",lleg)
  355. Weld.Part0 = lleg
  356. Weld.C0 = CFrame.new(-2.3581152, 0.999663353, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  357. Weld.Part1 = lleg3
  358. Weld.C1 = CFrame.new(4.69929504, -1.49470997, 3.25491428, 0.183012843, 0.683012605, 0.707106829, -0.965925813, 0.258819133, 1.06770166e-007, -0.183012709, -0.683012724, 0.707106769)
  359.  
  360. lleg4 = Instance.new("Part", char)
  361. lleg4.BrickColor = BrickColor.new("Crimson")
  362. lleg4.Size = Vector3.new(1, 0.4, 1)
  363. lleg4.CanCollide = false
  364. lleg4.BottomSurface = "Smooth"
  365. lleg4.TopSurface = "Smooth"
  366. Weld = Instance.new("Weld",lleg)
  367. Weld.Part0 = lleg
  368. Weld.C0 = CFrame.new(-2.3581152, 0.999663353, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  369. Weld.Part1 = lleg4
  370. Weld.C1 = CFrame.new(0.899408102, 1.9581213, -5.17447472, 4.37113883e-008, 1, 8.74227766e-008, 1, -4.37113883e-008, -2.68657252e-016, -1.37337096e-015, 8.74227766e-008, -1)
  371.  
  372. lleg5 = Instance.new("Part", char)
  373. lleg5.BrickColor = BrickColor.new("Crimson")
  374. lleg5.Size = Vector3.new(1, 0.4, 1)
  375. lleg5.CanCollide = false
  376. lleg5.BottomSurface = "Smooth"
  377. lleg5.TopSurface = "Smooth"
  378. Weld = Instance.new("Weld",lleg)
  379. Weld.Part0 = lleg
  380. Weld.C0 = CFrame.new(-2.3581152, 0.999663353, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  381. Weld.Part1 = lleg5
  382. Weld.C1 = CFrame.new(0.899407625, -5.57446861, -2.3581152, -1.50995788e-007, 1, 8.74227766e-008, -1.20315126e-014, 8.74227766e-008, -1, -1, -1.50995788e-007, -8.24226416e-015)
  383.  
  384. lleg6 = Instance.new("Part", char)
  385. lleg6.BrickColor = BrickColor.new("Crimson")
  386. lleg6.Size = Vector3.new(1, 0.4, 1)
  387. lleg6.CanCollide = false
  388. lleg6.BottomSurface = "Smooth"
  389. lleg6.TopSurface = "Smooth"
  390. Weld = Instance.new("Weld",lleg)
  391. Weld.Part0 = lleg
  392. Weld.C0 = CFrame.new(-2.3581152, 0.999663353, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  393. Weld.Part1 = lleg6
  394. Weld.C1 = CFrame.new(1.49948871, -2.31810665, 5.08444977, -4.37113883e-008, 1, 8.74227766e-008, -1, -4.37113883e-008, -3.55271368e-015, 8.47879895e-015, -8.74227766e-008, 1)
  395.  
  396. lleg7 = Instance.new("Part", char)
  397. lleg7.BrickColor = BrickColor.new("Crimson")
  398. lleg7.Size = Vector3.new(1, 0.4, 1)
  399. lleg7.CanCollide = false
  400. lleg7.BottomSurface = "Smooth"
  401. lleg7.TopSurface = "Smooth"
  402. Weld = Instance.new("Weld",lleg)
  403. Weld.Part0 = lleg
  404. Weld.C0 = CFrame.new(-2.3581152, 0.999663353, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  405. Weld.Part1 = lleg7
  406. Weld.C1 = CFrame.new(1.4994036, -2.33812618, 5.26447296, -4.37113883e-008, 1, 8.74227766e-008, -1, -4.37113883e-008, -3.55271368e-015, 8.47879895e-015, -8.74227766e-008, 1)
  407. ----------------------------------------------------------------- Right Leg -----------------------------------------------------------------
  408. rleg1 = Instance.new("Part", char)
  409. rleg1.Name = "Middle"
  410. rleg1.BrickColor = BrickColor.new("Bright red")
  411. rleg1.Size = Vector3.new(1, 2, 1)
  412. rleg1.CanCollide = false
  413. rleg1.BottomSurface = "Smooth"
  414. rleg1.TopSurface = "Smooth"
  415. rleg1.Material = "Neon"
  416. Weld = Instance.new("Weld",rleg)
  417. Weld.Part0 = rleg
  418. Weld.C0 = CFrame.new(-3.3581152, 1.00582027, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  419. Weld.Part1 = rleg1
  420. Weld.C1 = CFrame.new(-3.3581152, 1.00582027, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  421.  
  422. rleg2 = Instance.new("Part", char)
  423. rleg2.BrickColor = BrickColor.new("Crimson")
  424. rleg2.Size = Vector3.new(1, 0.4, 1)
  425. rleg2.CanCollide = false
  426. rleg2.BottomSurface = "Smooth"
  427. rleg2.TopSurface = "Smooth"
  428. Weld = Instance.new("Weld",rleg)
  429. Weld.Part0 = rleg
  430. Weld.C0 = CFrame.new(-3.3581152, 1.00582027, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  431. Weld.Part1 = rleg2
  432. Weld.C1 = CFrame.new(0.905565023, 3.75810814, -5.17447472, 4.37113883e-008, 1, 8.74227766e-008, 1, -4.37113883e-008, -2.68657252e-016, -1.37337096e-015, 8.74227766e-008, -1)
  433.  
  434. rleg3 = Instance.new("Part", char)
  435. rleg3.BrickColor = BrickColor.new("Crimson")
  436. rleg3.Size = Vector3.new(1, 0.4, 1)
  437. rleg3.CanCollide = false
  438. rleg3.BottomSurface = "Smooth"
  439. rleg3.TopSurface = "Smooth"
  440. Weld = Instance.new("Weld",rleg)
  441. Weld.Part0 = rleg
  442. Weld.C0 = CFrame.new(-3.3581152, 1.00582027, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  443. Weld.Part1 = rleg3
  444. Weld.C1 = CFrame.new(1.4545058, -3.34725952, 5.0867691, -0.0153048551, 0.999882877, -5.25215728e-006, -0.999882638, -0.0153048476, 0.000690514687, 0.000690353394, 1.58197654e-005, 0.999999762)
  445.  
  446. rleg4 = Instance.new("Part", char)
  447. rleg4.BrickColor = BrickColor.new("Crimson")
  448. rleg4.Size = Vector3.new(1, 0.4, 1)
  449. rleg4.CanCollide = false
  450. rleg4.BottomSurface = "Smooth"
  451. rleg4.TopSurface = "Smooth"
  452. Weld = Instance.new("Weld",rleg)
  453. Weld.Part0 = rleg
  454. Weld.C0 = CFrame.new(-3.3581152, 1.00582027, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  455. Weld.Part1 = rleg4
  456. Weld.C1 = CFrame.new(1.5055685, -3.33812618, 5.26447296, -4.37113883e-008, 1, 8.74227766e-008, -1, -4.37113883e-008, -3.55271368e-015, 8.47879895e-015, -8.74227766e-008, 1)
  457.  
  458. rleg5 = Instance.new("Part", char)
  459. rleg5.BrickColor = BrickColor.new("Crimson")
  460. rleg5.Size = Vector3.new(1, 0.4, 1)
  461. rleg5.CanCollide = false
  462. rleg5.BottomSurface = "Smooth"
  463. rleg5.TopSurface = "Smooth"
  464. Weld = Instance.new("Weld",rleg)
  465. Weld.Part0 = rleg
  466. Weld.C0 = CFrame.new(-3.3581152, 1.00582027, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  467. Weld.Part1 = rleg5
  468. Weld.C1 = CFrame.new(0.905564308, -5.57446861, -3.3581152, -1.50995788e-007, 1, 8.74227766e-008, -1.20315126e-014, 8.74227766e-008, -1, -1, -1.50995788e-007, -8.24226416e-015)
  469.  
  470. rleg6 = Instance.new("Part", char)
  471. rleg6.BrickColor = BrickColor.new("Crimson")
  472. rleg6.Size = Vector3.new(1, 0.4, 1)
  473. rleg6.CanCollide = false
  474. rleg6.BottomSurface = "Smooth"
  475. rleg6.TopSurface = "Smooth"
  476. Weld = Instance.new("Weld",rleg)
  477. Weld.Part0 = rleg
  478. Weld.C0 = CFrame.new(-3.3581152, 1.00582027, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  479. Weld.Part1 = rleg6
  480. Weld.C1 = CFrame.new(0.904744625, 4.77446556, 3.3581152, -7.17753299e-023, 1, 4.37113883e-008, 1.64202821e-015, -4.37113883e-008, 1, 1, -1.4355066e-022, 0)
  481.  
  482. rleg7 = Instance.new("Part", char)
  483. rleg7.BrickColor = BrickColor.new("Crimson")
  484. rleg7.Size = Vector3.new(0.5, 0.3, 2)
  485. rleg7.CanCollide = false
  486. rleg7.BottomSurface = "Smooth"
  487. rleg7.TopSurface = "Smooth"
  488. Weld = Instance.new("Weld",rleg)
  489. Weld.Part0 = rleg
  490. Weld.C0 = CFrame.new(-3.3581152, 1.00582027, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  491. Weld.Part1 = rleg7
  492. Weld.C1 = CFrame.new(-3.66284275, -3.99935341, -4.29136944, 0.183012664, -0.683012724, -0.707106829, -0.965925872, -0.258818954, -3.53088581e-008, -0.183012635, 0.683012784, -0.707106769)
  493. ----------------------------------------------------------------- Torso -----------------------------------------------------------------
  494. Chest1 = Instance.new("Part", char)
  495. Chest1.Name = "Ball"
  496. Chest1.BrickColor = BrickColor.new("Bright red")
  497. Chest1.Size = Vector3.new(1, 0.4, 1)
  498. Chest1.CanCollide = false
  499. Chest1.BottomSurface = "Smooth"
  500. Chest1.TopSurface = "Smooth"
  501. Chest1.Material = "Neon"
  502. Mesh = Instance.new("CylinderMesh", Chest1)
  503. Mesh.Scale = Vector3.new(0.9, 0.4, 0.9)
  504. Weld = Instance.new("Weld",torso)
  505. Weld.Part0 = torso
  506. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  507. Weld.Part1 = Chest1
  508. Weld.C1 = CFrame.new(0, 0.700000763, 0.176463604, -1, 0, 0, 0, 0, -1, 0, -1, 0)
  509.  
  510. Chest2 = Instance.new("Part", char)
  511. Chest2.BrickColor = BrickColor.new("Really red")
  512. Chest2.Name = "Middle"
  513. Chest2.Size = Vector3.new(2, 2, 1)
  514. Chest2.CanCollide = false
  515. Chest2.BottomSurface = "Smooth"
  516. Chest2.TopSurface = "Smooth"
  517. Chest2.Material = "Neon"
  518. Weld = Instance.new("Weld",torso)
  519. Weld.Part0 = torso
  520. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  521. Weld.Part1 = Chest2
  522. Weld.C1 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  523.  
  524. Chest3 = Instance.new("Part", char)
  525. Chest3.BrickColor = BrickColor.new("Crimson")
  526. Chest3.Size = Vector3.new(1, 0.4, 1)
  527. Chest3.CanCollide = false
  528. Chest3.BottomSurface = "Smooth"
  529. Chest3.TopSurface = "Smooth"
  530. Weld = Instance.new("Weld",torso)
  531. Weld.Part0 = torso
  532. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  533. Weld.Part1 = Chest3
  534. Weld.C1 = CFrame.new(-0.476491928, -0.5, -0.499999046, 5.15558582e-008, 1, -7.54979013e-008, -3.35276091e-008, 7.54979013e-008, 1, 1, -5.15558582e-008, 3.35276091e-008)
  535.  
  536. Chest4 = Instance.new("Part", char)
  537. Chest4.BrickColor = BrickColor.new("Crimson")
  538. Chest4.Size = Vector3.new(1, 0.4, 1)
  539. Chest4.CanCollide = false
  540. Chest4.BottomSurface = "Smooth"
  541. Chest4.TopSurface = "Smooth"
  542. Weld = Instance.new("Weld",torso)
  543. Weld.Part0 = torso
  544. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  545. Weld.Part1 = Chest4
  546. Weld.C1 = CFrame.new(-0.476491451, -0.5, 0.5, -1.4355066e-022, 1, 4.37113883e-008, 3.28405643e-015, -4.37113883e-008, 1, 1, -2.8710132e-022, 1.64202821e-015)
  547.  
  548. Chest5 = Instance.new("Part", char)
  549. Chest5.BrickColor = BrickColor.new("Crimson")
  550. Chest5.Size = Vector3.new(1, 0.4, 1)
  551. Chest5.CanCollide = false
  552. Chest5.BottomSurface = "Smooth"
  553. Chest5.TopSurface = "Smooth"
  554. Weld = Instance.new("Weld",torso)
  555. Weld.Part0 = torso
  556. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  557. Weld.Part1 = Chest5
  558. Weld.C1 = CFrame.new(-0.499999046, 0.5, 0.476491451, 1, -4.37113918e-008, 4.37113847e-008, -4.37113847e-008, 0, 1, -4.37113883e-008, -1, 0)
  559.  
  560. Chest6 = Instance.new("Part", char)
  561. Chest6.BrickColor = BrickColor.new("Crimson")
  562. Chest6.Size = Vector3.new(1, 0.4, 1)
  563. Chest6.CanCollide = false
  564. Chest6.BottomSurface = "Smooth"
  565. Chest6.TopSurface = "Smooth"
  566. Weld = Instance.new("Weld",torso)
  567. Weld.Part0 = torso
  568. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  569. Weld.Part1 = Chest6
  570. Weld.C1 = CFrame.new(0.5236063, -0.449995041, 0, 0, 1, 8.74227766e-008, 3.28405643e-015, -8.74227766e-008, 1, 1, -1.4355066e-022, 0)
  571.  
  572. Chest7 = Instance.new("Part", char)
  573. Chest7.BrickColor = BrickColor.new("Crimson")
  574. Chest7.Size = Vector3.new(1, 0.4, 1)
  575. Chest7.CanCollide = false
  576. Chest7.BottomSurface = "Smooth"
  577. Chest7.TopSurface = "Smooth"
  578. Weld = Instance.new("Weld",torso)
  579. Weld.Part0 = torso
  580. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  581. Weld.Part1 = Chest7
  582. Weld.C1 = CFrame.new(0.5, 0.5, 0.476491928, 1, -4.37113918e-008, 4.37113847e-008, -4.37113847e-008, 0, 1, -4.37113883e-008, -1, 0)
  583.  
  584. Chest8 = Instance.new("Part", char)
  585. Chest8.BrickColor = BrickColor.new("Crimson")
  586. Chest8.Size = Vector3.new(1, 0.4, 1)
  587. Chest8.CanCollide = false
  588. Chest8.BottomSurface = "Smooth"
  589. Chest8.TopSurface = "Smooth"
  590. Weld = Instance.new("Weld",torso)
  591. Weld.Part0 = torso
  592. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  593. Weld.Part1 = Chest8
  594. Weld.C1 = CFrame.new(0, 0.389970779, -0.473520517, 1, -4.37113954e-008, 4.37113847e-008, -4.37113883e-008, -4.37113883e-008, 1, -4.37113883e-008, -1, -4.37113883e-008)
  595.  
  596. Chest9 = Instance.new("Part", char)
  597. Chest9.BrickColor = BrickColor.new("Crimson")
  598. Chest9.Size = Vector3.new(0.5, 0.3, 2)
  599. Chest9.CanCollide = false
  600. Chest9.BottomSurface = "Smooth"
  601. Chest9.TopSurface = "Smooth"
  602. Weld = Instance.new("Weld",torso)
  603. Weld.Part0 = torso
  604. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  605. Weld.Part1 = Chest9
  606. Weld.C1 = CFrame.new(-0.458083153, 0.580001831, 0.306574821, -0.866025448, -0.49999997, 4.37113883e-008, -3.78551732e-008, -2.18556924e-008, -1, 0.49999997, -0.866025448, 0)
  607.  
  608. Chest10 = Instance.new("Part", char)
  609. Chest10.BrickColor = BrickColor.new("Crimson")
  610. Chest10.Size = Vector3.new(1, 0.4, 1)
  611. Chest10.CanCollide = false
  612. Chest10.BottomSurface = "Smooth"
  613. Chest10.TopSurface = "Smooth"
  614. Mesh = Instance.new("SpecialMesh", Chest10)
  615. Mesh.Scale = Vector3.new(1.1, 1.1, 1.1)
  616. Weld = Instance.new("Weld",torso)
  617. Weld.Part0 = torso
  618. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  619. Weld.Part1 = Chest10
  620. Weld.C1 = CFrame.new(-1.07653379, 0.899993896, 0, -4.37113883e-008, 1, 8.74227766e-008, -1, -4.37113883e-008, -3.55271368e-015, 8.47879895e-015, -8.74227766e-008, 1)
  621.  
  622. Chest11 = Instance.new("Part", char)
  623. Chest11.BrickColor = BrickColor.new("Crimson")
  624. Chest11.Size = Vector3.new(0.5, 0.3, 2)
  625. Chest11.CanCollide = false
  626. Chest11.BottomSurface = "Smooth"
  627. Chest11.TopSurface = "Smooth"
  628. Weld = Instance.new("Weld",torso)
  629. Weld.Part0 = torso
  630. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  631. Weld.Part1 = Chest11
  632. Weld.C1 = CFrame.new(0.973486662, -0.460004807, -9.53674316e-007, 1.50995803e-007, 1, 7.54979013e-008, -1.85052948e-014, -7.54979013e-008, 1, 1, -1.50995803e-007, 7.10542736e-015)
  633.  
  634. Chest12 = Instance.new("Part", char)
  635. Chest12.BrickColor = BrickColor.new("Crimson")
  636. Chest12.Size = Vector3.new(0.5, 0.3, 2)
  637. Chest12.CanCollide = false
  638. Chest12.BottomSurface = "Smooth"
  639. Chest12.TopSurface = "Smooth"
  640. Weld = Instance.new("Weld",torso)
  641. Weld.Part0 = torso
  642. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  643. Weld.Part1 = Chest12
  644. Weld.C1 = CFrame.new(-0.973600388, 0.450008392, -7.62939453e-006, -9.32088255e-008, -1, -4.37113883e-008, 5.82035878e-011, -4.37113883e-008, 1, -1, 9.32088255e-008, 5.82076609e-011)
  645.  
  646. Chest13 = Instance.new("Part", char)
  647. Chest13.BrickColor = BrickColor.new("Crimson")
  648. Chest13.Size = Vector3.new(0.5, 0.3, 2)
  649. Chest13.CanCollide = false
  650. Chest13.BottomSurface = "Smooth"
  651. Chest13.TopSurface = "Smooth"
  652. Weld = Instance.new("Weld",torso)
  653. Weld.Part0 = torso
  654. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  655. Weld.Part1 = Chest13
  656. Weld.C1 = CFrame.new(-0.729999542, -0.117254257, -1.91926646, -1, -3.23980487e-008, -4.22219593e-008, 3.23980487e-008, 0.258819044, -0.965925813, 4.22219593e-008, -0.965925813, -0.258819044)
  657.  
  658. Chest14 = Instance.new("Part", char)
  659. Chest14.BrickColor = BrickColor.new("Crimson")
  660. Chest14.Size = Vector3.new(0.5, 0.3, 2)
  661. Chest14.CanCollide = false
  662. Chest14.BottomSurface = "Smooth"
  663. Chest14.TopSurface = "Smooth"
  664. Weld = Instance.new("Weld",torso)
  665. Weld.Part0 = torso
  666. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  667. Weld.Part1 = Chest14
  668. Weld.C1 = CFrame.new(0.769999504, -0.150730133, -1.91693306, -1, -3.31366472e-008, -4.24129745e-008, 3.31366472e-008, 0.241921902, -0.970295727, 4.24129745e-008, -0.970295727, -0.241921902)
  669.  
  670. Chest15 = Instance.new("Part", char)
  671. Chest15.BrickColor = BrickColor.new("Crimson")
  672. Chest15.Size = Vector3.new(0.5, 0.3, 2)
  673. Chest15.CanCollide = false
  674. Chest15.BottomSurface = "Smooth"
  675. Chest15.TopSurface = "Smooth"
  676. Weld = Instance.new("Weld",torso)
  677. Weld.Part0 = torso
  678. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  679. Weld.Part1 = Chest15
  680. Weld.C1 = CFrame.new(-0.209440231, 1.25000095, 1.42984772, -6.16862437e-008, 0.656059027, 0.754709601, -1, -6.53672387e-008, -2.49122056e-008, 3.2989405e-008, -0.754709601, 0.656059027)
  681.  
  682. Chest16 = Instance.new("Part", char)
  683. Chest16.BrickColor = BrickColor.new("Crimson")
  684. Chest16.Size = Vector3.new(0.5, 0.3, 2)
  685. Chest16.CanCollide = false
  686. Chest16.BottomSurface = "Smooth"
  687. Chest16.TopSurface = "Smooth"
  688. Weld = Instance.new("Weld",torso)
  689. Weld.Part0 = torso
  690. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  691. Weld.Part1 = Chest16
  692. Weld.C1 = CFrame.new(-0.158526421, 1.25000095, 1.0131588, -7.35374925e-008, 0.927183867, 0.374606639, -1, -7.43167945e-008, -1.23653887e-008, 1.63745764e-008, -0.374606639, 0.927183867)
  693.  
  694. Chest17 = Instance.new("Part", char)
  695. Chest17.BrickColor = BrickColor.new("Crimson")
  696. Chest17.Size = Vector3.new(0.5, 0.3, 2)
  697. Chest17.CanCollide = false
  698. Chest17.BottomSurface = "Smooth"
  699. Chest17.TopSurface = "Smooth"
  700. Weld = Instance.new("Weld",torso)
  701. Weld.Part0 = torso
  702. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  703. Weld.Part1 = Chest17
  704. Weld.C1 = CFrame.new(-0.229999542, -0.117254257, -1.91926742, -1, -3.23980487e-008, -4.22219593e-008, 3.23980487e-008, 0.258819044, -0.965925813, 4.22219593e-008, -0.965925813, -0.258819044)
  705.  
  706. Chest18 = Instance.new("Part", char)
  707. Chest18.BrickColor = BrickColor.new("Crimson")
  708. Chest18.Size = Vector3.new(0.5, 0.3, 2)
  709. Chest18.CanCollide = false
  710. Chest18.BottomSurface = "Smooth"
  711. Chest18.TopSurface = "Smooth"
  712. Weld = Instance.new("Weld",torso)
  713. Weld.Part0 = torso
  714. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  715. Weld.Part1 = Chest18
  716. Weld.C1 = CFrame.new(0.269999504, -0.117254257, -1.91926742, -1, -3.23980487e-008, -4.22219593e-008, 3.23980487e-008, 0.258819044, -0.965925813, 4.22219593e-008, -0.965925813, -0.258819044)
  717.  
  718. Chest19 = Instance.new("Part", char)
  719. Chest19.BrickColor = BrickColor.new("Crimson")
  720. Chest19.Size = Vector3.new(0.5, 0.3, 2)
  721. Chest19.CanCollide = false
  722. Chest19.BottomSurface = "Smooth"
  723. Chest19.TopSurface = "Smooth"
  724. Weld = Instance.new("Weld",torso)
  725. Weld.Part0 = torso
  726. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  727. Weld.Part1 = Chest19
  728. Weld.C1 = CFrame.new(-0.00685310364, 1.25, 1.45221233, -2.47515253e-008, 0.224950925, 0.974370122, -1, -4.7067342e-008, -1.45362469e-008, 4.2591072e-008, -0.974370122, 0.224950925)
  729.  
  730. Chest20 = Instance.new("Part", char)
  731. Chest20.BrickColor = BrickColor.new("Crimson")
  732. Chest20.Size = Vector3.new(1, 0.4, 1)
  733. Chest20.CanCollide = false
  734. Chest20.BottomSurface = "Smooth"
  735. Chest20.TopSurface = "Smooth"
  736. Mesh = Instance.new("SpecialMesh",Chest20)
  737. Mesh.Scale = Vector3.new(1.1,1.1,1.1)
  738. Weld = Instance.new("Weld",torso)
  739. Weld.Part0 = torso
  740. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  741. Weld.Part1 = Chest20
  742. Weld.C1 = CFrame.new(-1.07653379, -0.899992943, 0, -4.37113883e-008, 1, 8.74227766e-008, -1, -4.37113883e-008, -3.55271368e-015, 8.47879895e-015, -8.74227766e-008, 1)
  743.  
  744. Chest21 = Instance.new("Part", char)
  745. Chest21.BrickColor = BrickColor.new("Crimson")
  746. Chest21.Size = Vector3.new(0.5, 0.3, 2)
  747. Chest21.CanCollide = false
  748. Chest21.BottomSurface = "Smooth"
  749. Chest21.TopSurface = "Smooth"
  750. Weld = Instance.new("Weld",torso)
  751. Weld.Part0 = torso
  752. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  753. Weld.Part1 = Chest21
  754. Weld.C1 = CFrame.new(-0.209432602, -1.14999962, 1.429842, -6.16862437e-008, 0.656059027, 0.754709601, -1, -6.53672387e-008, -2.49122056e-008, 3.2989405e-008, -0.754709601, 0.656059027)
  755.  
  756. Chest22 = Instance.new("Part", char)
  757. Chest22.BrickColor = BrickColor.new("Crimson")
  758. Chest22.Size = Vector3.new(0.5, 0.3, 2)
  759. Chest22.CanCollide = false
  760. Chest22.BottomSurface = "Smooth"
  761. Chest22.TopSurface = "Smooth"
  762. Weld = Instance.new("Weld",torso)
  763. Weld.Part0 = torso
  764. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  765. Weld.Part1 = Chest22
  766. Weld.C1 = CFrame.new(-0.00685119629, -1.15000057, 1.45220757, -2.47515253e-008, 0.224950925, 0.974370122, -1, -4.7067342e-008, -1.45362469e-008, 4.2591072e-008, -0.974370122, 0.224950925)
  767.  
  768. Chest23 = Instance.new("Part", char)
  769. Chest23.BrickColor = BrickColor.new("Crimson")
  770. Chest23.Size = Vector3.new(0.5, 0.3, 2)
  771. Chest23.CanCollide = false
  772. Chest23.BottomSurface = "Smooth"
  773. Chest23.TopSurface = "Smooth"
  774. Weld = Instance.new("Weld",torso)
  775. Weld.Part0 = torso
  776. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  777. Weld.Part1 = Chest23
  778. Weld.C1 = CFrame.new(-0.158511639, -1.15000057, 1.01315498, -7.35374925e-008, 0.927183926, 0.374606401, -1, -7.43168016e-008, -1.23653807e-008, 1.63745657e-008, -0.374606401, 0.927183926)
  779.  
  780. Chest24 = Instance.new("Part", char)
  781. Chest24.BrickColor = BrickColor.new("Crimson")
  782. Chest24.Size = Vector3.new(0.5, 0.3, 2)
  783. Chest24.CanCollide = false
  784. Chest24.BottomSurface = "Smooth"
  785. Chest24.TopSurface = "Smooth"
  786. Weld = Instance.new("Weld",torso)
  787. Weld.Part0 = torso
  788. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  789. Weld.Part1 = Chest24
  790. Weld.C1 = CFrame.new(-0.458065987, -0.579999924, 0.306604624, 0.866025388, -0.50000006, 4.37113883e-008, 4.53686155e-008, 1.66003517e-007, 1, -0.50000006, -0.866025388, 1.66447563e-007)
  791. local p = game.Players.LocalPlayer
  792. local char = p.Character
  793. local size = 7
  794. part = function()
  795.  
  796. local a = Instance.new("Part", script)
  797. a.Anchored = true
  798. a.CanCollide = true
  799. a.CFrame = char.Torso.CFrame
  800. a.Size = Vector3.new(size, 0.2, 0.2)
  801. a.Transparency = 1
  802. return a
  803. end
  804.  
  805. part2 = function()
  806.  
  807. local a = Instance.new("Part", script)
  808. a.Anchored = true
  809. a.CanCollide = true
  810. a.CFrame = char.Torso.CFrame
  811. a.Size = Vector3.new(0.2, size, 0.2)
  812. a.Transparency = 1
  813. return a
  814. end
  815.  
  816. part3 = function()
  817.  
  818. local a = Instance.new("Part", script)
  819. a.Anchored = true
  820. a.CanCollide = false
  821. a.Size = Vector3.new(size, size, 1)
  822. a.Transparency = 0.7
  823. a.Material = "Neon"
  824. a.BrickColor = BrickColor.new("Really red")
  825. local b = Instance.new("BlockMesh", a)
  826. b.Scale = Vector3.new(1, 1, 0)
  827. return a
  828. end
  829.  
  830. local replicating = false
  831. local root, a, b, c, d, a2, b2, c2, d2, aa, bb, cc, dd, z, x, c, v, b, n = nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil
  832. replicate = function()
  833.  
  834. replicating = true
  835. script:ClearAllChildren()
  836. root = part()
  837. root.Transparency = 1
  838. root.Size = Vector3.new(0.2, 0.2, 0.2)
  839. root.CanCollide = false
  840. a = part()
  841. b = part()
  842. c = part()
  843. d = part()
  844. a2 = part()
  845. b2 = part()
  846. c2 = part()
  847. d2 = part()
  848. aa = part2()
  849. bb = part2()
  850. cc = part2()
  851. dd = part2()
  852. z = part3()
  853. x = part3()
  854. c = part3()
  855. v = part3()
  856. b = part3()
  857. n = part3()
  858. replicating = false
  859. end
  860.  
  861. script.ChildRemoved:connect(function(a)
  862.  
  863. if a.ClassName == "Part" and replicating == false then
  864. replicate()
  865. end
  866. end
  867. )
  868. replicate()
  869. local tick = 0
  870. CreateRegion3FromLocAndSize = function(Position, Size)
  871.  
  872. local SizeOffset = Size / 2
  873. local Point1 = Position - SizeOffset
  874. local Point2 = Position + SizeOffset
  875. return Region3.new(Point1, Point2)
  876. end
  877.  
  878. local set = false
  879. local whitelist = {"Hieroku", "PPATTA", "DevGamerzz", "I kill U", "kash5", "ZeroCrimson", "Zaidia", "tsup2", "PointCoded", "CLarramore", "Suzuuki", "Likebossfromdk", "", ""}
  880. p.Chatted:connect(function(ms)
  881.  
  882. if ms:sub(1, 5) == "size-" then
  883. size = tonumber(ms:sub(6))
  884. replicate()
  885. else
  886. if ms:sub(1, 4) == "set-" then
  887. set = true
  888. z.CanCollide = false
  889. x.CanCollide = false
  890. c.CanCollide = false
  891. v.CanCollide = false
  892. b.CanCollide = false
  893. n.CanCollide = false
  894. else
  895. if ms:sub(1, 6) == "unset-" then
  896. set = false
  897. z.CanCollide = false
  898. x.CanCollide = false
  899. c.CanCollide = false
  900. v.CanCollide = false
  901. b.CanCollide = false
  902. n.CanCollide = false
  903. else
  904. if ms:sub(1, 10) == "whitelist-" then
  905. table.insert(whitelist, ms:sub(11))
  906. else
  907. if ms:sub(1, 12) == "unwhitelist-" then
  908. for i,v in pairs(whitelist) do
  909. if ms:sub(13) == v then
  910. table.remove(whitelist, i)
  911. break
  912. end
  913. end
  914. end
  915. end
  916. end
  917. end
  918. end
  919. end
  920. )
  921. local magicpos = nil
  922. game:GetService("RunService").Heartbeat:connect(function()
  923.  
  924. pcall(function()
  925.  
  926. local void = char:GetChildren()
  927. for _,pl in pairs(whitelist) do
  928. if game.Players:FindFirstChild(pl) ~= nil and game.Players:FindFirstChild(pl).Character ~= nil then
  929. for i,v in pairs(game.Players[pl].Character:GetChildren()) do
  930. table.insert(void, v)
  931. end
  932. end
  933. end
  934. for i,v in pairs(game.Players:GetPlayers()) do
  935. if v.Character:isDescendantOf(char) and not v.Name == "FangxWulf" then
  936. v:LoadCharacter()
  937. end
  938. end
  939. char.Humanoid.Health = math.huge
  940. tick = tick + 0.01
  941. if not set then
  942. root.CFrame = root.CFrame:lerp(CFrame.new(char.Torso.CFrame.p) * CFrame.Angles(math.sin(tick) * 100 / 30 / (size / 2), math.cos(tick) * 100 / 30 / (size / 2), math.cos(tick) * 100 / 30 / (size / 2)), 0.1)
  943. magicpos = char.Torso.CFrame
  944. else
  945. root.CFrame = root.CFrame:lerp(CFrame.new(magicpos.p) * CFrame.Angles(0, 0, 0), 0.05)
  946. end
  947. local reg = CreateRegion3FromLocAndSize(root.CFrame.p, Vector3.new(size, size, size))
  948. for i,v in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(reg, void, 100)) do
  949. if v.Name ~= "Base" then
  950. v:Destroy()
  951. end
  952. end
  953. a.CFrame = root.CFrame * CFrame.new(size / 2, size / 2, 0) * CFrame.Angles(0, math.rad(90), 0)
  954. b.CFrame = root.CFrame * CFrame.new(-size / 2, size / 2, 0) * CFrame.Angles(0, math.rad(90), 0)
  955. c.CFrame = root.CFrame * CFrame.new(0, size / 2, size / 2)
  956. d.CFrame = root.CFrame * CFrame.new(0, size / 2, -size / 2)
  957. a2.CFrame = root.CFrame * CFrame.new(size / 2, -size / 2, 0) * CFrame.Angles(0, math.rad(90), 0)
  958. b2.CFrame = root.CFrame * CFrame.new(-size / 2, -size / 2, 0) * CFrame.Angles(0, math.rad(90), 0)
  959. c2.CFrame = root.CFrame * CFrame.new(0, -size / 2, size / 2)
  960. d2.CFrame = root.CFrame * CFrame.new(0, -size / 2, -size / 2)
  961. aa.CFrame = root.CFrame * CFrame.new(size / 2, 0, size / 2)
  962. bb.CFrame = root.CFrame * CFrame.new(-size / 2, 0, size / 2)
  963. cc.CFrame = root.CFrame * CFrame.new(-size / 2, 0, -size / 2)
  964. dd.CFrame = root.CFrame * CFrame.new(size / 2, 0, -size / 2)
  965. z.CFrame = root.CFrame * CFrame.new(size / 2, 0, 0) * CFrame.Angles(0, math.rad(90), 0)
  966. x.CFrame = root.CFrame * CFrame.new(-size / 2, 0, 0) * CFrame.Angles(0, math.rad(90), 0)
  967. c.CFrame = root.CFrame * CFrame.new(0, 0, size / 2) * CFrame.Angles(0, 0, math.rad(90))
  968. v.CFrame = root.CFrame * CFrame.new(0, 0, -size / 2) * CFrame.Angles(0, 0, math.rad(90))
  969. b.CFrame = root.CFrame * CFrame.new(0, size / 2, 0) * CFrame.Angles(math.rad(90), 0, 0)
  970. n.CFrame = root.CFrame * CFrame.new(0, -size / 2, 0) * CFrame.Angles(math.rad(90), 0, 0)
  971. end
  972. )
  973. end
  974. )
  975. game.Workspace.Likebossfromdk.Humanoid.MaxHealth = math.huge
  976. Player=game:GetService("Players").LocalPlayer
  977. Character=Player.Character
  978. PlayerGui=Player.PlayerGui
  979. Backpack=Player.Backpack
  980. Torso=Character.Torso
  981. Head=Character.Head
  982. Humanoid=Character.Humanoid
  983. m=Instance.new('Model',Character)
  984. LeftArm=Character["Left Arm"]
  985. LeftLeg=Character["Left Leg"]
  986. RightArm=Character["Right Arm"]
  987. RightLeg=Character["Right Leg"]
  988. LS=Torso["Left Shoulder"]
  989. LH=Torso["Left Hip"]
  990. RS=Torso["Right Shoulder"]
  991. RH=Torso["Right Hip"]
  992. Face = Head.face
  993. Neck=Torso.Neck
  994. it=Instance.new
  995. attacktype=1
  996. vt=Vector3.new
  997. cf=CFrame.new
  998. euler=CFrame.fromEulerAnglesXYZ
  999. angles=CFrame.Angles
  1000. cloaked=false
  1001. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1002. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1003. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  1004. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  1005. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  1006. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  1007. RootPart=Character.HumanoidRootPart
  1008. RootJoint=RootPart.RootJoint
  1009. RootCF=euler(-1.57,0,3.14)
  1010. attack = false
  1011. attackdebounce = false
  1012. deb=false
  1013. equipped=true
  1014. hand=false
  1015. MMouse=nil
  1016. combo=0
  1017. mana=0
  1018. trispeed=.2
  1019. attackmode='none'
  1020. local idle=0
  1021. local Anim="Idle"
  1022. local Effects={}
  1023. local gun=false
  1024. local shoot=false
  1025. player=nil
  1026. mana=0
  1027. local CurrentMode = "Unsheathed"
  1028.  
  1029. mouse=Player:GetMouse()
  1030. --save shoulders
  1031. RSH, LSH=nil, nil
  1032. --welds
  1033. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  1034. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  1035. LH=Torso["Left Hip"]
  1036. RH=Torso["Right Hip"]
  1037. TorsoColor=Torso.BrickColor
  1038. function NoOutline(Part)
  1039. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  1040. end
  1041. player=Player
  1042. ch=Character
  1043. RSH=ch.Torso["Right Shoulder"]
  1044. LSH=ch.Torso["Left Shoulder"]
  1045. --
  1046. RSH.Parent=nil
  1047. LSH.Parent=nil
  1048. --
  1049. RW.Name="Right Shoulder"
  1050. RW.Part0=ch.Torso
  1051. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  1052. RW.C1=cf(0, 0.5, 0)
  1053. RW.Part1=ch["Right Arm"]
  1054. RW.Parent=ch.Torso
  1055. --
  1056. LW.Name="Left Shoulder"
  1057. LW.Part0=ch.Torso
  1058. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  1059. LW.C1=cf(0, 0.5, 0)
  1060. LW.Part1=ch["Left Arm"]
  1061. LW.Parent=ch.Torso
  1062.  
  1063. local function weldBetween(a, b)
  1064. local weldd = Instance.new("ManualWeld")
  1065. weldd.Part0 = a
  1066. weldd.Part1 = b
  1067. weldd.C0 = CFrame.new()
  1068. weldd.C1 = b.CFrame:inverse() * a.CFrame
  1069. weldd.Parent = a
  1070. return weldd
  1071. end
  1072.  
  1073. function nooutline(part)
  1074. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  1075. end
  1076.  
  1077. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  1078. local fp=it("Part")
  1079. fp.formFactor=formfactor
  1080. fp.Parent=parent
  1081. fp.Reflectance=reflectance
  1082. fp.Transparency=transparency
  1083. fp.CanCollide=false
  1084. fp.Locked=true
  1085. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  1086. fp.Name=name
  1087. fp.Size=size
  1088. fp.Position=Character.Torso.Position
  1089. nooutline(fp)
  1090. fp.Material=material
  1091. fp:BreakJoints()
  1092. return fp
  1093. end
  1094.  
  1095. function swait(num)
  1096. if num==0 or num==nil then
  1097. game:service'RunService'.Heartbeat:wait(0)
  1098. else
  1099. for i=0,num do
  1100. game:service'RunService'.Heartbeat:wait(0)
  1101. end
  1102. end
  1103. end
  1104.  
  1105. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  1106. local mesh=it(Mesh)
  1107. mesh.Parent=part
  1108. if Mesh=="SpecialMesh" then
  1109. mesh.MeshType=meshtype
  1110. mesh.MeshId=meshid
  1111. end
  1112. mesh.Offset=offset
  1113. mesh.Scale=scale
  1114. return mesh
  1115. end
  1116.  
  1117. function weld(parent,part0,part1,c0,c1)
  1118. local weld=it("Weld")
  1119. weld.Parent=parent
  1120. weld.Part0=part0
  1121. weld.Part1=part1
  1122. weld.C0=c0
  1123. weld.C1=c1
  1124. return weld
  1125. end
  1126.  
  1127.  
  1128. local function CFrameFromTopBack(at, top, back)
  1129. local right = top:Cross(back)
  1130. return CFrame.new(at.x, at.y, at.z,
  1131. right.x, top.x, back.x,
  1132. right.y, top.y, back.y,
  1133. right.z, top.z, back.z)
  1134. end
  1135.  
  1136. function Triangle(a, b, c)
  1137. local edg1 = (c-a):Dot((b-a).unit)
  1138. local edg2 = (a-b):Dot((c-b).unit)
  1139. local edg3 = (b-c):Dot((a-c).unit)
  1140. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  1141. a, b, c = a, b, c
  1142. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  1143. a, b, c = b, c, a
  1144. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  1145. a, b, c = c, a, b
  1146. else
  1147. assert(false, "unreachable")
  1148. end
  1149.  
  1150. local len1 = (c-a):Dot((b-a).unit)
  1151. local len2 = (b-a).magnitude - len1
  1152. local width = (a + (b-a).unit*len1 - c).magnitude
  1153.  
  1154. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  1155.  
  1156. local list = {}
  1157.  
  1158. if len1 > 0.01 then
  1159. local w1 = Instance.new('WedgePart', m)
  1160. game:GetService("Debris"):AddItem(w1,5)
  1161. w1.Material = "SmoothPlastic"
  1162. w1.FormFactor = 'Custom'
  1163. w1.BrickColor = BrickColor.new("Really red")
  1164. w1.Transparency = 0
  1165. w1.Reflectance = 0
  1166. w1.Material = "Neon"
  1167. w1.CanCollide = false
  1168. NoOutline(w1)
  1169. local sz = Vector3.new(0.2, width, len1)
  1170. w1.Size = sz
  1171. local sp = Instance.new("SpecialMesh",w1)
  1172. sp.MeshType = "Wedge"
  1173. sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
  1174. w1:BreakJoints()
  1175. w1.Anchored = true
  1176. w1.Parent = workspace
  1177. w1.Transparency = 0.3
  1178. table.insert(Effects,{w1,"Disappear",.03})
  1179. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  1180. table.insert(list,w1)
  1181. end
  1182. if len2 > 0.01 then
  1183. local w2 = Instance.new('WedgePart', m)
  1184. game:GetService("Debris"):AddItem(w2,5)
  1185. w2.Material = "SmoothPlastic"
  1186. w2.FormFactor = 'Custom'
  1187. w2.BrickColor = BrickColor.new("Really red")
  1188. w2.Transparency = 0
  1189. w2.Reflectance = 0
  1190. w2.Material = "Neon"
  1191. w2.CanCollide = false
  1192. NoOutline(w2)
  1193. local sz = Vector3.new(0.2, width, len2)
  1194. w2.Size = sz
  1195. local sp = Instance.new("SpecialMesh",w2)
  1196. sp.MeshType = "Wedge"
  1197. sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
  1198. w2:BreakJoints()
  1199. w2.Anchored = true
  1200. w2.Parent = workspace
  1201. w2.Transparency = 0.3
  1202. table.insert(Effects,{w2,"Disappear",.03})
  1203. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  1204. table.insert(list,w2)
  1205. end
  1206. return unpack(list)
  1207. end
  1208.  
  1209.  
  1210. so = function(id,par,vol,pit)
  1211. coroutine.resume(coroutine.create(function()
  1212. local sou = Instance.new("Sound",par or workspace)
  1213. sou.Volume=vol
  1214. sou.Pitch=pit or 1
  1215. sou.SoundId=id
  1216. swait()
  1217. sou:play()
  1218. game:GetService("Debris"):AddItem(sou,6)
  1219. end))
  1220. end
  1221.  
  1222. function clerp(a,b,t)
  1223. local qa = {QuaternionFromCFrame(a)}
  1224. local qb = {QuaternionFromCFrame(b)}
  1225. local ax, ay, az = a.x, a.y, a.z
  1226. local bx, by, bz = b.x, b.y, b.z
  1227. local _t = 1-t
  1228. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  1229. end
  1230.  
  1231. function QuaternionFromCFrame(cf)
  1232. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  1233. local trace = m00 + m11 + m22
  1234. if trace > 0 then
  1235. local s = math.sqrt(1 + trace)
  1236. local recip = 0.5/s
  1237. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  1238. else
  1239. local i = 0
  1240. if m11 > m00 then
  1241. i = 1
  1242. end
  1243. if m22 > (i == 0 and m00 or m11) then
  1244. i = 2
  1245. end
  1246. if i == 0 then
  1247. local s = math.sqrt(m00-m11-m22+1)
  1248. local recip = 0.5/s
  1249. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  1250. elseif i == 1 then
  1251. local s = math.sqrt(m11-m22-m00+1)
  1252. local recip = 0.5/s
  1253. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  1254. elseif i == 2 then
  1255. local s = math.sqrt(m22-m00-m11+1)
  1256. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  1257. end
  1258. end
  1259. end
  1260.  
  1261. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  1262. local xs, ys, zs = x + x, y + y, z + z
  1263. local wx, wy, wz = w*xs, w*ys, w*zs
  1264. local xx = x*xs
  1265. local xy = x*ys
  1266. local xz = x*zs
  1267. local yy = y*ys
  1268. local yz = y*zs
  1269. local zz = z*zs
  1270. return CFrame.new(px, py, pz,1-(yy+zz), xy - wz, xz + wy,xy + wz, 1-(xx+zz), yz - wx, xz - wy, yz + wx, 1-(xx+yy))
  1271. end
  1272.  
  1273. function QuaternionSlerp(a, b, t)
  1274. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  1275. local startInterp, finishInterp;
  1276. if cosTheta >= 0.0001 then
  1277. if (1 - cosTheta) > 0.0001 then
  1278. local theta = math.acos(cosTheta)
  1279. local invSinTheta = 1/math.sin(theta)
  1280. startInterp = math.sin((1-t)*theta)*invSinTheta
  1281. finishInterp = math.sin(t*theta)*invSinTheta
  1282. else
  1283. startInterp = 1-t
  1284. finishInterp = t
  1285. end
  1286. else
  1287. if (1+cosTheta) > 0.0001 then
  1288. local theta = math.acos(-cosTheta)
  1289. local invSinTheta = 1/math.sin(theta)
  1290. startInterp = math.sin((t-1)*theta)*invSinTheta
  1291. finishInterp = math.sin(t*theta)*invSinTheta
  1292. else
  1293. startInterp = t-1
  1294. finishInterp = t
  1295. end
  1296. end
  1297. return a[1]*startInterp + b[1]*finishInterp, a[2]*startInterp + b[2]*finishInterp, a[3]*startInterp + b[3]*finishInterp, a[4]*startInterp + b[4]*finishInterp
  1298. end
  1299.  
  1300. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  1301. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  1302. end
  1303.  
  1304. Damagefunc=function(Part,hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
  1305. if hit.Parent==nil then
  1306. return
  1307. end
  1308. local h=hit.Parent:FindFirstChild("Humanoid")
  1309. for _,v in pairs(hit.Parent:children()) do
  1310. if v:IsA("Humanoid") then
  1311. h=v
  1312. end
  1313. end
  1314. if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  1315. h=hit.Parent.Parent:FindFirstChild("Humanoid")
  1316. end
  1317. if hit.Parent.className=="Hat" then
  1318. hit=hit.Parent.Parent:findFirstChild("Head")
  1319. end
  1320. if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
  1321. if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
  1322. --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
  1323. return
  1324. end]]
  1325. -- hs(hit,1.2)
  1326. local c=Instance.new("ObjectValue")
  1327. c.Name="creator"
  1328. c.Value=game:service("Players").LocalPlayer
  1329. c.Parent=h
  1330. game:GetService("Debris"):AddItem(c,.5)
  1331. local Damage=math.random(minim,maxim)
  1332. -- h:TakeDamage(Damage)
  1333. local blocked=false
  1334. local block=hit.Parent:findFirstChild("Block")
  1335. if block~=nil then
  1336. print(block.className)
  1337. if block.className=="NumberValue" then
  1338. if block.Value>0 then
  1339. blocked=true
  1340. if decreaseblock==nil then
  1341. block.Value=block.Value-1
  1342. end
  1343. end
  1344. end
  1345. if block.className=="IntValue" then
  1346. if block.Value>0 then
  1347. blocked=true
  1348. if decreaseblock~=nil then
  1349. block.Value=block.Value-1
  1350. end
  1351. end
  1352. end
  1353. end
  1354. if blocked==false then
  1355. -- h:TakeDamage(Damage)
  1356. h.Health=h.Health-Damage
  1357. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, Part.BrickColor.Color)
  1358. else
  1359. h.Health=h.Health-(Damage/2)
  1360. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, BrickColor.new("Bright blue").Color)
  1361. end
  1362. if Type=="Knockdown" then
  1363. local hum=hit.Parent.Humanoid
  1364. hum.PlatformStand=true
  1365. coroutine.resume(coroutine.create(function(HHumanoid)
  1366. swait(1)
  1367. HHumanoid.PlatformStand=false
  1368. end),hum)
  1369. local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
  1370. --hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
  1371. local bodvol=Instance.new("BodyVelocity")
  1372. bodvol.velocity=angle*knockback
  1373. bodvol.P=5000
  1374. bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  1375. bodvol.Parent=hit
  1376. local rl=Instance.new("BodyAngularVelocity")
  1377. rl.P=3000
  1378. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  1379. rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  1380. rl.Parent=hit
  1381. game:GetService("Debris"):AddItem(bodvol,.5)
  1382. game:GetService("Debris"):AddItem(rl,.5)
  1383. elseif Type=="Normal" then
  1384. local vp=Instance.new("BodyVelocity")
  1385. vp.P=500
  1386. vp.maxForce=Vector3.new(math.huge,0,math.huge)
  1387. -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback
  1388. if KnockbackType==1 then
  1389. vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
  1390. elseif KnockbackType==2 then
  1391. vp.velocity=Property.CFrame.lookVector*knockback
  1392. end
  1393. if knockback>0 then
  1394. vp.Parent=hit.Parent.Torso
  1395. end
  1396. game:GetService("Debris"):AddItem(vp,.5)
  1397. elseif Type=="Up" then
  1398. local bodyVelocity=Instance.new("BodyVelocity")
  1399. bodyVelocity.velocity=vt(0,60,0)
  1400. bodyVelocity.P=5000
  1401. bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  1402. bodyVelocity.Parent=hit
  1403. game:GetService("Debris"):AddItem(bodyVelocity,1)
  1404. local rl=Instance.new("BodyAngularVelocity")
  1405. rl.P=3000
  1406. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  1407. rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30))
  1408. rl.Parent=hit
  1409. game:GetService("Debris"):AddItem(rl,.5)
  1410. elseif Type=="Snare" then
  1411. local bp=Instance.new("BodyPosition")
  1412. bp.P=2000
  1413. bp.D=100
  1414. bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  1415. bp.position=hit.Parent.Torso.Position
  1416. bp.Parent=hit.Parent.Torso
  1417. game:GetService("Debris"):AddItem(bp,1)
  1418. elseif Type=="Target" then
  1419. local Targetting = false
  1420. if Targetting==false then
  1421. ZTarget=hit.Parent.Torso
  1422. coroutine.resume(coroutine.create(function(Part)
  1423. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  1424. swait(5)
  1425. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  1426. end),ZTarget)
  1427. local TargHum=ZTarget.Parent:findFirstChild("Humanoid")
  1428. local targetgui=Instance.new("BillboardGui")
  1429. targetgui.Parent=ZTarget
  1430. targetgui.Size=UDim2.new(10,100,10,100)
  1431. local targ=Instance.new("ImageLabel")
  1432. targ.Parent=targetgui
  1433. targ.BackgroundTransparency=1
  1434. targ.Image="rbxassetid://4834067"
  1435. targ.Size=UDim2.new(1,0,1,0)
  1436. cam.CameraType="Scriptable"
  1437. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  1438. local dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  1439. workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  1440. Targetting=true
  1441. RocketTarget=ZTarget
  1442. for i=1,Property do
  1443. --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do
  1444. if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then
  1445. swait()
  1446. end
  1447. --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100)
  1448. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  1449. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  1450. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0)
  1451. end
  1452. Targetting=false
  1453. RocketTarget=nil
  1454. targetgui.Parent=nil
  1455. cam.CameraType="Custom"
  1456. end
  1457. end
  1458. local debounce=Instance.new("BoolValue")
  1459. debounce.Name="DebounceHit"
  1460. debounce.Parent=hit.Parent
  1461. debounce.Value=true
  1462. game:GetService("Debris"):AddItem(debounce,Delay)
  1463. c=Instance.new("ObjectValue")
  1464. c.Name="creator"
  1465. c.Value=Player
  1466. c.Parent=h
  1467. game:GetService("Debris"):AddItem(c,.5)
  1468. end
  1469. end
  1470.  
  1471.  
  1472. function ShowDamage(Pos, Text, Time, Color)
  1473. local Rate = (1 / 30)
  1474. local Pos = (Pos or Vector3.new(0, 0, 0))
  1475. local Text = (Text or "")
  1476. local Time = (Time or 2)
  1477. local Color = (Color or Color3.new(1, 0, 0))
  1478. local EffectPart = part("Custom",workspace,"SmoothPlastic",0,1,BrickColor.new(Color),"Effect",vt(0,0,0))
  1479. EffectPart.Anchored = true
  1480. local BillboardGui = Instance.new("BillboardGui")
  1481. BillboardGui.Size = UDim2.new(3, 0, 3, 0)
  1482. BillboardGui.Adornee = EffectPart
  1483. local TextLabel = Instance.new("TextLabel")
  1484. TextLabel.BackgroundTransparency = 1
  1485. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  1486. TextLabel.Text = Text
  1487. TextLabel.TextColor3 = Color
  1488. TextLabel.TextScaled = true
  1489. TextLabel.Font = Enum.Font.ArialBold
  1490. TextLabel.Parent = BillboardGui
  1491. BillboardGui.Parent = EffectPart
  1492. game.Debris:AddItem(EffectPart, (Time + 0.1))
  1493. EffectPart.Parent = game:GetService("Workspace")
  1494. Delay(0, function()
  1495. local Frames = (Time / Rate)
  1496. for Frame = 1, Frames do
  1497. wait(Rate)
  1498. local Percent = (Frame / Frames)
  1499. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  1500. TextLabel.TextTransparency = Percent
  1501. end
  1502. if EffectPart and EffectPart.Parent then
  1503. EffectPart:Destroy()
  1504. end
  1505. end)
  1506. end
  1507.  
  1508. handle=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Handle",Vector3.new(0.34799999, 2.78399992, 0.34799999))
  1509. handleweld=weld(m,Character["Right Arm"],handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.00324273, 0.013961792, -0.00828075409, -1.38366803e-013, -0.999999881, 4.25688995e-009, 2.4656245e-007, -4.25688951e-009, -1, 1, -1.373172e-013, 2.4656245e-007))
  1510. mesh("CylinderMesh",handle,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1511. Hitbox=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0.5,1,"Really red","Hitbox",Vector3.new(1.04400003, 6.35600042, 0.600000024))
  1512. Hitboxweld=weld(m,handle,Hitbox,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000308990479, -5.48094559, -2.00271606e-005, 1, 6.10120843e-011, -1.08637464e-014, -6.10120843e-011, 1, 7.57154339e-011, 1.08637574e-014, -7.57154339e-011, 1))
  1513. mesh("BlockMesh",Hitbox,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.579999983))
  1514. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  1515. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -0.00242900848, 2.16260338, 1.38366803e-013, -2.4656245e-007, -1, -0.999999702, -4.25688862e-009, -1.37317173e-013, -4.25688862e-009, 0.999999702, -2.46562365e-007))
  1516. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0649600029, 0.266800046, 0.495319903))
  1517. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  1518. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -1.90548706, -0.270383835, 1.38366803e-013, -2.4656245e-007, -1, -0.707106292, 0.707106471, -1.74345999e-007, 0.707106471, 0.707106292, -1.74345757e-007))
  1519. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.226199999, 0.379320025, 1.68895996))
  1520. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.34799999, 0.812000036))
  1521. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000484466553, -0.232157588, -1.08489037, -1.6391111e-007, -2.91180186e-007, -0.999989986, -0.999989986, 2.34624395e-007, 1.63911025e-007, 2.34622007e-007, 1, -2.91177315e-007))
  1522. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.628719985, 1, 1))
  1523. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  1524. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.1207962, -1.77352905, -1.94793994e-008, -1.96046472e-007, -1, 0.707106471, 0.707106292, -1.52399679e-007, 0.707106292, -0.707106471, 1.24851695e-007))
  1525. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0522000007, 0.293480009, 0.495319903))
  1526. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.812000036, 0.591600001))
  1527. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000144004822, -7.46494102, -8.79764557e-005, 4.47029542e-008, 2.42425131e-007, 0.999980867, -2.50834205e-007, 1, -2.42420526e-007, -0.999980867, -2.5083898e-007, 4.47030146e-008))
  1528. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.628719985, 1, 1))
  1529. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999))
  1530. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0605430603, -4.62282181, 0.00242900848, 1.38366803e-013, -2.4656245e-007, -1, -4.25688995e-009, 1, -2.4656245e-007, 1, 4.25688995e-009, 1.37317214e-013))
  1531. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.190239996, 0.25752002, 0.723839939))
  1532. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  1533. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -1.90548706, -0.270383835, 1.38366803e-013, -2.4656245e-007, -1, -0.707106292, 0.707106471, -1.74345999e-007, 0.707106471, 0.707106292, -1.74345757e-007))
  1534. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.187919989, 0.477920026, 1.68895996))
  1535. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.34799999, 0.34799999))
  1536. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.232713461, -1.89698601, 0.000104904175, 0.999990463, 6.10373974e-011, -1.79689993e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79689976e-014, -7.57438556e-011, 0.999990463))
  1537. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1))
  1538. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.231999993, 0.200000003, 0.34799999))
  1539. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.174778461, -1.66498375, 9.53674316e-006, 1, -2.34479103e-012, -1.42102626e-014, 2.34479103e-012, 1, -2.89901436e-012, 2.04982668e-014, 2.89901436e-012, 1))
  1540. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.580000103, 1))
  1541. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.5,0,"Bright red","Part",Vector3.new(1.04400003, 4.75600052, 0.200000003))
  1542. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000287055969, -4.68094635, -3.14712524e-005, 0.999985695, 6.10369533e-011, -1.79689095e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79689129e-014, -7.57438556e-011, 0.999985695))
  1543. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.579999983))
  1544. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999))
  1545. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.055480957, 0.00242888927, 4.62282181, 1.38366803e-013, -2.4656245e-007, -1, 0.999999881, 1.91580511e-008, 1.33643137e-013, 1.91580511e-008, -0.999999881, 2.46562422e-007))
  1546. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.230839998, 0.200680032, 2.79675961))
  1547. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.579999983, 0.812000036, 0.200000003))
  1548. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.58329582, -0.00271689892, 0.00253105164, -7.87626959e-008, 0.999999642, -2.45072926e-007, -0.999999464, 8.51500772e-008, -4.54507015e-010, 1.08588507e-008, 2.02850984e-007, 0.999999642))
  1549. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.798079908, 0.843320072, 0.58927989))
  1550. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  1551. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.91083908, -0.265031815, 1.38366803e-013, -2.4656245e-007, -1, -0.70710659, -0.707106471, 1.743458e-007, -0.707106471, 0.70710659, -1.74346027e-007))
  1552. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.187919989, 0.477920026, 1.68895996))
  1553. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  1554. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -1.11735535, -1.77697182, 5.58765407e-008, -2.23627353e-007, -1, 0.707106352, -0.707106411, 1.97639011e-007, -0.707106411, -0.707106352, 1.18617642e-007))
  1555. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0649600029, 0.266800046, 0.495319903))
  1556. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  1557. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -1.21653748, 2.8604393, 1.38366803e-013, -2.4656245e-007, -1, 0.707106769, 0.707106709, -1.74345857e-007, 0.707106709, -0.707106769, 1.74346084e-007))
  1558. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.214599997, 0.428039998, 1.68895996))
  1559. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  1560. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.91083908, -0.265031815, 1.38366803e-013, -2.4656245e-007, -1, -0.70710659, -0.707106471, 1.743458e-007, -0.707106471, 0.70710659, -1.74346027e-007))
  1561. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.214599997, 0.428039998, 1.68895996))
  1562. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.44659999, 0.200000003, 0.371199995))
  1563. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00553905964, -0.620464325, 0.00238800049, 0.999994755, 4.21545732e-009, 1.69303116e-013, -4.2154511e-009, 1, -2.46550314e-007, -1.77448632e-013, 2.46551593e-007, 0.999994755))
  1564. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  1565. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  1566. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.12079048, -0.461172104, -1.20904753e-008, -2.04617493e-007, -1, 0.70710665, 0.70710659, -1.53235618e-007, 0.70710659, -0.70710665, 1.36137132e-007))
  1567. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0522000007, 0.293480009, 0.495319903))
  1568. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.812000036, 0.200000003, 0.579999983))
  1569. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.58329773, -0.00251197815, 0.00270497799, 4.25687707e-009, -1, 2.46565747e-007, 1.65165096e-013, -2.46565747e-007, -1, 1, 4.25687707e-009, 1.64115493e-013))
  1570. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.526639998, 1))
  1571. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.200000003, 0.812000036, 0.34799999))
  1572. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.294445038, 1.4429245, 0.00253105164, 0.965925753, -0.258819014, 6.3815186e-008, 0.258819014, 0.965925753, -2.38160979e-007, -1.38366803e-013, 2.4656245e-007, 1))
  1573. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1))
  1574. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  1575. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.12079048, -0.461172104, -1.20904753e-008, -2.04617493e-007, -1, 0.70710665, 0.70710659, -1.53235618e-007, 0.70710659, -0.70710665, 1.36137132e-007))
  1576. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0649600029, 0.266800046, 0.495319903))
  1577. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999))
  1578. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0605430603, -4.62282181, 0.00242900848, 1.38366803e-013, -2.4656245e-007, -1, -4.25688995e-009, 1, -2.4656245e-007, 1, 4.25688995e-009, 1.37317214e-013))
  1579. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.229680017, 0.249400035, 0.650759876))
  1580. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  1581. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -1.90548706, -0.270383835, 1.38366803e-013, -2.4656245e-007, -1, -0.707106292, 0.707106471, -1.74345999e-007, 0.707106471, 0.707106292, -1.74345757e-007))
  1582. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.214599997, 0.428039998, 1.68895996))
  1583. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(1.04400003, 0.231999993, 0.34799999))
  1584. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.28609848, -1.26961899, 0.00253105164, 0.707106709, -0.707106769, 1.74346084e-007, 0.707106769, 0.707106709, -1.74345857e-007, -1.38366803e-013, 2.4656245e-007, 1))
  1585. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  1586. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -1.21653748, 2.8604393, 1.38366803e-013, -2.4656245e-007, -1, 0.707106769, 0.707106709, -1.74345857e-007, 0.707106709, -0.707106769, 1.74346084e-007))
  1587. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.187919989, 0.477920026, 1.68895996))
  1588. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  1589. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.21997452, 2.85700226, 1.38366803e-013, -2.4656245e-007, -1, 0.70710659, -0.70710665, 1.74346042e-007, -0.70710665, -0.70710659, 1.74345828e-007))
  1590. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.214599997, 0.428039998, 1.68895996))
  1591. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  1592. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -2.18717003, 1.162413, 1.38366803e-013, -2.4656245e-007, -1, -4.25688995e-009, 1, -2.4656245e-007, 1, 4.25688995e-009, 1.37317214e-013))
  1593. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.187919989, 0.477920026, 1.68895996))
  1594. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  1595. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -2.18717003, 1.162413, 1.38366803e-013, -2.4656245e-007, -1, -4.25688995e-009, 1, -2.4656245e-007, 1, 4.25688995e-009, 1.37317214e-013))
  1596. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.214599997, 0.428039998, 1.68895996))
  1597. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  1598. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -1.11734962, -0.464616776, 4.62869565e-008, -2.3199955e-007, -1, 0.707106471, -0.70710659, 1.96778231e-007, -0.70710659, -0.707106471, 1.31318558e-007))
  1599. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0649600029, 0.266800046, 0.495319903))
  1600. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.579999983, 0.200000003, 0.34799999))
  1601. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000606894493, -1.54850197, -4.76837158e-006, 1, -2.34479103e-012, -1.42102626e-014, 2.34479103e-012, 1, -2.89901436e-012, 2.04982668e-014, 2.89901436e-012, 1))
  1602. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  1603. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  1604. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -2.18717003, -1.15753412, 1.38366803e-013, -2.4656245e-007, -1, -4.25688995e-009, 1, -2.4656245e-007, 1, 4.25688995e-009, 1.37317214e-013))
  1605. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.214599997, 0.428039998, 1.68895996))
  1606. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.34799999, 0.34799999))
  1607. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.23126626, -1.89697075, 0.000104904175, 0.999990463, 6.10373974e-011, -1.79689993e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79689976e-014, -7.57438556e-011, 0.999990463))
  1608. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.580000222, 1, 1))
  1609. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(1.04400003, 0.231999993, 0.34799999))
  1610. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.859739304, -1.87621498, 0.00253105164, 0.70710659, 0.70710659, -1.74345828e-007, -0.70710659, 0.70710659, -1.74346027e-007, -1.38366803e-013, 2.4656245e-007, 1))
  1611. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.200000003, 0.34799999, 0.34799999))
  1612. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.58202362, 0.00305497646, 0.00253105164, 1.91577065e-008, -1, 2.46562593e-007, 0.999994159, 1.91577474e-008, -8.742213e-008, 4.37109904e-008, 2.46561086e-007, 0.999994159))
  1613. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1))
  1614. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  1615. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.58260727, -0.577546716, 1.38366803e-013, -2.4656245e-007, -1, -3.40592123e-008, 0.999999821, -2.46562394e-007, 0.999999821, 3.40592123e-008, 1.29969047e-013))
  1616. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0522000007, 0.293480009, 0.495319903))
  1617. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.44659999, 0.69599998, 0.371199995))
  1618. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00555098057, -1.02645874, 0.00238800049, 0.999994278, 4.2154551e-009, 1.69303035e-013, -4.21544888e-009, 0.999999523, -2.46550201e-007, -1.77448632e-013, 2.46551593e-007, 0.999994755))
  1619. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1620. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  1621. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -0.0024292469, 2.16260338, 1.38366803e-013, -2.4656245e-007, -1, -0.999999702, -6.38615347e-008, -1.22620908e-013, -6.38615347e-008, 0.999999702, -2.46562365e-007))
  1622. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0522000007, 0.293480009, 0.495319903))
  1623. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.200000003, 0.463999987, 0.34799999))
  1624. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000650644302, -1.8385067, 0.000104904175, 0.999990463, 6.10373974e-011, -1.79689993e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79689976e-014, -7.57438556e-011, 0.999990463))
  1625. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1))
  1626. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.200000003, 4.75600052, 0.200000003))
  1627. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000156164169, -4.68094444, -0.000274658203, 0.999971211, 5.13775689e-011, -1.44165397e-014, -5.13864507e-011, 1, 6.64499566e-011, 8.34828473e-015, -6.64783784e-011, 0.999971211))
  1628. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.580000401, 1, 0.69599992))
  1629. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  1630. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.21997452, 2.85700226, 1.38366803e-013, -2.4656245e-007, -1, 0.70710659, -0.70710665, 1.74346042e-007, -0.70710665, -0.70710659, 1.74345828e-007))
  1631. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.226199999, 0.379320025, 1.68895996))
  1632. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999))
  1633. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0605430603, 0.00242888927, 4.62282181, 1.38366803e-013, -2.4656245e-007, -1, 0.999999881, 1.91580511e-008, 1.33643137e-013, 1.91580511e-008, -0.999999881, 2.46562422e-007))
  1634. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.230839998, 0.200680032, 2.79675961))
  1635. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  1636. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -2.18717003, -1.15753412, 1.38366803e-013, -2.4656245e-007, -1, -4.25688995e-009, 1, -2.4656245e-007, 1, 4.25688995e-009, 1.37317214e-013))
  1637. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.226199999, 0.379320025, 1.68895996))
  1638. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  1639. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -2.18717003, -1.15753412, 1.38366803e-013, -2.4656245e-007, -1, -4.25688995e-009, 1, -2.4656245e-007, 1, 4.25688995e-009, 1.37317214e-013))
  1640. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.187919989, 0.477920026, 1.68895996))
  1641. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.200000003, 0.231999993, 0.200000003))
  1642. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000268936157, -7.1749382, -0.000166773796, -2.98020346e-008, 2.42384317e-007, 0.999980867, -2.50883971e-007, 1, -2.42379713e-007, -0.999980867, -2.50888746e-007, -2.98019742e-008))
  1643. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.698320508, 1.00999999, 0.590207934))
  1644. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.44659999, 1.15999997, 0.371199995))
  1645. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00572288036, 0.249307632, 0.00253105164, 0.999997973, 4.25688151e-009, 1.37316929e-013, -4.25688196e-009, 0.999998093, -2.46561967e-007, -1.38366789e-013, 2.46562422e-007, 0.999999881))
  1646. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1647. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.44659999, 0.200000003, 0.371199995))
  1648. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00575697422, 1.22929001, 0.00253105164, 1, 4.25689928e-009, 1.49599246e-013, -4.25689928e-009, 1, -2.46565691e-007, -1.50648848e-013, 2.46565691e-007, 1))
  1649. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  1650. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  1651. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -1.11734962, -0.464616776, 4.62869565e-008, -2.3199955e-007, -1, 0.707106471, -0.70710659, 1.96778231e-007, -0.70710659, -0.707106471, 1.31318558e-007))
  1652. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0522000007, 0.293480009, 0.495319903))
  1653. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.579999983, 0.34799999))
  1654. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.347447634, -1.78050041, 0.000102043152, 0.999989986, 6.10373974e-011, -1.79689739e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79689976e-014, -7.57438556e-011, 0.999989986))
  1655. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1))
  1656. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  1657. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -1.21653748, 2.8604393, 1.38366803e-013, -2.4656245e-007, -1, 0.707106769, 0.707106709, -1.74345857e-007, 0.707106709, -0.707106769, 1.74346084e-007))
  1658. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.226199999, 0.379320025, 1.68895996))
  1659. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999))
  1660. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.055480957, -4.62282181, 0.00242900848, 1.38366803e-013, -2.4656245e-007, -1, -4.25688995e-009, 1, -2.4656245e-007, 1, 4.25688995e-009, 1.37317214e-013))
  1661. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.229680017, 0.249400035, 0.650759876))
  1662. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.696000099, 0.231999993, 0.34799999))
  1663. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.872640967, -2.18717003, 0.00248718262, 1, 4.25688995e-009, 1.37317214e-013, -4.25688995e-009, 1, -2.4656245e-007, -1.38366803e-013, 2.4656245e-007, 1))
  1664. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  1665. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.91083908, -0.265031815, 1.38366803e-013, -2.4656245e-007, -1, -0.70710659, -0.707106471, 1.743458e-007, -0.707106471, 0.70710659, -1.74346027e-007))
  1666. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.226199999, 0.379320025, 1.68895996))
  1667. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  1668. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -2.18717003, 1.162413, 1.38366803e-013, -2.4656245e-007, -1, -4.25688995e-009, 1, -2.4656245e-007, 1, 4.25688995e-009, 1.37317214e-013))
  1669. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.226199999, 0.379320025, 1.68895996))
  1670. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.5,0,"Bright red","Part",Vector3.new(0.200000003, 1.50800002, 1.04400003))
  1671. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.53131104e-005, -7.8129406, 0.00018453598, 4.47029258e-008, 2.42408902e-007, 0.999980867, -2.50858221e-007, 1, -2.42404298e-007, -0.999980867, -2.50863025e-007, 4.47029933e-008))
  1672. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.581159949, 1, 1))
  1673. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(1.04400003, 0.231999993, 0.34799999))
  1674. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000666975975, -2.18694496, 0.000104904175, 0.999990463, 6.10373974e-011, -1.79689993e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79689976e-014, -7.57438556e-011, 0.999990463))
  1675. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  1676. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -1.11735535, -1.77697182, 5.58765407e-008, -2.23627353e-007, -1, 0.707106352, -0.707106411, 1.97639011e-007, -0.707106411, -0.707106352, 1.18617642e-007))
  1677. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0522000007, 0.293480009, 0.495319903))
  1678. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.231999993, 0.200000003, 0.34799999))
  1679. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.173270226, -1.66498375, 0.0001039505, 0.999997854, 6.10373974e-011, -1.7969128e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79691145e-014, -7.57154339e-011, 0.999997854))
  1680. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.580000103, 1))
  1681. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  1682. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.58260727, 0.582428694, -3.71006301e-008, -2.2971102e-007, -1, 2.55454324e-008, 0.999999821, -2.29710963e-007, 0.999999821, -2.55454431e-008, -3.71006159e-008))
  1683. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0522000007, 0.293480009, 0.495319903))
  1684. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(1.04400003, 0.231999993, 0.34799999))
  1685. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.863862991, -1.87209129, 0.00253105164, 0.70710659, -0.70710659, 1.74346027e-007, 0.70710659, 0.70710659, -1.74345828e-007, -1.38366803e-013, 2.4656245e-007, 1))
  1686. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  1687. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.58260727, -0.577546716, 1.38366803e-013, -2.4656245e-007, -1, -3.40592123e-008, 0.999999821, -2.46562394e-007, 0.999999821, 3.40592123e-008, 1.29969047e-013))
  1688. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0649600029, 0.266800046, 0.495319903))
  1689. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  1690. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.21997452, 2.85700226, 1.38366803e-013, -2.4656245e-007, -1, 0.70710659, -0.70710665, 1.74346042e-007, -0.70710665, -0.70710659, 1.74345828e-007))
  1691. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.187919989, 0.477920026, 1.68895996))
  1692. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.580000043, 4.75600052, 0.200000003))
  1693. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0001963377, -4.68094635, -9.53674316e-005, 0.999990404, 6.10373974e-011, -1.79689874e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79689976e-014, -7.57154339e-011, 0.999990404))
  1694. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.638000011))
  1695. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(1.04400003, 0.231999993, 0.34799999))
  1696. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.28197098, -1.27374649, 0.00253105164, 0.707106709, 0.707106769, -1.74345885e-007, -0.707106769, 0.707106709, -1.74346056e-007, -1.38366803e-013, 2.4656245e-007, 1))
  1697. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.34799999, 0.34799999))
  1698. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.116648793, -1.89650726, 0.000104904175, 0.999990463, 6.10373974e-011, -1.79689993e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79689976e-014, -7.57438556e-011, 0.999990463))
  1699. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1))
  1700. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  1701. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.58260727, 0.582428694, -3.71006301e-008, -2.2971102e-007, -1, 2.55454324e-008, 0.999999821, -2.29710963e-007, 0.999999821, -2.55454431e-008, -3.71006159e-008))
  1702. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0649600029, 0.266800046, 0.495319903))
  1703. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.44659999, 0.200000003, 0.371199995))
  1704. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00563848019, -0.388711929, 0.00253295898, 0.99999404, 4.25686464e-009, 1.37316401e-013, -4.25686508e-009, 0.999994159, -2.46561001e-007, -1.38366789e-013, 2.46562422e-007, 0.999999881))
  1705. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  1706. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.34799999, 0.34799999, 0.200000003))
  1707. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.58329582, -0.00271689892, 0.00253105164, -7.87626959e-008, 0.999999642, -2.45072926e-007, -0.999999464, 8.51500772e-008, -4.54507015e-010, 1.08588507e-008, 2.02850984e-007, 0.999999642))
  1708. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 0.595080018, 0.683239937))
  1709. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999))
  1710. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0605430603, 0.00242888927, 4.62282181, 1.38366803e-013, -2.4656245e-007, -1, 0.999999881, 1.91580511e-008, 1.33643137e-013, 1.91580511e-008, -0.999999881, 2.46562422e-007))
  1711. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.190239996, 0.25752002, 2.79675961))
  1712. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.231999993, 0.34799999))
  1713. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.347726822, -1.60689163, -9.05990601e-005, 0.99999994, 6.59379218e-011, -1.80878482e-014, -6.59667876e-011, 1, -5.95150595e-011, 2.41627922e-014, 5.94866378e-011, 0.99999994))
  1714. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.580000103, 1, 1))
  1715. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  1716. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.1207962, -1.77352905, -1.94793994e-008, -1.96046472e-007, -1, 0.707106471, 0.707106292, -1.52399679e-007, 0.707106292, -0.707106471, 1.24851695e-007))
  1717. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0649600029, 0.266800046, 0.495319903))
  1718. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.696000099, 0.231999993, 0.34799999))
  1719. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.870689273, -2.18681908, 0.000104904175, 0.999990463, 6.10373974e-011, -1.79689993e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79689976e-014, -7.57438556e-011, 0.999990463))
  1720. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.34799999, 0.812000036))
  1721. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000425338745, -0.231835961, -1.08489037, -4.08055101e-009, 2.02203083e-007, 0.99999994, 0.99999994, 2.42933169e-007, 4.08050749e-009, -2.42933169e-007, 1, -2.02203097e-007))
  1722. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.628719985, 1, 1))
  1723. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.812000036, 0.200000003, 0.812000036))
  1724. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.58329773, -0.00251197815, 0.00270497799, 4.25687707e-009, -1, 2.46565747e-007, 1.65165096e-013, -2.46565747e-007, -1, 1, 4.25687707e-009, 1.64115493e-013))
  1725. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.444280028, 1))
  1726. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999))
  1727. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.055480957, -4.62282181, 0.00242900848, 1.38366803e-013, -2.4656245e-007, -1, -4.25688995e-009, 1, -2.4656245e-007, 1, 4.25688995e-009, 1.37317214e-013))
  1728. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.190239996, 0.25752002, 0.723839939))
  1729. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.44659999, 0.200000003, 0.371199995))
  1730. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00563395023, 0.887273788, 0.00253295898, 0.999990106, 4.25684776e-009, 1.37315859e-013, -4.25684821e-009, 0.999990225, -2.46560035e-007, -1.38366789e-013, 2.46562422e-007, 0.999999881))
  1731. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  1732. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.34799999, 0.34799999))
  1733. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.348541379, -1.89650154, 0.000104904175, 0.999990463, 6.10373974e-011, -1.79689993e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79689976e-014, -7.57438556e-011, 0.999990463))
  1734. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1))
  1735. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.579999983, 0.812000036, 0.200000003))
  1736. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.58329582, -0.00271689892, 0.00253105164, -7.87626959e-008, 0.999999642, -2.45072926e-007, -0.999999464, 8.51500772e-008, -4.54507015e-010, 1.08588507e-008, 2.02850984e-007, 0.999999642))
  1737. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.835199952, 0.808520079, 0.58927989))
  1738. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.44659999, 0.200000003, 0.371199995))
  1739. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00555217266, -1.43245697, 0.00238800049, 0.999993682, 4.21545243e-009, 1.69302926e-013, -4.21544666e-009, 0.999998927, -2.46550059e-007, -1.77448618e-013, 2.46551593e-007, 0.999994755))
  1740. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  1741. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.34799999, 0.34799999))
  1742. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.115347862, -1.89650726, 0.000104904175, 0.999990463, 6.10373974e-011, -1.79689993e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79689976e-014, -7.57438556e-011, 0.999990463))
  1743. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1))
  1744. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999))
  1745. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.055480957, 0.00242888927, 4.62282181, 1.38366803e-013, -2.4656245e-007, -1, 0.999999881, 1.91580511e-008, 1.33643137e-013, 1.91580511e-008, -0.999999881, 2.46562422e-007))
  1746. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.190239996, 0.25752002, 2.79675961))
  1747. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.200000003, 0.812000036, 0.34799999))
  1748. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.300365448, 1.44133759, 0.00253105164, 0.965925753, 0.258819014, -6.3814916e-008, -0.258819014, 0.965925753, -2.38161064e-007, -1.38366803e-013, 2.4656245e-007, 1))
  1749. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1))
  1750.  
  1751. local Lite = it("PointLight",Torso)
  1752. Lite.Color = Color3.new(255, 255, 0)
  1753. Lite.Range = 8
  1754. Lite.Brightness = 10
  1755. Lite.Shadows = true
  1756.  
  1757. function BreakEffect(brickcolor,cframe,x1,y1,z1)
  1758. local prt=part("Custom",workspace,"Neon",0,0,"Bright red","Effect",vt(0.5,0.5,0.5))
  1759. prt.Anchored=true
  1760. prt.CFrame=cframe*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1761. local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
  1762. coroutine.resume(coroutine.create(function(Part,CF,Numbb,randnumb)
  1763. CF=Part.CFrame
  1764. Numbb=0
  1765. randnumb=math.random()-math.random()
  1766. for i=0,1,0.05 do
  1767. wait()
  1768. CF=CF*cf(0,1,0)
  1769. --Part.CFrame=Part.CFrame*euler(0.5,0,0)*cf(0,1,0)
  1770. Part.CFrame=CF*euler(Numbb,0,0)
  1771. Part.Transparency=i
  1772. Numbb=Numbb+randnumb
  1773. end
  1774. Part.Parent=nil
  1775. end),prt)
  1776. end
  1777. --BreakEffect(BrickColor.new("New Yeller"),Hitbox.CFrame,0.5,math.random(5,20),0.5)
  1778.  
  1779. function attackone()
  1780. attack=true
  1781. local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,30,50,math.random(10,20),"Normal",RootPart,.2,1) end)
  1782. for i=0,1,0.1 do
  1783. swait()
  1784. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(120),math.rad(0),math.rad(20)),.3)
  1785. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-90)),.3)
  1786. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-50),math.rad(-5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1787. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(120),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1788. handleweld.C0=clerp(handleweld.C0,cf(0,-0,.4)*angles(math.rad(70),math.rad(-10),math.rad(0)),.3)
  1789. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-70)),.3)
  1790. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(50)),.3)
  1791. end
  1792. so("http://www.roblox.com/asset/?id=154965962",Hitbox,1,1)
  1793. so("http://www.roblox.com/asset/?id=231917758",Hitbox,1,1)
  1794. hitconasdf = Hitbox.Touched:connect(function(hit)
  1795. local hum12 = hit.Parent:FindFirstChild("Humanoid")
  1796. if hum12 and not hum12:IsDescendantOf(Character) then
  1797. so('http://roblox.com/asset/?id=154965973',Hitbox,1,1)
  1798. for i = 1,10 do
  1799. BreakEffect(BrickColor.new("Bright red"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5)
  1800. end
  1801. hitconasdf:disconnect()
  1802. end
  1803. end)
  1804. for i=0,1,0.1 do
  1805. swait()
  1806. local blcf = Hitbox.CFrame*CFrame.new(0,.3,0)
  1807. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  1808. local h = 5
  1809. local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p)
  1810. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1811. local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p)
  1812. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1813. scfr = blcf
  1814. elseif not scfr then
  1815. scfr = blcf
  1816. end
  1817. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(110),math.rad(-90),math.rad(20)),.3)
  1818. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-50)),.3)
  1819. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-120),math.rad(5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1820. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(50),math.rad(10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1821. handleweld.C0=clerp(handleweld.C0,cf(0,-0,0)*angles(math.rad(-60),math.rad(-10),math.rad(0)),.3)
  1822. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  1823. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(-50)),.3)
  1824. end
  1825. attack=false
  1826. con:disconnect()
  1827. scfr = nil
  1828. pcall(function()
  1829. hitconasdf:disconnect()
  1830. end)
  1831. end
  1832.  
  1833. function attacktwo()
  1834. attack=true
  1835. local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,30,50,math.random(10,20),"Normal",RootPart,.2,1) end)
  1836. for i=0,1,0.1 do
  1837. swait()
  1838. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(90),math.rad(90)),.3)
  1839. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-50)),.3)
  1840. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-130),math.rad(5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1841. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(50),math.rad(10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1842. handleweld.C0=clerp(handleweld.C0,cf(0,-0,0)*angles(math.rad(-30),math.rad(-10),math.rad(0)),.3)
  1843. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(70)),.3)
  1844. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(-50)),.3)
  1845. end
  1846. so("http://www.roblox.com/asset/?id=154965962",Hitbox,1,.9)
  1847. so("http://www.roblox.com/asset/?id=231917758",Hitbox,1,.9)
  1848. hitconasdf = Hitbox.Touched:connect(function(hit)
  1849. local hum12 = hit.Parent:FindFirstChild("Humanoid")
  1850. if hum12 and not hum12:IsDescendantOf(Character) then
  1851. so('http://roblox.com/asset/?id=154965973',Hitbox,1,1)
  1852. for i = 1,10 do
  1853. BreakEffect(BrickColor.new("Bright red"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5)
  1854. end
  1855. hitconasdf:disconnect()
  1856. end
  1857. end)
  1858. for i=0,1,0.1 do
  1859. swait()
  1860. local blcf = Hitbox.CFrame*CFrame.new(0,.3,0)
  1861. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  1862. local h = 5
  1863. local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p)
  1864. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1865. local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p)
  1866. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1867. scfr = blcf
  1868. elseif not scfr then
  1869. scfr = blcf
  1870. end
  1871. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(-50),math.rad(90)),.3)
  1872. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-90)),.3)
  1873. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-50),math.rad(-5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1874. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(130),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1875. handleweld.C0=clerp(handleweld.C0,cf(0,-0,0)*angles(math.rad(-50),math.rad(10),math.rad(0)),.3)
  1876. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-70)),.3)
  1877. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(50)),.3)
  1878. end
  1879. attack=false
  1880. con:disconnect()
  1881. scfr = nil
  1882. pcall(function()
  1883. hitconasdf:disconnect()
  1884. end)
  1885. end
  1886.  
  1887. function Stab()
  1888. attack=true
  1889. local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,30,50,math.random(10,20),"Normal",RootPart,.2,1) end)
  1890. for i=0,1,0.1 do
  1891. swait()
  1892. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-70)),.3)
  1893. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(60)),.3)
  1894. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(20),math.rad(90)),.3)
  1895. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(-20),math.rad(-90)),.3)
  1896. LH.C0=clerp(LH.C0,cf(-1,-.9,0)*angles(math.rad(0),math.rad(-60),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1897. RH.C0=clerp(RH.C0,cf(1,-.9,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1898. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  1899. end
  1900. hitconasdf = Hitbox.Touched:connect(function(hit)
  1901. local hum12 = hit.Parent:FindFirstChild("Humanoid")
  1902. if hum12 and not hum12:IsDescendantOf(Character) then
  1903. so('http://roblox.com/asset/?id=154965973',Hitbox,1,1)
  1904. for i = 1,10 do
  1905. BreakEffect(BrickColor.new("Bright red"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5)
  1906. end
  1907. hitconasdf:disconnect()
  1908. end
  1909. end)
  1910. so("http://www.roblox.com/asset/?id=154965962",Hitbox,1,.9)
  1911. so("http://www.roblox.com/asset/?id=231917758",Hitbox,1,.9)
  1912. for i=0,1,0.1 do
  1913. swait()
  1914. local blcf = Hitbox.CFrame*CFrame.new(0,.3,0)
  1915. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  1916. local h = 5
  1917. local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p)
  1918. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1919. local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p)
  1920. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1921. scfr = blcf
  1922. elseif not scfr then
  1923. scfr = blcf
  1924. end
  1925. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.4)
  1926. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(-80)),.4)
  1927. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.4)
  1928. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(-20),math.rad(-30)),.4)
  1929. LH.C0=clerp(LH.C0,cf(-1,-.9,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.4)
  1930. RH.C0=clerp(RH.C0,cf(1,-.9,0)*angles(math.rad(0),math.rad(60),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.4)
  1931. handleweld.C0=clerp(handleweld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
  1932. end
  1933. con:disconnect()
  1934. attack=false
  1935. scfr = nil
  1936. pcall(function()
  1937. hitconasdf:disconnect()
  1938. end)
  1939. end
  1940.  
  1941. function Spin()
  1942. attack=true
  1943. local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,30,50,math.random(10,20),"Normal",RootPart,.2,1) end)
  1944. hitconasdf = Hitbox.Touched:connect(function(hit)
  1945. local hum12 = hit.Parent:FindFirstChild("Humanoid")
  1946. if hum12 and not hum12:IsDescendantOf(Character) then
  1947. so('http://roblox.com/asset/?id=154965973',Hitbox,1,1)
  1948. for i = 1,10 do
  1949. BreakEffect(BrickColor.new("Bright red"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5)
  1950. end
  1951. hitconasdf:disconnect()
  1952. end
  1953. end)
  1954. for i=0,1,1 do
  1955. so("http://roblox.com/asset/?id=154965962",Hitbox,1,1)
  1956. so("http://www.roblox.com/asset/?id=231917758",Hitbox,1,1)
  1957. swait()
  1958. for i=0,1,0.1 do
  1959. swait()
  1960. local blcf = Hitbox.CFrame*CFrame.new(0,.3,0)
  1961. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  1962. local h = 5
  1963. local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p)
  1964. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1965. local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p)
  1966. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1967. scfr = blcf
  1968. elseif not scfr then
  1969. scfr = blcf
  1970. end
  1971. RW.C0=clerp(RW.C0,cf(1,0.5,-.5)*angles(math.rad(90),math.rad(0),math.rad(-50)),.3)
  1972. LW.C0=clerp(LW.C0,cf(-1,0.5,-.5)*angles(math.rad(90),math.rad(0),math.rad(50)),.3)
  1973. LH.C0=clerp(LH.C0,cf(-1,-.5,-1)*angles(math.rad(-20),math.rad(-90),math.rad(0)),.3)
  1974. RH.C0=clerp(RH.C0,cf(1,-.5,-1)*angles(math.rad(-20),math.rad(90),math.rad(0)),.3)
  1975. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,5)*euler(6*i,0,0),.5)
  1976. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(30)),1)
  1977. end
  1978. end
  1979. attack=false
  1980. con:disconnect()
  1981. scfr = nil
  1982. pcall(function()
  1983. hitconasdf:disconnect()
  1984. end)
  1985. end
  1986.  
  1987. function ContAttack()
  1988. attack=true
  1989. local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,30,50,math.random(10,20),"Normal",RootPart,.2,1) end)
  1990. hitconasdf = Hitbox.Touched:connect(function(hit)
  1991. local hum12 = hit.Parent:FindFirstChild("Humanoid")
  1992. if hum12 and not hum12:IsDescendantOf(Character) then
  1993. so('http://roblox.com/asset/?id=154965973',Hitbox,1,1)
  1994. for i = 1,10 do
  1995. BreakEffect(BrickColor.new("Bright red"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5)
  1996. end
  1997. hitconasdf:disconnect()
  1998. end
  1999. end)
  2000. for i=1,4 do
  2001. swait()
  2002. for i=0,1,0.2 do
  2003. swait()
  2004. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(120),math.rad(0),math.rad(20)),.3)
  2005. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-90)),.3)
  2006. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-50),math.rad(-5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2007. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(120),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2008. handleweld.C0=clerp(handleweld.C0,cf(0,-0,.4)*angles(math.rad(70),math.rad(-10),math.rad(0)),.3)
  2009. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-70)),.3)
  2010. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(50)),.3)
  2011. end
  2012. so("http://www.roblox.com/asset/?id=154965962",Hitbox,1,1)
  2013. so("http://www.roblox.com/asset/?id=231917758",Hitbox,1,1)
  2014. for i=0,1,0.2 do
  2015. swait()
  2016. local blcf = Hitbox.CFrame*CFrame.new(0,.3,0)
  2017. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  2018. local h = 5
  2019. local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p)
  2020. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  2021. local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p)
  2022. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  2023. scfr = blcf
  2024. elseif not scfr then
  2025. scfr = blcf
  2026. end
  2027. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(110),math.rad(-90),math.rad(20)),.3)
  2028. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-50)),.3)
  2029. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-120),math.rad(5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2030. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(50),math.rad(10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2031. handleweld.C0=clerp(handleweld.C0,cf(0,-0,0)*angles(math.rad(-60),math.rad(-10),math.rad(0)),.3)
  2032. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  2033. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(-50)),.3)
  2034. end
  2035. for i=0,1,0.2 do
  2036. swait()
  2037. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(90),math.rad(90)),.3)
  2038. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-50)),.3)
  2039. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-130),math.rad(5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2040. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(50),math.rad(10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2041. handleweld.C0=clerp(handleweld.C0,cf(0,-0,0)*angles(math.rad(-30),math.rad(-10),math.rad(0)),.3)
  2042. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(70)),.3)
  2043. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(-50)),.3)
  2044. end
  2045. so("http://www.roblox.com/asset/?id=154965962",Hitbox,1,.9)
  2046. so("http://www.roblox.com/asset/?id=231917758",Hitbox,1,.9)
  2047. for i=0,1,0.2 do
  2048. swait()
  2049. local blcf = Hitbox.CFrame*CFrame.new(0,.3,0)
  2050. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  2051. local h = 5
  2052. local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p)
  2053. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  2054. local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p)
  2055. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  2056. scfr = blcf
  2057. elseif not scfr then
  2058. scfr = blcf
  2059. end
  2060. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(-50),math.rad(90)),.3)
  2061. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-90)),.3)
  2062. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-50),math.rad(-5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2063. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(130),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2064. handleweld.C0=clerp(handleweld.C0,cf(0,-0,0)*angles(math.rad(-50),math.rad(10),math.rad(0)),.3)
  2065. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-70)),.3)
  2066. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(50)),.3)
  2067. end
  2068. end
  2069. attack=false
  2070. con:disconnect()
  2071. scfr = nil
  2072. pcall(function()
  2073. hitconasdf:disconnect()
  2074. end)
  2075. end
  2076.  
  2077.  
  2078. function Sheathe()
  2079. attack = true
  2080. so("http://www.roblox.com/asset/?id=273797222",Hitbox,1,.9)
  2081. CurrentMode = "Sheathed"
  2082. for i = 0,1,0.1 do
  2083. swait()
  2084. handleweld.Part0 = Torso
  2085. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2086. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(-20)),.3)
  2087. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(190),math.rad(0),math.rad(0)),.3)
  2088. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(20),math.rad(-10)),.3)
  2089. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2090. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2091. handleweld.C0=clerp(handleweld.C0,cf(3,3,0.5)*angles(math.rad(90),math.rad(150),math.rad(90)),.3)
  2092. end
  2093. attack = false
  2094. end
  2095.  
  2096. function Unsheathe()
  2097. attack = true
  2098. CurrentMode = "Unsheathed"
  2099. so("http://www.roblox.com/asset/?id=239169404",Hitbox,1,.9)
  2100. for i = 0,1,0.1 do
  2101. swait()
  2102. handleweld.Part0 = RightArm
  2103. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-70)),.3)
  2104. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(60)),.3)
  2105. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(200),math.rad(0),math.rad(0)),.3)
  2106. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(0),math.rad(-30),math.rad(-30)),.3)
  2107. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2108. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2109. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(30),math.rad(0)),.3)
  2110. end
  2111. scfr = nil
  2112. attack = false
  2113. end
  2114.  
  2115. local Sit = false
  2116.  
  2117. mouse.Button1Down:connect(function()
  2118. if attack==false then
  2119. if attacktype==1 and CurrentMode == "Unsheathed" then
  2120. attack=true
  2121. attacktype=2
  2122. attackone()
  2123. elseif attacktype==2 and CurrentMode == "Unsheathed" then
  2124. attack=true
  2125. attacktype=1
  2126. attacktwo()
  2127. end
  2128. end
  2129. end)
  2130.  
  2131.  
  2132. mouse.KeyDown:connect(function(k)
  2133. k=k:lower()
  2134. if k=='q' then
  2135. if attack==false and CurrentMode == "Unsheathed" then
  2136. Stab()
  2137. end
  2138. elseif k=='e' then
  2139. if attack==false and CurrentMode == "Unsheathed" then
  2140. Spin()
  2141. end
  2142. elseif k=='r' then
  2143. if attack==false and CurrentMode == "Unsheathed" then
  2144. ContAttack()
  2145. end
  2146. elseif k=='f' then
  2147. if attack==false and CurrentMode == "Unsheathed" then
  2148. Sheathe()
  2149. elseif k=='f' then
  2150. if attack==false and Sit == false and CurrentMode == "Sheathed" then
  2151. Unsheathe()
  2152. end
  2153. end
  2154. elseif k=='t' then
  2155. if attack==false and Sit == false and CurrentMode == "Sheathed" then
  2156. Sit = true
  2157. Humanoid.WalkSpeed = 0
  2158. elseif k=='t' then
  2159. if attack==false and Sit == true and CurrentMode == "Sheathed" then
  2160. Sit = false
  2161. Humanoid.WalkSpeed = 16
  2162. end
  2163. end
  2164.  
  2165. end
  2166. end)
  2167.  
  2168.  
  2169. local sine = 0
  2170. local change = 1
  2171. local val = 0
  2172.  
  2173. while true do
  2174. swait()
  2175. sine = sine + change
  2176. local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude
  2177. local velderp=RootPart.Velocity.y
  2178. hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
  2179. if equipped==true or equipped==false then
  2180. if attack==false then
  2181. idle=idle+1
  2182. else
  2183. idle=0
  2184. end
  2185. if idle>=500 then
  2186. if attack==false then
  2187. end
  2188. end
  2189. if RootPart.Velocity.y > 1 and hitfloor==nil then
  2190. Anim="Jump"
  2191. if attack==false and Sit == false and CurrentMode == "Unsheathed" then
  2192. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2193. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  2194. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(50),math.rad(0),math.rad(30)),.3)
  2195. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-40),math.rad(5),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2196. LH.C0=clerp(LH.C0,cf(-1,-.5,-1)*angles(math.rad(-20),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2197. handleweld.C0=clerp(handleweld.C0,cf(0,-0,.4)*angles(math.rad(85),math.rad(-10),math.rad(0)),.3)
  2198. end
  2199. if attack==false and Sit == false and CurrentMode == "Sheathed" then
  2200. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  2201. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  2202. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(0),math.rad(30)),.3)
  2203. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(0),math.rad(0),math.rad(-30)),.3)
  2204. LH.C0=clerp(LH.C0,cf(-1,-1,-.2)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.3)
  2205. RH.C0=clerp(RH.C0,cf(1,-1,-.2)*angles(math.rad(0),math.rad(90),math.rad(5))*angles(math.rad(-3),math.rad(0),math.rad(0)),.3)
  2206. handleweld.C0=clerp(handleweld.C0,cf(3,3,0.5)*angles(math.rad(90),math.rad(150),math.rad(90)),.3)
  2207. end
  2208. elseif RootPart.Velocity.y < -1 and hitfloor==nil then
  2209. Anim="Fall"
  2210. if attack==false and Sit == false and CurrentMode == "Unsheathed" then
  2211. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  2212. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  2213. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(-5),math.rad(0),math.rad(20)),.3)
  2214. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-40),math.rad(5),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2215. LH.C0=clerp(LH.C0,cf(-1,-.5,-1)*angles(math.rad(-20),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2216. handleweld.C0=clerp(handleweld.C0,cf(0,-0,.4)*angles(math.rad(85),math.rad(-10),math.rad(0)),.3)
  2217. end
  2218. if attack==false and Sit == false and CurrentMode == "Sheathed" then
  2219. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  2220. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  2221. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(0),math.rad(50)),.3)
  2222. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(0),math.rad(0),math.rad(-50)),.3)
  2223. LH.C0=clerp(LH.C0,cf(-1,-.5,-.5)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.3)
  2224. RH.C0=clerp(RH.C0,cf(1,-1,-.5)*angles(math.rad(0),math.rad(90),math.rad(5))*angles(math.rad(-3),math.rad(0),math.rad(0)),.3)
  2225. handleweld.C0=clerp(handleweld.C0,cf(3,3,0.5)*angles(math.rad(90),math.rad(150),math.rad(90)),.3)
  2226. end
  2227. elseif torvel<1 and hitfloor~=nil then
  2228. Anim="Idle"
  2229. if attack==false and Sit == false and CurrentMode == "Unsheathed" then
  2230. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-40)),.3)
  2231. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(40)),.3)
  2232. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(40),math.rad(0),math.rad(20)),.3)
  2233. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(20),math.rad(-10)),.3)
  2234. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2235. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2236. handleweld.C0=clerp(handleweld.C0,cf(0,-0,.4)*angles(math.rad(85),math.rad(-10),math.rad(0)),.3)
  2237. end
  2238. if attack==false and Sit == false and CurrentMode == "Sheathed" then
  2239. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2240. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(0)),.3)
  2241. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(0),math.rad(5)),.3)
  2242. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(0),math.rad(0),math.rad(-5)),.3)
  2243. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.3)
  2244. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(5))*angles(math.rad(-3),math.rad(0),math.rad(0)),.3)
  2245. handleweld.C0=clerp(handleweld.C0,cf(3,3,0.5)*angles(math.rad(90),math.rad(150),math.rad(90)),.3)
  2246. end
  2247. if attack==false and Sit == true and CurrentMode == "Sheathed" then
  2248. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-2)*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  2249. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  2250. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(-10),math.rad(0),math.rad(5)),.3)
  2251. LW.C0=clerp(LW.C0,cf(-1.3,0.5,0)*euler(math.rad(90),math.rad(0),math.rad(30)),.3)
  2252. LH.C0=clerp(LH.C0,cf(-1,.7,-.5)*angles(math.rad(0),math.rad(-90),math.rad(-10))*angles(math.rad(-3),math.rad(0),math.rad(0)),.3)
  2253. RH.C0=clerp(RH.C0,cf(1,-.5,-.5)*angles(math.rad(0),math.rad(90),math.rad(70))*angles(math.rad(-3),math.rad(0),math.rad(0)),.3)
  2254. handleweld.C0=clerp(handleweld.C0,cf(3,3,0.5)*angles(math.rad(90),math.rad(150),math.rad(90)),.3)
  2255. end
  2256. elseif torvel>2 and hitfloor~=nil then
  2257. Anim="Walk"
  2258. if attack==false and Sit == false and CurrentMode == "Unsheathed" then
  2259. change=3
  2260. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  2261. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  2262. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(-5),math.rad(0),math.rad(20)),.3)
  2263. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-30),math.rad(5),math.rad(-10)),.3)
  2264. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.3)
  2265. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.3)
  2266. handleweld.C0=clerp(handleweld.C0,cf(0,-0,0)*angles(math.rad(15),math.rad(-10),math.rad(0)),.3)
  2267. end
  2268. if attack==false and Sit == false and CurrentMode == "Sheathed" then
  2269. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  2270. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2271. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(30*math.cos(sine/10)),math.rad(0),math.rad(5)),.3)
  2272. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-30*math.cos(sine/10)),math.rad(0),math.rad(-5)),.3)
  2273. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2),math.rad(0),math.rad(0)),.3)
  2274. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(5))*angles(math.rad(-2),math.rad(0),math.rad(0)),.3)
  2275. handleweld.C0=clerp(handleweld.C0,cf(3,3,0.5)*angles(math.rad(90),math.rad(150),math.rad(90)),.3)
  2276. end
  2277. end
  2278. end
  2279. if #Effects>0 then
  2280. for e=1,#Effects do
  2281. if Effects[e]~=nil then
  2282. local Thing=Effects[e]
  2283. if Thing~=nil then
  2284. local Part=Thing[1]
  2285. local Mode=Thing[2]
  2286. local Delay=Thing[3]
  2287. local IncX=Thing[4]
  2288. local IncY=Thing[5]
  2289. local IncZ=Thing[6]
  2290. if Thing[1].Transparency<=1 then
  2291. if Thing[2]=="Block1" then
  2292. Thing[1].CFrame=Thing[1].CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  2293. Mesh=Thing[1].Mesh
  2294. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  2295. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2296. elseif Thing[2]=="Cylinder" then
  2297. Mesh=Thing[1].Mesh
  2298. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  2299. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2300. elseif Thing[2]=="Blood" then
  2301. Mesh=Thing[7]
  2302. Thing[1].CFrame=Thing[1].CFrame*cf(0,.5,0)
  2303. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  2304. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2305. elseif Thing[2]=="Elec" then
  2306. Mesh=Thing[1].Mesh
  2307. Mesh.Scale=Mesh.Scale+vt(Thing[7],Thing[8],Thing[9])
  2308. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2309. elseif Thing[2]=="Disappear" then
  2310. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2311. end
  2312. else
  2313. Part.Parent=nil
  2314. table.remove(Effects,e)
  2315. end
  2316. end
  2317. end
  2318. end
  2319. end
  2320. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement