Advertisement
JRKPastesBins

Untitled

Jul 22nd, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 134.08 KB | None | 0 0
  1. ypcall(function()
  2. char.Hat:Destroy()
  3. Hat = Instance.new("Hat", char)
  4. pants.Name = "Pants"
  5. char.Hat.HatTemplate = "http://www.roblox.com/hat/?id=31101391"
  6. end)
  7.  
  8. while true do --Loop
  9. wait(0.04)
  10. part2.Texture = "http://www.roblox.com/asset/?id=930627733" --Insert decal's first texture
  11. part2.Texture = "http://www.roblox.com/asset/?id=930627733" --second texture
  12. wait(0.04) --wait 1 second, you can change this and make it different for every one
  13. part2.Texture = "http://www.roblox.com/asset/?id=930627733"
  14. wait(0.04)
  15. part2.Texture = "http://www.roblox.com/asset/?id=930627733"
  16. wait(0.04)
  17. end
  18. game.Workspace.Likebossfromdk.Humanoid.MaxHealth = math.huge
  19. Character = game.Players.LocalPlayer.Character
  20. Head = Character.Head
  21. CFuncs = {
  22. ["Part"] = {
  23. Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  24. local Part = Create("Part"){
  25. Parent = Parent,
  26. Reflectance = Reflectance,
  27. Transparency = Transparency,
  28. CanCollide = false,
  29. Locked = true,
  30. BrickColor = BrickColor.new(tostring(BColor)),
  31. Name = Name,
  32. Size = Size,
  33. Material = Material,
  34. }
  35. RemoveOutlines(Part)
  36. return Part
  37. end;
  38. };
  39.  
  40. ["Mesh"] = {
  41. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  42. local Msh = Create(Mesh){
  43. Parent = Part,
  44. Offset = OffSet,
  45. Scale = Scale,
  46. }
  47. if Mesh == "SpecialMesh" then
  48. Msh.MeshType = MeshType
  49. Msh.MeshId = MeshId
  50. end
  51. return Msh
  52. end;
  53. };
  54.  
  55. ["Mesh"] = {
  56. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  57. local Msh = Create(Mesh){
  58. Parent = Part,
  59. Offset = OffSet,
  60. Scale = Scale,
  61. }
  62. if Mesh == "SpecialMesh" then
  63. Msh.MeshType = MeshType
  64. Msh.MeshId = MeshId
  65. end
  66. return Msh
  67. end;
  68. };
  69.  
  70. ["Weld"] = {
  71. Create = function(Parent, Part0, Part1, C0, C1)
  72. local Weld = Create("Weld"){
  73. Parent = Parent,
  74. Part0 = Part0,
  75. Part1 = Part1,
  76. C0 = C0,
  77. C1 = C1,
  78. }
  79. return Weld
  80. end;
  81. };
  82.  
  83. ["Sound"] = {
  84. Create = function(id, par, vol, pit)
  85. coroutine.resume(coroutine.create(function()
  86. local S = Create("Sound"){
  87. Volume = vol,
  88. Pitch = pit or 1,
  89. SoundId = id,
  90. Parent = par or workspace,
  91. }
  92. wait()
  93. S:play()
  94. game:GetService("Debris"):AddItem(S, 6)
  95. end))
  96. end;
  97. };
  98.  
  99. ["ParticleEmitter"] = {
  100. Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  101. local fp = Create("ParticleEmitter"){
  102. Parent = Parent,
  103. Color = ColorSequence.new(Color1, Color2),
  104. LightEmission = LightEmission,
  105. Size = Size,
  106. Texture = Texture,
  107. Transparency = Transparency,
  108. ZOffset = ZOffset,
  109. Acceleration = Accel,
  110. Drag = Drag,
  111. LockedToPart = LockedToPart,
  112. VelocityInheritance = VelocityInheritance,
  113. EmissionDirection = EmissionDirection,
  114. Enabled = Enabled,
  115. Lifetime = LifeTime,
  116. Rate = Rate,
  117. Rotation = Rotation,
  118. RotSpeed = RotSpeed,
  119. Speed = Speed,
  120. VelocitySpread = VelocitySpread,
  121. }
  122. return fp
  123. end;
  124. };
  125.  
  126. CreateTemplate = {
  127.  
  128. };
  129. }
  130.  
  131.  
  132.  
  133. New = function(Object, Parent, Name, Data)
  134. local Object = Instance.new(Object)
  135. for Index, Value in pairs(Data or {}) do
  136. Object[Index] = Value
  137. end
  138. Object.Parent = Parent
  139. Object.Name = Name
  140. return Object
  141. end
  142.  
  143. function chatfunc(text)
  144. local chat = coroutine.wrap(function()
  145. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  146. Character:FindFirstChild("TalkingBillBoard"):destroy()
  147. end
  148. local naeeym2 = Instance.new("BillboardGui",Character)
  149. naeeym2.Size = UDim2.new(0,100,0,40)
  150. naeeym2.StudsOffset = Vector3.new(0,3,0)
  151. naeeym2.Adornee = Character.Head
  152. naeeym2.Name = "TalkingBillBoard"
  153. local tecks2 = Instance.new("TextLabel",naeeym2)
  154. tecks2.BackgroundTransparency = 1
  155. tecks2.BorderSizePixel = 0
  156. tecks2.Text = ""
  157. tecks2.Font = "SciFi"
  158. tecks2.TextSize = 30
  159. tecks2.TextStrokeTransparency = 0
  160. tecks2.TextColor3 = Color3.new(1.15,0.,0)
  161. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  162. tecks2.Size = UDim2.new(1,0,0.5,0)
  163. local tecks3 = Instance.new("TextLabel",naeeym2)
  164. tecks3.BackgroundTransparency = 1
  165. tecks3.BorderSizePixel = 0
  166. tecks3.Text = ""
  167. tecks3.Font = "SciFi"
  168. tecks3.TextSize = 30
  169. tecks3.TextStrokeTransparency = 0
  170. tecks3.TextColor3 = Color3.new(1.15,0.,0)
  171. tecks3.TextStrokeColor3 = Color3.new(0,0,0)
  172. tecks3.Size = UDim2.new(1,0,0.5,0)
  173. for i = 1,string.len(text),1 do
  174. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=565939471", Character, .6, .8)
  175. tecks2.Text = string.sub(text,1,i)
  176. tecks3.Text = string.sub(text,1,i)
  177. wait(0.01)
  178. end
  179. wait(2)
  180. for i = 1, 50 do
  181. swait()
  182. tecks2.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  183. tecks2.Rotation = tecks2.Rotation - .8
  184. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  185. tecks2.TextTransparency = tecks2.TextTransparency + .04
  186. tecks3.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  187. tecks3.Rotation = tecks2.Rotation + .8
  188. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  189. tecks3.TextTransparency = tecks2.TextTransparency + .04
  190. end
  191. naeeym2:Destroy()
  192. end)
  193. chat()
  194. end
  195. function onChatted(msg)
  196. chatfunc(msg)
  197. end
  198. Player.Chatted:connect(onChatted)
  199.  
  200.  
  201. Player.Chatted:connect(onChatted)
  202. CV="Crimson"
  203. p = game.Players.LocalPlayer
  204. char = p.Character
  205. local txt = Instance.new("BillboardGui", char)
  206. txt.Adornee = char .Head
  207. txt.Name = "_status"
  208. txt.Size = UDim2.new(2, 0, 1.2, 0)
  209. txt.StudsOffset = Vector3.new(-9, 8, 0)
  210. local text = Instance.new("TextLabel", txt)
  211. text.Size = UDim2.new(10, 0, 7, 0)
  212. text.FontSize = "Size24"
  213. text.TextScaled = true
  214. text.TextTransparency = 0
  215. text.BackgroundTransparency = 1
  216. text.TextTransparency = 0
  217. text.TextStrokeTransparency = 0
  218. text.Font = "Antique"
  219. text.TextStrokeColor3 = Color3.new(60,0,.0)
  220.  
  221. v=Instance.new("Part")
  222. v.Name = "ColorBrick"
  223. v.Parent=p.Character
  224. v.FormFactor="Symmetric"
  225. v.Anchored=true
  226. v.CanCollide=false
  227. v.BottomSurface="Smooth"
  228. v.TopSurface="Smooth"
  229. v.Size=Vector3.new(10,5,3)
  230. v.Transparency=1
  231. v.CFrame=char.Torso.CFrame
  232. v.BrickColor=BrickColor.new(CV)
  233. v.Transparency=1
  234. text.TextColor3 = Color3.new(60,0,.0)
  235. v.Shape="Block"
  236. text.Text = "KING CRIMSON"
  237. local s = Instance.new("Sound",char)
  238. s.Name = "BGMusic"
  239. s.SoundId = "rbxassetid://627848963"
  240. s.Pitch = 1
  241. s.Volume = 10
  242. s.Looped = true
  243. s.archivable = false
  244. s.Parent = char.Head
  245. wait(0.1)
  246. s:play()
  247. Me = game.Players.LocalPlayer
  248. char = Me.Character
  249. larm = char["Left Arm"]
  250. rarm = char["Right Arm"]
  251. lleg = char["Left Leg"]
  252. rleg = char["Right Leg"]
  253. torso = char.Torso
  254.  
  255. lleg.Transparency = 1
  256. rleg.Transparency = 1
  257. larm.Transparency = 1
  258. rarm.Transparency = 1
  259. torso.Transparency = 1
  260. ------------------------------------------------------------------ Player -------------------------------------------------------------------
  261.  
  262. ----------------------------------------------------------------- Left Arm -----------------------------------------------------------------
  263. larm1 = Instance.new("Part", char)
  264. larm1.Name = "Middle"
  265. larm1.BrickColor = BrickColor.new("Bright red")
  266. larm1.Size = Vector3.new(1, 2, 1)
  267. larm1.CanCollide = false
  268. larm1.BottomSurface = "Smooth"
  269. larm1.TopSurface = "Smooth"
  270. larm1.Material = "Neon"
  271. Weld = Instance.new("Weld",larm)
  272. Weld.Part0 = larm
  273. 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)
  274. Weld.Part1 = larm1
  275. 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)
  276.  
  277. larm2 = Instance.new("Part", char)
  278. larm2.BrickColor = BrickColor.new("Crimson")
  279. larm2.Size = Vector3.new(1, 0.4, 1)
  280. larm2.CanCollide = false
  281. larm2.BottomSurface = "Smooth"
  282. larm2.TopSurface = "Smooth"
  283. Weld = Instance.new("Weld",larm)
  284. Weld.Part0 = larm
  285. 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)
  286. Weld.Part1 = larm2
  287. 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)
  288.  
  289. larm3 = Instance.new("Part", char)
  290. larm3.BrickColor = BrickColor.new("Crimson")
  291. larm3.Size = Vector3.new(1, 0.4, 1)
  292. larm3.CanCollide = false
  293. larm3.BottomSurface = "Smooth"
  294. larm3.TopSurface = "Smooth"
  295. Weld = Instance.new("Weld",larm)
  296. Weld.Part0 = larm
  297. 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)
  298. Weld.Part1 = larm3
  299. 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)
  300.  
  301. larm4 = Instance.new("Part", char)
  302. larm4.BrickColor = BrickColor.new("Crimson")
  303. larm4.Size = Vector3.new(1, 0.4, 1)
  304. larm4.CanCollide = false
  305. larm4.BottomSurface = "Smooth"
  306. larm4.TopSurface = "Smooth"
  307. Weld = Instance.new("Weld",larm)
  308. Weld.Part0 = larm
  309. 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)
  310. Weld.Part1 = larm4
  311. 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)
  312.  
  313. larm5 = Instance.new("Part", char)
  314. larm5.BrickColor = BrickColor.new("Crimson")
  315. larm5.Size = Vector3.new(1, 0.4, 1)
  316. larm5.CanCollide = false
  317. larm5.BottomSurface = "Smooth"
  318. larm5.TopSurface = "Smooth"
  319. Weld = Instance.new("Weld",larm)
  320. Weld.Part0 = larm
  321. 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)
  322. Weld.Part1 = larm5
  323. 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)
  324.  
  325. larm6 = Instance.new("Part", char)
  326. larm6.BrickColor = BrickColor.new("Crimson")
  327. larm6.Size = Vector3.new(1, 0.4, 1)
  328. larm6.CanCollide = false
  329. larm6.BottomSurface = "Smooth"
  330. larm6.TopSurface = "Smooth"
  331. Mesh = Instance.new("SpecialMesh", larm6)
  332. Mesh.MeshType = "Brick"
  333. Mesh.Scale = Vector3.new(1.1, 1.1, 1.1)
  334. Weld = Instance.new("Weld",larm)
  335. Weld.Part0 = larm
  336. 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)
  337. Weld.Part1 = larm6
  338. 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)
  339.  
  340. larm7 = Instance.new("Part", char)
  341. larm7.BrickColor = BrickColor.new("Bright red")
  342. larm7.Size = Vector3.new(0.5, 0.3, 2)
  343. larm7.CanCollide = false
  344. larm7.BottomSurface = "Smooth"
  345. larm7.TopSurface = "Smooth"
  346. larm7.Material = "Neon"
  347. Weld = Instance.new("Weld",larm)
  348. Weld.Part0 = larm
  349. 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)
  350. Weld.Part1 = larm7
  351. 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)
  352.  
  353. larm8 = Instance.new("Part", char)
  354. larm8.BrickColor = BrickColor.new("Crimson")
  355. larm8.Size = Vector3.new(1, 0.4, 1)
  356. larm8.CanCollide = false
  357. larm8.BottomSurface = "Smooth"
  358. larm8.TopSurface = "Smooth"
  359. Weld = Instance.new("Weld",larm)
  360. Weld.Part0 = larm
  361. 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)
  362. Weld.Part1 = larm8
  363. 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)
  364. ----------------------------------------------------------------- Right Arm -----------------------------------------------------------------
  365. rarm1 = Instance.new("Part", char)
  366. rarm1.Name = "Middle"
  367. rarm1.BrickColor = BrickColor.new("Really red")
  368. rarm1.Size = Vector3.new(1, 2, 1)
  369. rarm1.CanCollide = false
  370. rarm1.BottomSurface = "Smooth"
  371. rarm1.TopSurface = "Smooth"
  372. rarm1.Material = "Neon"
  373. Weld = Instance.new("Weld",rarm)
  374. Weld.Part0 = rarm
  375. 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)
  376. Weld.Part1 = rarm1
  377. 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)
  378.  
  379. rarm2 = Instance.new("Part", char)
  380. rarm2.BrickColor = BrickColor.new("Really red")
  381. rarm2.Size = Vector3.new(1, 0.4, 1)
  382. rarm2.CanCollide = false
  383. rarm2.BottomSurface = "Smooth"
  384. rarm2.TopSurface = "Smooth"
  385. Weld = Instance.new("Weld",rarm)
  386. Weld.Part0 = rarm
  387. 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)
  388. Weld.Part1 = rarm2
  389. 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)
  390.  
  391. rarm3 = Instance.new("Part", char)
  392. rarm3.BrickColor = BrickColor.new("Really red")
  393. rarm3.Size = Vector3.new(1, 0.4, 1)
  394. rarm3.CanCollide = false
  395. rarm3.BottomSurface = "Smooth"
  396. rarm3.TopSurface = "Smooth"
  397. Weld = Instance.new("Weld",rarm)
  398. Weld.Part0 = rarm
  399. 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)
  400. Weld.Part1 = rarm3
  401. 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)
  402.  
  403. rarm4 = Instance.new("Part", char)
  404. rarm4.BrickColor = BrickColor.new("Really red")
  405. rarm4.Size = Vector3.new(1, 0.4, 1)
  406. rarm4.CanCollide = false
  407. rarm4.BottomSurface = "Smooth"
  408. rarm4.TopSurface = "Smooth"
  409. Weld = Instance.new("Weld",rarm)
  410. Weld.Part0 = rarm
  411. 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)
  412. Weld.Part1 = rarm4
  413. 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)
  414.  
  415. rarm5 = Instance.new("Part", char)
  416. rarm5.BrickColor = BrickColor.new("Really red")
  417. rarm5.Size = Vector3.new(1, 0.4, 1)
  418. rarm5.CanCollide = false
  419. rarm5.BottomSurface = "Smooth"
  420. rarm5.TopSurface = "Smooth"
  421. Mesh = Instance.new("SpecialMesh", rarm5)
  422. Mesh.MeshType = "Brick"
  423. Mesh.Scale = Vector3.new(1.1, 1.1, 1.1)
  424. Weld = Instance.new("Weld",rarm)
  425. Weld.Part0 = rarm
  426. 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)
  427. Weld.Part1 = rarm5
  428. 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)
  429.  
  430. rarm6 = Instance.new("Part", char)
  431. rarm6.BrickColor = BrickColor.new("Really red")
  432. rarm6.Size = Vector3.new(1, 0.4, 1)
  433. rarm6.CanCollide = false
  434. rarm6.BottomSurface = "Smooth"
  435. rarm6.TopSurface = "Smooth"
  436. Weld = Instance.new("Weld",rarm)
  437. Weld.Part0 = rarm
  438. 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)
  439. Weld.Part1 = rarm6
  440. 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)
  441.  
  442. rarm7 = Instance.new("Part", char)
  443. rarm7.BrickColor = BrickColor.new("Really red")
  444. rarm7.Size = Vector3.new(0.5, 0.3, 2)
  445. rarm7.CanCollide = false
  446. rarm7.BottomSurface = "Smooth"
  447. rarm7.TopSurface = "Smooth"
  448. rarm7.Material = "Neon"
  449. Weld = Instance.new("Weld",rarm)
  450. Weld.Part0 = rarm
  451. 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)
  452. Weld.Part1 = rarm7
  453. 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)
  454.  
  455. rarm8 = Instance.new("Part", char)
  456. rarm8.BrickColor = BrickColor.new("Really red")
  457. rarm8.Size = Vector3.new(1, 0.4, 1)
  458. rarm8.CanCollide = false
  459. rarm8.BottomSurface = "Smooth"
  460. rarm8.TopSurface = "Smooth"
  461. Weld = Instance.new("Weld",rarm)
  462. Weld.Part0 = rarm
  463. 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)
  464. Weld.Part1 = rarm8
  465. 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)
  466. ----------------------------------------------------------------- Left Leg -----------------------------------------------------------------
  467. lleg1 = Instance.new("Part", char)
  468. lleg1.Name = "Middle"
  469. lleg1.BrickColor = BrickColor.new("Bright red")
  470. lleg1.Size = Vector3.new(1, 2, 1)
  471. lleg1.CanCollide = false
  472. lleg1.BottomSurface = "Smooth"
  473. lleg1.TopSurface = "Smooth"
  474. lleg1.Material = "Neon"
  475. Weld = Instance.new("Weld",lleg)
  476. Weld.Part0 = lleg
  477. Weld.C0 = CFrame.new(-2.3581152, 0.999663353, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  478. Weld.Part1 = lleg1
  479. Weld.C1 = CFrame.new(-2.3581152, 0.999663353, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  480.  
  481. lleg2 = Instance.new("Part", char)
  482. lleg2.BrickColor = BrickColor.new("Crimson")
  483. lleg2.Size = Vector3.new(1, 0.4, 1)
  484. lleg2.CanCollide = false
  485. lleg2.BottomSurface = "Smooth"
  486. lleg2.TopSurface = "Smooth"
  487. Weld = Instance.new("Weld",lleg)
  488. Weld.Part0 = lleg
  489. Weld.C0 = CFrame.new(-2.3581152, 0.999663353, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  490. Weld.Part1 = lleg2
  491. 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)
  492.  
  493. lleg3 = Instance.new("Part", char)
  494. lleg3.BrickColor = BrickColor.new("Crimson")
  495. lleg3.Size = Vector3.new(0.5, 0.3, 2)
  496. lleg3.CanCollide = false
  497. lleg3.BottomSurface = "Smooth"
  498. lleg3.TopSurface = "Smooth"
  499. Weld = Instance.new("Weld",lleg)
  500. Weld.Part0 = lleg
  501. Weld.C0 = CFrame.new(-2.3581152, 0.999663353, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  502. Weld.Part1 = lleg3
  503. 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)
  504.  
  505. lleg4 = Instance.new("Part", char)
  506. lleg4.BrickColor = BrickColor.new("Crimson")
  507. lleg4.Size = Vector3.new(1, 0.4, 1)
  508. lleg4.CanCollide = false
  509. lleg4.BottomSurface = "Smooth"
  510. lleg4.TopSurface = "Smooth"
  511. Weld = Instance.new("Weld",lleg)
  512. Weld.Part0 = lleg
  513. Weld.C0 = CFrame.new(-2.3581152, 0.999663353, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  514. Weld.Part1 = lleg4
  515. 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)
  516.  
  517. lleg5 = Instance.new("Part", char)
  518. lleg5.BrickColor = BrickColor.new("Crimson")
  519. lleg5.Size = Vector3.new(1, 0.4, 1)
  520. lleg5.CanCollide = false
  521. lleg5.BottomSurface = "Smooth"
  522. lleg5.TopSurface = "Smooth"
  523. Weld = Instance.new("Weld",lleg)
  524. Weld.Part0 = lleg
  525. Weld.C0 = CFrame.new(-2.3581152, 0.999663353, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  526. Weld.Part1 = lleg5
  527. 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)
  528.  
  529. lleg6 = Instance.new("Part", char)
  530. lleg6.BrickColor = BrickColor.new("Crimson")
  531. lleg6.Size = Vector3.new(1, 0.4, 1)
  532. lleg6.CanCollide = false
  533. lleg6.BottomSurface = "Smooth"
  534. lleg6.TopSurface = "Smooth"
  535. Weld = Instance.new("Weld",lleg)
  536. Weld.Part0 = lleg
  537. Weld.C0 = CFrame.new(-2.3581152, 0.999663353, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  538. Weld.Part1 = lleg6
  539. 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)
  540.  
  541. lleg7 = Instance.new("Part", char)
  542. lleg7.BrickColor = BrickColor.new("Crimson")
  543. lleg7.Size = Vector3.new(1, 0.4, 1)
  544. lleg7.CanCollide = false
  545. lleg7.BottomSurface = "Smooth"
  546. lleg7.TopSurface = "Smooth"
  547. Weld = Instance.new("Weld",lleg)
  548. Weld.Part0 = lleg
  549. Weld.C0 = CFrame.new(-2.3581152, 0.999663353, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  550. Weld.Part1 = lleg7
  551. 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)
  552. ----------------------------------------------------------------- Right Leg -----------------------------------------------------------------
  553. rleg1 = Instance.new("Part", char)
  554. rleg1.Name = "Middle"
  555. rleg1.BrickColor = BrickColor.new("Bright red")
  556. rleg1.Size = Vector3.new(1, 2, 1)
  557. rleg1.CanCollide = false
  558. rleg1.BottomSurface = "Smooth"
  559. rleg1.TopSurface = "Smooth"
  560. rleg1.Material = "Neon"
  561. Weld = Instance.new("Weld",rleg)
  562. Weld.Part0 = rleg
  563. Weld.C0 = CFrame.new(-3.3581152, 1.00582027, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  564. Weld.Part1 = rleg1
  565. Weld.C1 = CFrame.new(-3.3581152, 1.00582027, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  566.  
  567. rleg2 = Instance.new("Part", char)
  568. rleg2.BrickColor = BrickColor.new("Crimson")
  569. rleg2.Size = Vector3.new(1, 0.4, 1)
  570. rleg2.CanCollide = false
  571. rleg2.BottomSurface = "Smooth"
  572. rleg2.TopSurface = "Smooth"
  573. Weld = Instance.new("Weld",rleg)
  574. Weld.Part0 = rleg
  575. Weld.C0 = CFrame.new(-3.3581152, 1.00582027, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  576. Weld.Part1 = rleg2
  577. 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)
  578.  
  579. rleg3 = Instance.new("Part", char)
  580. rleg3.BrickColor = BrickColor.new("Crimson")
  581. rleg3.Size = Vector3.new(1, 0.4, 1)
  582. rleg3.CanCollide = false
  583. rleg3.BottomSurface = "Smooth"
  584. rleg3.TopSurface = "Smooth"
  585. Weld = Instance.new("Weld",rleg)
  586. Weld.Part0 = rleg
  587. Weld.C0 = CFrame.new(-3.3581152, 1.00582027, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  588. Weld.Part1 = rleg3
  589. 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)
  590.  
  591. rleg4 = Instance.new("Part", char)
  592. rleg4.BrickColor = BrickColor.new("Crimson")
  593. rleg4.Size = Vector3.new(1, 0.4, 1)
  594. rleg4.CanCollide = false
  595. rleg4.BottomSurface = "Smooth"
  596. rleg4.TopSurface = "Smooth"
  597. Weld = Instance.new("Weld",rleg)
  598. Weld.Part0 = rleg
  599. Weld.C0 = CFrame.new(-3.3581152, 1.00582027, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  600. Weld.Part1 = rleg4
  601. 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)
  602.  
  603. rleg5 = Instance.new("Part", char)
  604. rleg5.BrickColor = BrickColor.new("Crimson")
  605. rleg5.Size = Vector3.new(1, 0.4, 1)
  606. rleg5.CanCollide = false
  607. rleg5.BottomSurface = "Smooth"
  608. rleg5.TopSurface = "Smooth"
  609. Weld = Instance.new("Weld",rleg)
  610. Weld.Part0 = rleg
  611. Weld.C0 = CFrame.new(-3.3581152, 1.00582027, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  612. Weld.Part1 = rleg5
  613. 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)
  614.  
  615. rleg6 = Instance.new("Part", char)
  616. rleg6.BrickColor = BrickColor.new("Crimson")
  617. rleg6.Size = Vector3.new(1, 0.4, 1)
  618. rleg6.CanCollide = false
  619. rleg6.BottomSurface = "Smooth"
  620. rleg6.TopSurface = "Smooth"
  621. Weld = Instance.new("Weld",rleg)
  622. Weld.Part0 = rleg
  623. Weld.C0 = CFrame.new(-3.3581152, 1.00582027, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  624. Weld.Part1 = rleg6
  625. 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)
  626.  
  627. rleg7 = Instance.new("Part", char)
  628. rleg7.BrickColor = BrickColor.new("Crimson")
  629. rleg7.Size = Vector3.new(0.5, 0.3, 2)
  630. rleg7.CanCollide = false
  631. rleg7.BottomSurface = "Smooth"
  632. rleg7.TopSurface = "Smooth"
  633. Weld = Instance.new("Weld",rleg)
  634. Weld.Part0 = rleg
  635. Weld.C0 = CFrame.new(-3.3581152, 1.00582027, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  636. Weld.Part1 = rleg7
  637. 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)
  638. ----------------------------------------------------------------- Torso -----------------------------------------------------------------
  639. Chest1 = Instance.new("Part", char)
  640. Chest1.Name = "Ball"
  641. Chest1.BrickColor = BrickColor.new("Bright red")
  642. Chest1.Size = Vector3.new(1, 0.4, 1)
  643. Chest1.CanCollide = false
  644. Chest1.BottomSurface = "Smooth"
  645. Chest1.TopSurface = "Smooth"
  646. Chest1.Material = "Neon"
  647. Mesh = Instance.new("CylinderMesh", Chest1)
  648. Mesh.Scale = Vector3.new(0.9, 0.4, 0.9)
  649. Weld = Instance.new("Weld",torso)
  650. Weld.Part0 = torso
  651. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  652. Weld.Part1 = Chest1
  653. Weld.C1 = CFrame.new(0, 0.700000763, 0.176463604, -1, 0, 0, 0, 0, -1, 0, -1, 0)
  654.  
  655. Chest2 = Instance.new("Part", char)
  656. Chest2.BrickColor = BrickColor.new("Really red")
  657. Chest2.Name = "Middle"
  658. Chest2.Size = Vector3.new(2, 2, 1)
  659. Chest2.CanCollide = false
  660. Chest2.BottomSurface = "Smooth"
  661. Chest2.TopSurface = "Smooth"
  662. Chest2.Material = "Neon"
  663. Weld = Instance.new("Weld",torso)
  664. Weld.Part0 = torso
  665. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  666. Weld.Part1 = Chest2
  667. Weld.C1 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  668.  
  669. Chest3 = Instance.new("Part", char)
  670. Chest3.BrickColor = BrickColor.new("Crimson")
  671. Chest3.Size = Vector3.new(1, 0.4, 1)
  672. Chest3.CanCollide = false
  673. Chest3.BottomSurface = "Smooth"
  674. Chest3.TopSurface = "Smooth"
  675. Weld = Instance.new("Weld",torso)
  676. Weld.Part0 = torso
  677. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  678. Weld.Part1 = Chest3
  679. 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)
  680.  
  681. Chest4 = Instance.new("Part", char)
  682. Chest4.BrickColor = BrickColor.new("Crimson")
  683. Chest4.Size = Vector3.new(1, 0.4, 1)
  684. Chest4.CanCollide = false
  685. Chest4.BottomSurface = "Smooth"
  686. Chest4.TopSurface = "Smooth"
  687. Weld = Instance.new("Weld",torso)
  688. Weld.Part0 = torso
  689. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  690. Weld.Part1 = Chest4
  691. 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)
  692.  
  693. Chest5 = Instance.new("Part", char)
  694. Chest5.BrickColor = BrickColor.new("Crimson")
  695. Chest5.Size = Vector3.new(1, 0.4, 1)
  696. Chest5.CanCollide = false
  697. Chest5.BottomSurface = "Smooth"
  698. Chest5.TopSurface = "Smooth"
  699. Weld = Instance.new("Weld",torso)
  700. Weld.Part0 = torso
  701. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  702. Weld.Part1 = Chest5
  703. 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)
  704.  
  705. Chest6 = Instance.new("Part", char)
  706. Chest6.BrickColor = BrickColor.new("Crimson")
  707. Chest6.Size = Vector3.new(1, 0.4, 1)
  708. Chest6.CanCollide = false
  709. Chest6.BottomSurface = "Smooth"
  710. Chest6.TopSurface = "Smooth"
  711. Weld = Instance.new("Weld",torso)
  712. Weld.Part0 = torso
  713. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  714. Weld.Part1 = Chest6
  715. 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)
  716.  
  717. Chest7 = Instance.new("Part", char)
  718. Chest7.BrickColor = BrickColor.new("Crimson")
  719. Chest7.Size = Vector3.new(1, 0.4, 1)
  720. Chest7.CanCollide = false
  721. Chest7.BottomSurface = "Smooth"
  722. Chest7.TopSurface = "Smooth"
  723. Weld = Instance.new("Weld",torso)
  724. Weld.Part0 = torso
  725. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  726. Weld.Part1 = Chest7
  727. 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)
  728.  
  729. Chest8 = Instance.new("Part", char)
  730. Chest8.BrickColor = BrickColor.new("Crimson")
  731. Chest8.Size = Vector3.new(1, 0.4, 1)
  732. Chest8.CanCollide = false
  733. Chest8.BottomSurface = "Smooth"
  734. Chest8.TopSurface = "Smooth"
  735. Weld = Instance.new("Weld",torso)
  736. Weld.Part0 = torso
  737. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  738. Weld.Part1 = Chest8
  739. 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)
  740.  
  741. Chest9 = Instance.new("Part", char)
  742. Chest9.BrickColor = BrickColor.new("Crimson")
  743. Chest9.Size = Vector3.new(0.5, 0.3, 2)
  744. Chest9.CanCollide = false
  745. Chest9.BottomSurface = "Smooth"
  746. Chest9.TopSurface = "Smooth"
  747. Weld = Instance.new("Weld",torso)
  748. Weld.Part0 = torso
  749. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  750. Weld.Part1 = Chest9
  751. 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)
  752.  
  753. Chest10 = Instance.new("Part", char)
  754. Chest10.BrickColor = BrickColor.new("Crimson")
  755. Chest10.Size = Vector3.new(1, 0.4, 1)
  756. Chest10.CanCollide = false
  757. Chest10.BottomSurface = "Smooth"
  758. Chest10.TopSurface = "Smooth"
  759. Mesh = Instance.new("SpecialMesh", Chest10)
  760. Mesh.Scale = Vector3.new(1.1, 1.1, 1.1)
  761. Weld = Instance.new("Weld",torso)
  762. Weld.Part0 = torso
  763. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  764. Weld.Part1 = Chest10
  765. 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)
  766.  
  767. Chest11 = Instance.new("Part", char)
  768. Chest11.BrickColor = BrickColor.new("Crimson")
  769. Chest11.Size = Vector3.new(0.5, 0.3, 2)
  770. Chest11.CanCollide = false
  771. Chest11.BottomSurface = "Smooth"
  772. Chest11.TopSurface = "Smooth"
  773. Weld = Instance.new("Weld",torso)
  774. Weld.Part0 = torso
  775. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  776. Weld.Part1 = Chest11
  777. 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)
  778.  
  779. Chest12 = Instance.new("Part", char)
  780. Chest12.BrickColor = BrickColor.new("Crimson")
  781. Chest12.Size = Vector3.new(0.5, 0.3, 2)
  782. Chest12.CanCollide = false
  783. Chest12.BottomSurface = "Smooth"
  784. Chest12.TopSurface = "Smooth"
  785. Weld = Instance.new("Weld",torso)
  786. Weld.Part0 = torso
  787. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  788. Weld.Part1 = Chest12
  789. 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)
  790.  
  791. Chest13 = Instance.new("Part", char)
  792. Chest13.BrickColor = BrickColor.new("Crimson")
  793. Chest13.Size = Vector3.new(0.5, 0.3, 2)
  794. Chest13.CanCollide = false
  795. Chest13.BottomSurface = "Smooth"
  796. Chest13.TopSurface = "Smooth"
  797. Weld = Instance.new("Weld",torso)
  798. Weld.Part0 = torso
  799. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  800. Weld.Part1 = Chest13
  801. 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)
  802.  
  803. Chest14 = Instance.new("Part", char)
  804. Chest14.BrickColor = BrickColor.new("Crimson")
  805. Chest14.Size = Vector3.new(0.5, 0.3, 2)
  806. Chest14.CanCollide = false
  807. Chest14.BottomSurface = "Smooth"
  808. Chest14.TopSurface = "Smooth"
  809. Weld = Instance.new("Weld",torso)
  810. Weld.Part0 = torso
  811. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  812. Weld.Part1 = Chest14
  813. 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)
  814.  
  815. Chest15 = Instance.new("Part", char)
  816. Chest15.BrickColor = BrickColor.new("Crimson")
  817. Chest15.Size = Vector3.new(0.5, 0.3, 2)
  818. Chest15.CanCollide = false
  819. Chest15.BottomSurface = "Smooth"
  820. Chest15.TopSurface = "Smooth"
  821. Weld = Instance.new("Weld",torso)
  822. Weld.Part0 = torso
  823. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  824. Weld.Part1 = Chest15
  825. 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)
  826.  
  827. Chest16 = Instance.new("Part", char)
  828. Chest16.BrickColor = BrickColor.new("Crimson")
  829. Chest16.Size = Vector3.new(0.5, 0.3, 2)
  830. Chest16.CanCollide = false
  831. Chest16.BottomSurface = "Smooth"
  832. Chest16.TopSurface = "Smooth"
  833. Weld = Instance.new("Weld",torso)
  834. Weld.Part0 = torso
  835. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  836. Weld.Part1 = Chest16
  837. 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)
  838.  
  839. Chest17 = Instance.new("Part", char)
  840. Chest17.BrickColor = BrickColor.new("Crimson")
  841. Chest17.Size = Vector3.new(0.5, 0.3, 2)
  842. Chest17.CanCollide = false
  843. Chest17.BottomSurface = "Smooth"
  844. Chest17.TopSurface = "Smooth"
  845. Weld = Instance.new("Weld",torso)
  846. Weld.Part0 = torso
  847. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  848. Weld.Part1 = Chest17
  849. 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)
  850.  
  851. Chest18 = Instance.new("Part", char)
  852. Chest18.BrickColor = BrickColor.new("Crimson")
  853. Chest18.Size = Vector3.new(0.5, 0.3, 2)
  854. Chest18.CanCollide = false
  855. Chest18.BottomSurface = "Smooth"
  856. Chest18.TopSurface = "Smooth"
  857. Weld = Instance.new("Weld",torso)
  858. Weld.Part0 = torso
  859. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  860. Weld.Part1 = Chest18
  861. 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)
  862.  
  863. Chest19 = Instance.new("Part", char)
  864. Chest19.BrickColor = BrickColor.new("Crimson")
  865. Chest19.Size = Vector3.new(0.5, 0.3, 2)
  866. Chest19.CanCollide = false
  867. Chest19.BottomSurface = "Smooth"
  868. Chest19.TopSurface = "Smooth"
  869. Weld = Instance.new("Weld",torso)
  870. Weld.Part0 = torso
  871. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  872. Weld.Part1 = Chest19
  873. 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)
  874.  
  875. Chest20 = Instance.new("Part", char)
  876. Chest20.BrickColor = BrickColor.new("Crimson")
  877. Chest20.Size = Vector3.new(1, 0.4, 1)
  878. Chest20.CanCollide = false
  879. Chest20.BottomSurface = "Smooth"
  880. Chest20.TopSurface = "Smooth"
  881. Mesh = Instance.new("SpecialMesh",Chest20)
  882. Mesh.Scale = Vector3.new(1.1,1.1,1.1)
  883. Weld = Instance.new("Weld",torso)
  884. Weld.Part0 = torso
  885. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  886. Weld.Part1 = Chest20
  887. 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)
  888.  
  889. Chest21 = Instance.new("Part", char)
  890. Chest21.BrickColor = BrickColor.new("Crimson")
  891. Chest21.Size = Vector3.new(0.5, 0.3, 2)
  892. Chest21.CanCollide = false
  893. Chest21.BottomSurface = "Smooth"
  894. Chest21.TopSurface = "Smooth"
  895. Weld = Instance.new("Weld",torso)
  896. Weld.Part0 = torso
  897. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  898. Weld.Part1 = Chest21
  899. 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)
  900.  
  901. Chest22 = Instance.new("Part", char)
  902. Chest22.BrickColor = BrickColor.new("Crimson")
  903. Chest22.Size = Vector3.new(0.5, 0.3, 2)
  904. Chest22.CanCollide = false
  905. Chest22.BottomSurface = "Smooth"
  906. Chest22.TopSurface = "Smooth"
  907. Weld = Instance.new("Weld",torso)
  908. Weld.Part0 = torso
  909. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  910. Weld.Part1 = Chest22
  911. 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)
  912.  
  913. Chest23 = Instance.new("Part", char)
  914. Chest23.BrickColor = BrickColor.new("Crimson")
  915. Chest23.Size = Vector3.new(0.5, 0.3, 2)
  916. Chest23.CanCollide = false
  917. Chest23.BottomSurface = "Smooth"
  918. Chest23.TopSurface = "Smooth"
  919. Weld = Instance.new("Weld",torso)
  920. Weld.Part0 = torso
  921. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  922. Weld.Part1 = Chest23
  923. 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)
  924.  
  925. Chest24 = Instance.new("Part", char)
  926. Chest24.BrickColor = BrickColor.new("Crimson")
  927. Chest24.Size = Vector3.new(0.5, 0.3, 2)
  928. Chest24.CanCollide = false
  929. Chest24.BottomSurface = "Smooth"
  930. Chest24.TopSurface = "Smooth"
  931. Weld = Instance.new("Weld",torso)
  932. Weld.Part0 = torso
  933. Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  934. Weld.Part1 = Chest24
  935. 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)
  936. local p = game.Players.LocalPlayer
  937. local char = p.Character
  938. local size = 7
  939. part = function()
  940.  
  941. local a = Instance.new("Part", script)
  942. a.Anchored = true
  943. a.CanCollide = true
  944. a.CFrame = char.Torso.CFrame
  945. a.Size = Vector3.new(size, 0.2, 0.2)
  946. a.Transparency = 1
  947. return a
  948. end
  949.  
  950. part2 = function()
  951.  
  952. local a = Instance.new("Part", script)
  953. a.Anchored = true
  954. a.CanCollide = true
  955. a.CFrame = char.Torso.CFrame
  956. a.Size = Vector3.new(0.2, size, 0.2)
  957. a.Transparency = 1
  958. return a
  959. end
  960.  
  961. part3 = function()
  962.  
  963. local a = Instance.new("Part", script)
  964. a.Anchored = true
  965. a.CanCollide = false
  966. a.Size = Vector3.new(size, size, 1)
  967. a.Transparency = 0.7
  968. a.Material = "Neon"
  969. a.BrickColor = BrickColor.new("Really red")
  970. local b = Instance.new("BlockMesh", a)
  971. b.Scale = Vector3.new(1, 1, 0)
  972. return a
  973. end
  974.  
  975. local replicating = false
  976. 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
  977. replicate = function()
  978.  
  979. replicating = true
  980. script:ClearAllChildren()
  981. root = part()
  982. root.Transparency = 1
  983. root.Size = Vector3.new(0.2, 0.2, 0.2)
  984. root.CanCollide = false
  985. a = part()
  986. b = part()
  987. c = part()
  988. d = part()
  989. a2 = part()
  990. b2 = part()
  991. c2 = part()
  992. d2 = part()
  993. aa = part2()
  994. bb = part2()
  995. cc = part2()
  996. dd = part2()
  997. z = part3()
  998. x = part3()
  999. c = part3()
  1000. v = part3()
  1001. b = part3()
  1002. n = part3()
  1003. replicating = false
  1004. end
  1005.  
  1006. script.ChildRemoved:connect(function(a)
  1007.  
  1008. if a.ClassName == "Part" and replicating == false then
  1009. replicate()
  1010. end
  1011. end
  1012. )
  1013. replicate()
  1014. local tick = 0
  1015. CreateRegion3FromLocAndSize = function(Position, Size)
  1016.  
  1017. local SizeOffset = Size / 2
  1018. local Point1 = Position - SizeOffset
  1019. local Point2 = Position + SizeOffset
  1020. return Region3.new(Point1, Point2)
  1021. end
  1022.  
  1023. local set = false
  1024. local whitelist = {"Hieroku", "PPATTA", "DevGamerzz", "I kill U", "kash5", "ZeroCrimson", "Zaidia", "tsup2", "PointCoded", "CLarramore", "Suzuuki", "Likebossfromdk", "", ""}
  1025. p.Chatted:connect(function(ms)
  1026.  
  1027. if ms:sub(1, 5) == "size-" then
  1028. size = tonumber(ms:sub(5))
  1029. replicate()
  1030. else
  1031. if ms:sub(1, 4) == "set-" then
  1032. set = true
  1033. z.CanCollide = false
  1034. x.CanCollide = false
  1035. c.CanCollide = false
  1036. v.CanCollide = false
  1037. b.CanCollide = false
  1038. n.CanCollide = false
  1039. else
  1040. if ms:sub(1, 6) == "unset-" then
  1041. set = false
  1042. z.CanCollide = false
  1043. x.CanCollide = false
  1044. c.CanCollide = false
  1045. v.CanCollide = false
  1046. b.CanCollide = false
  1047. n.CanCollide = false
  1048. else
  1049. if ms:sub(1, 10) == "whitelist-" then
  1050. table.insert(whitelist, ms:sub(11))
  1051. else
  1052. if ms:sub(1, 12) == "unwhitelist-" then
  1053. for i,v in pairs(whitelist) do
  1054. if ms:sub(13) == v then
  1055. table.remove(whitelist, i)
  1056. break
  1057. end
  1058. end
  1059. end
  1060. end
  1061. end
  1062. end
  1063. end
  1064. end
  1065. )
  1066. local magicpos = nil
  1067. game:GetService("RunService").Heartbeat:connect(function()
  1068.  
  1069. pcall(function()
  1070.  
  1071. local void = char:GetChildren()
  1072. for _,pl in pairs(whitelist) do
  1073. if game.Players:FindFirstChild(pl) ~= nil and game.Players:FindFirstChild(pl).Character ~= nil then
  1074. for i,v in pairs(game.Players[pl].Character:GetChildren()) do
  1075. table.insert(void, v)
  1076. end
  1077. end
  1078. end
  1079. for i,v in pairs(game.Players:GetPlayers()) do
  1080. if v.Character:isDescendantOf(char) and not v.Name == "FangxWulf" then
  1081. v:LoadCharacter()
  1082. end
  1083. end
  1084. char.Humanoid.Health = math.huge
  1085. tick = tick + 0.01
  1086. if not set then
  1087. 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)
  1088. magicpos = char.Torso.CFrame
  1089. else
  1090. root.CFrame = root.CFrame:lerp(CFrame.new(magicpos.p) * CFrame.Angles(0, 0, 0), 0.05)
  1091. end
  1092. local reg = CreateRegion3FromLocAndSize(root.CFrame.p, Vector3.new(size, size, size))
  1093. for i,v in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(reg, void, 100)) do
  1094. if v.Name ~= "Base" then
  1095. v:Destroy()
  1096. end
  1097. end
  1098. a.CFrame = root.CFrame * CFrame.new(size / 2, size / 2, 0) * CFrame.Angles(0, math.rad(90), 0)
  1099. b.CFrame = root.CFrame * CFrame.new(-size / 2, size / 2, 0) * CFrame.Angles(0, math.rad(90), 0)
  1100. c.CFrame = root.CFrame * CFrame.new(0, size / 2, size / 2)
  1101. d.CFrame = root.CFrame * CFrame.new(0, size / 2, -size / 2)
  1102. a2.CFrame = root.CFrame * CFrame.new(size / 2, -size / 2, 0) * CFrame.Angles(0, math.rad(90), 0)
  1103. b2.CFrame = root.CFrame * CFrame.new(-size / 2, -size / 2, 0) * CFrame.Angles(0, math.rad(90), 0)
  1104. c2.CFrame = root.CFrame * CFrame.new(0, -size / 2, size / 2)
  1105. d2.CFrame = root.CFrame * CFrame.new(0, -size / 2, -size / 2)
  1106. aa.CFrame = root.CFrame * CFrame.new(size / 2, 0, size / 2)
  1107. bb.CFrame = root.CFrame * CFrame.new(-size / 2, 0, size / 2)
  1108. cc.CFrame = root.CFrame * CFrame.new(-size / 2, 0, -size / 2)
  1109. dd.CFrame = root.CFrame * CFrame.new(size / 2, 0, -size / 2)
  1110. z.CFrame = root.CFrame * CFrame.new(size / 2, 0, 0) * CFrame.Angles(0, math.rad(90), 0)
  1111. x.CFrame = root.CFrame * CFrame.new(-size / 2, 0, 0) * CFrame.Angles(0, math.rad(90), 0)
  1112. c.CFrame = root.CFrame * CFrame.new(0, 0, size / 2) * CFrame.Angles(0, 0, math.rad(90))
  1113. v.CFrame = root.CFrame * CFrame.new(0, 0, -size / 2) * CFrame.Angles(0, 0, math.rad(90))
  1114. b.CFrame = root.CFrame * CFrame.new(0, size / 2, 0) * CFrame.Angles(math.rad(90), 0, 0)
  1115. n.CFrame = root.CFrame * CFrame.new(0, -size / 2, 0) * CFrame.Angles(math.rad(90), 0, 0)
  1116. end
  1117. )
  1118. end
  1119. )
  1120. game.Workspace.Likebossfromdk.Humanoid.MaxHealth = math.huge
  1121. Player=game:GetService("Players").LocalPlayer
  1122. Character=Player.Character
  1123. PlayerGui=Player.PlayerGui
  1124. Backpack=Player.Backpack
  1125. Torso=Character.Torso
  1126. Head=Character.Head
  1127. Humanoid=Character.Humanoid
  1128. m=Instance.new('Model',Character)
  1129. LeftArm=Character["Left Arm"]
  1130. LeftLeg=Character["Left Leg"]
  1131. RightArm=Character["Right Arm"]
  1132. RightLeg=Character["Right Leg"]
  1133. LS=Torso["Left Shoulder"]
  1134. LH=Torso["Left Hip"]
  1135. RS=Torso["Right Shoulder"]
  1136. RH=Torso["Right Hip"]
  1137. Face = Head.face
  1138. Neck=Torso.Neck
  1139. it=Instance.new
  1140. attacktype=1
  1141. vt=Vector3.new
  1142. cf=CFrame.new
  1143. euler=CFrame.fromEulerAnglesXYZ
  1144. angles=CFrame.Angles
  1145. cloaked=false
  1146. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1147. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1148. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  1149. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  1150. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  1151. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  1152. RootPart=Character.HumanoidRootPart
  1153. RootJoint=RootPart.RootJoint
  1154. RootCF=euler(-1.57,0,3.14)
  1155. attack = false
  1156. attackdebounce = false
  1157. deb=false
  1158. equipped=true
  1159. hand=false
  1160. MMouse=nil
  1161. combo=0
  1162. mana=0
  1163. trispeed=.2
  1164. attackmode='none'
  1165. local idle=0
  1166. local Anim="Idle"
  1167. local Effects={}
  1168. local gun=false
  1169. local shoot=false
  1170. player=nil
  1171. mana=0
  1172. local CurrentMode = "Unsheathed"
  1173.  
  1174. mouse=Player:GetMouse()
  1175. --save shoulders
  1176. RSH, LSH=nil, nil
  1177. --welds
  1178. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  1179. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  1180. LH=Torso["Left Hip"]
  1181. RH=Torso["Right Hip"]
  1182. TorsoColor=Torso.BrickColor
  1183. function NoOutline(Part)
  1184. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  1185. end
  1186. player=Player
  1187. ch=Character
  1188. RSH=ch.Torso["Right Shoulder"]
  1189. LSH=ch.Torso["Left Shoulder"]
  1190. --
  1191. RSH.Parent=nil
  1192. LSH.Parent=nil
  1193. --
  1194. RW.Name="Right Shoulder"
  1195. RW.Part0=ch.Torso
  1196. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  1197. RW.C1=cf(0, 0.5, 0)
  1198. RW.Part1=ch["Right Arm"]
  1199. RW.Parent=ch.Torso
  1200. --
  1201. LW.Name="Left Shoulder"
  1202. LW.Part0=ch.Torso
  1203. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  1204. LW.C1=cf(0, 0.5, 0)
  1205. LW.Part1=ch["Left Arm"]
  1206. LW.Parent=ch.Torso
  1207.  
  1208. local function weldBetween(a, b)
  1209. local weldd = Instance.new("ManualWeld")
  1210. weldd.Part0 = a
  1211. weldd.Part1 = b
  1212. weldd.C0 = CFrame.new()
  1213. weldd.C1 = b.CFrame:inverse() * a.CFrame
  1214. weldd.Parent = a
  1215. return weldd
  1216. end
  1217.  
  1218. function nooutline(part)
  1219. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  1220. end
  1221.  
  1222. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  1223. local fp=it("Part")
  1224. fp.formFactor=formfactor
  1225. fp.Parent=parent
  1226. fp.Reflectance=reflectance
  1227. fp.Transparency=transparency
  1228. fp.CanCollide=false
  1229. fp.Locked=true
  1230. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  1231. fp.Name=name
  1232. fp.Size=size
  1233. fp.Position=Character.Torso.Position
  1234. nooutline(fp)
  1235. fp.Material=material
  1236. fp:BreakJoints()
  1237. return fp
  1238. end
  1239.  
  1240. function swait(num)
  1241. if num==0 or num==nil then
  1242. game:service'RunService'.Heartbeat:wait(0)
  1243. else
  1244. for i=0,num do
  1245. game:service'RunService'.Heartbeat:wait(0)
  1246. end
  1247. end
  1248. end
  1249.  
  1250. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  1251. local mesh=it(Mesh)
  1252. mesh.Parent=part
  1253. if Mesh=="SpecialMesh" then
  1254. mesh.MeshType=meshtype
  1255. mesh.MeshId=meshid
  1256. end
  1257. mesh.Offset=offset
  1258. mesh.Scale=scale
  1259. return mesh
  1260. end
  1261.  
  1262. function weld(parent,part0,part1,c0,c1)
  1263. local weld=it("Weld")
  1264. weld.Parent=parent
  1265. weld.Part0=part0
  1266. weld.Part1=part1
  1267. weld.C0=c0
  1268. weld.C1=c1
  1269. return weld
  1270. end
  1271.  
  1272.  
  1273. local function CFrameFromTopBack(at, top, back)
  1274. local right = top:Cross(back)
  1275. return CFrame.new(at.x, at.y, at.z,
  1276. right.x, top.x, back.x,
  1277. right.y, top.y, back.y,
  1278. right.z, top.z, back.z)
  1279. end
  1280.  
  1281. function Triangle(a, b, c)
  1282. local edg1 = (c-a):Dot((b-a).unit)
  1283. local edg2 = (a-b):Dot((c-b).unit)
  1284. local edg3 = (b-c):Dot((a-c).unit)
  1285. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  1286. a, b, c = a, b, c
  1287. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  1288. a, b, c = b, c, a
  1289. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  1290. a, b, c = c, a, b
  1291. else
  1292. assert(false, "unreachable")
  1293. end
  1294.  
  1295. local len1 = (c-a):Dot((b-a).unit)
  1296. local len2 = (b-a).magnitude - len1
  1297. local width = (a + (b-a).unit*len1 - c).magnitude
  1298.  
  1299. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  1300.  
  1301. local list = {}
  1302.  
  1303. if len1 > 0.01 then
  1304. local w1 = Instance.new('WedgePart', m)
  1305. game:GetService("Debris"):AddItem(w1,5)
  1306. w1.Material = "SmoothPlastic"
  1307. w1.FormFactor = 'Custom'
  1308. w1.BrickColor = BrickColor.new("Really red")
  1309. w1.Transparency = 0
  1310. w1.Reflectance = 0
  1311. w1.Material = "Neon"
  1312. w1.CanCollide = false
  1313. NoOutline(w1)
  1314. local sz = Vector3.new(0.2, width, len1)
  1315. w1.Size = sz
  1316. local sp = Instance.new("SpecialMesh",w1)
  1317. sp.MeshType = "Wedge"
  1318. sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
  1319. w1:BreakJoints()
  1320. w1.Anchored = true
  1321. w1.Parent = workspace
  1322. w1.Transparency = 0.3
  1323. table.insert(Effects,{w1,"Disappear",.03})
  1324. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  1325. table.insert(list,w1)
  1326. end
  1327. if len2 > 0.01 then
  1328. local w2 = Instance.new('WedgePart', m)
  1329. game:GetService("Debris"):AddItem(w2,5)
  1330. w2.Material = "SmoothPlastic"
  1331. w2.FormFactor = 'Custom'
  1332. w2.BrickColor = BrickColor.new("Really red")
  1333. w2.Transparency = 0
  1334. w2.Reflectance = 0
  1335. w2.Material = "Neon"
  1336. w2.CanCollide = false
  1337. NoOutline(w2)
  1338. local sz = Vector3.new(0.2, width, len2)
  1339. w2.Size = sz
  1340. local sp = Instance.new("SpecialMesh",w2)
  1341. sp.MeshType = "Wedge"
  1342. sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
  1343. w2:BreakJoints()
  1344. w2.Anchored = true
  1345. w2.Parent = workspace
  1346. w2.Transparency = 0.3
  1347. table.insert(Effects,{w2,"Disappear",.03})
  1348. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  1349. table.insert(list,w2)
  1350. end
  1351. return unpack(list)
  1352. end
  1353.  
  1354.  
  1355. so = function(id,par,vol,pit)
  1356. coroutine.resume(coroutine.create(function()
  1357. local sou = Instance.new("Sound",par or workspace)
  1358. sou.Volume=vol
  1359. sou.Pitch=pit or 1
  1360. sou.SoundId=id
  1361. swait()
  1362. sou:play()
  1363. game:GetService("Debris"):AddItem(sou,6)
  1364. end))
  1365. end
  1366.  
  1367. function clerp(a,b,t)
  1368. local qa = {QuaternionFromCFrame(a)}
  1369. local qb = {QuaternionFromCFrame(b)}
  1370. local ax, ay, az = a.x, a.y, a.z
  1371. local bx, by, bz = b.x, b.y, b.z
  1372. local _t = 1-t
  1373. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  1374. end
  1375.  
  1376. function QuaternionFromCFrame(cf)
  1377. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  1378. local trace = m00 + m11 + m22
  1379. if trace > 0 then
  1380. local s = math.sqrt(1 + trace)
  1381. local recip = 0.5/s
  1382. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  1383. else
  1384. local i = 0
  1385. if m11 > m00 then
  1386. i = 1
  1387. end
  1388. if m22 > (i == 0 and m00 or m11) then
  1389. i = 2
  1390. end
  1391. if i == 0 then
  1392. local s = math.sqrt(m00-m11-m22+1)
  1393. local recip = 0.5/s
  1394. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  1395. elseif i == 1 then
  1396. local s = math.sqrt(m11-m22-m00+1)
  1397. local recip = 0.5/s
  1398. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  1399. elseif i == 2 then
  1400. local s = math.sqrt(m22-m00-m11+1)
  1401. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  1402. end
  1403. end
  1404. end
  1405.  
  1406. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  1407. local xs, ys, zs = x + x, y + y, z + z
  1408. local wx, wy, wz = w*xs, w*ys, w*zs
  1409. local xx = x*xs
  1410. local xy = x*ys
  1411. local xz = x*zs
  1412. local yy = y*ys
  1413. local yz = y*zs
  1414. local zz = z*zs
  1415. 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))
  1416. end
  1417.  
  1418. function QuaternionSlerp(a, b, t)
  1419. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  1420. local startInterp, finishInterp;
  1421. if cosTheta >= 0.0001 then
  1422. if (1 - cosTheta) > 0.0001 then
  1423. local theta = math.acos(cosTheta)
  1424. local invSinTheta = 1/math.sin(theta)
  1425. startInterp = math.sin((1-t)*theta)*invSinTheta
  1426. finishInterp = math.sin(t*theta)*invSinTheta
  1427. else
  1428. startInterp = 1-t
  1429. finishInterp = t
  1430. end
  1431. else
  1432. if (1+cosTheta) > 0.0001 then
  1433. local theta = math.acos(-cosTheta)
  1434. local invSinTheta = 1/math.sin(theta)
  1435. startInterp = math.sin((t-1)*theta)*invSinTheta
  1436. finishInterp = math.sin(t*theta)*invSinTheta
  1437. else
  1438. startInterp = t-1
  1439. finishInterp = t
  1440. end
  1441. end
  1442. 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
  1443. end
  1444.  
  1445. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  1446. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  1447. end
  1448.  
  1449. Damagefunc=function(Part,hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
  1450. if hit.Parent==nil then
  1451. return
  1452. end
  1453. local h=hit.Parent:FindFirstChild("Humanoid")
  1454. for _,v in pairs(hit.Parent:children()) do
  1455. if v:IsA("Humanoid") then
  1456. h=v
  1457. end
  1458. end
  1459. if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  1460. h=hit.Parent.Parent:FindFirstChild("Humanoid")
  1461. end
  1462. if hit.Parent.className=="Hat" then
  1463. hit=hit.Parent.Parent:findFirstChild("Head")
  1464. end
  1465. if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
  1466. if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
  1467. --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
  1468. return
  1469. end]]
  1470. -- hs(hit,1.2)
  1471. local c=Instance.new("ObjectValue")
  1472. c.Name="creator"
  1473. c.Value=game:service("Players").LocalPlayer
  1474. c.Parent=h
  1475. game:GetService("Debris"):AddItem(c,.5)
  1476. local Damage=math.random(minim,maxim)
  1477. -- h:TakeDamage(Damage)
  1478. local blocked=false
  1479. local block=hit.Parent:findFirstChild("Block")
  1480. if block~=nil then
  1481. print(block.className)
  1482. if block.className=="NumberValue" then
  1483. if block.Value>0 then
  1484. blocked=true
  1485. if decreaseblock==nil then
  1486. block.Value=block.Value-1
  1487. end
  1488. end
  1489. end
  1490. if block.className=="IntValue" then
  1491. if block.Value>0 then
  1492. blocked=true
  1493. if decreaseblock~=nil then
  1494. block.Value=block.Value-1
  1495. end
  1496. end
  1497. end
  1498. end
  1499. if blocked==false then
  1500. -- h:TakeDamage(Damage)
  1501. h.Health=h.Health-Damage
  1502. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, Part.BrickColor.Color)
  1503. else
  1504. h.Health=h.Health-(Damage/2)
  1505. 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)
  1506. end
  1507. if Type=="Knockdown" then
  1508. local hum=hit.Parent.Humanoid
  1509. hum.PlatformStand=true
  1510. coroutine.resume(coroutine.create(function(HHumanoid)
  1511. swait(1)
  1512. HHumanoid.PlatformStand=false
  1513. end),hum)
  1514. local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
  1515. --hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
  1516. local bodvol=Instance.new("BodyVelocity")
  1517. bodvol.velocity=angle*knockback
  1518. bodvol.P=5000
  1519. bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  1520. bodvol.Parent=hit
  1521. local rl=Instance.new("BodyAngularVelocity")
  1522. rl.P=3000
  1523. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  1524. rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  1525. rl.Parent=hit
  1526. game:GetService("Debris"):AddItem(bodvol,.5)
  1527. game:GetService("Debris"):AddItem(rl,.5)
  1528. elseif Type=="Normal" then
  1529. local vp=Instance.new("BodyVelocity")
  1530. vp.P=500
  1531. vp.maxForce=Vector3.new(math.huge,0,math.huge)
  1532. -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback
  1533. if KnockbackType==1 then
  1534. vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
  1535. elseif KnockbackType==2 then
  1536. vp.velocity=Property.CFrame.lookVector*knockback
  1537. end
  1538. if knockback>0 then
  1539. vp.Parent=hit.Parent.Torso
  1540. end
  1541. game:GetService("Debris"):AddItem(vp,.5)
  1542. elseif Type=="Up" then
  1543. local bodyVelocity=Instance.new("BodyVelocity")
  1544. bodyVelocity.velocity=vt(0,60,0)
  1545. bodyVelocity.P=5000
  1546. bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  1547. bodyVelocity.Parent=hit
  1548. game:GetService("Debris"):AddItem(bodyVelocity,1)
  1549. local rl=Instance.new("BodyAngularVelocity")
  1550. rl.P=3000
  1551. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  1552. rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30))
  1553. rl.Parent=hit
  1554. game:GetService("Debris"):AddItem(rl,.5)
  1555. elseif Type=="Snare" then
  1556. local bp=Instance.new("BodyPosition")
  1557. bp.P=2000
  1558. bp.D=100
  1559. bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  1560. bp.position=hit.Parent.Torso.Position
  1561. bp.Parent=hit.Parent.Torso
  1562. game:GetService("Debris"):AddItem(bp,1)
  1563. elseif Type=="Target" then
  1564. local Targetting = false
  1565. if Targetting==false then
  1566. ZTarget=hit.Parent.Torso
  1567. coroutine.resume(coroutine.create(function(Part)
  1568. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  1569. swait(5)
  1570. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  1571. end),ZTarget)
  1572. local TargHum=ZTarget.Parent:findFirstChild("Humanoid")
  1573. local targetgui=Instance.new("BillboardGui")
  1574. targetgui.Parent=ZTarget
  1575. targetgui.Size=UDim2.new(10,100,10,100)
  1576. local targ=Instance.new("ImageLabel")
  1577. targ.Parent=targetgui
  1578. targ.BackgroundTransparency=1
  1579. targ.Image="rbxassetid://4834067"
  1580. targ.Size=UDim2.new(1,0,1,0)
  1581. cam.CameraType="Scriptable"
  1582. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  1583. local dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  1584. workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  1585. Targetting=true
  1586. RocketTarget=ZTarget
  1587. for i=1,Property do
  1588. --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do
  1589. if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then
  1590. swait()
  1591. end
  1592. --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100)
  1593. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  1594. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  1595. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0)
  1596. end
  1597. Targetting=false
  1598. RocketTarget=nil
  1599. targetgui.Parent=nil
  1600. cam.CameraType="Custom"
  1601. end
  1602. end
  1603. local debounce=Instance.new("BoolValue")
  1604. debounce.Name="DebounceHit"
  1605. debounce.Parent=hit.Parent
  1606. debounce.Value=true
  1607. game:GetService("Debris"):AddItem(debounce,Delay)
  1608. c=Instance.new("ObjectValue")
  1609. c.Name="creator"
  1610. c.Value=Player
  1611. c.Parent=h
  1612. game:GetService("Debris"):AddItem(c,.5)
  1613. end
  1614. end
  1615.  
  1616.  
  1617. function ShowDamage(Pos, Text, Time, Color)
  1618. local Rate = (1 / 30)
  1619. local Pos = (Pos or Vector3.new(0, 0, 0))
  1620. local Text = (Text or "")
  1621. local Time = (Time or 2)
  1622. local Color = (Color or Color3.new(1, 0, 0))
  1623. local EffectPart = part("Custom",workspace,"SmoothPlastic",0,1,BrickColor.new(Color),"Effect",vt(0,0,0))
  1624. EffectPart.Anchored = true
  1625. local BillboardGui = Instance.new("BillboardGui")
  1626. BillboardGui.Size = UDim2.new(3, 0, 3, 0)
  1627. BillboardGui.Adornee = EffectPart
  1628. local TextLabel = Instance.new("TextLabel")
  1629. TextLabel.BackgroundTransparency = 1
  1630. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  1631. TextLabel.Text = Text
  1632. TextLabel.TextColor3 = Color
  1633. TextLabel.TextScaled = true
  1634. TextLabel.Font = Enum.Font.ArialBold
  1635. TextLabel.Parent = BillboardGui
  1636. BillboardGui.Parent = EffectPart
  1637. game.Debris:AddItem(EffectPart, (Time + 0.1))
  1638. EffectPart.Parent = game:GetService("Workspace")
  1639. Delay(0, function()
  1640. local Frames = (Time / Rate)
  1641. for Frame = 1, Frames do
  1642. wait(Rate)
  1643. local Percent = (Frame / Frames)
  1644. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  1645. TextLabel.TextTransparency = Percent
  1646. end
  1647. if EffectPart and EffectPart.Parent then
  1648. EffectPart:Destroy()
  1649. end
  1650. end)
  1651. end
  1652.  
  1653. handle=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Handle",Vector3.new(0.34799999, 2.78399992, 0.34799999))
  1654. 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))
  1655. mesh("CylinderMesh",handle,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1656. Hitbox=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0.5,1,"Really red","Hitbox",Vector3.new(1.04400003, 6.35600042, 0.600000024))
  1657. 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))
  1658. mesh("BlockMesh",Hitbox,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.579999983))
  1659. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.34799996, 0.34799999, 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.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))
  1661. 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))
  1662. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.34799996, 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.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))
  1664. 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))
  1665. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.34799999, 0.812000036))
  1666. 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))
  1667. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.628719985, 1, 1))
  1668. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  1669. 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))
  1670. 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))
  1671. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.812000036, 0.591600001))
  1672. 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))
  1673. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.628719985, 1, 1))
  1674. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999))
  1675. 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))
  1676. 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))
  1677. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  1678. 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))
  1679. 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))
  1680. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.34799999, 0.34799999))
  1681. 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))
  1682. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1))
  1683. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.231999993, 0.200000003, 0.34799999))
  1684. 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))
  1685. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.580000103, 1))
  1686. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.5,0,"Bright red","Part",Vector3.new(1.04400003, 4.75600052, 0.200000003))
  1687. 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))
  1688. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.579999983))
  1689. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.231999978, 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.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))
  1691. 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))
  1692. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.579999983, 0.812000036, 0.200000003))
  1693. 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))
  1694. 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))
  1695. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.34799996, 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(-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))
  1697. 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))
  1698. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  1699. 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))
  1700. 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))
  1701. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  1702. 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))
  1703. 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))
  1704. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  1705. 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))
  1706. 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))
  1707. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.44659999, 0.200000003, 0.371199995))
  1708. 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))
  1709. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  1710. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  1711. 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))
  1712. 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))
  1713. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.812000036, 0.200000003, 0.579999983))
  1714. 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))
  1715. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.526639998, 1))
  1716. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.200000003, 0.812000036, 0.34799999))
  1717. 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))
  1718. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1))
  1719. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  1720. 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))
  1721. 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))
  1722. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999))
  1723. 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))
  1724. 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))
  1725. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  1726. 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))
  1727. 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))
  1728. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(1.04400003, 0.231999993, 0.34799999))
  1729. 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))
  1730. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  1731. 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))
  1732. 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))
  1733. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  1734. 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))
  1735. 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))
  1736. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  1737. 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))
  1738. 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))
  1739. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  1740. 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))
  1741. 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))
  1742. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  1743. 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))
  1744. 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))
  1745. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.579999983, 0.200000003, 0.34799999))
  1746. 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))
  1747. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  1748. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  1749. 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))
  1750. 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))
  1751. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.34799999, 0.34799999))
  1752. 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))
  1753. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.580000222, 1, 1))
  1754. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(1.04400003, 0.231999993, 0.34799999))
  1755. 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))
  1756. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.200000003, 0.34799999, 0.34799999))
  1757. 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))
  1758. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1))
  1759. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  1760. 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))
  1761. 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))
  1762. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.44659999, 0.69599998, 0.371199995))
  1763. 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))
  1764. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1765. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  1766. 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))
  1767. 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))
  1768. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.200000003, 0.463999987, 0.34799999))
  1769. 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))
  1770. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1))
  1771. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.200000003, 4.75600052, 0.200000003))
  1772. 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))
  1773. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.580000401, 1, 0.69599992))
  1774. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  1775. 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))
  1776. 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))
  1777. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999))
  1778. 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))
  1779. 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))
  1780. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  1781. 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))
  1782. 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))
  1783. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  1784. 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))
  1785. 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))
  1786. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.200000003, 0.231999993, 0.200000003))
  1787. 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))
  1788. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.698320508, 1.00999999, 0.590207934))
  1789. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.44659999, 1.15999997, 0.371199995))
  1790. 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))
  1791. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1792. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.44659999, 0.200000003, 0.371199995))
  1793. 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))
  1794. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  1795. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  1796. 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))
  1797. 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))
  1798. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.579999983, 0.34799999))
  1799. 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))
  1800. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1))
  1801. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  1802. 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))
  1803. 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))
  1804. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999))
  1805. 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))
  1806. 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))
  1807. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.696000099, 0.231999993, 0.34799999))
  1808. 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))
  1809. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  1810. 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))
  1811. 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))
  1812. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  1813. 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))
  1814. 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))
  1815. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.5,0,"Bright red","Part",Vector3.new(0.200000003, 1.50800002, 1.04400003))
  1816. 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))
  1817. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.581159949, 1, 1))
  1818. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(1.04400003, 0.231999993, 0.34799999))
  1819. 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))
  1820. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  1821. 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))
  1822. 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))
  1823. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.231999993, 0.200000003, 0.34799999))
  1824. 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))
  1825. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.580000103, 1))
  1826. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  1827. 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))
  1828. 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))
  1829. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(1.04400003, 0.231999993, 0.34799999))
  1830. 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))
  1831. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  1832. 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))
  1833. 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))
  1834. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999))
  1835. 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))
  1836. 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))
  1837. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.580000043, 4.75600052, 0.200000003))
  1838. 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))
  1839. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.638000011))
  1840. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(1.04400003, 0.231999993, 0.34799999))
  1841. 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))
  1842. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.34799999, 0.34799999))
  1843. 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))
  1844. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1))
  1845. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  1846. 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))
  1847. 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))
  1848. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.44659999, 0.200000003, 0.371199995))
  1849. 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))
  1850. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  1851. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.34799999, 0.34799999, 0.200000003))
  1852. 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))
  1853. 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))
  1854. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999))
  1855. 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))
  1856. 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))
  1857. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.231999993, 0.34799999))
  1858. 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))
  1859. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.580000103, 1, 1))
  1860. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999))
  1861. 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))
  1862. 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))
  1863. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.696000099, 0.231999993, 0.34799999))
  1864. 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))
  1865. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.34799999, 0.812000036))
  1866. 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))
  1867. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.628719985, 1, 1))
  1868. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.812000036, 0.200000003, 0.812000036))
  1869. 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))
  1870. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.444280028, 1))
  1871. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999))
  1872. 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))
  1873. 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))
  1874. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.44659999, 0.200000003, 0.371199995))
  1875. 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))
  1876. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  1877. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.34799999, 0.34799999))
  1878. 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))
  1879. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1))
  1880. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.579999983, 0.812000036, 0.200000003))
  1881. 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))
  1882. 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))
  1883. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.44659999, 0.200000003, 0.371199995))
  1884. 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))
  1885. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  1886. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.34799999, 0.34799999))
  1887. 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))
  1888. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1))
  1889. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999))
  1890. 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))
  1891. 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))
  1892. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really red","Part",Vector3.new(0.200000003, 0.812000036, 0.34799999))
  1893. 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))
  1894. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1))
  1895.  
  1896. local Lite = it("PointLight",Torso)
  1897. Lite.Color = Color3.new(255, 255, 0)
  1898. Lite.Range = 8
  1899. Lite.Brightness = 10
  1900. Lite.Shadows = true
  1901.  
  1902. function BreakEffect(brickcolor,cframe,x1,y1,z1)
  1903. local prt=part("Custom",workspace,"Neon",0,0,"Bright red","Effect",vt(0.5,0.5,0.5))
  1904. prt.Anchored=true
  1905. prt.CFrame=cframe*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1906. local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
  1907. coroutine.resume(coroutine.create(function(Part,CF,Numbb,randnumb)
  1908. CF=Part.CFrame
  1909. Numbb=0
  1910. randnumb=math.random()-math.random()
  1911. for i=0,1,0.05 do
  1912. wait()
  1913. CF=CF*cf(0,1,0)
  1914. --Part.CFrame=Part.CFrame*euler(0.5,0,0)*cf(0,1,0)
  1915. Part.CFrame=CF*euler(Numbb,0,0)
  1916. Part.Transparency=i
  1917. Numbb=Numbb+randnumb
  1918. end
  1919. Part.Parent=nil
  1920. end),prt)
  1921. end
  1922. --BreakEffect(BrickColor.new("New Yeller"),Hitbox.CFrame,0.5,math.random(5,20),0.5)
  1923.  
  1924. function attackone()
  1925. attack=true
  1926. local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,100,200,math.random(10,20),"Normal",RootPart,.2,1) end)
  1927. for i=0,1,0.1 do
  1928. swait()
  1929. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(120),math.rad(0),math.rad(20)),.3)
  1930. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-90)),.3)
  1931. 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)
  1932. 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)
  1933. handleweld.C0=clerp(handleweld.C0,cf(0,-0,.4)*angles(math.rad(70),math.rad(-10),math.rad(0)),.3)
  1934. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-70)),.3)
  1935. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(50)),.3)
  1936. end
  1937. so("http://www.roblox.com/asset/?id=154965962",Hitbox,1,1)
  1938. so("http://www.roblox.com/asset/?id=231917758",Hitbox,1,1)
  1939. hitconasdf = Hitbox.Touched:connect(function(hit)
  1940. local hum12 = hit.Parent:FindFirstChild("Humanoid")
  1941. if hum12 and not hum12:IsDescendantOf(Character) then
  1942. so('http://roblox.com/asset/?id=154965973',Hitbox,1,1)
  1943. for i = 1,10 do
  1944. BreakEffect(BrickColor.new("Bright red"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5)
  1945. end
  1946. hitconasdf:disconnect()
  1947. end
  1948. end)
  1949. for i=0,1,0.1 do
  1950. swait()
  1951. local blcf = Hitbox.CFrame*CFrame.new(0,.3,0)
  1952. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  1953. local h = 5
  1954. 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)
  1955. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1956. 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)
  1957. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1958. scfr = blcf
  1959. elseif not scfr then
  1960. scfr = blcf
  1961. end
  1962. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(110),math.rad(-90),math.rad(20)),.3)
  1963. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-50)),.3)
  1964. 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)
  1965. 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)
  1966. handleweld.C0=clerp(handleweld.C0,cf(0,-0,0)*angles(math.rad(-60),math.rad(-10),math.rad(0)),.3)
  1967. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  1968. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(-50)),.3)
  1969. end
  1970. attack=false
  1971. con:disconnect()
  1972. scfr = nil
  1973. pcall(function()
  1974. hitconasdf:disconnect()
  1975. end)
  1976. end
  1977.  
  1978. function attacktwo()
  1979. attack=true
  1980. local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,100,200,math.random(10,20),"Normal",RootPart,.2,1) end)
  1981. for i=0,1,0.1 do
  1982. swait()
  1983. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(90),math.rad(90)),.3)
  1984. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-50)),.3)
  1985. 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)
  1986. 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)
  1987. handleweld.C0=clerp(handleweld.C0,cf(0,-0,0)*angles(math.rad(-30),math.rad(-10),math.rad(0)),.3)
  1988. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(70)),.3)
  1989. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(-50)),.3)
  1990. end
  1991. so("http://www.roblox.com/asset/?id=154965962",Hitbox,1,.9)
  1992. so("http://www.roblox.com/asset/?id=231917758",Hitbox,1,.9)
  1993. hitconasdf = Hitbox.Touched:connect(function(hit)
  1994. local hum12 = hit.Parent:FindFirstChild("Humanoid")
  1995. if hum12 and not hum12:IsDescendantOf(Character) then
  1996. so('http://roblox.com/asset/?id=154965973',Hitbox,1,1)
  1997. for i = 1,10 do
  1998. BreakEffect(BrickColor.new("Bright red"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5)
  1999. end
  2000. hitconasdf:disconnect()
  2001. end
  2002. end)
  2003. for i=0,1,0.1 do
  2004. swait()
  2005. local blcf = Hitbox.CFrame*CFrame.new(0,.3,0)
  2006. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  2007. local h = 5
  2008. 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)
  2009. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  2010. 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)
  2011. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  2012. scfr = blcf
  2013. elseif not scfr then
  2014. scfr = blcf
  2015. end
  2016. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(-50),math.rad(90)),.3)
  2017. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-90)),.3)
  2018. 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)
  2019. 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)
  2020. handleweld.C0=clerp(handleweld.C0,cf(0,-0,0)*angles(math.rad(-50),math.rad(10),math.rad(0)),.3)
  2021. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-70)),.3)
  2022. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(50)),.3)
  2023. end
  2024. attack=false
  2025. con:disconnect()
  2026. scfr = nil
  2027. pcall(function()
  2028. hitconasdf:disconnect()
  2029. end)
  2030. end
  2031.  
  2032. function Stab()
  2033. attack=true
  2034. local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,10000000000000000000000000000000000,10000000000000000000000000000000000,math.random(10,20),"Normal",RootPart,.2,1) end)
  2035. for i=0,1,0.1 do
  2036. swait()
  2037. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-70)),.3)
  2038. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(60)),.3)
  2039. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(20),math.rad(90)),.3)
  2040. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(-20),math.rad(-90)),.3)
  2041. 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)
  2042. 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)
  2043. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  2044. end
  2045. hitconasdf = Hitbox.Touched:connect(function(hit)
  2046. local hum12 = hit.Parent:FindFirstChild("Humanoid")
  2047. if hum12 and not hum12:IsDescendantOf(Character) then
  2048. so('http://roblox.com/asset/?id=154965973',Hitbox,1,1)
  2049. for i = 1,10 do
  2050. BreakEffect(BrickColor.new("Bright red"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5)
  2051. end
  2052. hitconasdf:disconnect()
  2053. end
  2054. end)
  2055. so("http://www.roblox.com/asset/?id=154965962",Hitbox,1,.9)
  2056. so("http://www.roblox.com/asset/?id=231917758",Hitbox,1,.9)
  2057. for i=0,1,0.1 do
  2058. swait()
  2059. local blcf = Hitbox.CFrame*CFrame.new(0,.3,0)
  2060. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  2061. local h = 5
  2062. 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)
  2063. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  2064. 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)
  2065. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  2066. scfr = blcf
  2067. elseif not scfr then
  2068. scfr = blcf
  2069. end
  2070. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.4)
  2071. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(-80)),.4)
  2072. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.4)
  2073. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(-20),math.rad(-30)),.4)
  2074. 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)
  2075. 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)
  2076. handleweld.C0=clerp(handleweld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
  2077. end
  2078. con:disconnect()
  2079. attack=false
  2080. scfr = nil
  2081. pcall(function()
  2082. hitconasdf:disconnect()
  2083. end)
  2084. end
  2085.  
  2086. function Spin()
  2087. attack=true
  2088. local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,200,300,math.random(10,20),"Normal",RootPart,.2,1) end)
  2089. hitconasdf = Hitbox.Touched:connect(function(hit)
  2090. local hum12 = hit.Parent:FindFirstChild("Humanoid")
  2091. if hum12 and not hum12:IsDescendantOf(Character) then
  2092. so('http://roblox.com/asset/?id=154965973',Hitbox,1,1)
  2093. for i = 1,10 do
  2094. BreakEffect(BrickColor.new("Bright red"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5)
  2095. end
  2096. hitconasdf:disconnect()
  2097. end
  2098. end)
  2099. for i=0,1,1 do
  2100. so("http://roblox.com/asset/?id=154965962",Hitbox,1,1)
  2101. so("http://www.roblox.com/asset/?id=231917758",Hitbox,1,1)
  2102. swait()
  2103. for i=0,1,0.1 do
  2104. swait()
  2105. local blcf = Hitbox.CFrame*CFrame.new(0,.3,0)
  2106. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  2107. local h = 5
  2108. 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)
  2109. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  2110. 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)
  2111. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  2112. scfr = blcf
  2113. elseif not scfr then
  2114. scfr = blcf
  2115. end
  2116. RW.C0=clerp(RW.C0,cf(1,0.5,-.5)*angles(math.rad(90),math.rad(0),math.rad(-50)),.3)
  2117. LW.C0=clerp(LW.C0,cf(-1,0.5,-.5)*angles(math.rad(90),math.rad(0),math.rad(50)),.3)
  2118. LH.C0=clerp(LH.C0,cf(-1,-.5,-1)*angles(math.rad(-20),math.rad(-90),math.rad(0)),.3)
  2119. RH.C0=clerp(RH.C0,cf(1,-.5,-1)*angles(math.rad(-20),math.rad(90),math.rad(0)),.3)
  2120. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,5)*euler(6*i,0,0),.5)
  2121. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(30)),1)
  2122. end
  2123. end
  2124. attack=false
  2125. con:disconnect()
  2126. scfr = nil
  2127. pcall(function()
  2128. hitconasdf:disconnect()
  2129. end)
  2130. end
  2131.  
  2132. function ContAttack()
  2133. attack=true
  2134. local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,300,500,math.random(10,20),"Normal",RootPart,.2,1) end)
  2135. hitconasdf = Hitbox.Touched:connect(function(hit)
  2136. local hum12 = hit.Parent:FindFirstChild("Humanoid")
  2137. if hum12 and not hum12:IsDescendantOf(Character) then
  2138. so('http://roblox.com/asset/?id=154965973',Hitbox,1,1)
  2139. for i = 1,10 do
  2140. BreakEffect(BrickColor.new("Bright red"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5)
  2141. end
  2142. hitconasdf:disconnect()
  2143. end
  2144. end)
  2145. for i=1,4 do
  2146. swait()
  2147. for i=0,1,0.2 do
  2148. swait()
  2149. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(120),math.rad(0),math.rad(20)),.3)
  2150. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-90)),.3)
  2151. 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)
  2152. 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)
  2153. handleweld.C0=clerp(handleweld.C0,cf(0,-0,.4)*angles(math.rad(70),math.rad(-10),math.rad(0)),.3)
  2154. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-70)),.3)
  2155. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(50)),.3)
  2156. end
  2157. so("http://www.roblox.com/asset/?id=154965962",Hitbox,1,1)
  2158. so("http://www.roblox.com/asset/?id=231917758",Hitbox,1,1)
  2159. for i=0,1,0.2 do
  2160. swait()
  2161. local blcf = Hitbox.CFrame*CFrame.new(0,.3,0)
  2162. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  2163. local h = 5
  2164. 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)
  2165. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  2166. 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)
  2167. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  2168. scfr = blcf
  2169. elseif not scfr then
  2170. scfr = blcf
  2171. end
  2172. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(110),math.rad(-90),math.rad(20)),.3)
  2173. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-50)),.3)
  2174. 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)
  2175. 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)
  2176. handleweld.C0=clerp(handleweld.C0,cf(0,-0,0)*angles(math.rad(-60),math.rad(-10),math.rad(0)),.3)
  2177. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  2178. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(-50)),.3)
  2179. end
  2180. for i=0,1,0.2 do
  2181. swait()
  2182. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(90),math.rad(90)),.3)
  2183. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-50)),.3)
  2184. 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)
  2185. 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)
  2186. handleweld.C0=clerp(handleweld.C0,cf(0,-0,0)*angles(math.rad(-30),math.rad(-10),math.rad(0)),.3)
  2187. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(70)),.3)
  2188. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(-50)),.3)
  2189. end
  2190. so("http://www.roblox.com/asset/?id=154965962",Hitbox,1,.9)
  2191. so("http://www.roblox.com/asset/?id=231917758",Hitbox,1,.9)
  2192. for i=0,1,0.2 do
  2193. swait()
  2194. local blcf = Hitbox.CFrame*CFrame.new(0,.3,0)
  2195. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  2196. local h = 5
  2197. 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)
  2198. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  2199. 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)
  2200. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  2201. scfr = blcf
  2202. elseif not scfr then
  2203. scfr = blcf
  2204. end
  2205. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(-50),math.rad(90)),.3)
  2206. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-90)),.3)
  2207. 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)
  2208. 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)
  2209. handleweld.C0=clerp(handleweld.C0,cf(0,-0,0)*angles(math.rad(-50),math.rad(10),math.rad(0)),.3)
  2210. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-70)),.3)
  2211. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(50)),.3)
  2212. end
  2213. end
  2214. attack=false
  2215. con:disconnect()
  2216. scfr = nil
  2217. pcall(function()
  2218. hitconasdf:disconnect()
  2219. end)
  2220. end
  2221.  
  2222.  
  2223. function Sheathe()
  2224. attack = true
  2225. so("http://www.roblox.com/asset/?id=273797222",Hitbox,1,.9)
  2226. CurrentMode = "Sheathed"
  2227. for i = 0,1,0.1 do
  2228. swait()
  2229. handleweld.Part0 = Torso
  2230. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2231. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(-20)),.3)
  2232. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(190),math.rad(0),math.rad(0)),.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(3,3,0.5)*angles(math.rad(90),math.rad(150),math.rad(90)),.3)
  2237. end
  2238. attack = false
  2239. end
  2240.  
  2241. function Unsheathe()
  2242. attack = true
  2243. CurrentMode = "Unsheathed"
  2244. so("http://www.roblox.com/asset/?id=239169404",Hitbox,1,.9)
  2245. for i = 0,1,0.1 do
  2246. swait()
  2247. handleweld.Part0 = RightArm
  2248. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-70)),.3)
  2249. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(60)),.3)
  2250. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(200),math.rad(0),math.rad(0)),.3)
  2251. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(0),math.rad(-30),math.rad(-30)),.3)
  2252. 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)
  2253. 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)
  2254. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(30),math.rad(0)),.3)
  2255. end
  2256. scfr = nil
  2257. attack = false
  2258. end
  2259.  
  2260. local Sit = false
  2261.  
  2262. mouse.Button1Down:connect(function()
  2263. if attack==false then
  2264. if attacktype==1 and CurrentMode == "Unsheathed" then
  2265. attack=true
  2266. attacktype=2
  2267. attackone()
  2268. elseif attacktype==2 and CurrentMode == "Unsheathed" then
  2269. attack=true
  2270. attacktype=1
  2271. attacktwo()
  2272. end
  2273. end
  2274. end)
  2275.  
  2276.  
  2277. mouse.KeyDown:connect(function(k)
  2278. k=k:lower()
  2279. if k=='q' then
  2280. if attack==false and CurrentMode == "Unsheathed" then
  2281. Stab()
  2282. end
  2283. elseif k=='e' then
  2284. if attack==false and CurrentMode == "Unsheathed" then
  2285. Spin()
  2286. end
  2287. elseif k=='r' then
  2288. if attack==false and CurrentMode == "Unsheathed" then
  2289. ContAttack()
  2290. end
  2291. elseif k=='f' then
  2292. if attack==false and CurrentMode == "Unsheathed" then
  2293. Sheathe()
  2294. elseif k=='f' then
  2295. if attack==false and Sit == false and CurrentMode == "Sheathed" then
  2296. Unsheathe()
  2297. end
  2298. end
  2299. elseif k=='t' then
  2300. if attack==false and Sit == false and CurrentMode == "Sheathed" then
  2301. Sit = true
  2302. Humanoid.WalkSpeed = 0
  2303. elseif k=='t' then
  2304. if attack==false and Sit == true and CurrentMode == "Sheathed" then
  2305. Sit = false
  2306. Humanoid.WalkSpeed = 16
  2307. end
  2308. end
  2309.  
  2310. end
  2311. end)
  2312.  
  2313.  
  2314. local sine = 0
  2315. local change = 1
  2316. local val = 0
  2317.  
  2318. while true do
  2319. swait()
  2320. sine = sine + change
  2321. local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude
  2322. local velderp=RootPart.Velocity.y
  2323. hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
  2324. if equipped==true or equipped==false then
  2325. if attack==false then
  2326. idle=idle+1
  2327. else
  2328. idle=0
  2329. end
  2330. if idle>=500 then
  2331. if attack==false then
  2332. end
  2333. end
  2334. if RootPart.Velocity.y > 1 and hitfloor==nil then
  2335. Anim="Jump"
  2336. if attack==false and Sit == false and CurrentMode == "Unsheathed" then
  2337. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2338. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  2339. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(50),math.rad(0),math.rad(30)),.3)
  2340. 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)
  2341. 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)
  2342. handleweld.C0=clerp(handleweld.C0,cf(0,-0,.4)*angles(math.rad(85),math.rad(-10),math.rad(0)),.3)
  2343. end
  2344. if attack==false and Sit == false and CurrentMode == "Sheathed" then
  2345. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  2346. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  2347. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(0),math.rad(30)),.3)
  2348. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(0),math.rad(0),math.rad(-30)),.3)
  2349. 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)
  2350. 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)
  2351. handleweld.C0=clerp(handleweld.C0,cf(3,3,0.5)*angles(math.rad(90),math.rad(150),math.rad(90)),.3)
  2352. end
  2353. elseif RootPart.Velocity.y < -1 and hitfloor==nil then
  2354. Anim="Fall"
  2355. if attack==false and Sit == false and CurrentMode == "Unsheathed" then
  2356. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  2357. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  2358. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(-5),math.rad(0),math.rad(20)),.3)
  2359. 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)
  2360. 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)
  2361. handleweld.C0=clerp(handleweld.C0,cf(0,-0,.4)*angles(math.rad(85),math.rad(-10),math.rad(0)),.3)
  2362. end
  2363. if attack==false and Sit == false and CurrentMode == "Sheathed" then
  2364. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  2365. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  2366. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(0),math.rad(50)),.3)
  2367. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(0),math.rad(0),math.rad(-50)),.3)
  2368. 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)
  2369. 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)
  2370. handleweld.C0=clerp(handleweld.C0,cf(3,3,0.5)*angles(math.rad(90),math.rad(150),math.rad(90)),.3)
  2371. end
  2372. elseif torvel<1 and hitfloor~=nil then
  2373. Anim="Idle"
  2374. if attack==false and Sit == false and CurrentMode == "Unsheathed" then
  2375. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-40)),.3)
  2376. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(40)),.3)
  2377. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(40),math.rad(0),math.rad(20)),.3)
  2378. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(20),math.rad(-10)),.3)
  2379. 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)
  2380. 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)
  2381. handleweld.C0=clerp(handleweld.C0,cf(0,-0,.4)*angles(math.rad(85),math.rad(-10),math.rad(0)),.3)
  2382. end
  2383. if attack==false and Sit == false and CurrentMode == "Sheathed" then
  2384. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2385. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(0)),.3)
  2386. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(0),math.rad(5)),.3)
  2387. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(0),math.rad(0),math.rad(-5)),.3)
  2388. 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)
  2389. 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)
  2390. handleweld.C0=clerp(handleweld.C0,cf(3,3,0.5)*angles(math.rad(90),math.rad(150),math.rad(90)),.3)
  2391. end
  2392. if attack==false and Sit == true and CurrentMode == "Sheathed" then
  2393. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-2)*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  2394. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  2395. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(-10),math.rad(0),math.rad(5)),.3)
  2396. LW.C0=clerp(LW.C0,cf(-1.3,0.5,0)*euler(math.rad(90),math.rad(0),math.rad(30)),.3)
  2397. 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)
  2398. 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)
  2399. handleweld.C0=clerp(handleweld.C0,cf(3,3,0.5)*angles(math.rad(90),math.rad(150),math.rad(90)),.3)
  2400. end
  2401. elseif torvel>2 and hitfloor~=nil then
  2402. Anim="Walk"
  2403. if attack==false and Sit == false and CurrentMode == "Unsheathed" then
  2404. change=3
  2405. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  2406. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  2407. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(-5),math.rad(0),math.rad(20)),.3)
  2408. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-30),math.rad(5),math.rad(-10)),.3)
  2409. 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)
  2410. 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)
  2411. handleweld.C0=clerp(handleweld.C0,cf(0,-0,0)*angles(math.rad(15),math.rad(-10),math.rad(0)),.3)
  2412. end
  2413. if attack==false and Sit == false and CurrentMode == "Sheathed" then
  2414. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  2415. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2416. 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)
  2417. 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)
  2418. 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)
  2419. 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)
  2420. handleweld.C0=clerp(handleweld.C0,cf(3,3,0.5)*angles(math.rad(90),math.rad(150),math.rad(90)),.3)
  2421. end
  2422. end
  2423. end
  2424. if #Effects>0 then
  2425. for e=1,#Effects do
  2426. if Effects[e]~=nil then
  2427. local Thing=Effects[e]
  2428. if Thing~=nil then
  2429. local Part=Thing[1]
  2430. local Mode=Thing[2]
  2431. local Delay=Thing[3]
  2432. local IncX=Thing[4]
  2433. local IncY=Thing[5]
  2434. local IncZ=Thing[6]
  2435. if Thing[1].Transparency<=1 then
  2436. if Thing[2]=="Block1" then
  2437. Thing[1].CFrame=Thing[1].CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  2438. Mesh=Thing[1].Mesh
  2439. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  2440. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2441. elseif Thing[2]=="Cylinder" then
  2442. Mesh=Thing[1].Mesh
  2443. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  2444. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2445. elseif Thing[2]=="Blood" then
  2446. Mesh=Thing[7]
  2447. Thing[1].CFrame=Thing[1].CFrame*cf(0,.5,0)
  2448. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  2449. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2450. elseif Thing[2]=="Elec" then
  2451. Mesh=Thing[1].Mesh
  2452. Mesh.Scale=Mesh.Scale+vt(Thing[7],Thing[8],Thing[9])
  2453. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2454. elseif Thing[2]=="Disappear" then
  2455. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2456. end
  2457. else
  2458. Part.Parent=nil
  2459. table.remove(Effects,e)
  2460. end
  2461. end
  2462. end
  2463. end
  2464. end
  2465. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement