Advertisement
Tetezaza1542

hunter

Sep 21st, 2018
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 263.11 KB | None | 0 0
  1. --https://github.com/Mokiros/roblox-FE-compatibility
  2. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  3. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  4. local RealPlayer = Player
  5. do print("FE Compatibility code by Mokiros")local a=RealPlayer;script.Parent=a.Character;local b=Instance.new("RemoteEvent")b.Name="UserInput_Event"local function c()local d={_fakeEvent=true,Functions={},Connect=function(self,e)table.insert(self.Functions,e)end}d.connect=d.Connect;return d end;local f={Target=nil,Hit=CFrame.new(),KeyUp=c(),KeyDown=c(),Button1Up=c(),Button1Down=c(),Button2Up=c(),Button2Down=c()}local g={InputBegan=c(),InputEnded=c()}local CAS={Actions={},BindAction=function(self,h,i,j,...)CAS.Actions[h]=i and{Name=h,Function=i,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function k(self,l,...)local d=f[l]if d and d._fakeEvent then for m,e in pairs(d.Functions)do e(...)end end end;f.TrigEvent=k;g.TrigEvent=k;b.OnServerEvent:Connect(function(n,o)if n~=a then return end;f.Target=o.Target;f.Hit=o.Hit;if not o.isMouse then local p=o.UserInputState==Enum.UserInputState.Begin;if o.UserInputType==Enum.UserInputType.MouseButton1 then return f:TrigEvent(p and"Button1Down"or"Button1Up")end;if o.UserInputType==Enum.UserInputType.MouseButton2 then return f:TrigEvent(p and"Button2Down"or"Button2Up")end;for m,d in pairs(CAS.Actions)do for m,q in pairs(d.Keys)do if q==o.KeyCode then d.Function(d.Name,o.UserInputState,o)end end end;f:TrigEvent(p and"KeyDown"or"KeyUp",o.KeyCode.Name:lower())g:TrigEvent(p and"InputBegan"or"InputEnded",o,false)end end)b.Parent=NLS([==[local a=game:GetService("Players").LocalPlayer;local b=script:WaitForChild("UserInput_Event")local c=a:GetMouse()local d=game:GetService("UserInputService")local e=function(f,g)if g then return end;b:FireServer({KeyCode=f.KeyCode,UserInputType=f.UserInputType,UserInputState=f.UserInputState,Hit=c.Hit,Target=c.Target})end;d.InputBegan:Connect(e)d.InputEnded:Connect(e)local h,i;while wait(1/30)do if h~=c.Hit or i~=c.Target then h,i=c.Hit,c.Target;b:FireServer({isMouse=true,Target=i,Hit=h})end end]==],Player.Character)local r=game;local s={__index=function(self,q)local t=rawget(self,"_RealService")if t then return typeof(t[q])=="function"and function(m,...)return t[q](t,...)end or t[q]end end,__newindex=function(self,q,u)local t=rawget(self,"_RealService")if t then t[q]=u end end}local function v(d,w)d._RealService=typeof(w)=="string"and r:GetService(w)or w;return setmetatable(d,s)end;local x={GetService=function(self,t)return rawget(self,t)or r:GetService(t)end,Players=v({LocalPlayer=v({GetMouse=function(self)return f end},Player)},"Players"),UserInputService=v(g,"UserInputService"),ContextActionService=v(CAS,"ContextActionService"),RunService=v({_btrs={},RenderStepped=r:GetService("RunService").Heartbeat,BindToRenderStep=function(self,h,m,i)self._btrs[h]=self.Heartbeat:Connect(i)end,UnbindFromRenderStep=function(self,h)self._btrs[h]:Disconnect()end},"RunService")}rawset(x.Players,"localPlayer",x.Players.LocalPlayer)x.service=x.GetService;v(x,game)game,owner=x,x.Players.LocalPlayer end
  6. ---------------
  7. --nahid hunter-- Translated and arms by Vecera
  8. ----------------------------------------------------------------
  9. print([[
  10. --By ozzak1003                             --
  11. --YT: https://www.youtube.com/channel/UC38cAdtSgPWJVEHV8zgZi6A--
  12. --Discord: ozzak1003ripagain#3275  
  13. --Translated to english by Vecera
  14. --Discord: Ray857#8102
  15. --------------------------------
  16. hello good sir
  17. Don't leak pls
  18. Enjoy ;)
  19. -------------------------------
  20. ]])
  21. --[[c=script.Parent:getChildren()
  22. for i = 1, #c do
  23. if c[i].className=="BodyColors" then
  24. c[i]:Remove()
  25. end
  26. end]]--
  27. local e = script.Parent:FindFirstChild("Body Colors")
  28. if e then
  29. e:Destroy()
  30. end
  31.  
  32. wait(1 / 60)
  33.  
  34. intro = true
  35. Player = game:GetService("Players").LocalPlayer
  36. PlayerGui = Player.PlayerGui
  37. Cam = workspace.CurrentCamera
  38. Backpack = Player.Backpack
  39. Character = Player.Character
  40. Humanoid = Character.Humanoid
  41. Mouse = Player:GetMouse()
  42. RootPart = Character["HumanoidRootPart"]
  43. Torso = Character["Torso"]
  44. Head = Character["Head"]
  45. RightArm = Character["Right Arm"]
  46. LeftArm = Character["Left Arm"]
  47. RightLeg = Character["Right Leg"]
  48. LeftLeg = Character["Left Leg"]
  49. RootJoint = RootPart["RootJoint"]
  50. Neck = Torso["Neck"]
  51. RightShoulder = Torso["Right Shoulder"]
  52. LeftShoulder = Torso["Left Shoulder"]
  53. RightHip = Torso["Right Hip"]
  54. LeftHip = Torso["Left Hip"]
  55. Humanoid.WalkSpeed = 16
  56. Humanoid.JumpPower = 50
  57. Humanoid.MaxHealth = "inf"
  58. Humanoid.Health = "inf"
  59. k = Instance.new("Sound",Character)
  60. k.Volume = 0.6
  61. k.PlaybackSpeed = 1
  62. k.Pitch = 1
  63. k.SoundId = "rbxassetid://381671754"
  64. k:Play()
  65. k.Name = "TalkSound"
  66. k.Playing = false
  67.  
  68. function chatfunc(text)
  69. local chat = coroutine.wrap(function()
  70. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  71. Character:FindFirstChild("TalkingBillBoard"):destroy()
  72. end
  73. local naeeym2 = Instance.new("BillboardGui",Character)
  74. naeeym2.Size = UDim2.new(0,100,0,40)
  75. naeeym2.StudsOffset = Vector3.new(0,2,0)
  76. naeeym2.Adornee = Character.Head
  77. naeeym2.Name = "TalkingBillBoard"
  78. naeeym2.AlwaysOnTop = true
  79. local tecks2 = Instance.new("TextLabel",naeeym2)
  80. tecks2.BackgroundTransparency = 1
  81. tecks2.BorderSizePixel = 0
  82. tecks2.Text = ""
  83. tecks2.Font = "Fantasy"
  84. tecks2.TextSize = 30
  85. tecks2.TextStrokeTransparency = 0
  86. tecks2.TextColor3 = Color3.new(0,0,0)
  87. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  88. tecks2.Size = UDim2.new(1,0,0.5,0)
  89. local tecks3 = Instance.new("TextLabel",naeeym2)
  90. tecks3.BackgroundTransparency = 1
  91. tecks3.BorderSizePixel = 0
  92. tecks3.Text = ""
  93. tecks3.Font = "Fantasy"
  94. tecks3.TextSize = 30
  95. tecks3.TextStrokeTransparency = 0
  96. tecks3.TextColor3 = Color3.new(0,0,0)
  97. tecks3.TextStrokeColor3 = Color3.new(0,255,0)
  98. tecks3.Size = UDim2.new(1,0,0.5,0)
  99. for i = 1,string.len(text),1 do
  100. k:Play()
  101. tecks2.Text = string.sub(text,1,i)
  102. tecks3.Text = string.sub(text,1,i)
  103. wait(0.01)
  104. end
  105. wait(2)
  106. for i = 1, 50 do
  107. wait()
  108. tecks2.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  109. tecks2.Rotation = tecks2.Rotation - .8
  110. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  111. tecks2.TextTransparency = tecks2.TextTransparency + .04
  112. tecks3.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  113. tecks3.Rotation = tecks2.Rotation + .8
  114. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  115. tecks3.TextTransparency = tecks2.TextTransparency + .04
  116. end
  117. naeeym2:Destroy()
  118. end)
  119. chat()
  120. end
  121. function onChatted(msg)
  122. chatfunc(msg)
  123. end
  124. Player.Chatted:connect(onChatted)
  125.  
  126. wait(1)
  127. if intro == true then
  128. chatfunc("Made by ozzak1003 and translated by Vecera")
  129. wait(5)
  130. chatfunc("This day... nahid will pay for his fault")
  131. wait(5)
  132. chatfunc("I will kill every nahid IN EXISTENCE")
  133. wait(5)
  134. chatfunc("It's better that way.")
  135. wait(5)
  136. end
  137. wait()
  138. --morph
  139. plr = game.Players.LocalPlayer
  140. chara = plr.Character
  141. mouse = plr:GetMouse()
  142. Create = Instance.new
  143. Huge = math.huge
  144.  
  145. local music = Create("Sound",chara.HumanoidRootPart)
  146. music.SoundId = "rbxassetid://0"
  147. music.Volume = 1
  148. music.Looped = true
  149. music:Play()
  150. local shadowhead = Create("Part",chara.Head)
  151. shadowhead.BrickColor = BrickColor.new("Really black")
  152. shadowhead.Size = Vector3.new(1.2, 0.6, 1)
  153. shadowhead.CanCollide = false
  154. local shadowheadmesh = Create("SpecialMesh",shadowhead)
  155. shadowheadmesh.MeshType = "Head"
  156. shadowheadmesh.Scale = Vector3.new(1.26, 1.5, 1.26)
  157. local weld2 = Create("Weld",shadowhead)
  158. weld2.Part0 = shadowhead
  159. weld2.Part1 = chara.Head
  160. weld2.C1 = CFrame.new(0, 0.200000048, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  161.  
  162. Player = game:GetService("Players").LocalPlayer
  163. PlayerGui = Player.PlayerGui
  164. Cam = workspace.CurrentCamera
  165. Backpack = Player.Backpack
  166. Character = Player.Character
  167. char = Player.Character
  168. Humanoid = Character.Humanoid
  169. Mouse = Player:GetMouse()
  170. RootPart = Character["HumanoidRootPart"]
  171. Torso = Character["Torso"]
  172. Head = Character["Head"]
  173. RightArm = Character["Right Arm"]
  174. LeftArm = Character["Left Arm"]
  175. RightLeg = Character["Right Leg"]
  176. LeftLeg = Character["Left Leg"]
  177. RootJoint = RootPart["RootJoint"]
  178. Neck = Torso["Neck"]
  179. RightShoulder = Torso["Right Shoulder"]
  180. LeftShoulder = Torso["Left Shoulder"]
  181. RightHip = Torso["Right Hip"]
  182. LeftHip = Torso["Left Hip"]
  183.  
  184. local Orin = "http://www.roblox.com/asset/?id=7074786"
  185. Head.face.Texture = Orin
  186. function weld(a, b, acf)
  187.     local w = Instance.new("Weld", a)
  188.     w.Part0 = a
  189.     w.Part1 = b
  190.     w.C0 = acf
  191. end
  192. local righteyebrickcolor = "Lime green"
  193. local reye = Instance.new("Part", char)
  194. reye.CanCollide = false
  195. reye.BrickColor = BrickColor.new(righteyebrickcolor)
  196. reye.Material = "Neon"
  197. reye.Size = Vector3.new(.25,.35,.15)
  198. weld(reye, char.Head, CFrame.new(0.15,-0.2,0.55), CFrame.new(1,0,0))
  199. m1 = Instance.new("SpecialMesh", reye)
  200. m1.MeshType = "Sphere"
  201. m1.Scale = Vector3.new(0.9,0.9,0.9)
  202. reye.Locked = true
  203. reye.Name = "re"
  204. ----------------------
  205. ypcall(function()
  206.    shirt = Instance.new("Shirt", char)
  207.    shirt.Name = "Shirt"
  208.    pants = Instance.new("Pants", char)
  209.    pants.Name = "Pants"
  210.    char.Shirt.ShirtTemplate = "rbxassetid://676428254"
  211.    char.Pants.PantsTemplate = "rbxassetid://676428351"
  212.    char.Head.face.Texture = "rbxassetid://404306534"
  213.    end)
  214. ----------------------
  215. wait(1)
  216. plr = game.Players.LocalPlayer
  217. char = plr.Character
  218. mouse = plr:GetMouse()
  219. whitecolor = Color3.new(1,1,1)
  220. epicmode = false
  221. normal = true
  222. for i,v in pairs(char:GetChildren()) do
  223.   if v.ClassName == "Shirt" or v.ClassName == "Pants" or v.ClassName == "ShirtGraphic" then
  224.     end
  225. end
  226. local bdycolors = char["Body Colors"]
  227. bdycolors.HeadColor3 = whitecolor
  228. bdycolors.LeftArmColor3 = whitecolor
  229. bdycolors.LeftLegColor3 = whitecolor
  230. bdycolors.RightArmColor3 = whitecolor
  231. bdycolors.RightLegColor3 = whitecolor
  232. bdycolors.TorsoColor3 = whitecolor
  233. for i,v in pairs(char:GetChildren()) do
  234.    if v.ClassName == "Hat" or v.ClassName == "Accessory" then
  235.        v:Destroy()
  236.    end
  237. end
  238.  
  239. --[[
  240.  
  241. --]]
  242. Player=game:GetService('Players').LocalPlayer
  243. Blacklisted={"Player3"}
  244. function swait(num)
  245.   if num==0 or num==nil then
  246.    game:service'RunService'.Heartbeat:wait(0)
  247.   else
  248.   for i=0,num do
  249.    game:service'RunService'.Heartbeat:wait(0)
  250.   end
  251.  end
  252. end
  253. function Label(text, color3, cf)
  254.     local t=Instance.new("Part",workspace)
  255.     t.Transparency=1
  256.     t.Anchored=true
  257.     t.CanCollide=false
  258.     t.Size=Vector3.new(1,1,1)
  259.     t.CFrame=cf
  260.     local bil=Instance.new('BillboardGui',t)
  261.     bil.Size=UDim2.new(0, 9, 0, 9)
  262.     local tex=Instance.new('TextLabel',bil)
  263.     tex.Size=UDim2.new(0, 5 , 0, 5)
  264.     tex.BackgroundTransparency=1
  265.     tex.Text=text
  266.     tex.TextSize=25
  267.     t.Anchored=true
  268.     tex.TextColor3=color3
  269.     local move=coroutine.create(function()
  270.         for i=1, 30 do
  271.             t.CFrame=t.CFrame*CFrame.new(0, 0.2, 0)
  272.             tex.TextTransparency=tex.TextTransparency+1/30
  273.             swait()
  274.         end
  275.         t:Destroy()
  276.     end)
  277.    
  278.     coroutine.resume(move)
  279. end
  280.  
  281. repeat swait() until Player.Character~=nil
  282. Character=Player.Character
  283. Torso=Character:FindFirstChild("Torso")
  284. RootPart=Character:FindFirstChild("HumanoidRootPart")
  285. Humanoid=Character.Humanoid
  286. Humanoid.MaxHealth=1500
  287. Humanoid.Health=1499
  288. if Character:FindFirstChild("sword") and Character:FindFirstChild("thing lol") then
  289.     Character["sword"]:remove()
  290.     Character["thing lol"]:remove()
  291. end
  292. Energy=100
  293. magic = false
  294. local engui=Instance.new("ScreenGui",Player.PlayerGui)
  295. engui.Parent=nil
  296. Energy=7429384729384729834892374293847293472983749234729374928
  297. local frame2=Instance.new("Frame",engui)
  298. frame2.Size=UDim2.new(0, Energy*5, 0, 75)
  299. frame2.Position=UDim2.new(0, 0, 0.783, 0)
  300. frame2.BorderSizePixel=0
  301. frame2.BackgroundColor3=frame2.BorderColor3
  302. frame2.Name="back"
  303. local frame=Instance.new("Frame",engui)
  304. frame.Name='Energy'
  305. frame.Size=UDim2.new(0, Energy*5, 0, 10)
  306. frame.BorderSizePixel=0
  307. frame.BackgroundColor3=Color3.fromRGB(0, 255, 255)
  308. frame.Position=UDim2.new(0, 0,0.79, 0)
  309.  
  310. local BlastInformation={
  311.     "160";
  312.     false;
  313.     false;
  314.     "EffectPart";
  315. }
  316.  
  317. o1 = Instance.new("Model")
  318. o2 = Instance.new("Part")
  319. o3 = Instance.new("Part")
  320. o4 = Instance.new("Part")
  321. o5 = Instance.new("Part")
  322. o6 = Instance.new("Part")
  323. o7 = Instance.new("Part")
  324. o8 = Instance.new("Part")
  325. o9 = Instance.new("Part")
  326. o10 = Instance.new("Part")
  327. o11 = Instance.new("Part")
  328. o12 = Instance.new("Part")
  329. o13 = Instance.new("Part")
  330. o14 = Instance.new("WedgePart")
  331. o15 = Instance.new("WedgePart")
  332. o16 = Instance.new("WedgePart")
  333. o17 = Instance.new("Part")
  334. handle=o2
  335.  
  336.  
  337.  
  338.  
  339. prim=o1.PrimaryPart
  340. parts=o1:GetChildren()
  341.  
  342. for i=1, #parts do
  343.     if parts[i]:IsA"BasePart" then
  344.         local weld=Instance.new("Weld")
  345.         weld.Part0=prim
  346.         weld.Part1=parts[i]
  347.         weld.C0=prim.CFrame:inverse()
  348.         weld.C1=parts[i].CFrame:inverse()
  349.         weld.Parent=prim
  350.     end
  351. end
  352.  
  353. o1.Parent=Character
  354. local handleweld=Instance.new("Weld",handle)
  355. handleweld.Part0=handle
  356. handleweld.Part1=Character:FindFirstChild("Right Arm")
  357. handleweld.C0=CFrame.new(0, 2, 0)
  358. handleweld.C1=CFrame.new(0, 1, 0)*CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0))
  359. handleweld.Parent=nil
  360. local holder=Instance.new("Part",Character)
  361. holder.Material="SmoothPlastic"
  362. holder.Name='thing lol'
  363. holder.Anchored=false
  364. holder.CanCollide=false
  365. holder.Size=Vector3.new(0.6, 0.3, 1.5)
  366. holder.TopSurface="Smooth"
  367. holder.BottomSurface="Smooth"
  368. holder.BackSurface="Smooth"
  369. holder.RightSurface="Smooth"
  370. holder.LeftSurface="Smooth"
  371. Anim="Idle"
  372. active=false
  373. can=false
  374. hat = Instance.new("Part")
  375. hatmesh = Instance.new("SpecialMesh")
  376. hat.Name = "Handle"
  377. hat.Parent = Character
  378. hat.Position = Vector3.new(14.3999977, 0.400000006, -18.7000008)
  379. hat.Rotation = Vector3.new(-180, 0, -180)
  380. hat.Anchored = false
  381. hat.FormFactor = Enum.FormFactor.Plate
  382. hat.Size = Vector3.new(2, 0.800000012, 2)
  383. hat.CFrame = CFrame.new(14.3999977, 0.400000006, -18.7000008, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  384. hat.BottomSurface = Enum.SurfaceType.Smooth
  385. hat.TopSurface = Enum.SurfaceType.Smooth
  386. hat.Position = Vector3.new(14.3999977, 0.400000006, -18.7000008)
  387. hatmesh.Parent = hat
  388. hatmesh.MeshId = "http://www.roblox.com/asset/?id=1028713"
  389. hatmesh.TextureId = "http://www.roblox.com/asset/?id=116269570"
  390. hatmesh.MeshType = Enum.MeshType.FileMesh
  391. local hatcyl=Instance.new("Part",hat)
  392. hatcyl.Anchored=false
  393. hatcyl.Size=Vector3.new(1, 0.05, 1)
  394. hatcyl.BrickColor=BrickColor.new("Lime green")
  395. hatcyl.Material="Neon"
  396. hatcyl.CanCollide=false
  397. local hatcylmesh=Instance.new("CylinderMesh",hatcyl)
  398. hatcylmesh.Scale=Vector3.new(1.5, 1, 1.5)
  399. local cylweld=Instance.new("Weld",hatcyl)
  400. cylweld.Part0=hatcyl
  401. cylweld.Part1=hat
  402. cylweld.C0=CFrame.new(0, 0.2, 0)
  403. local hatweld=Instance.new("Weld",hat)
  404. hatweld.Part0=hat
  405. hatweld.Part1=Character.Head
  406. hatweld.C0=CFrame.new(0, -0.7,0)
  407. hatweld.C1=CFrame.Angles(0, 0, -0.2)
  408. -----------------title--------------
  409. CV="Maroon"
  410.     p = game.Players.LocalPlayer
  411.     char = p.Character
  412.     local txt = Instance.new("BillboardGui", char)
  413.     txt.Adornee = char .Head
  414.     txt.Name = "_status"
  415.     txt.Size = UDim2.new(2, 0, 1.2, 0)
  416.     txt.StudsOffset = Vector3.new(-9, 8, 0)
  417.     local text = Instance.new("TextLabel", txt)
  418.     text.Size = UDim2.new(10, 0, 7, 0)
  419.     text.FontSize = "Size24"
  420.     text.TextScaled = true
  421.     text.TextTransparency = 0
  422.     text.BackgroundTransparency = 1
  423.     text.TextTransparency = 0
  424.     text.TextStrokeTransparency = 0
  425.     text.Font = "Bodoni"
  426.     text.TextStrokeColor3 = Color3.new(0,255,0)
  427.  
  428.     v=Instance.new("Part")
  429.     v.Name = "ColorBrick"
  430.     v.Parent=p.Character
  431.     v.FormFactor="Symmetric"
  432.     v.Anchored=true
  433.     v.CanCollide=false
  434.     v.BottomSurface="Smooth"
  435.     v.TopSurface="Smooth"
  436.     v.Size=Vector3.new(10,2,3)
  437.     v.Transparency=1
  438.     v.CFrame=char.Torso.CFrame
  439.     v.BrickColor=BrickColor.new(CV)
  440.     v.Transparency=1
  441.     text.TextColor3 = Color3.new(0,0,0)
  442.     v.Shape="Block"
  443.     text.Text = "\Nahid hunter"
  444. ------------------gui--------------
  445. -- Gui --
  446.     local MovesGui=Instance.new("ScreenGui",game:service'Players'.LocalPlayer:FindFirstChildOfClass("PlayerGui"))
  447.     local Frm=Instance.new("Frame",MovesGui)Frm.BackgroundColor3=Color3.new()Frm.BorderSizePixel=0
  448.     Frm.BackgroundTransparency=.5 Frm.Size=UDim2.new(.3,0,.5,0)local Show=true Frm.Position=UDim2.new(.7,0,.5,0)
  449.     local normal=Instance.new("TextLabel",Frm)normal.Size=UDim2.new(1,0,1,0)normal.TextStrokeTransparency=0
  450.     normal.BackgroundTransparency=1 normal.TextColor3=Color3.new(1,1,1)
  451.     normal.TextXAlignment="Left"normal.TextYAlignment="Top"
  452.     normal.Text=[[* Nahid hunter gui by 1x1x1x1IAMbck
  453. -----------------------------------
  454. Attacks:
  455. *Q      : Lazer bugly dejzr
  456. *e      : front wave
  457. *r      : better lazer
  458. *t      : ground hit
  459. *z.y XD : Bang
  460. *u      : mad.-.
  461. *h.j.k.l.y.X.c : speaking.-.
  462. *f   : Teleport
  463.  
  464. ]]
  465. ------------------1-attack----------
  466. wait(1)
  467. plr = game.Players.LocalPlayer
  468. char = plr.Character
  469. mouse = plr:GetMouse()
  470. whitecolor = Color3.new(0,0,0)
  471. epicmode = false
  472. normal = true
  473.  
  474. -- Funcs
  475. function Blast(AAA)
  476.     if AAA == "q" then
  477.         local gasterblaster = Instance.new("Part",char.Torso)
  478.         gasterblaster.Size = Vector3.new(7, 100, 4)
  479.         gasterblaster.CanCollide = false
  480.         local gasterblastermesh = Instance.new("FileMesh",gasterblaster)
  481.         gasterblastermesh.MeshId = "rbxassetid://0"
  482.         gasterblastermesh.Scale = Vector3.new(0.05,0.05,0.05)
  483.         local gasterblastertexture = Instance.new("Decal",gasterblaster)
  484.         gasterblastertexture.Face = "Back"
  485.         gasterblastertexture.Texture = "http://www.roblox.com/asset/?id=0"
  486.         local weeld = Instance.new("Weld",gasterblaster)
  487.         weeld.Part0 = gasterblaster
  488.         weeld.Part1 = char.Torso
  489.         weeld.C0 = CFrame.new(3.71674585, -11.54426, -0.129204988, -0.999741375, 0, 0.0227420069, 0, 1, 0, -0.0227420069, 0, -0.999741375)
  490.         char.Head.Anchored = true
  491.         wait(1)
  492.         local blast = Instance.new("Part",gasterblaster)
  493.         blast.Size = Vector3.new(18.07, 30.30, 73.54)
  494.         blast.Transparency = 0.7
  495.         blast.Material = "Neon"
  496.         blast.Color = Color3.new(1,1,1)
  497.         blast.CanCollide = true
  498.         local blastweld = Instance.new("Weld",blast)
  499.         blastweld.Part0 = blast
  500.         blastweld.Part1 = gasterblaster
  501.         blastweld.C0 = CFrame.new(-0.430000305, 1.73999977, -40.1399994, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  502.         blast.Touched:connect(function(part)
  503.             part.Parent:FindFirstChildOfClass("Humanoid"):Destroy() -- Makes them not able to move
  504.        end)
  505.         wait(2)
  506.         char.Head.Anchored = false
  507.         blast:Destroy()
  508.         gasterblaster:Destroy()
  509.     end
  510. end
  511. mouse.KeyDown:connect(Blast)
  512. ------------------ruce--------------------------
  513. local username = game:GetService("Players").LocalPlayer.Character.Name or game.Players.LocalPlayer.Character.Name
  514.  
  515. local p = game.Players.LocalPlayer
  516. local char, Character = p.Character, p.Character
  517. local mouse = p:GetMouse()
  518. local larm, RightArm = char["Left Arm"], char["Left Arm"]
  519. local rarm, RightArm = char["Right Arm"], char["Right Arm"]
  520. local lleg = char["Left Leg"]
  521. local rleg = char["Right Leg"]
  522. local hed = char.Head
  523. local torso, Torso = char.Torso, char.Torso
  524. local hum = char.Humanoid
  525. local cam = game.Workspace.CurrentCamera
  526. local root = char.HumanoidRootPart
  527. local deb = false
  528. local shot = 0
  529. local debris=game:service"Debris"
  530. local l = game:GetService("Lighting")
  531. local rs = game:GetService("RunService").RenderStepped
  532. ns = NumberSequence.new
  533. nsk = NumberSequenceKeypoint.new
  534. nr = NumberRange.new
  535. cs = ColorSequence.new
  536. ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  537. local animpose = "Idle"
  538. local lastanimpose = "Idle"
  539. local stanceToggle = "Normal"
  540. local colorthree = "1020" -- 1020
  541.  
  542. for i,v in pairs(char:children()) do
  543.    if v:IsA("Hat") then
  544.        v:Destroy()
  545.    end
  546. end
  547. for i,v in pairs (hed:GetChildren()) do
  548.        if v:IsA("Sound") then
  549.                v:Destroy()
  550.        end
  551. end
  552.  
  553.  
  554.  
  555.  
  556.  
  557. local lightspeed = math.random(0.1,0.2)
  558. local holy = false -- Is in holy/boosted form?
  559. local eColors = {"1020", "Really black"}
  560. local idz = {"161006212", "161006195"}
  561. local Effects={}
  562. local attackvalue = 1
  563. local username = game:GetService("Players").LocalPlayer.Character.Name or game.Players.LocalPlayer.Character.Name
  564.  
  565. local p = game.Players.LocalPlayer
  566. local char, Character = p.Character, p.Character
  567. local mouse = p:GetMouse()
  568. local larm, RightArm = char["Left Arm"], char["Left Arm"]
  569. local rarm, RightArm = char["Right Arm"], char["Right Arm"]
  570. local lleg = char["Left Leg"]
  571. local rleg = char["Right Leg"]
  572. local hed = char.Head
  573. local torso, Torso = char.Torso, char.Torso
  574. local hum = char.Humanoid
  575. local cam = game.Workspace.CurrentCamera
  576. local root = char.HumanoidRootPart
  577. local deb = false
  578. local shot = 0
  579. local debris=game:service"Debris"
  580. local l = game:GetService("Lighting")
  581. local rs = game:GetService("RunService").RenderStepped
  582. ns = NumberSequence.new
  583. nsk = NumberSequenceKeypoint.new
  584. nr = NumberRange.new
  585. cs = ColorSequence.new
  586. ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  587. local animpose = "Idle"
  588. local lastanimpose = "Idle"
  589. local stanceToggle = "Normal"
  590. local colorthree = "1020" -- 1020
  591.  
  592. for i,v in pairs(char:children()) do
  593.    if v:IsA("Hat") then
  594.        v:Destroy()
  595.    end
  596. end
  597. for i,v in pairs (hed:GetChildren()) do
  598.        if v:IsA("Sound") then
  599.                v:Destroy()
  600.        end
  601. end
  602.  
  603.  
  604.  
  605.  
  606.  
  607. local lightspeed = math.random(0.1,0.2)
  608. local holy = false -- Is in holy/boosted form?
  609. local eColors = {"1020", "Really black"}
  610. local idz = {"161006212", "161006195"}
  611. local Effects={}
  612. local attackvalue = 1
  613. New = function(Object, Parent, Name, Data)
  614.     local Object = Instance.new(Object)
  615.     for Index, Value in pairs(Data or {}) do
  616.         Object[Index] = Value
  617.     end
  618.     Object.Parent = Parent
  619.     Object.Name = Name
  620.     return Object
  621. end
  622.    
  623. DeathClaw = New("Model",Character,"DeathClaw",{})
  624. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.00999999, 1.301, 1.00999999),CFrame = CFrame.new(-8.18999767, 2.64003253, -8.10000992, 1, 6.97362293e-06, -1.91137744e-07, -6.97362293e-06, 1, 9.7819111e-08, 1.91138426e-07, -9.78177397e-08, 1),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  625. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177468e-08, -1.91137744e-07, 9.78191039e-08, 1),C1 = CFrame.new(2.86102295e-06, -0.359999895, 0, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  626. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.00999999, 0.550000012, 0.25999999),CFrame = CFrame.new(-7.58999872, 2.16453266, -8.08500957, -9.61124897e-07, 6.97365886e-06, -1, 9.77374555e-08, 1, 6.97365886e-06, 1, -9.77312951e-08, -9.61124897e-07),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  627. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  628. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, -9.61124897e-07, 9.77374413e-08, 1, 6.97365886e-06, 1, -9.77313022e-08, -1, 6.97365886e-06, -9.61124897e-07),C1 = CFrame.new(0.600004673, -0.835495472, 0.0150003433, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  629. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.00999999, 0.25000003, 0.25999999),CFrame = CFrame.new(-7.58999777, 1.77453327, -8.08500767, 9.61683781e-07, -6.97418636e-06, -1, 1.04010105e-05, -1, 6.97419773e-06, -1.00000036, -1.0356307e-05, -9.61610908e-07),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  630. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  631. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, 9.61683781e-07, 1.04010105e-05, -1.00000036, -6.97418636e-06, -1, -1.0356307e-05, -1, 6.97419773e-06, -9.61610908e-07),C1 = CFrame.new(0.600008488, -1.22549498, 0.0150022507, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  632. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.00999999, 0.550000012, 0.25999999),CFrame = CFrame.new(-8.18999958, 2.16453195, -7.51500511, -1, -1.86969225e-14, 0, 1.86969208e-14, 1, -1.42108547e-14, 0, 1.42108547e-14, -1),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  633. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  634. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, -1, 1.86969208e-14, 0, -1.86969208e-14, 1, 7.10542736e-15, 0, -7.10542736e-15, -1),C1 = CFrame.new(3.81469727e-06, -0.835500479, 0.585004807, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  635. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.00999999, 0.25000003, 0.25999999),CFrame = CFrame.new(-8.18999767, 1.77453327, -7.51500511, 1, 1.86969225e-14, 0, -1.86969208e-14, -1, -1.42108547e-14, 0, -1.42108547e-14, -1),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  636. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  637. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, 1, -1.86969208e-14, 0, 1.86969208e-14, -1, -7.10542736e-15, 0, -7.10542736e-15, -1),C1 = CFrame.new(8.58306885e-06, -1.22549915, 0.585004807, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  638. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.00999999, 0.550000012, 0.25999999),CFrame = CFrame.new(-8.77497768, 2.16453099, -8.06999302, 0, -1.86969225e-14, 1, -1.42108547e-14, 1, -1.86969208e-14, -1, 1.42108547e-14, 0),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  639. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  640. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, 0, -7.10542736e-15, -1, -1.86969208e-14, 1, 7.10542736e-15, 1, -1.86969208e-14, 0),C1 = CFrame.new(-0.584974289, -0.835505486, 0.0300168991, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  641. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.00999999, 0.25000003, 0.25999999),CFrame = CFrame.new(-8.77498817, 1.77453351, -8.06999683, 0, 1.86969225e-14, 1, 1.42108547e-14, -1, -1.86969208e-14, 1, -1.42108547e-14, 0),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  642. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  643. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, 0, 7.10542736e-15, 1, 1.86969208e-14, -1, -7.10542736e-15, 1, -1.86969208e-14, 0),C1 = CFrame.new(-0.584981918, -1.22550297, 0.0300130844, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  644. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.00999999, 0.25000003, 0.25999999),CFrame = CFrame.new(-8.17498684, 1.77453244, -8.6399889, -1, 1.86969225e-14, 0, 1.86969208e-14, -1, 1.42108547e-14, 0, -1.42108547e-14, 1),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  645. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  646. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, -1, 1.86969208e-14, 0, 1.86969208e-14, -1, -7.10542736e-15, 0, 7.10542736e-15, 1),C1 = CFrame.new(0.0150194168, -1.22549987, -0.539978981, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  647. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.00999999, 0.550000012, 0.25999999),CFrame = CFrame.new(-8.17498493, 2.16453147, -8.63999176, 1, -1.86969225e-14, 0, -1.86969208e-14, 1, 1.42108547e-14, 0, 1.42108547e-14, 1),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  648. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  649. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, 1, -1.86969208e-14, 0, -1.86969208e-14, 1, 7.10542736e-15, 0, 7.10542736e-15, 1),C1 = CFrame.new(0.0150184631, -0.835500717, -0.539981842, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  650. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.00999999, 0.550999999, 1.00999999),CFrame = CFrame.new(-8.19000053, 1.96503329, -8.10000992, 1, 6.97362293e-06, -1.91137744e-07, -6.97362293e-06, 1, 9.7819111e-08, 1.91138426e-07, -9.78177397e-08, 1),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  651. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177468e-08, -1.91137744e-07, 9.78191039e-08, 1),C1 = CFrame.new(4.76837158e-06, -1.03499913, 0, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  652. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("1020"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.200000003, 0.5, 0.5),CFrame = CFrame.new(-8.19000053, 1.78503358, -8.10000992, -4.37112426e-08, -1, 0, 1, -4.37112071e-08, 1.42108547e-14, 1.42108547e-14, 0, 1),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  653. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Cylinder,})
  654. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, -4.37112426e-08, 1, 7.10542736e-15, -1, -4.37112071e-08, 0, 0, 7.10542736e-15, 1),C1 = CFrame.new(5.7220459e-06, -1.21499884, 0, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  655. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.00999999, 0.879999995, 0.25999999),CFrame = CFrame.new(-8.80498791, 3.55953217, -8.09999657, 0, 1.86969225e-14, 1, 1.42108547e-14, -1, -1.86969208e-14, 1, -1.42108547e-14, 0),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  656. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  657. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, 0, 7.10542736e-15, 1, 1.86969208e-14, -1, -7.10542736e-15, 1, -1.86969208e-14, 0),C1 = CFrame.new(-0.614994049, 0.559495449, 1.33514404e-05, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  658. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.00999999, 0.610000014, 0.559999943),CFrame = CFrame.new(-8.65498829, 4.29453278, -8.09999752, -3.88175249e-06, 6.16863917e-06, 1.00000167, -7.53802908e-07, 1, -6.168651e-06, -1.00000167, -7.53825816e-07, -3.88175249e-06),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  659. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  660. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, -3.88175249e-06, -7.53802908e-07, -1.00000167, 6.16863917e-06, 1, -7.53825816e-07, 1.00000167, -6.168651e-06, -3.88175249e-06),C1 = CFrame.new(-0.464999199, 1.29449725, 1.23977661e-05, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  661. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.00999999, 0.610000014, 0.559999943),CFrame = CFrame.new(-8.11498737, 4.29453278, -8.09999752, -1.78813934e-07, 6.16862235e-06, -1.00000012, 7.53896074e-07, 1, 6.16862371e-06, 1.00000012, -7.53894938e-07, -1.78813934e-07),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  662. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  663. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, -1.78813934e-07, 7.53896074e-07, 1.00000012, 6.16862235e-06, 1, -7.53894938e-07, -1.00000012, 6.16862371e-06, -1.78813934e-07),C1 = CFrame.new(0.0750017166, 1.29450107, 1.23977661e-05, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  664. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.00999999, 0.370000005, 0.73999989),CFrame = CFrame.new(-8.02498817, 4.17453337, -8.09999752, -1.78813934e-07, 6.16862235e-06, -1.00000012, 7.53896074e-07, 1, 6.16862371e-06, 1.00000012, -7.53894938e-07, -1.78813934e-07),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  665. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  666. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, -1.78813934e-07, 7.53896074e-07, 1.00000012, 6.16862235e-06, 1, -7.53894938e-07, -1.00000012, 6.16862371e-06, -1.78813934e-07),C1 = CFrame.new(0.165000916, 1.17450213, 1.23977661e-05, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  667. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.200000003, 0.789999962, 0.200000003),CFrame = CFrame.new(-7.90498638, 4.38453436, -7.69499397, -1.78996103e-07, 0.342027485, -0.939698875, 7.53943937e-07, 0.939689457, 0.342029005, 1.00000966, -6.47293803e-07, -4.25697635e-07),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  668. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  669. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, -1.78996103e-07, 7.53943937e-07, 1.00000966, 0.342027485, 0.939689457, -6.47293803e-07, -0.939698875, 0.342029005, -4.25697635e-07),C1 = CFrame.new(0.285001755, 1.38450408, 0.405015945, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  670. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.200000003, 0.789999962, 0.200000003),CFrame = CFrame.new(-7.90498638, 4.38453436, -8.5049963, -1.78996103e-07, 0.342027485, -0.939698875, 7.53943937e-07, 0.939689457, 0.342029005, 1.00000966, -6.47293803e-07, -4.25697635e-07),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  671. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  672. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, -1.78996103e-07, 7.53943937e-07, 1.00000966, 0.342027485, 0.939689457, -6.47293803e-07, -0.939698875, 0.342029005, -4.25697635e-07),C1 = CFrame.new(0.285001755, 1.38450408, -0.404986382, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  673. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.200000003, 0.789999962, 0.439999998),CFrame = CFrame.new(-8.22774792, 4.42557859, -8.5049963, -3.11434269e-06, 0.34202829, 0.939689755, 8.30739737e-07, 0.939689636, -0.342028916, -1.00000107, -3.18491402e-07, -3.46451998e-06),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  674. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  675. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, -3.11434269e-06, 8.30739737e-07, -1.00000107, 0.34202829, 0.939689636, -3.18491402e-07, 0.939689755, -0.342028916, -3.46451998e-06),C1 = CFrame.new(-0.0377607346, 1.42554593, -0.404986382, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  676. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.200000003, 0.789999962, 0.439999998),CFrame = CFrame.new(-8.22774982, 4.42557859, -7.69499588, -3.11434269e-06, 0.34202829, 0.939689755, 8.30739737e-07, 0.939689636, -0.342028916, -1.00000107, -3.18491402e-07, -3.46451998e-06),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  677. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  678. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, -3.11434269e-06, 8.30739737e-07, -1.00000107, 0.34202829, 0.939689636, -3.18491402e-07, 0.939689755, -0.342028916, -3.46451998e-06),C1 = CFrame.new(-0.0377616882, 1.42554593, 0.405014038, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  679. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("1020"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.201000005, 0.550999999, 0.200000003),CFrame = CFrame.new(-8.59500027, 2.89503574, -8.1300106, 1, 6.97362293e-06, -1.91137744e-07, -6.97362293e-06, 1, 9.7819111e-08, 1.91138426e-07, -9.78177397e-08, 1),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  680. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1, 1, 0.400999993),MeshType = Enum.MeshType.Brick,})
  681. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177468e-08, -1.91137744e-07, 9.78191039e-08, 1),C1 = CFrame.new(-0.40500164, -0.104999542, -0.0300006866, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  682. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("1020"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.201000005, 0.281000018, 0.200000003),CFrame = CFrame.new(-8.59499931, 3.06003571, -8.04001141, 1, 6.13489965e-06, 3.32129116e-06, -6.97362293e-06, 0.866024673, 0.500001252, 1.91137516e-07, -0.500001252, 0.866024673),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  683. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1, 1, 0.400999993),MeshType = Enum.MeshType.Brick,})
  684. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, 1, -6.97362293e-06, 1.91137516e-07, 6.13489919e-06, 0.866024673, -0.500001252, 3.32129093e-06, 0.500001252, 0.866024673),C1 = CFrame.new(-0.40500164, 0.0600004196, 0.0599985123, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  685. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("1020"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.201000005, 0.281000018, 0.200000003),CFrame = CFrame.new(-8.59499931, 2.73003602, -8.04001141, 1, 5.94368294e-06, -3.65236247e-06, -6.97355335e-06, 0.866026044, -0.500001729, 1.91185379e-07, 0.500001729, 0.866026044),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  686. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1, 1, 0.400999993),MeshType = Enum.MeshType.Brick,})
  687. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, 1, -6.97355335e-06, 1.91185379e-07, 5.94368294e-06, 0.866026044, 0.500001729, -3.65236247e-06, -0.500001729, 0.866026044),C1 = CFrame.new(-0.404999733, -0.269999266, 0.0599985123, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  688. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("1020"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.201000005, 0.200000003, 0.200000003),CFrame = CFrame.new(-8.59499931, 2.89053583, -7.98001146, 1, 6.97355881e-06, -1.91176355e-07, -6.97355881e-06, 1, 1.86264515e-07, 1.91177477e-07, -1.86264515e-07, 1),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  689. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1, 1, 0.400999993),MeshType = Enum.MeshType.Brick,})
  690. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, 1, -6.97355881e-06, 1.91177477e-07, 6.97355881e-06, 1, -1.86264515e-07, -1.91176355e-07, 1.86264515e-07, 1),C1 = CFrame.new(-0.405000687, -0.109499454, 0.119998455, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  691. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.300000012, 1.73000002, 0.300000012),CFrame = CFrame.new(-7.64528942, 2.08194613, -7.50872564, 0.57357645, -0.409576029, 0.709406495, 2.84217094e-14, 0.866025388, 0.5, -0.819152057, -0.286788225, 0.496731758),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  692. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, 0.57357645, 2.84217094e-14, -0.819152057, -0.409576029, 0.866025388, -0.286788225, 0.709406495, 0.5, 0.496731758),C1 = CFrame.new(0.544714928, -0.918082476, 0.591284275, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  693. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.200000003, 1, 0.200000003),CFrame = CFrame.new(-7.46966791, 1.04344952, -7.39113998, 0.573576868, 0.469845414, 0.671012759, -2.96045641e-07, 0.81915319, -0.573575616, -0.819153547, 0.328988761, 0.469848096),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  694. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, 0.573576868, -2.96045414e-07, -0.819153547, 0.469845414, 0.81915319, 0.328988761, 0.671012759, -0.573575616, 0.469848096),C1 = CFrame.new(0.72034359, -1.95657802, 0.708869457, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  695. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("1020"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.200000003, 1, 0.200000003),CFrame = CFrame.new(-7.72338438, 0.601107359, -7.56879187, 0.573576868, 0.469845414, 0.671012759, -2.96045641e-07, 0.81915319, -0.573575616, -0.819153547, 0.328988761, 0.469848096),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  696. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.25, 0.899999976, 0.25),MeshId = "rbxassetid://9756362",MeshType = Enum.MeshType.FileMesh,})
  697. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, 0.573576868, -2.96045414e-07, -0.819153547, 0.469845414, 0.81915319, 0.328988761, 0.671012759, -0.573575616, 0.469848096),C1 = CFrame.new(0.466629982, -2.39892173, 0.531217575, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  698. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.300000012, 1.73000002, 0.300000012),CFrame = CFrame.new(-7.68504524, 2.08194637, -8.59320354, -0.707107365, -0.353553772, 0.612371683, -5.68434189e-14, 0.866024971, 0.500000894, -0.707106352, 0.353554249, -0.612372518),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  699. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, -0.707107365, -5.68434189e-14, -0.707106352, -0.353553772, 0.866024971, 0.353554249, 0.612371683, 0.500000894, -0.612372518),C1 = CFrame.new(0.50495863, -0.918082476, -0.493193626, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  700. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.200000003, 1, 0.200000003),CFrame = CFrame.new(-7.53874874, 1.0434494, -8.74573803, -0.707107365, 0.405578643, 0.579228163, -5.68434189e-14, 0.819152892, -0.573575258, -0.707106352, -0.405579239, -0.579228997),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  701. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, -0.707107365, -5.68434189e-14, -0.707106352, 0.405578643, 0.819152892, -0.405579239, 0.579228163, -0.573575258, -0.579228997),C1 = CFrame.new(0.651262283, -1.95657837, -0.645728111, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  702. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("1020"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.200000003, 1, 0.200000003),CFrame = CFrame.new(-7.75776386, 0.601107359, -8.52672577, -0.707107365, 0.405578643, 0.579228163, -5.68434189e-14, 0.819152892, -0.573575258, -0.707106352, -0.405579239, -0.579228997),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  703. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.25, 0.899999976, 0.25),MeshId = "rbxassetid://9756362",MeshType = Enum.MeshType.FileMesh,})
  704. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, -0.707107365, -5.68434189e-14, -0.707106352, 0.405578643, 0.819152892, -0.405579239, 0.579228163, -0.573575258, -0.579228997),C1 = CFrame.new(0.4322505, -2.39892197, -0.426715851, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  705. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("1020"),Material = Enum.Material.Neon,Reflectance = 0.097999997437,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.01100004, 0.200000003, 1.01100004),CFrame = CFrame.new(-8.1899929, 3.28953266, -8.10000992, 1, 6.97362293e-06, -1.91137744e-07, -6.97362293e-06, 1, 9.7819111e-08, 1.91138426e-07, -9.78177397e-08, 1),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  706. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177468e-08, -1.91137744e-07, 9.78191039e-08, 1),C1 = CFrame.new(2.86102295e-06, 0.289500237, 0, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  707. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("1020"),Material = Enum.Material.Neon,Reflectance = 0.097999997437,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.01100004, 0.200000003, 1.01100004),CFrame = CFrame.new(-8.18999863, 2.47953296, -8.10000992, 1, 6.97362293e-06, -1.91137744e-07, -6.97362293e-06, 1, 9.7819111e-08, 1.91138426e-07, -9.78177397e-08, 1),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  708. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177468e-08, -1.91137744e-07, 9.78191039e-08, 1),C1 = CFrame.new(2.86102295e-06, -0.520499468, 0, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  709. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.097999997437,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.00999999, 0.731000006, 1.00999999),CFrame = CFrame.new(-8.189991, 3.64503241, -8.10000992, 1, 6.97362293e-06, -1.91137744e-07, -6.97362293e-06, 1, 9.7819111e-08, 1.91138426e-07, -9.78177397e-08, 1),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  710. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177468e-08, -1.91137744e-07, 9.78191039e-08, 1),C1 = CFrame.new(1.90734863e-06, 0.644999981, 0, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  711. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.200000003, 0.699999988, 0.699999988),CFrame = CFrame.new(-8.19000053, 1.78503358, -8.10000992, -4.37112426e-08, -1, 0, 1, -4.37112071e-08, 1.42108547e-14, 1.42108547e-14, 0, 1),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  712. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.980000019, 1, 1),MeshType = Enum.MeshType.Cylinder,})
  713. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, -4.37112426e-08, 1, 7.10542736e-15, -1, -4.37112071e-08, 0, 0, 7.10542736e-15, 1),C1 = CFrame.new(5.7220459e-06, -1.21499884, 0, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  714. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.300000012, 1.73000002, 0.300000012),CFrame = CFrame.new(-8.76894283, 2.02194643, -8.5701561, -0.573575079, 0.409577131, -0.709406972, -3.83693077e-13, 0.86602509, 0.500000715, 0.81915313, 0.286787927, -0.496730298),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  715. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, -0.573575079, 0, 0.81915313, 0.409577131, 0.86602509, 0.286787927, -0.709406972, 0.500000715, -0.496730298),C1 = CFrame.new(-0.578938484, -0.978090048, -0.470146179, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  716. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.200000003, 1, 0.200000003),CFrame = CFrame.new(-8.94456291, 0.983449459, -8.68774033, -0.573575079, -0.4698461, -0.671011448, -3.83693077e-13, 0.819152832, -0.573575437, 0.81915313, -0.328988582, -0.469845563),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  717. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, -0.573575079, 0, 0.81915313, -0.4698461, 0.819152832, -0.328988582, -0.671011448, -0.573575437, -0.469845563),C1 = CFrame.new(-0.754550934, -2.01658821, -0.587730408, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  718. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("1020"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.200000003, 1, 0.200000003),CFrame = CFrame.new(-8.69085026, 0.541107416, -8.51008987, -0.573575079, -0.4698461, -0.671011448, -3.83693077e-13, 0.819152832, -0.573575437, 0.81915313, -0.328988582, -0.469845563),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  719. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.25, 0.899999976, 0.25),MeshId = "rbxassetid://9756362",MeshType = Enum.MeshType.FileMesh,})
  720. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, -0.573575079, 0, 0.81915313, -0.4698461, 0.819152832, -0.328988582, -0.671011448, -0.573575437, -0.469845563),C1 = CFrame.new(-0.500835419, -2.45892859, -0.410079956, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  721. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.200000003, 1, 0.200000003),CFrame = CFrame.new(-8.8754797, 0.983449221, -7.33314657, 0.707107365, -0.405578345, -0.579228342, 5.68434189e-14, 0.819153309, -0.573574781, 0.707106352, 0.405578941, 0.579229236),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  722. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, 0.707107365, 0, 0.707106352, -0.405578345, 0.819153309, 0.405578941, -0.579228342, -0.573574781, 0.579229236),C1 = CFrame.new(-0.68546772, -2.01658797, 0.766863346, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  723. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("1020"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.200000003, 1, 0.200000003),CFrame = CFrame.new(-8.65646744, 0.541107178, -7.55215645, 0.707107365, -0.405578345, -0.579228342, 5.68434189e-14, 0.819153309, -0.573574781, 0.707106352, 0.405578941, 0.579229236),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  724. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.25, 0.899999976, 0.25),MeshId = "rbxassetid://9756362",MeshType = Enum.MeshType.FileMesh,})
  725. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, 0.707107365, 0, 0.707106352, -0.405578345, 0.819153309, 0.405578941, -0.579228342, -0.573574781, 0.579229236),C1 = CFrame.new(-0.466452599, -2.45892859, 0.54785347, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  726. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.300000012, 1.73000002, 0.300000012),CFrame = CFrame.new(-8.72918701, 2.02194619, -7.48567963, 0.707107365, 0.353553772, -0.612371683, 5.68434189e-14, 0.866024971, 0.500000834, 0.707106352, -0.353554249, 0.612372518),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  727. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, 0.707107365, 0, 0.707106352, 0.353553772, 0.866024971, -0.353554249, -0.612371683, 0.500000834, 0.612372518),C1 = CFrame.new(-0.539182663, -0.978090048, 0.614330292, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  728. ------------------------------------------------------
  729. New = function(Object, Parent, Name, Data)
  730.     local Object = Instance.new(Object)
  731.     for Index, Value in pairs(Data or {}) do
  732.         Object[Index] = Value
  733.     end
  734.     Object.Parent = Parent
  735.     Object.Name = Name
  736.     return Object
  737. end
  738.    
  739. local username = game:GetService("Players").LocalPlayer.Character.Name or game.Players.LocalPlayer.Character.Name
  740. local p = game.Players.LocalPlayer
  741. local char, Character = p.Character, p.Character
  742. local mouse = p:GetMouse()
  743. local larm, LeftArm = char["Left Arm"], char["Left Arm"]
  744. local rarm, RightArm = char["Right Arm"], char["Right Arm"]
  745. local lleg = char["Left Leg"]
  746. local rleg = char["Right Leg"]
  747. local hed = char.Head
  748. local torso, Torso = char.Torso, char.Torso
  749. local hum = char.Humanoid
  750. local cam = game.Workspace.CurrentCamera
  751. local root = char.HumanoidRootPart
  752. local deb = false
  753. local shot = 0
  754. local debris=game:service"Debris"
  755. local l = game:GetService("Lighting")
  756. local rs = game:GetService("RunService").RenderStepped
  757. ns = NumberSequence.new
  758. nsk = NumberSequenceKeypoint.new
  759. nr = NumberRange.new
  760. cs = ColorSequence.new
  761. ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  762. local animpose = "Idle"
  763. local lastanimpose = "Idle"
  764. local stanceToggle = "Normal"
  765. local colorthree = "1020" -- 1020
  766.  
  767. for i,v in pairs(char:children()) do
  768.    if v:IsA("Hat") then
  769.        v:Destroy()
  770.    end
  771. end
  772. for i,v in pairs (hed:GetChildren()) do
  773.        if v:IsA("Sound") then
  774.                v:Destroy()
  775.        end
  776. end
  777.  
  778. local lightspeed = math.random(0.1,0.2)
  779. local holy = false -- Is in holy/boosted form?
  780. local eColors = {"1020", "Really black"}
  781. local idz = {"161006212", "161006195"}
  782. local Effects={}
  783. local attackvalue = 1
  784. ----------------------------------------------------
  785. New = function(Object, Parent, Name, Data)
  786.     local Object = Instance.new(Object)
  787.     for Index, Value in pairs(Data or {}) do
  788.         Object[Index] = Value
  789.     end
  790.     Object.Parent = Parent
  791.     Object.Name = Name
  792.     return Object
  793. end
  794.    
  795. DeathClaw = New("Model",Character,"DeathClaw",{})
  796. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.00999999, 1.301, 1.00999999),CFrame = CFrame.new(-8.18999767, 2.64003253, -8.10000992, 1, 6.97362293e-06, -1.91137744e-07, -6.97362293e-06, 1, 9.7819111e-08, 1.91138426e-07, -9.78177397e-08, 1),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  797. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177468e-08, -1.91137744e-07, 9.78191039e-08, 1),C1 = CFrame.new(2.86102295e-06, -0.359999895, 0, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  798. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.00999999, 0.550000012, 0.25999999),CFrame = CFrame.new(-7.58999872, 2.16453266, -8.08500957, -9.61124897e-07, 6.97365886e-06, -1, 9.77374555e-08, 1, 6.97365886e-06, 1, -9.77312951e-08, -9.61124897e-07),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  799. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  800. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, -9.61124897e-07, 9.77374413e-08, 1, 6.97365886e-06, 1, -9.77313022e-08, -1, 6.97365886e-06, -9.61124897e-07),C1 = CFrame.new(0.600004673, -0.835495472, 0.0150003433, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  801. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.00999999, 0.25000003, 0.25999999),CFrame = CFrame.new(-7.58999777, 1.77453327, -8.08500767, 9.61683781e-07, -6.97418636e-06, -1, 1.04010105e-05, -1, 6.97419773e-06, -1.00000036, -1.0356307e-05, -9.61610908e-07),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  802. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  803. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, 9.61683781e-07, 1.04010105e-05, -1.00000036, -6.97418636e-06, -1, -1.0356307e-05, -1, 6.97419773e-06, -9.61610908e-07),C1 = CFrame.new(0.600008488, -1.22549498, 0.0150022507, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  804. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.00999999, 0.550000012, 0.25999999),CFrame = CFrame.new(-8.18999958, 2.16453195, -7.51500511, -1, -1.86969225e-14, 0, 1.86969208e-14, 1, -1.42108547e-14, 0, 1.42108547e-14, -1),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  805. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  806. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, -1, 1.86969208e-14, 0, -1.86969208e-14, 1, 7.10542736e-15, 0, -7.10542736e-15, -1),C1 = CFrame.new(3.81469727e-06, -0.835500479, 0.585004807, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  807. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.00999999, 0.25000003, 0.25999999),CFrame = CFrame.new(-8.18999767, 1.77453327, -7.51500511, 1, 1.86969225e-14, 0, -1.86969208e-14, -1, -1.42108547e-14, 0, -1.42108547e-14, -1),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  808. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  809. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, 1, -1.86969208e-14, 0, 1.86969208e-14, -1, -7.10542736e-15, 0, -7.10542736e-15, -1),C1 = CFrame.new(8.58306885e-06, -1.22549915, 0.585004807, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  810. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.00999999, 0.550000012, 0.25999999),CFrame = CFrame.new(-8.77497768, 2.16453099, -8.06999302, 0, -1.86969225e-14, 1, -1.42108547e-14, 1, -1.86969208e-14, -1, 1.42108547e-14, 0),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  811. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  812. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, 0, -7.10542736e-15, -1, -1.86969208e-14, 1, 7.10542736e-15, 1, -1.86969208e-14, 0),C1 = CFrame.new(-0.584974289, -0.835505486, 0.0300168991, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  813. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.00999999, 0.25000003, 0.25999999),CFrame = CFrame.new(-8.77498817, 1.77453351, -8.06999683, 0, 1.86969225e-14, 1, 1.42108547e-14, -1, -1.86969208e-14, 1, -1.42108547e-14, 0),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  814. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  815. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, 0, 7.10542736e-15, 1, 1.86969208e-14, -1, -7.10542736e-15, 1, -1.86969208e-14, 0),C1 = CFrame.new(-0.584981918, -1.22550297, 0.0300130844, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  816. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.00999999, 0.25000003, 0.25999999),CFrame = CFrame.new(-8.17498684, 1.77453244, -8.6399889, -1, 1.86969225e-14, 0, 1.86969208e-14, -1, 1.42108547e-14, 0, -1.42108547e-14, 1),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  817. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  818. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, -1, 1.86969208e-14, 0, 1.86969208e-14, -1, -7.10542736e-15, 0, 7.10542736e-15, 1),C1 = CFrame.new(0.0150194168, -1.22549987, -0.539978981, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  819. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.00999999, 0.550000012, 0.25999999),CFrame = CFrame.new(-8.17498493, 2.16453147, -8.63999176, 1, -1.86969225e-14, 0, -1.86969208e-14, 1, 1.42108547e-14, 0, 1.42108547e-14, 1),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  820. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  821. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, 1, -1.86969208e-14, 0, -1.86969208e-14, 1, 7.10542736e-15, 0, 7.10542736e-15, 1),C1 = CFrame.new(0.0150184631, -0.835500717, -0.539981842, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  822. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.00999999, 0.550999999, 1.00999999),CFrame = CFrame.new(-8.19000053, 1.96503329, -8.10000992, 1, 6.97362293e-06, -1.91137744e-07, -6.97362293e-06, 1, 9.7819111e-08, 1.91138426e-07, -9.78177397e-08, 1),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  823. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177468e-08, -1.91137744e-07, 9.78191039e-08, 1),C1 = CFrame.new(4.76837158e-06, -1.03499913, 0, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  824. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("1020"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.200000003, 0.5, 0.5),CFrame = CFrame.new(-8.19000053, 1.78503358, -8.10000992, -4.37112426e-08, -1, 0, 1, -4.37112071e-08, 1.42108547e-14, 1.42108547e-14, 0, 1),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  825. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Cylinder,})
  826. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, -4.37112426e-08, 1, 7.10542736e-15, -1, -4.37112071e-08, 0, 0, 7.10542736e-15, 1),C1 = CFrame.new(5.7220459e-06, -1.21499884, 0, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  827. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.00999999, 0.879999995, 0.25999999),CFrame = CFrame.new(-8.80498791, 3.55953217, -8.09999657, 0, 1.86969225e-14, 1, 1.42108547e-14, -1, -1.86969208e-14, 1, -1.42108547e-14, 0),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  828. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  829. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, 0, 7.10542736e-15, 1, 1.86969208e-14, -1, -7.10542736e-15, 1, -1.86969208e-14, 0),C1 = CFrame.new(-0.614994049, 0.559495449, 1.33514404e-05, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  830. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.00999999, 0.610000014, 0.559999943),CFrame = CFrame.new(-8.65498829, 4.29453278, -8.09999752, -3.88175249e-06, 6.16863917e-06, 1.00000167, -7.53802908e-07, 1, -6.168651e-06, -1.00000167, -7.53825816e-07, -3.88175249e-06),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  831. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  832. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, -3.88175249e-06, -7.53802908e-07, -1.00000167, 6.16863917e-06, 1, -7.53825816e-07, 1.00000167, -6.168651e-06, -3.88175249e-06),C1 = CFrame.new(-0.464999199, 1.29449725, 1.23977661e-05, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  833. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.00999999, 0.610000014, 0.559999943),CFrame = CFrame.new(-8.11498737, 4.29453278, -8.09999752, -1.78813934e-07, 6.16862235e-06, -1.00000012, 7.53896074e-07, 1, 6.16862371e-06, 1.00000012, -7.53894938e-07, -1.78813934e-07),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  834. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  835. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, -1.78813934e-07, 7.53896074e-07, 1.00000012, 6.16862235e-06, 1, -7.53894938e-07, -1.00000012, 6.16862371e-06, -1.78813934e-07),C1 = CFrame.new(0.0750017166, 1.29450107, 1.23977661e-05, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  836. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.00999999, 0.370000005, 0.73999989),CFrame = CFrame.new(-8.02498817, 4.17453337, -8.09999752, -1.78813934e-07, 6.16862235e-06, -1.00000012, 7.53896074e-07, 1, 6.16862371e-06, 1.00000012, -7.53894938e-07, -1.78813934e-07),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  837. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  838. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, -1.78813934e-07, 7.53896074e-07, 1.00000012, 6.16862235e-06, 1, -7.53894938e-07, -1.00000012, 6.16862371e-06, -1.78813934e-07),C1 = CFrame.new(0.165000916, 1.17450213, 1.23977661e-05, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  839. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.200000003, 0.789999962, 0.200000003),CFrame = CFrame.new(-7.90498638, 4.38453436, -7.69499397, -1.78996103e-07, 0.342027485, -0.939698875, 7.53943937e-07, 0.939689457, 0.342029005, 1.00000966, -6.47293803e-07, -4.25697635e-07),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  840. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  841. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, -1.78996103e-07, 7.53943937e-07, 1.00000966, 0.342027485, 0.939689457, -6.47293803e-07, -0.939698875, 0.342029005, -4.25697635e-07),C1 = CFrame.new(0.285001755, 1.38450408, 0.405015945, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  842. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.200000003, 0.789999962, 0.200000003),CFrame = CFrame.new(-7.90498638, 4.38453436, -8.5049963, -1.78996103e-07, 0.342027485, -0.939698875, 7.53943937e-07, 0.939689457, 0.342029005, 1.00000966, -6.47293803e-07, -4.25697635e-07),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  843. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  844. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, -1.78996103e-07, 7.53943937e-07, 1.00000966, 0.342027485, 0.939689457, -6.47293803e-07, -0.939698875, 0.342029005, -4.25697635e-07),C1 = CFrame.new(0.285001755, 1.38450408, -0.404986382, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  845. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.200000003, 0.789999962, 0.439999998),CFrame = CFrame.new(-8.22774792, 4.42557859, -8.5049963, -3.11434269e-06, 0.34202829, 0.939689755, 8.30739737e-07, 0.939689636, -0.342028916, -1.00000107, -3.18491402e-07, -3.46451998e-06),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  846. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  847. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, -3.11434269e-06, 8.30739737e-07, -1.00000107, 0.34202829, 0.939689636, -3.18491402e-07, 0.939689755, -0.342028916, -3.46451998e-06),C1 = CFrame.new(-0.0377607346, 1.42554593, -0.404986382, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  848. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.200000003, 0.789999962, 0.439999998),CFrame = CFrame.new(-8.22774982, 4.42557859, -7.69499588, -3.11434269e-06, 0.34202829, 0.939689755, 8.30739737e-07, 0.939689636, -0.342028916, -1.00000107, -3.18491402e-07, -3.46451998e-06),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  849. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  850. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, -3.11434269e-06, 8.30739737e-07, -1.00000107, 0.34202829, 0.939689636, -3.18491402e-07, 0.939689755, -0.342028916, -3.46451998e-06),C1 = CFrame.new(-0.0377616882, 1.42554593, 0.405014038, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  851. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("1020"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.201000005, 0.550999999, 0.200000003),CFrame = CFrame.new(-8.59500027, 2.89503574, -8.1300106, 1, 6.97362293e-06, -1.91137744e-07, -6.97362293e-06, 1, 9.7819111e-08, 1.91138426e-07, -9.78177397e-08, 1),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  852. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1, 1, 0.400999993),MeshType = Enum.MeshType.Brick,})
  853. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177468e-08, -1.91137744e-07, 9.78191039e-08, 1),C1 = CFrame.new(-0.40500164, -0.104999542, -0.0300006866, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  854. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("1020"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.201000005, 0.281000018, 0.200000003),CFrame = CFrame.new(-8.59499931, 3.06003571, -8.04001141, 1, 6.13489965e-06, 3.32129116e-06, -6.97362293e-06, 0.866024673, 0.500001252, 1.91137516e-07, -0.500001252, 0.866024673),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  855. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1, 1, 0.400999993),MeshType = Enum.MeshType.Brick,})
  856. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, 1, -6.97362293e-06, 1.91137516e-07, 6.13489919e-06, 0.866024673, -0.500001252, 3.32129093e-06, 0.500001252, 0.866024673),C1 = CFrame.new(-0.40500164, 0.0600004196, 0.0599985123, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  857. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("1020"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.201000005, 0.281000018, 0.200000003),CFrame = CFrame.new(-8.59499931, 2.73003602, -8.04001141, 1, 5.94368294e-06, -3.65236247e-06, -6.97355335e-06, 0.866026044, -0.500001729, 1.91185379e-07, 0.500001729, 0.866026044),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  858. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1, 1, 0.400999993),MeshType = Enum.MeshType.Brick,})
  859. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, 1, -6.97355335e-06, 1.91185379e-07, 5.94368294e-06, 0.866026044, 0.500001729, -3.65236247e-06, -0.500001729, 0.866026044),C1 = CFrame.new(-0.404999733, -0.269999266, 0.0599985123, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  860. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("1020"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.201000005, 0.200000003, 0.200000003),CFrame = CFrame.new(-8.59499931, 2.89053583, -7.98001146, 1, 6.97355881e-06, -1.91176355e-07, -6.97355881e-06, 1, 1.86264515e-07, 1.91177477e-07, -1.86264515e-07, 1),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  861. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1, 1, 0.400999993),MeshType = Enum.MeshType.Brick,})
  862. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, 1, -6.97355881e-06, 1.91177477e-07, 6.97355881e-06, 1, -1.86264515e-07, -1.91176355e-07, 1.86264515e-07, 1),C1 = CFrame.new(-0.405000687, -0.109499454, 0.119998455, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  863. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.300000012, 1.73000002, 0.300000012),CFrame = CFrame.new(-7.64528942, 2.08194613, -7.50872564, 0.57357645, -0.409576029, 0.709406495, 2.84217094e-14, 0.866025388, 0.5, -0.819152057, -0.286788225, 0.496731758),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  864. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, 0.57357645, 2.84217094e-14, -0.819152057, -0.409576029, 0.866025388, -0.286788225, 0.709406495, 0.5, 0.496731758),C1 = CFrame.new(0.544714928, -0.918082476, 0.591284275, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  865. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.200000003, 1, 0.200000003),CFrame = CFrame.new(-7.46966791, 1.04344952, -7.39113998, 0.573576868, 0.469845414, 0.671012759, -2.96045641e-07, 0.81915319, -0.573575616, -0.819153547, 0.328988761, 0.469848096),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  866. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, 0.573576868, -2.96045414e-07, -0.819153547, 0.469845414, 0.81915319, 0.328988761, 0.671012759, -0.573575616, 0.469848096),C1 = CFrame.new(0.72034359, -1.95657802, 0.708869457, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  867. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("1020"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.200000003, 1, 0.200000003),CFrame = CFrame.new(-7.72338438, 0.601107359, -7.56879187, 0.573576868, 0.469845414, 0.671012759, -2.96045641e-07, 0.81915319, -0.573575616, -0.819153547, 0.328988761, 0.469848096),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  868. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.25, 0.899999976, 0.25),MeshId = "rbxassetid://9756362",MeshType = Enum.MeshType.FileMesh,})
  869. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, 0.573576868, -2.96045414e-07, -0.819153547, 0.469845414, 0.81915319, 0.328988761, 0.671012759, -0.573575616, 0.469848096),C1 = CFrame.new(0.466629982, -2.39892173, 0.531217575, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  870. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.300000012, 1.73000002, 0.300000012),CFrame = CFrame.new(-7.68504524, 2.08194637, -8.59320354, -0.707107365, -0.353553772, 0.612371683, -5.68434189e-14, 0.866024971, 0.500000894, -0.707106352, 0.353554249, -0.612372518),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  871. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, -0.707107365, -5.68434189e-14, -0.707106352, -0.353553772, 0.866024971, 0.353554249, 0.612371683, 0.500000894, -0.612372518),C1 = CFrame.new(0.50495863, -0.918082476, -0.493193626, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  872. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.200000003, 1, 0.200000003),CFrame = CFrame.new(-7.53874874, 1.0434494, -8.74573803, -0.707107365, 0.405578643, 0.579228163, -5.68434189e-14, 0.819152892, -0.573575258, -0.707106352, -0.405579239, -0.579228997),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  873. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, -0.707107365, -5.68434189e-14, -0.707106352, 0.405578643, 0.819152892, -0.405579239, 0.579228163, -0.573575258, -0.579228997),C1 = CFrame.new(0.651262283, -1.95657837, -0.645728111, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  874. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("1020"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.200000003, 1, 0.200000003),CFrame = CFrame.new(-7.75776386, 0.601107359, -8.52672577, -0.707107365, 0.405578643, 0.579228163, -5.68434189e-14, 0.819152892, -0.573575258, -0.707106352, -0.405579239, -0.579228997),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  875. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.25, 0.899999976, 0.25),MeshId = "rbxassetid://9756362",MeshType = Enum.MeshType.FileMesh,})
  876. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, -0.707107365, -5.68434189e-14, -0.707106352, 0.405578643, 0.819152892, -0.405579239, 0.579228163, -0.573575258, -0.579228997),C1 = CFrame.new(0.4322505, -2.39892197, -0.426715851, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  877. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("1020"),Material = Enum.Material.Neon,Reflectance = 0.097999997437,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.01100004, 0.200000003, 1.01100004),CFrame = CFrame.new(-8.1899929, 3.28953266, -8.10000992, 1, 6.97362293e-06, -1.91137744e-07, -6.97362293e-06, 1, 9.7819111e-08, 1.91138426e-07, -9.78177397e-08, 1),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  878. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177468e-08, -1.91137744e-07, 9.78191039e-08, 1),C1 = CFrame.new(2.86102295e-06, 0.289500237, 0, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  879. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("1020"),Material = Enum.Material.Neon,Reflectance = 0.097999997437,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.01100004, 0.200000003, 1.01100004),CFrame = CFrame.new(-8.18999863, 2.47953296, -8.10000992, 1, 6.97362293e-06, -1.91137744e-07, -6.97362293e-06, 1, 9.7819111e-08, 1.91138426e-07, -9.78177397e-08, 1),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  880. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177468e-08, -1.91137744e-07, 9.78191039e-08, 1),C1 = CFrame.new(2.86102295e-06, -0.520499468, 0, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  881. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.097999997437,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1.00999999, 0.731000006, 1.00999999),CFrame = CFrame.new(-8.189991, 3.64503241, -8.10000992, 1, 6.97362293e-06, -1.91137744e-07, -6.97362293e-06, 1, 9.7819111e-08, 1.91138426e-07, -9.78177397e-08, 1),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  882. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177468e-08, -1.91137744e-07, 9.78191039e-08, 1),C1 = CFrame.new(1.90734863e-06, 0.644999981, 0, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  883. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.200000003, 0.699999988, 0.699999988),CFrame = CFrame.new(-8.19000053, 1.78503358, -8.10000992, -4.37112426e-08, -1, 0, 1, -4.37112071e-08, 1.42108547e-14, 1.42108547e-14, 0, 1),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  884. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.980000019, 1, 1),MeshType = Enum.MeshType.Cylinder,})
  885. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, -4.37112426e-08, 1, 7.10542736e-15, -1, -4.37112071e-08, 0, 0, 7.10542736e-15, 1),C1 = CFrame.new(5.7220459e-06, -1.21499884, 0, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  886. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.300000012, 1.73000002, 0.300000012),CFrame = CFrame.new(-8.76894283, 2.02194643, -8.5701561, -0.573575079, 0.409577131, -0.709406972, -3.83693077e-13, 0.86602509, 0.500000715, 0.81915313, 0.286787927, -0.496730298),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  887. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, -0.573575079, 0, 0.81915313, 0.409577131, 0.86602509, 0.286787927, -0.709406972, 0.500000715, -0.496730298),C1 = CFrame.new(-0.578938484, -0.978090048, -0.470146179, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  888. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.200000003, 1, 0.200000003),CFrame = CFrame.new(-8.94456291, 0.983449459, -8.68774033, -0.573575079, -0.4698461, -0.671011448, -3.83693077e-13, 0.819152832, -0.573575437, 0.81915313, -0.328988582, -0.469845563),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  889. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, -0.573575079, 0, 0.81915313, -0.4698461, 0.819152832, -0.328988582, -0.671011448, -0.573575437, -0.469845563),C1 = CFrame.new(-0.754550934, -2.01658821, -0.587730408, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  890. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("1020"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.200000003, 1, 0.200000003),CFrame = CFrame.new(-8.69085026, 0.541107416, -8.51008987, -0.573575079, -0.4698461, -0.671011448, -3.83693077e-13, 0.819152832, -0.573575437, 0.81915313, -0.328988582, -0.469845563),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  891. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.25, 0.899999976, 0.25),MeshId = "rbxassetid://9756362",MeshType = Enum.MeshType.FileMesh,})
  892. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, -0.573575079, 0, 0.81915313, -0.4698461, 0.819152832, -0.328988582, -0.671011448, -0.573575437, -0.469845563),C1 = CFrame.new(-0.500835419, -2.45892859, -0.410079956, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  893. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.200000003, 1, 0.200000003),CFrame = CFrame.new(-8.8754797, 0.983449221, -7.33314657, 0.707107365, -0.405578345, -0.579228342, 5.68434189e-14, 0.819153309, -0.573574781, 0.707106352, 0.405578941, 0.579229236),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  894. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, 0.707107365, 0, 0.707106352, -0.405578345, 0.819153309, 0.405578941, -0.579228342, -0.573574781, 0.579229236),C1 = CFrame.new(-0.68546772, -2.01658797, 0.766863346, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  895. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("1020"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.200000003, 1, 0.200000003),CFrame = CFrame.new(-8.65646744, 0.541107178, -7.55215645, 0.707107365, -0.405578345, -0.579228342, 5.68434189e-14, 0.819153309, -0.573574781, 0.707106352, 0.405578941, 0.579229236),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  896. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.25, 0.899999976, 0.25),MeshId = "rbxassetid://9756362",MeshType = Enum.MeshType.FileMesh,})
  897. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, 0.707107365, 0, 0.707106352, -0.405578345, 0.819153309, 0.405578941, -0.579228342, -0.573574781, 0.579229236),C1 = CFrame.new(-0.466452599, -2.45892859, 0.54785347, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  898. Part = New("Part",DeathClaw,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.300000012, 1.73000002, 0.300000012),CFrame = CFrame.new(-8.72918701, 2.02194619, -7.48567963, 0.707107365, 0.353553772, -0.612371683, 5.68434189e-14, 0.866024971, 0.500000834, 0.707106352, -0.353554249, 0.612372518),CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  899. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = LeftArm,C0 = CFrame.new(0, 0, 0, 0.707107365, 0, 0.707106352, 0.353553772, 0.866024971, -0.353554249, -0.612371683, 0.500000834, 0.612372518),C1 = CFrame.new(-0.539182663, -0.978090048, 0.614330292, 1, -6.97362293e-06, 1.91138426e-07, 6.97362293e-06, 1, -9.78177539e-08, -1.91137744e-07, 9.78190968e-08, 1),})
  900. -----------------end ruce------------
  901.  
  902. -----------------bang.-.------------
  903. local p = game:GetService("Players").LocalPlayer
  904. local char = p.Character
  905. local mouse = p:GetMouse()
  906. local larm = char["Left Arm"]
  907. local rarm = char["Right Arm"]
  908. local lleg = char["Left Leg"]
  909. local rleg = char["Right Leg"]
  910. local hed = char.Head
  911. local torso = char.Torso
  912. local hum = char.Humanoid
  913. local cam = game.Workspace.CurrentCamera
  914. local root = char.HumanoidRootPart
  915. local deb = false
  916. local shot = 0
  917. local stanceToggle = "Normal"
  918. local l = game:GetService("Lighting")
  919. local rs = game:GetService("RunService").RenderStepped
  920. hum.DisplayDistanceType = "None"
  921. math.randomseed(os.time())
  922. for i,v in pairs(char:children()) do
  923.    if v:IsA("Hat") then
  924.        v:Destroy()
  925.    end
  926. end
  927. for i,v in pairs (hed:GetChildren()) do
  928.     if v:IsA("Sound") then
  929.         v:Destroy()
  930.     end
  931. end
  932. ----------------------------------------------------
  933. Debounces = {
  934. CanAttack = true;
  935. CanJoke = true;
  936. NoIdl = false;
  937. Slashing = false;
  938. Slashed = false;
  939. Slapping = false;
  940. Slapped = false;
  941. ks = false;
  942. }
  943. ----------------------------------------------------
  944. function weld5(part0, part1, c0, c1)
  945.    weeld=Instance.new("Weld", part0)
  946.    weeld.Part0=part0
  947.    weeld.Part1=part1
  948.    weeld.C0=c0
  949.    weeld.C1=c1
  950.    return weeld
  951. end
  952. ----------------------------------------------------
  953. mod4 = Instance.new("Model",char)
  954.  
  955. ptez = {0.7, 0.8, 0.9, 1}
  956.  
  957. function FindNearestTorso(Position,Distance,SinglePlayer)
  958.    if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  959.        local List = {}
  960.        for i,v in pairs(workspace:GetChildren())do
  961.            if v:IsA("Model")then
  962.                if v:findFirstChild("Torso")then
  963.                    if v ~= char then
  964.                        if(v.Torso.Position -Position).magnitude <= Distance then
  965.                            table.insert(List,v)
  966.                        end
  967.                    end
  968.                end
  969.            end
  970.        end
  971.    return List
  972. end
  973. ----------------------------------------------------
  974. LittleWave = function()
  975.    local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  976.    local Colors = {"Lime green", "Lime green","Lime green"}
  977.        local wave = Instance.new("Part", torso)
  978.        
  979.  
  980.        wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])    
  981.  
  982.        
  983.        wave.Anchored = true
  984.        wave.CanCollide = false
  985.        wave.Material = "Neon"
  986.        wave.Locked = true
  987.        wave.Size = Vector3.new(1, 1, 1)
  988.        wave.TopSurface = "Smooth"
  989.        wave.BottomSurface = "Smooth"
  990.        wave.Transparency = 0.35
  991.        wave.CFrame = HandCF
  992.        wm = Instance.new("SpecialMesh", wave)
  993.        wm.MeshId = "rbxassetid://3270017"
  994.        coroutine.wrap(function()
  995.        for i = 1, 14, 1 do
  996.        wm.Scale = Vector3.new(0.8 + i*0.8, 0.8 + i*0.8, 0.8)
  997.        wave.Size = wm.Scale
  998.        wave.CFrame = HandCF
  999.        wave.Transparency = i/14
  1000.        wait()
  1001.        end
  1002.        wait()
  1003.        wave:Destroy()
  1004.    end)()
  1005. end
  1006. Spawn(function()
  1007.    while wait(.8) do
  1008.        LittleWave()    
  1009.    end
  1010. end)
  1011. -----------------bang end-----------
  1012.  
  1013. --nani
  1014. local char = game.Players.LocalPlayer.Character
  1015. for i,v in pairs(char:children()) do
  1016.    if v:IsA("Accessory") then
  1017.    end
  1018. end
  1019. local aura = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.Torso)
  1020. aura.Size = NumberSequence.new(0)
  1021. aura.Lifetime = NumberRange.new(0)
  1022. aura.LightEmission = 0
  1023. local jun = game.Players.LocalPlayer
  1024. local Player=game.Players.LocalPlayer
  1025. repeat wait()
  1026. until Player
  1027. local Char=Player.Character
  1028. repeat wait()
  1029. until Char
  1030. local CurrentEffects={}
  1031. local CurrentDamages={}
  1032. local Human=Char.Humanoid
  1033. local LArm=Char["Left Arm"]
  1034. local RArm=Char["Right Arm"]
  1035. local LLeg=Char["Left Leg"]
  1036. local RLeg=Char["Right Leg"]
  1037. local Torso=Char.Torso
  1038. local RS=Torso["Right Shoulder"]
  1039. local LS=Torso["Left Shoulder"]
  1040. local RH=Torso["Right Hip"]
  1041. local LH=Torso["Left Hip"]
  1042. local Head=Char.Head
  1043. -------------------------------------------------------------------
  1044. local Transforming = true
  1045.  
  1046.  
  1047. local selectionBoxOfTorso = Instance.new("SelectionBox",Torso)
  1048. selectionBoxOfTorso.Adornee = Torso
  1049. selectionBoxOfTorso.Color = BrickColor.new("Lime green")
  1050. selectionBoxOfTorso.LineThickness = 0.01
  1051. selectionBoxOfTorso.Transparency = 0
  1052.    
  1053. local selectionBoxOfRightArm = Instance.new("SelectionBox",Char["Right Arm"])
  1054. selectionBoxOfRightArm.Adornee = Char["Right Arm"]
  1055. selectionBoxOfRightArm.Color = BrickColor.new("Lime green")
  1056. selectionBoxOfRightArm.LineThickness = 0.01
  1057. selectionBoxOfRightArm.Transparency = 0
  1058.    
  1059. local selectionBoxOfRightLeg = Instance.new("SelectionBox",Char["Right Leg"])
  1060. selectionBoxOfRightLeg.Adornee = Char["Right Leg"]
  1061. selectionBoxOfRightLeg.Color = BrickColor.new("Lime green")
  1062. selectionBoxOfRightLeg.LineThickness = 0.01
  1063. selectionBoxOfRightLeg.Transparency = 0
  1064.  
  1065. local selectionBoxOfLeftArm = Instance.new("SelectionBox",Char["Left Arm"])
  1066. selectionBoxOfLeftArm.Adornee = Char["Left Arm"]
  1067. selectionBoxOfLeftArm.Color = BrickColor.new("Lime green")
  1068. selectionBoxOfLeftArm.LineThickness = 0.01
  1069. selectionBoxOfLeftArm.Transparency = 0
  1070.  
  1071. local selectionBoxOfLeftLeg = Instance.new("SelectionBox",Char["Left Leg"])
  1072. selectionBoxOfLeftLeg.Adornee = Char["Left Leg"]
  1073. selectionBoxOfLeftLeg.Color = BrickColor.new("Lime green")
  1074. selectionBoxOfLeftLeg.LineThickness = 0.01
  1075. selectionBoxOfLeftLeg.Transparency = 0
  1076.  
  1077.  
  1078. LightOnBody = Instance.new("PointLight", Head)
  1079. LightOnBody.Brightness = 3000
  1080. LightOnBody.Range = 20
  1081. LightOnBody.Color = Color3.new(0, 225, 0)
  1082. --end nani
  1083.  
  1084. --teleport
  1085. wait(1)
  1086. player = game.Players.LocalPlayer
  1087. torso = player.Character:WaitForChild("Torso")
  1088. mouse = player:GetMouse()
  1089.  
  1090. mouse.KeyDown:connect(function(key)
  1091.    if key == "f" then
  1092.        dist = (torso.Position - mouse.Hit.p).magnitude
  1093.        if dist <= 10000 then
  1094.            torso.CFrame = CFrame.new(mouse.Hit.p) + Vector3.new(0,3,0)
  1095.        end
  1096.    end
  1097. end)
  1098. --------------------------------------------
  1099. local p = game.Players.LocalPlayer
  1100. local char = p.Character
  1101. local mouse = p:GetMouse()
  1102. local larm = char["Left Arm"]
  1103. local rarm = char["Right Arm"]
  1104. local lleg = char["Left Leg"]
  1105. local rleg = char["Right Leg"]
  1106. local hed = char.Head
  1107. local torso = char.Torso
  1108. local hum = char.Humanoid
  1109. local cam = game.Workspace.CurrentCamera
  1110. local root = char.HumanoidRootPart
  1111. local deb = false
  1112. local shot = 0
  1113. local l = game:GetService("Lighting")
  1114. local rs = game:GetService("RunService").RenderStepped
  1115. local stanceToggle = "Normal"
  1116. math.randomseed(os.time())
  1117. hum.WalkSpeed = 7
  1118. char.Health:Destroy()
  1119. hum.MaxHealth = 50000
  1120. wait(0.1)
  1121. hum.Health = 50000
  1122. ----------------------------------------------------
  1123. Debounces = {
  1124. on = false;
  1125. ks = false;
  1126. CanAttack = true;
  1127. CanJoke = true;
  1128. NoIdl = false;
  1129. Slashing = false;
  1130. Slashed = false;
  1131. Grabbing = false;
  1132. Grabbed = false;
  1133. }
  1134. local Touche = {char.Name, }
  1135. ----------------------------------------------------
  1136. function lerp(a, b, t) -- Linear interpolation
  1137.    return a + (b - a)*t
  1138. end
  1139.  
  1140. function slerp(a, b, t) --Spherical interpolation
  1141.    dot = a:Dot(b)
  1142.    if dot > 0.99999 or dot < -0.99999 then
  1143.        return t <= 0.5 and a or b
  1144.    else
  1145.        r = math.acos(dot)
  1146.        return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  1147.    end
  1148. end
  1149.  
  1150. function matrixInterpolate(a, b, t)
  1151.    local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  1152.    local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  1153.    local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  1154.    local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector  right
  1155.    local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector  up
  1156.    local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector  back
  1157.    local t = v1:Dot(v2)
  1158.    if not (t < 0 or t == 0 or t > 0) then     -- Failsafe
  1159.        return CFrame.new()
  1160.    end
  1161.    return CFrame.new(
  1162.    v0.x, v0.y, v0.z,
  1163.    v1.x, v1.y, v1.z,
  1164.    v2.x, v2.y, v2.z,
  1165.    v3.x, v3.y, v3.z)
  1166. end
  1167. ----------------------------------------------------
  1168. function genWeld(a,b)
  1169.    local w = Instance.new("Weld",a)
  1170.    w.Part0 = a
  1171.    w.Part1 = b
  1172.    return w
  1173. end
  1174. function weld(a, b)
  1175.    local weld = Instance.new("Weld")
  1176.    weld.Name = "W"
  1177.    weld.Part0 = a
  1178.    weld.Part1 = b
  1179.    weld.C0 = a.CFrame:inverse() * b.CFrame
  1180.    weld.Parent = a
  1181.    return weld;
  1182. end
  1183. ----------------------------------------------------
  1184. function Lerp(c1,c2,al)
  1185. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  1186. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  1187. for i,v in pairs(com1) do
  1188. com1[i] = v+(com2[i]-v)*al
  1189. end
  1190. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  1191. end
  1192. ----------------------------------------------------
  1193. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  1194. local wld = Instance.new("Weld", wp1)
  1195. wld.Part0 = wp0
  1196. wld.Part1 = wp1
  1197. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  1198. end
  1199. ----------------------------------------------------
  1200. --[[for i,v in pairs(char:children()) do
  1201.    if v:IsA("Hat") then
  1202.        v:Destroy()
  1203.    end
  1204. end ]]
  1205. for i,v in pairs(hed:children()) do
  1206.    if v:IsA("Sound") then
  1207.        v:Destroy()
  1208.    end
  1209. end
  1210. ----------------------------------------------------
  1211. function HasntTouched(plrname)
  1212. local ret = true
  1213. for _, v in pairs(Touche) do
  1214. if v == plrname then
  1215. ret = false
  1216. end
  1217. end
  1218. return ret
  1219. end
  1220. ----------------------------------------------------
  1221. --[[larm.Size = larm.Size * 2
  1222. rarm.Size = rarm.Size * 2
  1223. lleg.Size = lleg.Size * 2
  1224. rleg.Size = rleg.Size * 2
  1225. torso.Size = torso.Size * 2
  1226. hed.Size = hed.Size * 2
  1227. root.Size = root.Size * 2 ]]
  1228. ----------------------------------------------------
  1229. local RbxUtility = LoadLibrary("RbxUtility")
  1230. local Create = RbxUtility.Create
  1231.  
  1232. function RemoveOutlines(part)
  1233.     part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  1234. end
  1235.    
  1236. function CreatePart(FormFactor, Parent, Material, Reflectance, Transparency, BC, Name, Size)
  1237.     local Part = Create("Part"){
  1238.         formFactor = FormFactor,
  1239.         Parent = Parent,
  1240.         Reflectance = Reflectance,
  1241.         Transparency = Transparency,
  1242.         CanCollide = false,
  1243.         Locked = true,
  1244.         BrickColor = BrickColor.new(tostring(BC)),
  1245.         Name = Name,
  1246.         Size = Size,
  1247.         Material = Material,
  1248.     }
  1249.     RemoveOutlines(Part)
  1250.     return Part
  1251. end
  1252.    
  1253. function CreateMesh(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  1254.     local Msh = Create(Mesh){
  1255.         Parent = Part,
  1256.         Offset = OffSet,
  1257.         Scale = Scale,
  1258.     }
  1259.     if Mesh == "SpecialMesh" then
  1260.         Msh.MeshType = MeshType
  1261.         Msh.MeshId = MeshId
  1262.     end
  1263.     return Msh
  1264. end
  1265.    
  1266. function CreateWeld(Parent, P0, P1, c0, c1)
  1267.     local W = Create("Weld"){
  1268.         Parent = Parent,
  1269.         Part0 = P0,
  1270.         Part1 = P1,
  1271.         C0 = c0,
  1272.         C1 = c1,
  1273.     }
  1274.     return W
  1275. end
  1276. ----------------------------------------------------
  1277. newWeld(torso, larm, -1.5, 0.5, 0)
  1278. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  1279. newWeld(torso, rarm, 1.5, 0.5, 0)
  1280. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  1281. newWeld(torso, hed, 0, 1.5, 0)
  1282. newWeld(torso, lleg, -0.5, -1, 0)
  1283. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  1284. newWeld(torso, rleg, 0.5, -1, 0)
  1285. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  1286. newWeld(root, torso, 0, -1, 0)
  1287. torso.Weld.C1 = CFrame.new(0, -1, 0)
  1288. ----------------------------------------------------
  1289. Handle=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,1,"Royal purple","Handle",Vector3.new(0.301632881, 2.05244946, 0.301632911))
  1290. Handleweld=CreateWeld(m,char["Right Arm"],Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.900724411, 0.0686532855, 0.100441933, -9.87591953e-013, -0.999999881, 4.85088272e-012, 5.21260915e-007, -4.85088272e-012, -1, 1, -9.87589351e-013, 5.21260915e-007))
  1291. CreateMesh("CylinderMesh",Handle,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1292. FakeHandle=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,1,"Royal purple","FakeHandle",Vector3.new(0.301632881, 1.05244946, 0.301632911))
  1293. FakeHandleweld=CreateWeld(m,Handle,FakeHandle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.100000024, 0, 1, 0, 3.49105374e-020, 0, 1, 0, 3.49105374e-020, 0, 1))
  1294. CreateMesh("CylinderMesh",FakeHandle,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1295. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.5,"Royal purple","Part",Vector3.new(0.200000003, 0.904898763, 1.50816441))
  1296. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000781536102, 0.000250577927, 6.81403255, -1.49028878e-008, 9.31697571e-007, -0.999994278, 0.999994278, 1.89689118e-007, -1.49028523e-008, 1.89689047e-007, -0.999999702, -1.03599632e-006))
  1297. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.123669446, 1, 1))
  1298. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.452449292, 0.200000003, 0.301632941))
  1299. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000460863113, -0.000703811646, 5.1551156, 0.999994278, -2.56082499e-011, -8.24284271e-013, 7.24824226e-013, 6.13397333e-010, 0.999994278, -2.4641773e-011, -0.999999702, -1.0368808e-007))
  1300. CreateMesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.904898703, 1))
  1301. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.5,0,"Light stone grey","Part",Vector3.new(0.200000003, 0.603265822, 1.05571508))
  1302. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000776290894, 0.00021648407, 6.58780527, -1.49040176e-008, 1.66174368e-006, -0.999994278, 0.999994278, 1.89681401e-007, -1.4903847e-008, 1.89681316e-007, -0.999999702, -1.76603862e-006))
  1303. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.754082203, 1, 1))
  1304. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 4.67530966, 0.200000003))
  1305. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000900506973, -3.72235155, -0.000814437866, 0.999994278, -9.57904242e-011, -5.90481917e-012, 9.48240444e-011, 0.999999702, 7.09023971e-006, 5.73459726e-012, -6.98597478e-006, 0.999994278))
  1306. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.754082203, 1, 0.829490483))
  1307. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.452449292, 0.200000003, 0.301632941))
  1308. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000506877899, -0.000769615173, 4.40096092, 0.999994278, -7.22328586e-011, -4.83882639e-012, 4.68256814e-012, -4.27471787e-006, 0.999994278, -7.12533782e-011, -0.999999702, -4.37899871e-006))
  1309. CreateMesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.904898703, 1))
  1310. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1311. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000766277313, -0.226443529, -3.57149124, 1.48977106e-008, 6.26339715e-006, -0.999994278, -0.999994278, -1.93668285e-007, -1.48987827e-008, -1.93668299e-007, 0.999999702, 6.36766708e-006))
  1312. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.754082203, 0.754082263, 0.754082263))
  1313. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.200000003, 4.67530966, 0.200000003))
  1314. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000900506973, -3.72235155, -0.000761985779, 0.999994278, -9.81090348e-011, -6.22590998e-012, 9.71359521e-011, 0.999999702, 7.29890962e-006, 6.05515291e-012, -7.19464515e-006, 0.999994278))
  1315. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.120653138, 1, 0.837031305))
  1316. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.603265882, 0.200000003))
  1317. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.22638917, -3.94854045, -0.000765800476, 0.999994278, -7.93771299e-011, -4.7180081e-012, 7.83965046e-011, 0.999999702, 5.94327139e-006, 4.55733238e-012, -5.83899919e-006, 0.999994278))
  1318. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.754082203, 1, 0.754082263))
  1319. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.5,0,"Light stone grey","Part",Vector3.new(0.200000003, 1.65898108, 0.200000003))
  1320. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.22638917, -5.2304635, -0.000760555267, 0.999994278, -6.92162577e-011, -4.20806055e-012, 6.8235681e-011, 0.999999702, 5.52625534e-006, 4.04747373e-012, -5.42198086e-006, 0.999994278))
  1321. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.754082203, 1, 0.754082263))
  1322. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.5,0,"Light stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1323. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000786304474, 0.226445198, -4.32553482, -1.48974175e-008, -5.79835444e-007, 0.999994278, 0.999994278, -1.89793411e-007, 1.4897128e-008, 1.89791407e-007, 0.999999702, 6.84136694e-007))
  1324. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.754082203, 0.754082263, 0.754082263))
  1325. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.5,0,"Light stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1326. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000786304474, 0.226443529, 3.57149148, -1.49031347e-008, 8.27100678e-007, -0.999994278, 0.999994278, 1.89686276e-007, -1.49031187e-008, 1.89686205e-007, -0.999999702, -9.31400564e-007))
  1327. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.754082203, 0.754082263, 0.754082263))
  1328. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.452449292, 0.200000003, 0.200000003))
  1329. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000460863113, 0.00170040131, 3.48783398, 0.999994278, -6.29633429e-011, -4.78628595e-012, 4.66688624e-012, -3.23251811e-006, 0.999994278, -6.19969701e-011, -0.999999702, -3.33680305e-006))
  1330. CreateMesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.942602754, 0.754082263))
  1331. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.452449292, 0.200000003, 0.200000003))
  1332. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000460863113, 0.00170660019, 5.14681053, 0.999994278, -6.29633429e-011, -4.78628595e-012, 4.66688624e-012, -3.23251811e-006, 0.999994278, -6.19969701e-011, -0.999999702, -3.33680305e-006))
  1333. CreateMesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.942602754, 0.754082263))
  1334. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.5,0,"Light stone grey","Part",Vector3.new(0.301632881, 4.67530966, 0.200000003))
  1335. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000160694122, -3.72235155, -0.00077009201, 0.999994278, -7.02250896e-011, -3.89532287e-012, 6.9244506e-011, 0.999999702, 5.10900372e-006, 3.73475946e-012, -5.00472652e-006, 0.999994278))
  1336. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.754082263))
  1337. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.452449292, 0.200000003, 0.200000003))
  1338. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000460863113, 0.00170373917, 4.3927021, 0.999994278, -6.29633429e-011, -4.78628595e-012, 4.66688624e-012, -3.23251811e-006, 0.999994278, -6.19969701e-011, -0.999999702, -3.33680305e-006))
  1339. CreateMesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.942602754, 0.754082263))
  1340. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1341. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000761985779, -0.226445198, 4.32553482, 1.49031258e-008, -6.22759217e-006, 0.999994278, -0.999994278, 1.9377616e-007, 1.49045132e-008, -1.93774227e-007, -0.999999702, -6.3318621e-006))
  1342. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.754082203, 0.754082263, 0.754082263))
  1343. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1344. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000786304474, -0.226062298, -3.57149124, 7.45085771e-008, -9.02447312e-007, 0.999994278, 0.999994278, -1.29337536e-007, -7.45088684e-008, 1.2933593e-007, 0.999999702, 1.00674674e-006))
  1345. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.754082203, 0.754082263, 0.754082263))
  1346. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.5,0,"Light stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1347. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000760555267, 0.226063848, -4.32552719, -7.45085771e-008, 6.58613544e-006, -0.999994278, -0.999994278, -2.54132573e-007, 7.45070352e-008, -2.54131749e-007, 0.999999702, 6.69040401e-006))
  1348. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.754082203, 0.754082263, 0.754082263))
  1349. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.452449352, 0.301632941, 0.301632911))
  1350. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.40486073, 2.28881836e-005, 4.76837158e-007, -7.4510659e-008, 0.999999642, -5.19771334e-007, -0.999999464, 8.94021142e-008, -4.55381871e-010, 1.08580016e-008, 4.77549349e-007, 0.999999642))
  1351. CreateMesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.463006377, 0.473563731, 1.8791728))
  1352. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Royal purple","Part",Vector3.new(0.301632881, 0.452449381, 0.301632911))
  1353. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.5, 4.76837158e-007, 1, 0, 3.49105374e-020, 0, 1, 0, 3.49105374e-020, 0, 1))
  1354. CreateMesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1355. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.301632881, 0.200000003, 0.301632911))
  1356. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000160694122, -0.706498325, -0.000161170959, 0.999994278, -8.12544892e-011, -4.6401741e-012, 8.02827874e-011, 0.999999702, 5.73445595e-006, 4.46345478e-012, -5.63018284e-006, 0.999994278))
  1357. CreateMesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.754082263, 1))
  1358. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1359. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000784397125, -0.226063848, 4.32552719, -7.45085771e-008, 9.38253208e-007, -0.999994278, 0.999994278, 2.58115534e-007, -7.45084705e-008, 2.5811508e-007, -0.999999702, -1.04255219e-006))
  1360. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.754082203, 0.754082263, 0.754082263))
  1361. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Royal purple","Part",Vector3.new(0.301632881, 0.452449381, 0.301632911))
  1362. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000160694122, -0.404852629, -0.000162601471, 0.999994278, -8.12544892e-011, -4.6401741e-012, 8.02827874e-011, 0.999999702, 5.73445595e-006, 4.46345478e-012, -5.63018284e-006, 0.999994278))
  1363. CreateMesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1364. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Royal purple","Part",Vector3.new(0.301632881, 0.200000003, 0.301632911))
  1365. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.2649765e-005, 0.952409267, -5.24520874e-006, 1, -2.90482699e-012, -6.25005202e-013, 2.90482742e-012, 1, 3.1322088e-007, 6.25004334e-013, -3.13220937e-007, 1))
  1366. CreateMesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.754082263, 1))
  1367. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.301632881, 0.200000003, 0.301632911))
  1368. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000160694122, 0.198386788, -0.000166416168, 0.999994278, -8.12544892e-011, -4.6401741e-012, 8.02827874e-011, 0.999999702, 5.73445595e-006, 4.46345478e-012, -5.63018284e-006, 0.999994278))
  1369. CreateMesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.754082263, 1))
  1370. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.603265882, 0.200000003))
  1371. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.226004839, -3.94852328, 0.000782966614, -0.999994278, -6.44144791e-008, 7.45087902e-008, -6.44149978e-008, 0.999999702, 1.63986601e-006, -7.45087405e-008, 1.53557016e-006, -0.999994278))
  1372. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.754082203, 1, 0.754082263))
  1373. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.5,0,"Light stone grey","Part",Vector3.new(0.200000003, 1.65898108, 0.200000003))
  1374. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.226004839, -5.23044777, 0.000778198242, -0.999994278, -6.44043041e-008, 7.45087902e-008, -6.44047944e-008, 0.999999702, 2.05687343e-006, -7.45087618e-008, 1.95257962e-006, -0.999994278))
  1375. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.754082203, 1, 0.754082263))
  1376. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.301632822, 0.301632911, 0.301632941))
  1377. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000160694122, -1.23431873, -0.000158309937, 0.999994278, -7.58783383e-011, -4.41249901e-012, 7.49053597e-011, 0.999999702, 5.52591155e-006, 4.24203684e-012, -5.42163707e-006, 0.999994278))
  1378. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.301632881, 0.200000003, 0.301632911))
  1379. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.2649765e-005, 0.801642776, -5.24520874e-006, 1, -2.90482699e-012, -6.25005202e-013, 2.90482742e-012, 1, 3.1322088e-007, 6.25004334e-013, -3.13220937e-007, 1))
  1380. CreateMesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.754082263, 1))
  1381. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Royal purple","Part",Vector3.new(0.301632881, 0.200000003, 0.301632911))
  1382. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000160694122, 0.047641933, -0.000165462494, 0.999994278, -8.12544892e-011, -4.6401741e-012, 8.02827874e-011, 0.999999702, 5.73445595e-006, 4.46345478e-012, -5.63018284e-006, 0.999994278))
  1383. CreateMesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.754082263, 1))
  1384. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.301632881, 0.200000003, 0.301632911))
  1385. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000116825104, 1.10333133, -0.000106334686, 1, -8.73691189e-011, -7.57409153e-012, 8.73691744e-011, 1, 7.19496757e-006, 7.57346269e-012, -7.19496757e-006, 1))
  1386. CreateMesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.754082263, 1))
  1387. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.5,0,"Light stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1388. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000766277313, 0.226062536, 3.57149148, 7.45085771e-008, -6.33886475e-006, 0.999994278, -0.999994278, 1.25355314e-007, 7.45095434e-008, -1.25354148e-007, -0.999999702, -6.44313423e-006))
  1389. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.754082203, 0.754082263, 0.754082263))
  1390. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.452449292, 0.200000003, 0.301632941))
  1391. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000506877899, -0.000774383545, 3.49609566, 0.999994278, -7.31991967e-011, -4.93830194e-012, 4.78204325e-012, -4.1704161e-006, 0.999994278, -7.22190502e-011, -0.999999702, -4.27469786e-006))
  1392. CreateMesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.904898703, 1))
  1393. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.5,"Royal purple","Part",Vector3.new(0.904898703, 4.67530966, 0.200000003))
  1394. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000299930573, -3.72235155, 0.000774860382, -0.999994278, -6.44028191e-008, 7.45117816e-008, -6.44031601e-008, 0.999999702, 3.93397568e-006, -7.45118669e-008, 3.82969256e-006, -0.999994278))
  1395. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.0980306864))
  1396. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.452449292, 0.200000003, 0.301632941))
  1397. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000506877899, -0.000778675079, 2.74198365, 0.999994278, -7.27333055e-011, -4.87426852e-012, 4.67926956e-012, -3.96196538e-006, 0.999994278, -7.17527218e-011, -0.999999702, -4.06624804e-006))
  1398. CreateMesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.904898703, 1))
  1399. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.301632881, 0.301632911, 0.452449381))
  1400. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000200271606, 1.23434317, 0.376773, 1.23888171e-008, 3.24624557e-006, -0.999994278, -8.94632066e-008, -0.999999702, -3.35053187e-006, -0.999994278, 8.94646988e-008, -1.23883597e-008))
  1401. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1402. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.301632881, 0.301632911, 0.603265882))
  1403. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000160217285, -0.301415563, -1.08350956, -1.19206696e-007, -3.91693493e-006, 0.999994278, 0.999994278, 2.97053617e-008, 1.19206646e-007, -2.97066389e-008, 0.999999702, 4.02121714e-006))
  1404. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1405. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.301632881, 0.452449381, 0.301632911))
  1406. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000160217285, 1.00810027, 0.301787853, -2.97987164e-008, -4.72161719e-006, 0.999994278, -7.00291214e-011, -0.999999702, -4.8258953e-006, 0.999994278, -7.11414885e-011, 2.9798553e-008))
  1407. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1408. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.301632881, 0.200000003, 1.20653164))
  1409. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.15527344e-005, -0.376680851, 1.98807502, 6.10957045e-007, 2.30473438e-006, -0.999994278, 0.999994278, -5.97264247e-008, 6.10956761e-007, -5.97237104e-008, -0.999999702, -2.40902614e-006))
  1410. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.754082263, 1))
  1411. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.301632822, 0.316714555, 0.301632941))
  1412. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.452566624, -0.000160217285, 1.23431873, 0.999994278, -6.81050077e-011, -3.46748129e-012, 3.30411198e-012, -3.64876109e-006, 0.999994278, -6.71349226e-011, -0.999999702, -3.75304512e-006))
  1413. CreateMesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1414. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.301632881, 0.200000003, 1.20653164))
  1415. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000101566315, 0.225869298, 1.98805106, -5.51343817e-007, 2.41004295e-006, 0.999994278, -0.999994278, -5.97035381e-008, -5.51343476e-007, 5.97028773e-008, -0.999999702, 2.30572573e-006))
  1416. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.754082263, 1))
  1417. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.301632911))
  1418. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.22638917, -1.30971909, -0.000157833099, 0.999994278, -7.5721332e-011, -4.24837986e-012, 7.47407344e-011, 0.999999702, 5.4216589e-006, 4.08776485e-012, -5.31738306e-006, 0.999994278))
  1419. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.754082203, 0.754082263, 1))
  1420. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.5,0,"Light stone grey","Part",Vector3.new(0.200000003, 2.11143041, 0.200000003))
  1421. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.226004958, -2.44035769, 0.000785827637, -0.999994278, -6.44114166e-008, 7.45090389e-008, -6.44119211e-008, 0.999999702, 1.84849864e-006, -7.45090034e-008, 1.7442037e-006, -0.999994278))
  1422. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.754082203, 1, 0.754082263))
  1423. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.452449292, 0.200000003, 0.200000003))
  1424. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000460863113, 0.00169754028, 2.73375678, 0.999994278, -6.29633429e-011, -4.78628595e-012, 4.66688624e-012, -3.23251811e-006, 0.999994278, -6.19969701e-011, -0.999999702, -3.33680305e-006))
  1425. CreateMesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.942602754, 0.754082263))
  1426. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.301632881, 0.200000003, 0.301632911))
  1427. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000160694122, -1.00806975, -0.000158786774, 0.999994278, -8.51322832e-011, -5.37915415e-012, 8.41605743e-011, 0.999999702, 6.15139652e-006, 5.21480515e-012, -6.04712568e-006, 0.999994278))
  1428. CreateMesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.754082263, 1))
  1429. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.301632822, 0.331796169, 0.200000003))
  1430. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.452520609, -9.58442688e-005, 1.23446751, 0.999994278, -5.5805336e-011, -2.06513279e-012, 1.90487188e-012, -8.32826402e-007, 0.999994278, -5.48248356e-011, -0.999999702, -9.37126288e-007))
  1431. CreateMesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.754082322))
  1432. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Royal purple","Part",Vector3.new(0.301632881, 0.200000003, 0.301632911))
  1433. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000160694122, -0.857257009, -0.000160217285, 0.999994278, -8.12544892e-011, -4.6401741e-012, 8.02827874e-011, 0.999999702, 5.73445595e-006, 4.46345478e-012, -5.63018284e-006, 0.999994278))
  1434. CreateMesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.754082263, 1))
  1435. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.5,0,"Light stone grey","Part",Vector3.new(0.200000003, 2.11143041, 0.200000003))
  1436. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.22638917, -2.44035769, -0.000775337219, 0.999994278, -7.71317871e-011, -4.71892274e-012, 7.61511756e-011, 0.999999702, 6.04763136e-006, 4.55825265e-012, -5.94335961e-006, 0.999994278))
  1437. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.754082203, 1, 0.754082263))
  1438. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Royal purple","Part",Vector3.new(0.301632881, 0.301632911, 0.200000003))
  1439. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.2649765e-005, -4.76837158e-007, -1.40486121, -1, -4.85088315e-012, -9.87589459e-013, 9.87591953e-013, -5.21260915e-007, -1, 4.85088272e-012, -1, 5.21260915e-007))
  1440. CreateMesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0935061872, 0.18248795, 0.334812433))
  1441. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.301632881, 0.200000003, 0.301632911))
  1442. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000160694122, -0.103231549, -0.00016450882, 0.999994278, -8.12544892e-011, -4.6401741e-012, 8.02827874e-011, 0.999999702, 5.73445595e-006, 4.46345478e-012, -5.63018284e-006, 0.999994278))
  1443. CreateMesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.754082263, 1))
  1444. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.301632881, 0.301632911, 0.452449381))
  1445. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000157356262, -0.452600718, 1.46049201, 3.77276812e-012, -5.00457736e-006, 0.999994278, -0.999994278, 2.98778282e-008, 4.08561423e-012, -2.98766878e-008, -0.999999702, -5.10885457e-006))
  1446. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1447. Hitbox=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,1,"Royal purple","Hitbox",Vector3.new(0.904898703, 6.27530956, 0.200000003))
  1448. Hitboxweld=CreateWeld(m,FakeHandle,Hitbox,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000299930573, -4.52235365, 0.000774860382, -0.999994278, -6.44028191e-008, 7.45117816e-008, -6.44031601e-008, 0.999999702, 3.93397568e-006, -7.45118669e-008, 3.82969256e-006, -0.999994278))
  1449. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.452449381))
  1450. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00029706955, 0.00348496437, 6.28616476, -1.49025681e-008, 4.09715824e-007, -0.999994278, 0.999994278, 1.89689203e-007, -1.49026409e-008, 1.89689132e-007, -0.999999702, -5.14017074e-007))
  1451. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.791786313, 0.754082263, 1))
  1452. Part=CreatePart(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1453. Partweld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00029706955, 0.00348496437, 6.13534832, -1.49025681e-008, 4.0970491e-007, -0.999994278, 0.999994278, 1.89689203e-007, -1.49026409e-008, 1.89689132e-007, -0.999999702, -5.1400616e-007))
  1454. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.806038439, 0.102555193, 0.754082263))
  1455. ----------------------------------------------------
  1456. z = Instance.new("Sound", char)
  1457. z.SoundId = "rbxassetid://1620580998"--344713783
  1458. z.Looped = true
  1459. z.Pitch = 1
  1460. z.Volume = 1
  1461. wait(.01)
  1462. z:Play()
  1463. ----------------------------------------------------
  1464. local m = Instance.new("Model")
  1465. m.Name = "Absolution"
  1466. --[[p1 = Instance.new("Part", m)
  1467. p1.BrickColor = BrickColor.new("Bright blue")
  1468. p1.FormFactor = Enum.FormFactor.Custom
  1469. p1.Size = Vector3.new(1, 0.600000024, 1.5)
  1470. p1.CFrame = CFrame.new(67.4994888, 12.1560526, 73.0205841, 0.999972522, -3.59117985e-005, -8.00192356e-006, -1.39250187e-005, 0.358383715, -0.933530986, 5.28097153e-005, 0.933500648, 0.358406395)
  1471. p1.CanCollide = false
  1472. p1.Locked = true
  1473. p1.Elasticity = 0
  1474. p1.BottomSurface = Enum.SurfaceType.Smooth
  1475. p1.TopSurface = Enum.SurfaceType.Smooth
  1476. b1 = Instance.new("SpecialMesh", p1)
  1477. b1.MeshType = Enum.MeshType.Wedge
  1478. b1.Name = "Mesh"
  1479. b1.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  1480. p2 = Instance.new("Part", m)
  1481. p2.BrickColor = BrickColor.new("Really black")
  1482. p2.FormFactor = Enum.FormFactor.Custom
  1483. p2.Size = Vector3.new(1, 2.9000001, 1)
  1484. p2.CFrame = CFrame.new(67.4995728, 11.7633543, 74.2129135, -1.30959779e-005, 2.79811252e-006, 0.999972522, 0.961226642, 0.275612593, -7.50799518e-006, -0.275637805, 0.96119839, 1.01176247e-005)
  1485. p2.CanCollide = false
  1486. p2.Locked = true
  1487. p2.Elasticity = 0
  1488. p2.BottomSurface = Enum.SurfaceType.Smooth
  1489. p2.TopSurface = Enum.SurfaceType.Smooth
  1490. b2 = Instance.new("BlockMesh", p2)
  1491. b2.Name = "Mesh"
  1492. b2.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  1493. p3 = Instance.new("Part", m)
  1494. p3.BrickColor = BrickColor.new("Bright blue")
  1495. p3.FormFactor = Enum.FormFactor.Custom
  1496. p3.Size = Vector3.new(1, 1.20000005, 2.0999999)
  1497. p3.CFrame = CFrame.new(67.4994965, 12.6401453, 73.9670334, 0.999972522, -3.52207899e-005, -8.10639358e-006, -1.61500211e-005, 0.309035271, -0.951007903, 5.24176576e-005, 0.950978875, 0.309059501)
  1498. p3.CanCollide = false
  1499. p3.Locked = true
  1500. p3.Elasticity = 0
  1501. p3.BottomSurface = Enum.SurfaceType.Smooth
  1502. p3.TopSurface = Enum.SurfaceType.Smooth
  1503. b3 = Instance.new("SpecialMesh", p3)
  1504. b3.MeshType = Enum.MeshType.Wedge
  1505. b3.Name = "Mesh"
  1506. b3.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  1507. p4 = Instance.new("Part", m)
  1508. p4.BrickColor = BrickColor.new("Bright blue")
  1509. p4.FormFactor = Enum.FormFactor.Custom
  1510. p4.Size = Vector3.new(1, 1.43999994, 2.05000019)
  1511. p4.CFrame = CFrame.new(67.4995575, 11.8683414, 76.1565704, 0.999972522, -2.5085672e-005, -1.53700166e-005, -4.86194367e-005, -0.800831437, -0.598821938, 1.9131101e-005, 0.598835468, -0.800796151)
  1512. p4.CanCollide = false
  1513. p4.Locked = true
  1514. p4.Elasticity = 0
  1515. p4.BottomSurface = Enum.SurfaceType.Smooth
  1516. p4.TopSurface = Enum.SurfaceType.Smooth
  1517. b4 = Instance.new("SpecialMesh", p4)
  1518. b4.MeshType = Enum.MeshType.Wedge
  1519. b4.Name = "Mesh"
  1520. b4.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  1521. p5 = Instance.new("Part", m)
  1522. p5.BrickColor = BrickColor.new("Bright blue")
  1523. p5.FormFactor = Enum.FormFactor.Custom
  1524. p5.Size = Vector3.new(1, 1.20000005, 3.20000005)
  1525. p5.CFrame = CFrame.new(67.4995193, 13.241991, 74.8357468, 0.999972522, -3.59118021e-005, -8.00191992e-006, -1.39250224e-005, 0.358383656, -0.933530807, 5.2809708e-005, 0.933500469, 0.358406246)
  1526. p5.CanCollide = false
  1527. p5.Locked = true
  1528. p5.Elasticity = 0
  1529. p5.BottomSurface = Enum.SurfaceType.Smooth
  1530. p5.TopSurface = Enum.SurfaceType.Smooth
  1531. b5 = Instance.new("SpecialMesh", p5)
  1532. b5.MeshType = Enum.MeshType.Wedge
  1533. b5.Name = "Mesh"
  1534. b5.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  1535. p6 = Instance.new("Part", m)
  1536. p6.Name = "Handle"
  1537. p6.BrickColor = BrickColor.new("Really black")
  1538. p6.FormFactor = Enum.FormFactor.Custom
  1539. p6.Size = Vector3.new(1.5999999, 13.6000004, 1)
  1540. p6.CFrame = CFrame.new(67.5017471, 11.2780685, 66.1421967, -1.18190947e-005, 6.28741009e-006, 0.999972522, 0.99995929, -1.39772892e-005, -7.50630716e-006, -1.79708004e-005, 0.999939024, 1.01296728e-005)
  1541. p6.CanCollide = false
  1542. p6.Locked = true
  1543. p6.Elasticity = 0
  1544. p6.BottomSurface = Enum.SurfaceType.Smooth
  1545. p6.TopSurface = Enum.SurfaceType.Smooth
  1546. b6 = Instance.new("BlockMesh", p6)
  1547. b6.Name = "Mesh"
  1548. b6.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  1549. p7 = Instance.new("Part", m)
  1550. p7.BrickColor = BrickColor.new("Bright blue")
  1551. p7.FormFactor = Enum.FormFactor.Custom
  1552. p7.Size = Vector3.new(1, 1.00999999, 1.05000019)
  1553. p7.CFrame = CFrame.new(67.5174179, 10.5228004, 76.3114471, 0.999972522, -2.76626724e-005, -6.72184569e-006, -4.7347472e-005, -0.91489929, -0.403581172, 2.14323372e-005, 0.403602213, -0.914867818)
  1554. p7.CanCollide = false
  1555. p7.Locked = true
  1556. p7.Elasticity = 0
  1557. p7.BottomSurface = Enum.SurfaceType.Smooth
  1558. p7.TopSurface = Enum.SurfaceType.Smooth
  1559. b7 = Instance.new("SpecialMesh", p7)
  1560. b7.MeshType = Enum.MeshType.Wedge
  1561. b7.Name = "Mesh"
  1562. b7.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  1563. p8 = Instance.new("Part", m)
  1564. p8.BrickColor = BrickColor.new("Bright blue")
  1565. p8.FormFactor = Enum.FormFactor.Custom
  1566. p8.Size = Vector3.new(1, 1.00999999, 1.05000019)
  1567. p8.CFrame = CFrame.new(67.5074387, 8.51285458, 76.8714371, 0.999972522, -2.76626724e-005, -6.72184387e-006, -4.73474684e-005, -0.91489917, -0.403581113, 2.14323354e-005, 0.403602153, -0.914867699)
  1568. p8.CanCollide = false
  1569. p8.Locked = true
  1570. p8.Elasticity = 0
  1571. p8.BottomSurface = Enum.SurfaceType.Smooth
  1572. p8.TopSurface = Enum.SurfaceType.Smooth
  1573. b8 = Instance.new("SpecialMesh", p8)
  1574. b8.MeshType = Enum.MeshType.Wedge
  1575. b8.Name = "Mesh"
  1576. b8.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  1577. p9 = Instance.new("Part", m)
  1578. p9.BrickColor = BrickColor.new("Really black")
  1579. p9.FormFactor = Enum.FormFactor.Custom
  1580. p9.Size = Vector3.new(1, 1.07999957, 1)
  1581. p9.CFrame = CFrame.new(67.5095749, 7.1092, 74.5051422, -2.60536999e-005, -5.21559741e-006, 0.999972522, 0.35323599, -0.935490847, -1.50012565e-005, 0.935460567, 0.353258699, 4.2632455e-005)
  1582. p9.CanCollide = false
  1583. p9.Locked = true
  1584. p9.Elasticity = 0
  1585. p9.BottomSurface = Enum.SurfaceType.Smooth
  1586. p9.TopSurface = Enum.SurfaceType.Smooth
  1587. b9 = Instance.new("BlockMesh", p9)
  1588. b9.Name = "Mesh"
  1589. b9.Scale = Vector3.new(0.550000012, 1, 0.550000012)
  1590. p10 = Instance.new("Part", m)
  1591. p10.BrickColor = BrickColor.new("Really black")
  1592. p10.FormFactor = Enum.FormFactor.Custom
  1593. p10.Size = Vector3.new(1, 1.41999948, 1)
  1594. p10.CFrame = CFrame.new(67.489624, 8.67401791, 72.7929764, -9.47785156e-006, -9.42233055e-006, 0.999972522, 0.292371064, 0.956263304, -7.54374832e-006, -0.956253231, 0.292334616, 1.01081387e-005)
  1595. p10.CanCollide = false
  1596. p10.Locked = true
  1597. p10.Elasticity = 0
  1598. p10.BottomSurface = Enum.SurfaceType.Smooth
  1599. p10.TopSurface = Enum.SurfaceType.Smooth
  1600. b10 = Instance.new("BlockMesh", p10)
  1601. b10.Name = "Mesh"
  1602. b10.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  1603. p11 = Instance.new("Part", m)
  1604. p11.BrickColor = BrickColor.new("Really black")
  1605. p11.FormFactor = Enum.FormFactor.Custom
  1606. p11.Size = Vector3.new(1, 1.50999951, 1)
  1607. p11.CFrame = CFrame.new(67.509552, 7.11887455, 70.3475952, -1.87569385e-005, 1.80455972e-005, 0.999972522, -0.36222899, -0.932047009, -9.30004444e-006, 0.932039678, -0.362191886, 4.04359016e-005)
  1608. p11.CanCollide = false
  1609. p11.Locked = true
  1610. p11.Elasticity = 0
  1611. p11.BottomSurface = Enum.SurfaceType.Smooth
  1612. p11.TopSurface = Enum.SurfaceType.Smooth
  1613. b11 = Instance.new("BlockMesh", p11)
  1614. b11.Name = "Mesh"
  1615. b11.Scale = Vector3.new(0.550000012, 1, 0.550000012)
  1616. p12 = Instance.new("Part", m)
  1617. p12.Name = "BladeCenter"
  1618. p12.BrickColor = BrickColor.new("Dark stone grey")
  1619. p12.Material = Enum.Material.Concrete
  1620. p12.FormFactor = Enum.FormFactor.Symmetric
  1621. p12.Size = Vector3.new(1, 2, 2)
  1622. p12.CFrame = CFrame.new(67.4995346, 6.83217764, 72.2514038, -0.999972522, 2.42275873e-005, 0.000103325896, -8.39982677e-005, 4.44650614e-005, -0.999960959, -4.06451727e-005, -0.999940753, -1.25430051e-005)
  1623. p12.CanCollide = false
  1624. p12.Locked = true
  1625. p12.BottomSurface = Enum.SurfaceType.Smooth
  1626. p12.TopSurface = Enum.SurfaceType.Smooth
  1627. b12 = Instance.new("SpecialMesh", p12)
  1628. b12.MeshType = Enum.MeshType.Brick
  1629. b12.Name = "Mesh"
  1630. b12.Scale = Vector3.new(0.499999911, 1, 0.699999928)
  1631. p13 = Instance.new("Part", m)
  1632. p13.BrickColor = BrickColor.new("Really black")
  1633. p13.FormFactor = Enum.FormFactor.Custom
  1634. p13.Size = Vector3.new(2.91000009, 4.3300004, 1)
  1635. p13.CFrame = CFrame.new(67.5096359, 9.31026554, 73.9751816, 7.60371313e-006, 1.0943455e-005, 0.999972522, -0.119072244, -0.99284631, -7.55448127e-006, 0.992830038, -0.119038157, 1.01703836e-005)
  1636. p13.CanCollide = false
  1637. p13.Locked = true
  1638. p13.Elasticity = 0
  1639. p13.BottomSurface = Enum.SurfaceType.Smooth
  1640. p13.TopSurface = Enum.SurfaceType.Smooth
  1641. b13 = Instance.new("BlockMesh", p13)
  1642. b13.Name = "Mesh"
  1643. b13.Scale = Vector3.new(1, 1, 0.400000006)
  1644. p14 = Instance.new("Part", m)
  1645. p14.BrickColor = BrickColor.new("Really black")
  1646. p14.FormFactor = Enum.FormFactor.Custom
  1647. p14.Size = Vector3.new(2.5, 2.17999935, 1)
  1648. p14.CFrame = CFrame.new(67.4896011, 10.1621294, 72.6420059, -1.55498967e-007, -1.33476442e-005, 0.999972522, -0.462319613, 0.886669755, -7.56198779e-006, -0.886637092, -0.462338567, 1.01078904e-005)
  1649. p14.CanCollide = false
  1650. p14.Locked = true
  1651. p14.Elasticity = 0
  1652. p14.BottomSurface = Enum.SurfaceType.Smooth
  1653. p14.TopSurface = Enum.SurfaceType.Smooth
  1654. b14 = Instance.new("BlockMesh", p14)
  1655. b14.Name = "Mesh"
  1656. b14.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  1657. p15 = Instance.new("Part", m)
  1658. p15.BrickColor = BrickColor.new("Really black")
  1659. p15.FormFactor = Enum.FormFactor.Custom
  1660. p15.Size = Vector3.new(1.16999996, 4.2699995, 1)
  1661. p15.CFrame = CFrame.new(67.5095901, 9.35303593, 70.6884613, -1.24399676e-005, -4.94209144e-006, 0.999972522, 0.645082474, 0.764063478, -7.52419282e-006, -0.764068604, 0.645045042, 1.0099785e-005)
  1662. p15.CanCollide = false
  1663. p15.Locked = true
  1664. p15.Elasticity = 0
  1665. p15.BottomSurface = Enum.SurfaceType.Smooth
  1666. p15.TopSurface = Enum.SurfaceType.Smooth
  1667. b15 = Instance.new("BlockMesh", p15)
  1668. b15.Name = "Mesh"
  1669. b15.Scale = Vector3.new(1, 1, 0.400000006)
  1670. p16 = Instance.new("Part", m)
  1671. p16.BrickColor = BrickColor.new("Really black")
  1672. p16.FormFactor = Enum.FormFactor.Custom
  1673. p16.Size = Vector3.new(1.68999994, 4.76000023, 1)
  1674. p16.CFrame = CFrame.new(67.4996033, 9.63990211, 75.3800278, 2.98175655e-006, 1.30014914e-005, 0.999972522, 0.258795738, -0.965893507, -7.53869244e-006, 0.965865672, 0.258821338, 1.01718706e-005)
  1675. p16.CanCollide = false
  1676. p16.Locked = true
  1677. p16.Elasticity = 0
  1678. p16.BottomSurface = Enum.SurfaceType.Smooth
  1679. p16.TopSurface = Enum.SurfaceType.Smooth
  1680. b16 = Instance.new("BlockMesh", p16)
  1681. b16.Name = "Mesh"
  1682. b16.Scale = Vector3.new(1, 1, 0.400000006)
  1683. p17 = Instance.new("Part", m)
  1684. p17.BrickColor = BrickColor.new("Really black")
  1685. p17.FormFactor = Enum.FormFactor.Custom
  1686. p17.Size = Vector3.new(1.78999996, 4.21999979, 1)
  1687. p17.CFrame = CFrame.new(67.499588, 9.28996372, 69.8789978, -9.50601952e-006, -9.41252802e-006, 0.999972522, 0.293352425, 0.955965877, -7.53842551e-006, -0.955955863, 0.293315947, 1.00904235e-005)
  1688. p17.CanCollide = false
  1689. p17.Locked = true
  1690. p17.Elasticity = 0
  1691. p17.BottomSurface = Enum.SurfaceType.Smooth
  1692. p17.TopSurface = Enum.SurfaceType.Smooth
  1693. b17 = Instance.new("BlockMesh", p17)
  1694. b17.Name = "Mesh"
  1695. b17.Scale = Vector3.new(1, 1, 0.400000006)
  1696. p18 = Instance.new("WedgePart", m)
  1697. p18.BrickColor = BrickColor.new("Dark stone grey")
  1698. p18.Name = "BladePart1"
  1699. p18.Material = Enum.Material.Concrete
  1700. p18.Name = "Wedge"
  1701. p18.FormFactor = Enum.FormFactor.Symmetric
  1702. p18.Size = Vector3.new(1, 4, 2)
  1703. p18.CFrame = CFrame.new(67.499321, 6.83199787, 69.4816895, 0.999972522, -3.68033288e-005, -4.22928351e-005, 2.29664256e-005, -1.65102574e-005, 0.999963701, -2.03872096e-005, -0.999943435, -4.84290831e-005)
  1704. p18.CanCollide = false
  1705. p18.Locked = true
  1706. p18.BottomSurface = Enum.SurfaceType.Smooth
  1707. p18.TopSurface = Enum.SurfaceType.Smooth
  1708. b18 = Instance.new("SpecialMesh", p18)
  1709. b18.MeshType = Enum.MeshType.Wedge
  1710. b18.Name = "Mesh"
  1711. b18.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
  1712. p19 = Instance.new("WedgePart", m)
  1713. p19.BrickColor = BrickColor.new("Dark stone grey")
  1714. p19.Name = "BladePart2"
  1715. p19.Material = Enum.Material.Concrete
  1716. p19.Name = "Wedge"
  1717. p19.FormFactor = Enum.FormFactor.Symmetric
  1718. p19.Size = Vector3.new(1, 4, 2)
  1719. p19.CFrame = CFrame.new(67.4994736, 6.83213568, 75.0314102, -0.999972522, 3.68059118e-005, -0.000103325001, -8.40002976e-005, -4.4521752e-005, 0.999963701, 2.03864402e-005, 0.999943435, 1.26029336e-005)
  1720. p19.CanCollide = false
  1721. p19.Locked = true
  1722. p19.BottomSurface = Enum.SurfaceType.Smooth
  1723. p19.TopSurface = Enum.SurfaceType.Smooth
  1724. b19 = Instance.new("SpecialMesh", p19)
  1725. b19.MeshType = Enum.MeshType.Wedge
  1726. b19.Name = "Mesh"
  1727. b19.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
  1728. p20 = Instance.new("Part", m)
  1729. p20.BrickColor = BrickColor.new("Really black")
  1730. p20.FormFactor = Enum.FormFactor.Custom
  1731. p20.Size = Vector3.new(2.53000021, 2.39999938, 1)
  1732. p20.CFrame = CFrame.new(67.4996414, 7.91898966, 71.4148178, -1.09432585e-005, 7.6432425e-006, 0.999972522, 0.992849231, -0.119072601, -7.55000656e-006, 0.119038492, 0.992832959, 1.01311334e-005)
  1733. p20.CanCollide = false
  1734. p20.Locked = true
  1735. p20.Elasticity = 0
  1736. p20.BottomSurface = Enum.SurfaceType.Smooth
  1737. p20.TopSurface = Enum.SurfaceType.Smooth
  1738. b20 = Instance.new("BlockMesh", p20)
  1739. b20.Name = "Mesh"
  1740. b20.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  1741. p21 = Instance.new("Part", m)
  1742. p21.BrickColor = BrickColor.new("Bright blue")
  1743. p21.FormFactor = Enum.FormFactor.Custom
  1744. p21.Size = Vector3.new(1, 1.43999994, 1.59000015)
  1745. p21.CFrame = CFrame.new(67.509613, 9.57073689, 76.6228256, 0.999972522, -2.50856156e-005, -1.53699839e-005, -4.86196222e-005, -0.800835371, -0.598824739, 1.91311228e-005, 0.59883821, -0.800800025)
  1746. p21.CanCollide = false
  1747. p21.Locked = true
  1748. p21.Elasticity = 0
  1749. p21.BottomSurface = Enum.SurfaceType.Smooth
  1750. p21.TopSurface = Enum.SurfaceType.Smooth
  1751. b21 = Instance.new("SpecialMesh", p21)
  1752. b21.MeshType = Enum.MeshType.Wedge
  1753. b21.Name = "Mesh"
  1754. b21.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  1755. w1 = Instance.new("Weld", p1)
  1756. w1.Name = "Part_Weld"
  1757. w1.Part0 = p1
  1758. w1.C0 = CFrame.new(-67.5030899, -72.5280457, -14.8209743, 1, -6.37466928e-006, 4.26825172e-005, -3.75621021e-005, 0.358411252, 0.933563769, -2.12490559e-005, -0.933563769, 0.358411252)
  1759. w1.Part1 = p2
  1760. w1.C1 = CFrame.new(9.14727688, -74.5847855, -67.5001221, -4.37113883e-008, 0.961261749, -0.27563718, 0, 0.27563718, 0.961261749, 1, 4.20180868e-008, -1.2048484e-008)
  1761. w2 = Instance.new("Weld", p2)
  1762. w2.Name = "Part_Weld"
  1763. w2.Part0 = p2
  1764. w2.C0 = CFrame.new(9.14727688, -74.5847855, -67.5001221, -4.37113883e-008, 0.961261749, -0.27563718, 0, 0.27563718, 0.961261749, 1, 4.20180868e-008, -1.2048484e-008)
  1765. w2.Part1 = p3
  1766. w2.C1 = CFrame.new(-67.5030823, -74.2541809, -10.8368053, 1, -8.59976626e-006, 4.22903977e-005, -3.75621021e-005, 0.30906105, 0.951042175, -2.12490559e-005, -0.951042175, 0.30906105)
  1767. w3 = Instance.new("Weld", p3)
  1768. w3.Name = "Part_Weld"
  1769. w3.Part0 = p3
  1770. w3.C0 = CFrame.new(-67.5030823, -74.2541809, -10.8368053, 1, -8.59976626e-006, 4.22903977e-005, -3.75621021e-005, 0.30906105, 0.951042175, -2.12490559e-005, -0.951042175, 0.30906105)
  1771. w3.Part1 = p4
  1772. w3.C1 = CFrame.new(-67.5002975, -36.1002579, 68.1035233, 1, -4.10709617e-005, 9.00123541e-006, -3.82823673e-005, -0.800855637, 0.598857403, -1.73869594e-005, -0.598857403, -0.800855637)
  1773. w4 = Instance.new("Weld", p4)
  1774. w4.Name = "Part_Weld"
  1775. w4.Part0 = p4
  1776. w4.C0 = CFrame.new(-67.5002975, -36.1002579, 68.1035233, 1, -4.10709617e-005, 9.00123541e-006, -3.82823673e-005, -0.800855637, 0.598857403, -1.73869594e-005, -0.598857403, -0.800855637)
  1777. w4.Part1 = p5
  1778. w4.C1 = CFrame.new(-67.5031891, -74.611969, -14.457736, 1, -6.37466928e-006, 4.26825172e-005, -3.75621021e-005, 0.358411252, 0.933563769, -2.12490559e-005, -0.933563769, 0.358411252)
  1779. w5 = Instance.new("Weld", p5)
  1780. w5.Name = "Part_Weld"
  1781. w5.Part0 = p5
  1782. w5.C0 = CFrame.new(-67.5031891, -74.611969, -14.457736, 1, -6.37466928e-006, 4.26825172e-005, -3.75621021e-005, 0.358411252, 0.933563769, -2.12490559e-005, -0.933563769, 0.358411252)
  1783. w5.Part1 = p6
  1784. w5.C1 = CFrame.new(-11.2799978, -66.1456223, -67.5023346, -4.37113883e-008, 1, 4.37113883e-008, 0, -4.37113883e-008, 1, 1, 4.37113883e-008, 1.91068547e-015)
  1785. w6 = Instance.new("Weld", p6)
  1786. w6.Name = "Part_Weld"
  1787. w6.Part0 = p6
  1788. w6.C0 = CFrame.new(-11.2799978, -66.1456223, -67.5023346, -4.37113883e-008, 1, 4.37113883e-008, 0, -4.37113883e-008, 1, 1, 4.37113883e-008, 1.91068547e-015)
  1789. w6.Part1 = p7
  1790. w6.C1 = CFrame.new(-67.5183792, -21.1694489, 74.0717163, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  1791. w7 = Instance.new("Weld", p7)
  1792. w7.Name = "Part_Weld"
  1793. w7.Part0 = p7
  1794. w7.C0 = CFrame.new(-67.5183792, -21.1694489, 74.0717163, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  1795. w7.Part1 = p8
  1796. w7.C1 = CFrame.new(-67.508461, -23.234499, 73.7728119, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  1797. w8 = Instance.new("Weld", p8)
  1798. w8.Name = "Part_Weld"
  1799. w8.Part0 = p8
  1800. w8.C0 = CFrame.new(-67.508461, -23.234499, 73.7728119, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  1801. w8.Part1 = p9
  1802. w8.C1 = CFrame.new(-72.2151413, -19.6674671, -67.5124359, -2.77766703e-005, 0.353263557, 0.935524285, -1.84533783e-005, -0.935524285, 0.353263557, 1, -7.4510931e-006, 3.25046385e-005)
  1803. w9 = Instance.new("Weld", p9)
  1804. w9.Name = "Part_Weld"
  1805. w9.Part0 = p9
  1806. w9.C0 = CFrame.new(-72.2151413, -19.6674671, -67.5124359, -2.77766703e-005, 0.353263557, 0.935524285, -1.84533783e-005, -0.935524285, 0.353263557, 1, -7.4510931e-006, 3.25046385e-005)
  1807. w9.Part1 = p10
  1808. w9.C1 = CFrame.new(67.0792923, -29.5803547, -67.4901428, -2.24114753e-008, 0.292369425, -0.956305802, 3.04095332e-010, 0.956305802, 0.292369425, 1, 6.26159258e-009, -2.15211493e-008)
  1809. w10 = Instance.new("Weld", p10)
  1810. w10.Name = "Part_Weld"
  1811. w10.Part0 = p10
  1812. w10.C0 = CFrame.new(67.0792923, -29.5803547, -67.4901428, -2.24114753e-008, 0.292369425, -0.956305802, 3.04095332e-010, 0.956305802, 0.292369425, 1, 6.26159258e-009, -2.15211493e-008)
  1813. w10.Part1 = p11
  1814. w10.C1 = CFrame.new(-62.9921722, 32.1197624, -67.5121918, -2.88835581e-005, -0.362230271, 0.932088912, 9.3476192e-006, -0.932088912, -0.362230271, 1, -1.74967965e-006, 3.03080251e-005)
  1815. w11 = Instance.new("Weld", p11)
  1816. w11.Name = "Part_Weld"
  1817. w11.Part0 = p11
  1818. w11.C0 = CFrame.new(-62.9921722, 32.1197624, -67.5121918, -2.88835581e-005, -0.362230271, 0.932088912, 9.3476192e-006, -0.932088912, -0.362230271, 1, -1.74967965e-006, 3.03080251e-005)
  1819. w11.Part1 = p12
  1820. w11.C1 = CFrame.new(67.5028763, 72.2527161, 6.8300252, -1, -9.15522687e-005, -3.05189751e-005, 3.05161811e-005, 3.05189751e-005, -1, 9.15532e-005, -1, -3.05161811e-005)
  1821. w12 = Instance.new("Weld", p12)
  1822. w12.Name = "Part_Weld"
  1823. w12.Part0 = p12
  1824. w12.C0 = CFrame.new(67.5028763, 72.2527161, 6.8300252, -1, -9.15522687e-005, -3.05189751e-005, 3.05161811e-005, 3.05189751e-005, -1, 9.15532e-005, -1, -3.05161811e-005)
  1825. w12.Part1 = p13
  1826. w12.C1 = CFrame.new(-72.3439255, 18.054121, -67.5101624, -4.09776035e-008, -0.11906305, 0.992886722, 4.05430745e-010, -0.992886722, -0.11906305, 1, -4.47637571e-009, 4.0734399e-008)
  1827. w13 = Instance.new("Weld", p13)
  1828. w13.Name = "Part_Weld"
  1829. w13.Part0 = p13
  1830. w13.C0 = CFrame.new(-72.3439255, 18.054121, -67.5101624, -4.09776035e-008, -0.11906305, 0.992886722, 4.05430745e-010, -0.992886722, -0.11906305, 1, -4.47637571e-009, 4.0734399e-008)
  1831. w13.Part1 = p14
  1832. w13.C1 = CFrame.new(69.1140671, 24.5752277, -67.4901428, -2.4837334e-008, -0.462350011, -0.886697888, 5.64353009e-010, 0.886697888, -0.462350011, 1, -1.19839818e-008, -2.17623022e-008)
  1833. w14 = Instance.new("Weld", p14)
  1834. w14.Name = "Part_Weld"
  1835. w14.Part0 = p14
  1836. w14.C0 = CFrame.new(69.1140671, 24.5752277, -67.4901428, -2.4837334e-008, -0.462350011, -0.886697888, 5.64353009e-010, 0.886697888, -0.462350011, 1, -1.19839818e-008, -2.17623022e-008)
  1837. w14.Part1 = p15
  1838. w14.C1 = CFrame.new(47.9809418, -52.7511749, -67.5101318, -3.94735267e-008, 0.64509654, -0.764101744, -4.55740418e-010, 0.764101744, 0.64509654, 1, 2.58124242e-008, -2.98677882e-008)
  1839. w15 = Instance.new("Weld", p15)
  1840. w15.Name = "Part_Weld"
  1841. w15.Part0 = p15
  1842. w15.C0 = CFrame.new(47.9809418, -52.7511749, -67.5101318, -3.94735267e-008, 0.64509654, -0.764101744, -4.55740418e-010, 0.764101744, 0.64509654, 1, 2.58124242e-008, -2.98677882e-008)
  1843. w15.Part1 = p16
  1844. w15.C1 = CFrame.new(-75.3105469, -10.1974039, -67.5001221, -4.37113883e-008, 0.258818924, 0.965925872, 0, -0.965925872, 0.258818924, 1, 1.13133343e-008, 4.22219593e-008)
  1845. w16 = Instance.new("Weld", p16)
  1846. w16.Name = "Part_Weld"
  1847. w16.Part0 = p16
  1848. w16.C0 = CFrame.new(-75.3105469, -10.1974039, -67.5001221, -4.37113883e-008, 0.258818924, 0.965925872, 0, -0.965925872, 0.258818924, 1, 1.13133343e-008, 4.22219593e-008)
  1849. w16.Part1 = p17
  1850. w16.C1 = CFrame.new(64.0820847, -29.3829937, -67.5001373, -4.09009289e-008, 0.293349952, -0.956005633, 4.38312497e-010, 0.956005633, 0.293349952, 1, 1.15792238e-008, -3.92300876e-008)
  1851. w17 = Instance.new("Weld", p17)
  1852. w17.Name = "Wedge_Weld"
  1853. w17.Part0 = p17
  1854. w17.C0 = CFrame.new(64.0820847, -29.3829937, -67.5001373, -4.09009289e-008, 0.293349952, -0.956005633, 4.38312497e-010, 0.956005633, 0.293349952, 1, 1.15792238e-008, -3.92300876e-008)
  1855. w17.Part1 = p18
  1856. w17.C1 = CFrame.new(-67.4979324, 69.4871521, -6.82958078, 1, 3.05171125e-005, -3.05180438e-005, -3.05171125e-005, -3.05180438e-005, -1, -3.05180438e-005, 1, -3.05171125e-005)
  1857. w18 = Instance.new("Weld", p18)
  1858. w18.Name = "Wedge_Weld"
  1859. w18.Part0 = p18
  1860. w18.C0 = CFrame.new(-67.4979324, 69.4871521, -6.82958078, 1, 3.05171125e-005, -3.05180438e-005, -3.05171125e-005, -3.05180438e-005, -1, -3.05180438e-005, 1, -3.05171125e-005)
  1861. w18.Part1 = p19
  1862. w18.C1 = CFrame.new(67.4982986, -75.0367737, -6.83008671, -1, -9.15532e-005, 3.05161811e-005, 3.05189751e-005, -3.05161811e-005, 1, -9.15522687e-005, 1, 3.05189751e-005)
  1863. w19 = Instance.new("Weld", p19)
  1864. w19.Name = "Part_Weld"
  1865. w19.Part0 = p19
  1866. w19.C0 = CFrame.new(67.4982986, -75.0367737, -6.83008671, -1, -9.15532e-005, 3.05161811e-005, 3.05189751e-005, -3.05161811e-005, 1, -9.15522687e-005, 1, 3.05189751e-005)
  1867. w19.Part1 = p20
  1868. w19.C1 = CFrame.new(-16.3677292, -69.9670334, -67.5001678, -1.77821063e-010, 0.992886961, 0.119063012, -1.46926671e-009, -0.119063012, 0.992886961, 1, 1.59595731e-012, 1.47997492e-009)
  1869. w20 = Instance.new("Weld", p20)
  1870. w20.Name = "Part_Weld"
  1871. w20.Part0 = p20
  1872. w20.C0 = CFrame.new(-16.3677292, -69.9670334, -67.5001678, -1.77821063e-010, 0.992886961, 0.119063012, -1.46926671e-009, -0.119063012, 0.992886961, 1, 1.59595731e-012, 1.47997492e-009)
  1873. w20.Part1 = p21
  1874. w20.C1 = CFrame.new(-67.5104218, -38.2193756, 67.100563, 1, -4.10709617e-005, 9.00123541e-006, -3.82823673e-005, -0.800855637, 0.598857403, -1.73869594e-005, -0.598857403, -0.800855637) ]]
  1875. m.Parent = char
  1876. m:MakeJoints()
  1877. ----------------------------------------------------
  1878. local cor = Instance.new("Part", char.Absolution)
  1879. cor.Name = "Thingy"
  1880. cor.Locked = true
  1881. cor.BottomSurface = 0
  1882. cor.CanCollide = false
  1883. cor.Size = Vector3.new(1, 13, 1)
  1884. cor.Transparency = 1
  1885. cor.TopSurface = 0
  1886. corw = Instance.new("Weld", cor)
  1887. corw.Part0 = rarm
  1888. corw.Part1 = cor
  1889. corw.C0 = CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1890. corw.C1 = CFrame.new(0, 0, 0)
  1891. weld1 = Instance.new("Weld", char.Absolution)
  1892. weld1.Part0 = cor
  1893. weld1.Part1 = p6
  1894. weld1.C0 = CFrame.new(0, 0, 0)
  1895. ----------------------------------------------------
  1896. hitb = Instance.new("Part", char.Absolution)
  1897. hitb.Name = "Thingy2"
  1898. hitb.Locked = true
  1899. hitb.BottomSurface = 0
  1900. hitb.CanCollide = false
  1901. hitb.Size = Vector3.new(0, 8, 6)
  1902. hitb.Transparency = 1
  1903. hitb.TopSurface = 0
  1904. weld2 = Instance.new("Weld", char.Absolution)
  1905. weld2.Part0 = hitb
  1906. weld2.Part1 = p12
  1907. weld2.C0 = CFrame.new(0, .6, 1)
  1908. ----------------------------------------------------
  1909. local m = Instance.new("Model")
  1910. m.Name = "Claw"
  1911. --[[p1 = Instance.new("Part", m)
  1912. p1.BrickColor = BrickColor.new("Really black")
  1913. p1.FormFactor = Enum.FormFactor.Custom
  1914. p1.Size = Vector3.new(1.5, 0.5, 0.5)
  1915. p1.CFrame = CFrame.new(2.91120553, 6.79703379, -19.5339718, -0.205515206, -0.209888965, 0.955883741, 0.52527827, -0.847774804, -0.0732159689, 0.825741529, 0.487057745, 0.284480691)
  1916. p1.CanCollide = false
  1917. p1.Locked = true
  1918. p1.BottomSurface = Enum.SurfaceType.Smooth
  1919. p1.TopSurface = Enum.SurfaceType.Smooth
  1920. b1 = Instance.new("BlockMesh", p1)
  1921. b1.Name = "Mesh"
  1922. p2 = Instance.new("WedgePart", m)
  1923. p2.BrickColor = BrickColor.new("Really black")
  1924. p2.Name = "Wedge"
  1925. p2.FormFactor = Enum.FormFactor.Custom
  1926. p2.Size = Vector3.new(3, 1, 0.5)
  1927. p2.CFrame = CFrame.new(2.94872427, 6.13246727, -16.5004997, -5.96046448e-008, -4.47034836e-008, -1.00000358, -1.3615936e-005, 0.99999994, 4.47034836e-008, 1.00000358, 1.41002238e-005, 0)
  1928. p2.CanCollide = false
  1929. p2.Locked = true
  1930. p2.BottomSurface = Enum.SurfaceType.Smooth
  1931. p2.TopSurface = Enum.SurfaceType.Smooth
  1932. p3 = Instance.new("Part", m)
  1933. p3.BrickColor = BrickColor.new("Really black")
  1934. p3.FormFactor = Enum.FormFactor.Custom
  1935. p3.Size = Vector3.new(1.5, 0.5, 0.5)
  1936. p3.CFrame = CFrame.new(1.84869456, 6.79700661, -18.5422173, -5.06400113e-008, 1.07230136e-007, 1.00000715, -0.499905825, -0.866079628, -1.1125789e-007, 0.86608547, -0.499910295, -2.17476881e-008)
  1937. p3.CanCollide = false
  1938. p3.Locked = true
  1939. p3.BottomSurface = Enum.SurfaceType.Smooth
  1940. p3.TopSurface = Enum.SurfaceType.Smooth
  1941. b2 = Instance.new("BlockMesh", p3)
  1942. b2.Name = "Mesh"
  1943. p4 = Instance.new("WedgePart", m)
  1944. p4.BrickColor = BrickColor.new("Really black")
  1945. p4.Name = "Wedge"
  1946. p4.FormFactor = Enum.FormFactor.Custom
  1947. p4.Size = Vector3.new(3, 1, 0.5)
  1948. p4.CFrame = CFrame.new(0.0487272739, 4.13279819, -16.5004959, -1.62921424e-007, 1.78814929e-007, 1.00001431, -1.2755394e-005, -0.999999762, -1.78813849e-007, 1.00001431, -1.46627426e-005, -7.54998553e-008)
  1949. p4.CanCollide = false
  1950. p4.Locked = true
  1951. p4.BottomSurface = Enum.SurfaceType.Smooth
  1952. p4.TopSurface = Enum.SurfaceType.Smooth
  1953. p5 = Instance.new("Part", m)
  1954. p5.BrickColor = BrickColor.new("Really black")
  1955. p5.FormFactor = Enum.FormFactor.Custom
  1956. p5.Size = Vector3.new(1.5, 0.5, 0.5)
  1957. p5.CFrame = CFrame.new(1.84874606, 6.79701567, -19.6422844, -4.29027068e-007, 1.9046513e-007, 1.00001431, 0.500089467, -0.865973532, 2.18601315e-008, 0.865987122, 0.50009501, 3.78533827e-008)
  1958. p5.CanCollide = false
  1959. p5.Locked = true
  1960. p5.BottomSurface = Enum.SurfaceType.Smooth
  1961. p5.TopSurface = Enum.SurfaceType.Smooth
  1962. b3 = Instance.new("BlockMesh", p5)
  1963. b3.Name = "Mesh"
  1964. p6 = Instance.new("Part", m)
  1965. p6.BrickColor = BrickColor.new("Really black")
  1966. p6.FormFactor = Enum.FormFactor.Custom
  1967. p6.Size = Vector3.new(1.5, 0.5, 0.5)
  1968. p6.CFrame = CFrame.new(2.61122823, 6.79701757, -18.433939, -0.250001401, 0.0669622123, 0.965941966, -0.491382152, -0.868364573, -0.0669801831, 0.834303975, -0.491393685, 0.249996051)
  1969. p6.CanCollide = false
  1970. p6.Locked = true
  1971. p6.BottomSurface = Enum.SurfaceType.Smooth
  1972. p6.TopSurface = Enum.SurfaceType.Smooth
  1973. b4 = Instance.new("BlockMesh", p6)
  1974. b4.Name = "Mesh"
  1975. p7 = Instance.new("Part", m)
  1976. p7.BrickColor = BrickColor.new("Really black")
  1977. p7.FormFactor = Enum.FormFactor.Custom
  1978. p7.Size = Vector3.new(3, 1, 1.20000005)
  1979. p7.CFrame = CFrame.new(2.59874034, 5.13276958, -16.5005379, -3.27825546e-007, -3.57627869e-007, -1.00001431, -0.000133868307, 0.99999994, 1.49011612e-008, 1.00001442, 0.000135900453, -5.96046448e-008)
  1980. p7.CanCollide = false
  1981. p7.Locked = true
  1982. p7.BottomSurface = Enum.SurfaceType.Smooth
  1983. p7.TopSurface = Enum.SurfaceType.Smooth
  1984. b5 = Instance.new("BlockMesh", p7)
  1985. b5.Name = "Mesh"
  1986. p8 = Instance.new("Part", m)
  1987. p8.BrickColor = BrickColor.new("Bright blue")
  1988. p8.FormFactor = Enum.FormFactor.Symmetric
  1989. p8.Size = Vector3.new(1, 1, 1)
  1990. p8.CFrame = CFrame.new(1.84841466, 6.25537968, -20.3997307, -1.42129729e-005, 0.00428489037, -1.00000513, 0.965967655, 0.258660465, 0.00109496934, 0.258668512, -0.965972245, -0.00414247159)
  1991. p8.CanCollide = false
  1992. p8.Locked = true
  1993. b6 = Instance.new("SpecialMesh", p8)
  1994. b6.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1995. b6.TextureId = ""
  1996. b6.MeshType = Enum.MeshType.FileMesh
  1997. b6.Name = "Mesh"
  1998. b6.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1999. p9 = Instance.new("Part", m)
  2000. p9.BrickColor = BrickColor.new("Really black")
  2001. p9.FormFactor = Enum.FormFactor.Custom
  2002. p9.Size = Vector3.new(1.5, 0.5, 0.5)
  2003. p9.CFrame = CFrame.new(2.79691935, 3.68131566, -18.264101, -0.277095288, -0.561500967, -0.779720128, 0.631033003, 0.505603611, -0.58835566, 0.724593103, -0.655058563, 0.214224264)
  2004. p9.CanCollide = false
  2005. p9.Locked = true
  2006. p9.BottomSurface = Enum.SurfaceType.Smooth
  2007. p9.TopSurface = Enum.SurfaceType.Smooth
  2008. b7 = Instance.new("BlockMesh", p9)
  2009. b7.Name = "Mesh"
  2010. p10 = Instance.new("Part", m)
  2011. p10.BrickColor = BrickColor.new("Bright blue")
  2012. p10.FormFactor = Enum.FormFactor.Symmetric
  2013. p10.Size = Vector3.new(1, 1, 1)
  2014. p10.CFrame = CFrame.new(3.09846497, 6.25236273, -20.2996788, -0.0669716895, 0.254178405, -0.964850724, 0.96595335, 0.258713901, 0.00110733509, 0.249903828, -0.93192625, -0.262850702)
  2015. p10.CanCollide = false
  2016. p10.Locked = true
  2017. b8 = Instance.new("SpecialMesh", p10)
  2018. b8.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  2019. b8.TextureId = ""
  2020. b8.MeshType = Enum.MeshType.FileMesh
  2021. b8.Name = "Mesh"
  2022. b8.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  2023. p11 = Instance.new("Part", m)
  2024. p11.BrickColor = BrickColor.new("Really black")
  2025. p11.FormFactor = Enum.FormFactor.Custom
  2026. p11.Size = Vector3.new(1.5, 0.5, 0.5)
  2027. p11.CFrame = CFrame.new(0.386122227, 6.79699421, -18.533905, 0.250022948, -0.0669473261, 0.965937555, -0.491377324, -0.868365645, 0.0670026764, 0.834300399, -0.491393894, -0.250007868)
  2028. p11.CanCollide = false
  2029. p11.Locked = true
  2030. p11.BottomSurface = Enum.SurfaceType.Smooth
  2031. p11.TopSurface = Enum.SurfaceType.Smooth
  2032. b9 = Instance.new("BlockMesh", p11)
  2033. b9.Name = "Mesh"
  2034. p12 = Instance.new("Part", m)
  2035. p12.BrickColor = BrickColor.new("Really black")
  2036. p12.FormFactor = Enum.FormFactor.Custom
  2037. p12.Size = Vector3.new(1.5, 0.5, 0.5)
  2038. p12.CFrame = CFrame.new(1.14871967, 6.79700947, -19.6422291, -4.76837158e-007, 2.83122063e-007, 1.00001442, 0.500089884, -0.865973473, 4.47034836e-008, 0.865987122, 0.500095367, 1.49011612e-008)
  2039. p12.CanCollide = false
  2040. p12.Locked = true
  2041. p12.BottomSurface = Enum.SurfaceType.Smooth
  2042. p12.TopSurface = Enum.SurfaceType.Smooth
  2043. b10 = Instance.new("BlockMesh", p12)
  2044. b10.Name = "Mesh"
  2045. p13 = Instance.new("Part", m)
  2046. p13.BrickColor = BrickColor.new("Really black")
  2047. p13.FormFactor = Enum.FormFactor.Custom
  2048. p13.Size = Vector3.new(1.5, 0.5, 0.5)
  2049. p13.CFrame = CFrame.new(1.14870512, 6.79699612, -18.5421638, -4.63888163e-008, 5.08347114e-007, 1.00001442, -0.499899268, -0.866083562, -2.18518963e-008, 0.866095126, -0.499908328, 3.78581007e-008)
  2050. p13.CanCollide = false
  2051. p13.Locked = true
  2052. p13.BottomSurface = Enum.SurfaceType.Smooth
  2053. p13.TopSurface = Enum.SurfaceType.Smooth
  2054. b11 = Instance.new("BlockMesh", p13)
  2055. b11.Name = "Mesh"
  2056. p14 = Instance.new("Part", m)
  2057. p14.BrickColor = BrickColor.new("Bright blue")
  2058. p14.FormFactor = Enum.FormFactor.Symmetric
  2059. p14.Size = Vector3.new(1, 1, 1)
  2060. p14.CFrame = CFrame.new(1.14845455, 6.25537348, -20.3996773, -1.42545232e-005, 0.00425684778, -1.00000536, 0.965958476, 0.258694947, 0.00108788908, 0.258703023, -0.965963125, -0.00411536777)
  2061. p14.CanCollide = false
  2062. p14.Locked = true
  2063. b12 = Instance.new("SpecialMesh", p14)
  2064. b12.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  2065. b12.TextureId = ""
  2066. b12.MeshType = Enum.MeshType.FileMesh
  2067. b12.Name = "Mesh"
  2068. b12.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  2069. p15 = Instance.new("Part", m)
  2070. p15.BrickColor = BrickColor.new("Medium stone grey")
  2071. p15.Transparency = 1
  2072. p15.Name = "ArmPart"
  2073. p15.FormFactor = Enum.FormFactor.Custom
  2074. p15.Size = Vector3.new(2, 1, 1)
  2075. p15.CFrame = CFrame.new(1.49875152, 5.13257265, -16.0004654, -2.99420208e-007, 4.39002179e-007, 1.00001442, 0.00011029192, -1, 0, 1.00001454, 0.000108176115, 4.42378223e-008)
  2076. p15.CanCollide = false
  2077. p15.Locked = true
  2078. p15.BottomSurface = Enum.SurfaceType.Smooth
  2079. p15.TopSurface = Enum.SurfaceType.Smooth
  2080. b13 = Instance.new("BlockMesh", p15)
  2081. b13.Name = "Mesh"
  2082. p16 = Instance.new("Part", m)
  2083. p16.BrickColor = BrickColor.new("Really black")
  2084. p16.FormFactor = Enum.FormFactor.Custom
  2085. p16.Size = Vector3.new(3, 1, 2.4000001)
  2086. p16.CFrame = CFrame.new(1.49872661, 6.13250732, -16.5007095, -2.98894406e-007, 4.39006953e-007, 1.00001442, 0.000110270419, -1, 4.71678729e-012, 1.00001454, 0.000108154614, 4.37120207e-008)
  2087. p16.CanCollide = false
  2088. p16.Locked = true
  2089. p16.BottomSurface = Enum.SurfaceType.Smooth
  2090. p16.TopSurface = Enum.SurfaceType.Smooth
  2091. b14 = Instance.new("BlockMesh", p16)
  2092. b14.Name = "Mesh"
  2093. p17 = Instance.new("Part", m)
  2094. p17.BrickColor = BrickColor.new("Really black")
  2095. p17.FormFactor = Enum.FormFactor.Custom
  2096. p17.Size = Vector3.new(1.5, 0.5, 0.5)
  2097. p17.CFrame = CFrame.new(2.77308726, 3.37837577, -19.2558823, 0.396035522, -0.497440547, -0.771840453, -0.207958207, 0.770127177, -0.603040278, 0.894391596, 0.399337679, 0.201549783)
  2098. p17.CanCollide = false
  2099. p17.Locked = true
  2100. p17.BottomSurface = Enum.SurfaceType.Smooth
  2101. p17.TopSurface = Enum.SurfaceType.Smooth
  2102. b15 = Instance.new("BlockMesh", p17)
  2103. b15.Name = "Mesh"
  2104. p18 = Instance.new("Part", m)
  2105. p18.BrickColor = BrickColor.new("Bright blue")
  2106. p18.FormFactor = Enum.FormFactor.Symmetric
  2107. p18.Size = Vector3.new(1, 1, 1)
  2108. p18.CFrame = CFrame.new(-0.0516102314, 6.25535488, -20.1996384, 0.066943109, -0.245838761, -0.967011333, 0.965954781, 0.258709013, 0.00110003352, 0.249906152, -0.934162259, 0.254788101)
  2109. p18.CanCollide = false
  2110. p18.Locked = true
  2111. b16 = Instance.new("SpecialMesh", p18)
  2112. b16.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  2113. b16.TextureId = ""
  2114. b16.MeshType = Enum.MeshType.FileMesh
  2115. b16.Name = "Mesh"
  2116. b16.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  2117. p19 = Instance.new("Part", m)
  2118. p19.BrickColor = BrickColor.new("Bright blue")
  2119. p19.FormFactor = Enum.FormFactor.Symmetric
  2120. p19.Size = Vector3.new(1, 1, 1)
  2121. p19.CFrame = CFrame.new(2.43177533, 3.59484506, -20.0301056, 0.559401393, 0.116905749, 0.820629179, -0.685213447, -0.491872638, 0.537163019, 0.466440916, -0.862796843, -0.195047855)
  2122. p19.CanCollide = false
  2123. p19.Locked = true
  2124. b17 = Instance.new("SpecialMesh", p19)
  2125. b17.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  2126. b17.TextureId = ""
  2127. b17.MeshType = Enum.MeshType.FileMesh
  2128. b17.Name = "Mesh"
  2129. b17.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  2130. p20 = Instance.new("Part", m)
  2131. p20.BrickColor = BrickColor.new("Really black")
  2132. p20.FormFactor = Enum.FormFactor.Custom
  2133. p20.Size = Vector3.new(3, 1, 2.4000001)
  2134. p20.CFrame = CFrame.new(1.49873698, 4.13275099, -16.500618, -2.38418579e-007, -4.47034836e-007, -1.00001454, -0.000133797526, 1.00000024, -2.98023224e-008, 1.00001466, 0.000135831535, -5.96046448e-008)
  2135. p20.CanCollide = false
  2136. p20.Locked = true
  2137. p20.BottomSurface = Enum.SurfaceType.Smooth
  2138. p20.TopSurface = Enum.SurfaceType.Smooth
  2139. b18 = Instance.new("BlockMesh", p20)
  2140. b18.Name = "Mesh"
  2141. p21 = Instance.new("Part", m)
  2142. p21.BrickColor = BrickColor.new("Really black")
  2143. p21.FormFactor = Enum.FormFactor.Custom
  2144. p21.Size = Vector3.new(3, 1, 1.19999993)
  2145. p21.CFrame = CFrame.new(0.398718834, 5.13273239, -16.5005798, -2.22529991e-007, -4.17224015e-007, -1.00001454, -0.000133820766, 1.00000024, 5.9472427e-012, 1.00001466, 0.000135854774, -4.37120207e-008)
  2146. p21.CanCollide = false
  2147. p21.Locked = true
  2148. p21.BottomSurface = Enum.SurfaceType.Smooth
  2149. p21.TopSurface = Enum.SurfaceType.Smooth
  2150. b19 = Instance.new("BlockMesh", p21)
  2151. b19.Name = "Mesh"
  2152. p22 = Instance.new("WedgePart", m)
  2153. p22.BrickColor = BrickColor.new("Really black")
  2154. p22.Name = "Wedge"
  2155. p22.FormFactor = Enum.FormFactor.Custom
  2156. p22.Size = Vector3.new(3, 1, 0.5)
  2157. p22.CFrame = CFrame.new(2.94884443, 4.13282013, -16.5005474, 1.35156796e-007, 4.17202415e-007, -1.00001454, 1.19470278e-005, -1.00000024, -6.07483681e-013, -1.00001466, -1.39792755e-005, 4.37120278e-008)
  2158. p22.CanCollide = false
  2159. p22.Locked = true
  2160. p22.BottomSurface = Enum.SurfaceType.Smooth
  2161. p22.TopSurface = Enum.SurfaceType.Smooth
  2162. p23 = Instance.new("Part", m)
  2163. p23.BrickColor = BrickColor.new("Really black")
  2164. p23.FormFactor = Enum.FormFactor.Custom
  2165. p23.Size = Vector3.new(1.5, 0.5, 0.5)
  2166. p23.CFrame = CFrame.new(0.111123323, 6.79699326, -19.53405, 0.167916089, 0.220654398, 0.960804224, 0.593452632, -0.800862908, 0.0802069977, 0.787171543, 0.556722164, -0.265425682)
  2167. p23.CanCollide = false
  2168. p23.Locked = true
  2169. p23.BottomSurface = Enum.SurfaceType.Smooth
  2170. p23.TopSurface = Enum.SurfaceType.Smooth
  2171. b20 = Instance.new("BlockMesh", p23)
  2172. b20.Name = "Mesh"
  2173. p24 = Instance.new("WedgePart", m)
  2174. p24.BrickColor = BrickColor.new("Really black")
  2175. p24.Name = "Wedge"
  2176. p24.FormFactor = Enum.FormFactor.Custom
  2177. p24.Size = Vector3.new(3, 1, 0.5)
  2178. p24.CFrame = CFrame.new(0.0487362742, 6.13243389, -16.5004158, -0.000165194273, -0.00030361861, 1.00001442, 0.00304524973, 0.999995589, 0.000303655863, -1.00001013, 0.00304720178, -0.000164449215)
  2179. p24.CanCollide = false
  2180. p24.Locked = true
  2181. p24.BottomSurface = Enum.SurfaceType.Smooth
  2182. p24.TopSurface = Enum.SurfaceType.Smooth
  2183. p25 = Instance.new("Part", m)
  2184. p25.BrickColor = BrickColor.new("Bright blue")
  2185. p25.FormFactor = Enum.FormFactor.Symmetric
  2186. p25.Size = Vector3.new(1, 1, 1)
  2187. p25.CFrame = CFrame.new(1.49870086, 5.13261318, -18.0007782, 1.20991026e-005, -1.00001454, -4.94604174e-005, -1.00000024, -1.16155716e-005, -0.000471511274, 0.000469659513, 4.96469293e-005, -1.00001466)
  2188. p25.CanCollide = false
  2189. p25.Locked = true
  2190. p25.BottomSurface = Enum.SurfaceType.Smooth
  2191. p25.TopSurface = Enum.SurfaceType.Smooth
  2192. b21 = Instance.new("SpecialMesh", p25)
  2193. b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2194. b21.TextureId = ""
  2195. b21.MeshType = Enum.MeshType.FileMesh
  2196. b21.Name = "Mesh"
  2197. b21.Scale = Vector3.new(1.39999998, 1.39999998, 0.600000024)
  2198. p26 = Instance.new("Part", m)
  2199. p26.BrickColor = BrickColor.new("Really black")
  2200. p26.FormFactor = Enum.FormFactor.Symmetric
  2201. p26.Size = Vector3.new(1, 1, 1)
  2202. p26.CFrame = CFrame.new(1.49868095, 5.13287783, -17.5005093, 0.00030383491, 0.000164763711, -1.00001454, -0.999995768, -0.00302907336, -0.000303868263, -0.00303102471, 1.00001025, 0.000164022902)
  2203. p26.CanCollide = false
  2204. p26.Locked = true
  2205. p26.BottomSurface = Enum.SurfaceType.Smooth
  2206. p26.TopSurface = Enum.SurfaceType.Smooth
  2207. b22 = Instance.new("SpecialMesh", p26)
  2208. b22.MeshType = Enum.MeshType.Brick
  2209. b22.Name = "Mesh"
  2210. w1 = Instance.new("Weld", p1)
  2211. w1.Name = "Wedge_Weld"
  2212. w1.Part0 = p1
  2213. w1.C0 = CFrame.new(13.1579618, 15.8875484, 3.27191186, -0.205515206, 0.52527827, 0.825741529, -0.209888965, -0.847774804, 0.487057745, 0.955883741, -0.0732159689, 0.284480691)
  2214. w1.Part1 = p2
  2215. w1.C1 = CFrame.new(16.5005817, -6.13223743, 2.94872212, -4.37113883e-008, -1.38580826e-005, 1, 0, 1, 1.38580826e-005, -1, 6.05756005e-013, -4.37113883e-008)
  2216. w2 = Instance.new("Weld", p2)
  2217. w2.Name = "Part_Weld"
  2218. w2.Part0 = p2
  2219. w2.C0 = CFrame.new(16.5006275, -6.13223362, 2.94873357, -5.96046448e-008, -1.3615936e-005, 1.00000358, -4.47034836e-008, 0.99999994, 1.41002238e-005, -1.00000358, 4.47034836e-008, 0)
  2220. w2.Part1 = p3
  2221. w2.C1 = CFrame.new(19.4568748, -3.38260746, -1.84870064, -4.37113883e-008, -0.499906301, 0.866079509, 0, -0.866079509, -0.499906301, 1, -2.18515979e-008, 3.78575393e-008)
  2222. w3 = Instance.new("Weld", p3)
  2223. w3.Name = "Wedge_Weld"
  2224. w3.Part0 = p3
  2225. w3.C0 = CFrame.new(19.456995, -3.38268948, -1.84870648, -5.06400113e-008, -0.499905825, 0.86608547, 1.07230136e-007, -0.866079628, -0.499910295, 1.00000715, -1.1125789e-007, -2.17476881e-008)
  2226. w3.Part1 = p4
  2227. w3.C1 = CFrame.new(16.5005646, 4.13256884, -0.0487511083, -4.37113883e-008, -1.37408551e-005, 1, 0, -1, -1.37408551e-005, 1, -6.00631849e-013, 4.37113883e-008)
  2228. w4 = Instance.new("Weld", p4)
  2229. w4.Name = "Part_Weld"
  2230. w4.Part0 = p4
  2231. w4.C0 = CFrame.new(16.5007706, 4.13255453, -0.0487275235, -1.62921424e-007, -1.2755394e-005, 1.00001431, 1.78814929e-007, -0.999999762, -1.46627426e-005, 1.00001431, -1.78813849e-007, -7.54998553e-008)
  2232. w4.Part1 = p5
  2233. w4.C1 = CFrame.new(13.6104183, 15.7089605, -1.84869325, -4.37113883e-008, 0.500093758, 0.865971267, 0, -0.865971267, 0.500093758, 1, 2.18597922e-008, 3.78528071e-008)
  2234. w5 = Instance.new("Weld", p5)
  2235. w5.Name = "Part_Weld"
  2236. w5.Part0 = p5
  2237. w5.C0 = CFrame.new(13.6108379, 15.7090359, -1.84877098, -4.29027068e-007, 0.500089467, 0.865987122, 1.9046513e-007, -0.865973532, 0.50009501, 1.00001431, 2.18601315e-008, 3.78533827e-008)
  2238. w5.Part1 = p6
  2239. w5.C1 = CFrame.new(19.3720245, -3.33087778, 2.54137325, -0.249996737, -0.491388977, 0.834289134, 0.0669635162, -0.868360817, -0.491391122, 0.965928316, -0.0669792444, 0.24999252)
  2240. w6 = Instance.new("Weld", p6)
  2241. w6.Name = "Part_Weld"
  2242. w6.Part0 = p6
  2243. w6.C0 = CFrame.new(19.3722382, -3.33087826, 2.54137945, -0.250001401, -0.491382152, 0.834303975, 0.0669622123, -0.868364573, -0.491393685, 0.965941966, -0.0669801831, 0.249996051)
  2244. w6.Part1 = p7
  2245. w6.C1 = CFrame.new(16.5012703, -5.1305232, 2.59873891, -4.37113883e-008, -0.000135861075, 1, 0, 1, 0.000135861075, -1, 5.9386762e-012, -4.37113883e-008)
  2246. w7 = Instance.new("Weld", p7)
  2247. w7.Name = "Part_Weld"
  2248. w7.Part0 = p7
  2249. w7.C0 = CFrame.new(16.5014496, -5.13052464, 2.59877563, -3.27825546e-007, -0.000133868307, 1.00001442, -3.57627869e-007, 0.99999994, 0.000135900453, -1.00001431, 1.49011612e-008, -5.96046448e-008)
  2250. w7.Part1 = p8
  2251. w7.C1 = CFrame.new(-0.765930653, -21.3311157, 1.75706458, -1.37833995e-005, 0.965968609, 0.258659452, 0.00428466033, 0.258657128, -0.965959728, -0.999990821, 0.00109495374, -0.00414241292)
  2252. w8 = Instance.new("Weld", p8)
  2253. w8.Name = "Part_Weld"
  2254. w8.Part0 = p8
  2255. w8.C0 = CFrame.new(-0.765703201, -21.3314991, 1.75706851, -1.42129729e-005, 0.965967655, 0.258668512, 0.00428489037, 0.258660465, -0.965972245, -1.00000513, 0.00109496934, -0.00414247159)
  2256. w8.Part1 = p9
  2257. w8.C1 = CFrame.new(11.6857395, -12.2548676, 8.25926208, -0.277089596, 0.631037474, 0.724577785, -0.561487973, 0.505604029, -0.655054033, -0.779713154, -0.588350415, 0.214222342)
  2258. w9 = Instance.new("Weld", p9)
  2259. w9.Name = "Part_Weld"
  2260. w9.Part0 = p9
  2261. w9.C0 = CFrame.new(11.6860123, -12.254859, 8.25934601, -0.277095288, 0.631033003, 0.724593103, -0.561500967, 0.505603611, -0.655058563, -0.779720128, -0.58835566, 0.214224264)
  2262. w9.Part1 = p10
  2263. w9.C1 = CFrame.new(-0.759226322, -21.3225994, -2.35311079, -0.0669693872, 0.965954244, 0.249894977, 0.254174918, 0.258710593, -0.931914091, -0.964836895, 0.00110732042, -0.262847036)
  2264. w10 = Instance.new("Weld", p10)
  2265. w10.Name = "Part_Weld"
  2266. w10.Part0 = p10
  2267. w10.C0 = CFrame.new(-0.759016514, -21.3229256, -2.3531487, -0.0669716895, 0.96595335, 0.249903828, 0.254178405, 0.258713901, -0.93192625, -0.964850724, 0.00110733509, -0.262850702)
  2268. w10.Part1 = p11
  2269. w10.C1 = CFrame.new(18.7059784, -3.17931223, -5.46201515, 0.250018269, -0.49138394, 0.834285676, -0.0669495314, -0.86836195, -0.491391063, 0.965923727, 0.0670017004, -0.250004292)
  2270. w11 = Instance.new("Weld", p11)
  2271. w11.Name = "Part_Weld"
  2272. w11.Part0 = p11
  2273. w11.C0 = CFrame.new(18.7061806, -3.17931461, -5.46200418, 0.250022948, -0.491377324, 0.834300399, -0.0669473261, -0.868365645, -0.491393894, 0.965937555, 0.0670026764, -0.250007868)
  2274. w11.Part1 = p12
  2275. w11.C1 = CFrame.new(13.6104174, 15.708952, -1.1486963, -4.37113883e-008, 0.500093997, 0.865971148, 0, -0.865971148, 0.500093997, 1, 2.18598029e-008, 3.78528e-008)
  2276. w12 = Instance.new("Weld", p12)
  2277. w12.Name = "Part_Weld"
  2278. w12.Part0 = p12
  2279. w12.C0 = CFrame.new(13.6107903, 15.7090092, -1.1487354, -4.76837158e-007, 0.500089884, 0.865987122, 2.83122063e-007, -0.865973473, 0.500095367, 1.00001442, 4.47034836e-008, 1.49011612e-008)
  2280. w12.Part1 = p13
  2281. w12.C1 = CFrame.new(19.4568653, -3.38261366, -1.14870369, -4.37113883e-008, -0.499906093, 0.866079628, 0, -0.866079628, -0.499906093, 1, -2.1851589e-008, 3.78575429e-008)
  2282. w13 = Instance.new("Weld", p13)
  2283. w13.Name = "Part_Weld"
  2284. w13.Part0 = p13
  2285. w13.C0 = CFrame.new(19.457077, -3.38260937, -1.14871991, -4.63888163e-008, -0.499899268, 0.866095126, 5.08347114e-007, -0.866083562, -0.499908328, 1.00001442, -2.18518963e-008, 3.78581007e-008)
  2286. w13.Part1 = p14
  2287. w13.C1 = CFrame.new(-0.765169621, -21.3281136, 1.05768669, -1.37638153e-005, 0.96595937, 0.258693874, 0.00425664661, 0.258691579, -0.965950608, -0.99999094, 0.00108787336, -0.00411530817)
  2288. w14 = Instance.new("Weld", p14)
  2289. w14.Name = "ArmPart_Weld"
  2290. w14.Part0 = p14
  2291. w14.C0 = CFrame.new(-0.764959335, -21.3284416, 1.05770254, -1.42545232e-005, 0.965958476, 0.258703023, 0.00425684778, 0.258694947, -0.965963125, -1.00000536, 0.00108788908, -0.00411536777)
  2292. w14.Part1 = p15
  2293. w14.C1 = CFrame.new(16.0000172, 5.13429213, -1.49874043, -4.37113883e-008, 0.000108154614, 1, 0, -1, 0.000108154614, 1, 4.72758855e-012, 4.37113883e-008)
  2294. w15 = Instance.new("Weld", p15)
  2295. w15.Name = "Part_Weld"
  2296. w15.Part0 = p15
  2297. w15.C0 = CFrame.new(16.0001163, 5.13430214, -1.49877143, -2.99420208e-007, 0.00011029192, 1.00001454, 4.39002179e-007, -1, 0.000108176115, 1.00001442, 0, 4.42378223e-008)
  2298. w15.Part1 = p16
  2299. w15.C1 = CFrame.new(16.5000153, 6.13429213, -1.49872518, -4.37113883e-008, 0.000108154614, 1, 0, -1, 0.000108154614, 1, 4.72758855e-012, 4.37113883e-008)
  2300. w16 = Instance.new("Weld", p16)
  2301. w16.Name = "Part_Weld"
  2302. w16.Part0 = p16
  2303. w16.C0 = CFrame.new(16.5002594, 6.1342907, -1.49874651, -2.98894406e-007, 0.000110270419, 1.00001454, 4.39006953e-007, -1, 0.000108154614, 1.00001442, 4.71678729e-012, 4.37120207e-008)
  2304. w16.Part1 = p17
  2305. w16.C1 = CFrame.new(16.8263168, 6.46704865, 8.05857849, 0.396029502, -0.207962677, 0.894378066, -0.497426808, 0.770130157, 0.399332225, -0.771833658, -0.603034973, 0.201548025)
  2306. w17 = Instance.new("Weld", p17)
  2307. w17.Name = "Part_Weld"
  2308. w17.Part0 = p17
  2309. w17.C0 = CFrame.new(16.8266068, 6.46726036, 8.05869198, 0.396035522, -0.207958207, 0.894391596, -0.497440547, 0.770127177, 0.399337679, -0.771840453, -0.603040278, 0.201549783)
  2310. w17.Part1 = p18
  2311. w17.C1 = CFrame.new(-0.991122723, -20.5004215, 5.08983374, 0.0669417754, 0.965955615, 0.249897182, -0.245835528, 0.258705586, -0.9341501, -0.966997266, 0.00110005983, 0.254784435)
  2312. w18 = Instance.new("Weld", p18)
  2313. w18.Name = "Part_Weld"
  2314. w18.Part0 = p18
  2315. w18.C0 = CFrame.new(-0.990923882, -20.5007305, 5.08983374, 0.066943109, 0.965954781, 0.249906152, -0.245838761, 0.258709013, -0.934162259, -0.967011333, 0.00110003352, 0.254788101)
  2316. w18.Part1 = p19
  2317. w18.C1 = CFrame.new(10.4456682, -15.7977238, -7.8332901, 0.559388936, -0.68521893, 0.466432214, 0.116898462, -0.491870552, -0.862785101, 0.820620954, 0.537157655, -0.195045918)
  2318. w19 = Instance.new("Weld", p19)
  2319. w19.Name = "Part_Weld"
  2320. w19.Part0 = p19
  2321. w19.C0 = CFrame.new(10.4457512, -15.7979813, -7.83342838, 0.559401393, -0.685213447, 0.466440916, 0.116905749, -0.491872638, -0.862796843, 0.820629179, 0.537163019, -0.195047855)
  2322. w19.Part1 = p20
  2323. w19.C1 = CFrame.new(16.5012665, -4.13050127, 1.49876332, -4.37113883e-008, -0.000135854745, 1, 0, 1, 0.000135854745, -1, 5.93839951e-012, -4.37113883e-008)
  2324. w20 = Instance.new("Weld", p20)
  2325. w20.Name = "Part_Weld"
  2326. w20.Part0 = p20
  2327. w20.C0 = CFrame.new(16.5013981, -4.13050938, 1.498757, -2.38418579e-007, -0.000133797526, 1.00001466, -4.47034836e-007, 1.00000024, 0.000135831535, -1.00001454, -2.98023224e-008, -5.96046448e-008)
  2328. w20.Part1 = p21
  2329. w20.C1 = CFrame.new(16.5012627, -5.13048887, 0.39874959, -4.37113883e-008, -0.000135854745, 1, 0, 1, 0.000135854745, -1, 5.93839951e-012, -4.37113883e-008)
  2330. w21 = Instance.new("Weld", p21)
  2331. w21.Name = "Wedge_Weld"
  2332. w21.Part0 = p21
  2333. w21.C0 = CFrame.new(16.5014935, -5.13049126, 0.398722976, -2.22529991e-007, -0.000133820766, 1.00001466, -4.17224015e-007, 1.00000024, 0.000135854774, -1.00001454, 5.9472427e-012, -4.37120207e-008)
  2334. w21.Part1 = p22
  2335. w21.C1 = CFrame.new(-16.5005875, 4.13259029, 2.94876933, -4.37113883e-008, 1.39792737e-005, -1, 0, -1, -1.39792737e-005, -1, -6.11053471e-013, 4.37113883e-008)
  2336. w22 = Instance.new("Weld", p22)
  2337. w22.Name = "Part_Weld"
  2338. w22.Part0 = p22
  2339. w22.C0 = CFrame.new(-16.500824, 4.13258791, 2.94888711, 1.35156796e-007, 1.19470278e-005, -1.00001466, 4.17202415e-007, -1.00000024, -1.39792755e-005, -1.00001454, -6.07483681e-013, 4.37120278e-008)
  2340. w22.Part1 = p23
  2341. w22.C1 = CFrame.new(11.3238592, 16.2938461, -5.83674097, 0.167913347, 0.593457043, 0.787155509, 0.220650926, -0.800859332, 0.556720257, 0.960790455, 0.0802058354, -0.265421808)
  2342. w23 = Instance.new("Weld", p23)
  2343. w23.Name = "Wedge_Weld"
  2344. w23.Part0 = p23
  2345. w23.C0 = CFrame.new(11.3242846, 16.2939701, -5.83676767, 0.167916089, 0.593452632, 0.787171543, 0.220654398, -0.800862908, 0.556722164, 0.960804224, 0.0802069977, -0.265425682)
  2346. w23.Part1 = p24
  2347. w23.C1 = CFrame.new(-16.5190907, -6.08210278, -0.053311754, -0.000165350299, 0.00304719806, -0.999995351, -0.000303142268, 0.999995351, 0.00304725766, 0.99999994, 0.000303644716, -0.000164425801)
  2348. w24 = Instance.new("Weld", p24)
  2349. w24.Name = "Part_Weld"
  2350. w24.Part0 = p24
  2351. w24.C0 = CFrame.new(-16.5192356, -6.08211088, -0.0533116534, -0.000165194273, 0.00304524973, -1.00001013, -0.00030361861, 0.999995589, 0.00304720178, 1.00001442, 0.000303655863, -0.000164449215)
  2352. w24.Part1 = p25
  2353. w24.C1 = CFrame.new(5.14108515, 1.49960721, -17.9982204, 1.16387992e-005, -0.999999881, 0.000471503939, -1, -1.1615477e-005, 4.94651576e-005, -4.94596788e-005, -0.000471504522, -0.999999881)
  2354. w25 = Instance.new("Weld", p25)
  2355. w25.Name = "Part_Weld"
  2356. w25.Part0 = p25
  2357. w25.C0 = CFrame.new(5.14104986, 1.49967504, -17.9985313, 1.20991026e-005, -1.00000024, 0.000469659513, -1.00001454, -1.16155716e-005, 4.96469293e-005, -4.94604174e-005, -0.000471511274, -1.00001466)
  2358. w25.Part1 = p26
  2359. w25.C1 = CFrame.new(5.07938719, 17.5157299, 1.50311017, 0.00030336561, -0.99999541, -0.00302907825, 0.000164940167, -0.00302901864, 0.999995351, -0.99999994, -0.000303863839, 0.000164020501) ]]
  2360. m.Parent = char
  2361. m:MakeJoints()
  2362. ----------------------------------------------------
  2363. local cor2 = Instance.new("Part", char.Claw)
  2364. cor2.Name = "Thingy"
  2365. cor2.Locked = true
  2366. cor2.BottomSurface = 0
  2367. cor2.CanCollide = false
  2368. cor2.Size = Vector3.new(2, 1, 1)
  2369. cor2.Transparency = 1
  2370. cor2.TopSurface = 0
  2371. corw2 = Instance.new("Weld", cor2)
  2372. corw2.Part0 = larm
  2373. corw2.Part1 = cor2
  2374. corw2.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(90))
  2375. corw2.C1 = CFrame.new(0, 0, 0)
  2376. --[[weld2 = Instance.new("Weld", char.Claw)
  2377. weld2.Part0 = cor2
  2378. weld2.Part1 = char.Claw.ArmPart
  2379. weld2.C0 = CFrame.new(0, 0, 0) ]]
  2380. ----------------------------------------------------
  2381. function weld5(part0, part1, c0, c1)
  2382.    weeld=Instance.new("Weld", part0)
  2383.    weeld.Part0=part0
  2384.    weeld.Part1=part1
  2385.    weeld.C0=c0
  2386.    weeld.C1=c1
  2387.    return weeld
  2388. end
  2389. ----------------------------------------------------
  2390. function newRay(start,face,range,wat)
  2391.     local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  2392.     hit,pos=Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  2393.     return rey,hit,pos
  2394. end
  2395. ----------------------------------------------------
  2396. mod5 = Instance.new("Model",char)
  2397.  
  2398. function FindNearestTorso(Position,Distance,SinglePlayer)
  2399.    if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  2400.        local List = {}
  2401.        for i,v in pairs(workspace:GetChildren())do
  2402.            if v:IsA("Model")then
  2403.                if v:findFirstChild("Torso")then
  2404.                    if v ~= char then
  2405.                        if(v.Torso.Position -Position).magnitude <= Distance then
  2406.                            table.insert(List,v)
  2407.                        end
  2408.                    end
  2409.                end
  2410.            end
  2411.        end
  2412.    return List
  2413. end
  2414.  
  2415. function Landing()
  2416.    part=Instance.new('Part',mod5)
  2417.    part.Anchored=true
  2418.    part.CanCollide=false
  2419.    part.FormFactor='Custom'
  2420.    part.Size=Vector3.new(.2,.2,.2)
  2421.    part.CFrame=root.CFrame*CFrame.new(0,-2,0)
  2422.    part.Transparency=.7
  2423.    part.BrickColor=BrickColor.new('Really black')
  2424.    mesh=Instance.new('SpecialMesh',part)
  2425.    mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  2426.    mesh.Scale=Vector3.new(10,5,10)
  2427.  
  2428.    for i,v in pairs(FindNearestTorso(torso.CFrame.p,40))do
  2429.        if v:FindFirstChild('Humanoid') then
  2430.            v.Humanoid:TakeDamage(math.random(20,30))
  2431.            v.Humanoid.PlatformStand = true
  2432.            v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  2433.        end
  2434.    end
  2435.  
  2436.    coroutine.resume(coroutine.create(function()
  2437.        for i=0,3.8,0.05 do
  2438.            wait()
  2439.            part.CFrame=part.CFrame
  2440.            part.Transparency=i
  2441.            mesh.Scale=mesh.Scale+Vector3.new(1,0.2,1)
  2442.            end
  2443.        part.Parent = nil
  2444.    end))
  2445. end
  2446. ----------------------------------------------------
  2447. mod4 = Instance.new("Model",char)
  2448.  
  2449. ptez = {0.7, 0.8, 0.9, 1}
  2450.  
  2451. function FindNearestTorso(Position,Distance,SinglePlayer)
  2452.    if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  2453.        local List = {}
  2454.        for i,v in pairs(workspace:GetChildren())do
  2455.            if v:IsA("Model")then
  2456.                if v:findFirstChild("Torso")then
  2457.                    if v ~= char then
  2458.                        if(v.Torso.Position -Position).magnitude <= Distance then
  2459.                            table.insert(List,v)
  2460.                        end
  2461.                    end
  2462.                end
  2463.            end
  2464.        end
  2465.    return List
  2466. end
  2467.  
  2468. function GroundPound()
  2469.    part=Instance.new('Part',mod4)
  2470.    part.Anchored=true
  2471.    part.CanCollide=false
  2472.    part.FormFactor='Custom'
  2473.    part.Size=Vector3.new(.2,.2,.2)
  2474.    part.CFrame=root.CFrame*CFrame.new(0,-5.8,-2.4)*CFrame.Angles(math.rad(90),0,0)
  2475.    part.Transparency=.7
  2476.    part.BrickColor=BrickColor.new('Really black')
  2477.    mesh=Instance.new('SpecialMesh',part)
  2478.    mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  2479.    mesh.Scale=Vector3.new(3,3,3)
  2480.    part2=Instance.new('Part',mod4)
  2481.    part2.Anchored=true
  2482.    part2.CanCollide=false
  2483.    part2.FormFactor='Custom'
  2484.    part2.Size=Vector3.new(.2,.2,.2)
  2485.    part2.CFrame=root.CFrame*CFrame.new(0,-5,-2.6)
  2486.    part2.Transparency=.7
  2487.    part2.BrickColor=BrickColor.new('Lime green')
  2488.    mesh2=Instance.new('SpecialMesh',part2)
  2489.    mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
  2490.    mesh2.Scale=Vector3.new(3,1.5,3)
  2491.    x = Instance.new("Sound",char)
  2492.    x.SoundId = "http://www.roblox.com/asset/?id=142070127"
  2493.    x.Pitch = ptez[math.random(1,#ptez)]
  2494.    x.Volume = 1
  2495.    wait(.1)
  2496.    x:Play()
  2497.    for i,v in pairs(FindNearestTorso(torso.CFrame.p,12))do
  2498.        if v:FindFirstChild('Humanoid') then
  2499.            v.Humanoid:TakeDamage(math.random(8,15))
  2500.        end
  2501.    end
  2502.    coroutine.resume(coroutine.create(function()
  2503.        for i=0,0.62,0.13 do
  2504.            wait()
  2505.            part.CFrame=part.CFrame
  2506.            part.Transparency=i
  2507.            mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
  2508.            part2.CFrame=part2.CFrame
  2509.            part2.Transparency=i
  2510.            mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
  2511.            end
  2512.        part.Parent=nil
  2513.        part2.Parent=nil
  2514.        x:Destroy()
  2515.    end))
  2516. end
  2517. ----------------------------------------------------
  2518. mod=Instance.new('Model',char)
  2519.  
  2520. function charge()
  2521.    hed.Velocity=hed.CFrame.lookVector*200
  2522.    part=Instance.new('Part',mod)
  2523.    part.Anchored=true
  2524.    part.CanCollide=false
  2525.    part.FormFactor='Custom'
  2526.    part.Size=Vector3.new(.2,.2,.2)
  2527.    part.CFrame=hed.CFrame*CFrame.Angles(math.rad(90),0,0)
  2528.    part.Transparency=.7
  2529.    part.BrickColor=BrickColor.new('Black')
  2530.    mesh=Instance.new('SpecialMesh',part)
  2531.    mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  2532.    mesh.Scale=Vector3.new(10,5,10)
  2533.    part2=part:clone()
  2534.    part2.Parent=mod
  2535.    part2.BrickColor=BrickColor.new('Lime green')
  2536.    mesh2=mesh:clone()
  2537.    mesh2.Parent=part2
  2538.    mesh2.Scale=Vector3.new(20,10,20)
  2539.    part3=part2:clone()
  2540.    part3.Parent = mod
  2541.    part3.BrickColor=BrickColor.new('Really black')
  2542.    mesh3=mesh2:clone()
  2543.    mesh2.Parent=part3
  2544.    mesh3.Scale=Vector3.new(30,15,30)
  2545.    coroutine.resume(coroutine.create(function()
  2546.        for i=0,1,0.1 do
  2547.            wait()
  2548.            part.CFrame=part.CFrame
  2549.            part.Transparency=i
  2550.            mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
  2551.            part2.CFrame=part2.CFrame
  2552.            part2.Transparency=i
  2553.            mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
  2554.            part3.CFrame=part3.CFrame
  2555.            part3.Transparency=i
  2556.            mesh3.Scale=mesh3.Scale+Vector3.new(1,1,1)
  2557.            end
  2558.        part.Parent=nil
  2559.        part2.Parent=nil
  2560.        part3.Parent = nil
  2561.    end))
  2562. end
  2563. ----------------------------------------------------
  2564. function FindNearestTorso(Position,Distance,SinglePlayer)
  2565.    if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  2566.        local List = {}
  2567.        for i,v in pairs(workspace:GetChildren())do
  2568.            if v:IsA("Model")then
  2569.                if v:findFirstChild("Torso")then
  2570.                    if v ~= char then
  2571.                        if(v.Torso.Position -Position).magnitude <= Distance then
  2572.                            table.insert(List,v)
  2573.                        end
  2574.                    end
  2575.                end
  2576.            end
  2577.        end
  2578.    return List
  2579. end
  2580.  
  2581. mod3 = Instance.new("Model",rleg)
  2582.  
  2583. function Stomp()
  2584.    part=Instance.new('Part',mod3)
  2585.    part.Anchored=true
  2586.    part.CanCollide=false
  2587.    part.FormFactor='Custom'
  2588.    part.Size=Vector3.new(.2,.2,.2)
  2589.    part.CFrame=rleg.CFrame*CFrame.new(0,-2.4,0)*CFrame.Angles(math.rad(90),0,0)
  2590.    part.Transparency=.7
  2591.    part.BrickColor=BrickColor.new('Bright green')
  2592.    mesh=Instance.new('SpecialMesh',part)
  2593.    mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  2594.    mesh.Scale=Vector3.new(25,25,25)
  2595.    part2=part:clone()
  2596.    part2.Parent=mod3
  2597.    part2.BrickColor=BrickColor.new('Bright green')
  2598.    mesh2=mesh:clone()
  2599.    mesh2.Parent=part2
  2600.    mesh2.Scale=Vector3.new(15,15,15)
  2601.    part3=part:clone()
  2602.    part3.Parent=mod3
  2603.    part3.TopSurface=0
  2604.    part3.BottomSurface=0
  2605.    part3.CFrame=rleg.CFrame*CFrame.new(0,-3,0)
  2606.    mesh3=Instance.new('SpecialMesh',part3)
  2607.    mesh3.MeshType = 3
  2608.    mesh3.Scale=Vector3.new(12,12,12)
  2609.    for i,v in pairs(FindNearestTorso(torso.CFrame.p,50))do
  2610.        if v:FindFirstChild('Humanoid') then
  2611.            v.Humanoid:TakeDamage(math.random(20,60))
  2612.            v.Humanoid.PlatformStand = true
  2613.            v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  2614.        end
  2615.    end
  2616.    coroutine.resume(coroutine.create(function()
  2617.        for i=0,3.8,0.05 do
  2618.            wait()
  2619.            part.CFrame=part.CFrame
  2620.            part.Transparency=i
  2621.            mesh.Scale=mesh.Scale+Vector3.new(2.8,2.8,2.8)
  2622.            part2.CFrame=part2.CFrame
  2623.            part2.Transparency=i
  2624.            mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
  2625.            part3.CFrame=part3.CFrame
  2626.            part3.Transparency=i
  2627.            mesh3.Scale=mesh3.Scale+Vector3.new(1.5,1.5,1.5)
  2628.        end
  2629.    end))
  2630. end
  2631. ----------------------------------------------------
  2632.  
  2633. local acos = math.acos
  2634. local sqrt = math.sqrt
  2635. local Vec3 = Vector3.new
  2636. local fromAxisAngle = CFrame.fromAxisAngle
  2637.  
  2638. local function toAxisAngle(CFr)
  2639.        local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
  2640.        local Angle = math.acos((R00+R11+R22-1)/2)
  2641.        local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  2642.        A = A == 0 and 0.00001 or A
  2643.        local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  2644.        B = B == 0 and 0.00001 or B
  2645.        local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  2646.        C = C == 0 and 0.00001 or C
  2647.        local x = (R21-R12)/sqrt(A)
  2648.        local y = (R02-R20)/sqrt(B)
  2649.        local z = (R10-R01)/sqrt(C)
  2650.        return Vec3(x,y,z),Angle
  2651. end
  2652.  
  2653. function ApplyTrig(Num,Func)
  2654.        local Min,Max = Func(0),Func(1)
  2655.        local i = Func(Num)
  2656.        return (i-Min)/(Max-Min)
  2657.        --[[if Func == "sin" then
  2658.                return (math.sin((1-Num)*math.pi)+1)/2
  2659.        elseif Func == "cos" then
  2660.                return (math.cos((1-Num)*math.pi)+1)/2
  2661.        end]]
  2662. end
  2663.  
  2664. function LerpCFrame(CFrame1,CFrame2,Num)
  2665.        local Vec,Ang = toAxisAngle(CFrame1:inverse()*CFrame2)
  2666.        return CFrame1*fromAxisAngle(Vec,Ang*Num) + (CFrame2.p-CFrame1.p)*Num
  2667. end
  2668.  
  2669. function Crater(Torso,Radius)
  2670.        Spawn(function()
  2671.        local Ray = Ray.new(Torso.Position,Vector3.new(0,-1,0)*10)
  2672.        local Ignore = {}
  2673.        for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2674.                if v.Character ~= nil then
  2675.                        Ignore[#Ignore+1] = v.Character
  2676.                end
  2677.        end
  2678.        local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(Ray,Ignore)
  2679.        if Hit == nil then return end
  2680.        local Parts = {}
  2681.        for i = 1,360,10 do
  2682.                local P = Instance.new("Part",Torso.Parent)
  2683.                P.Anchored = true
  2684.                P.FormFactor = "Custom"
  2685.                P.BrickColor = Hit.BrickColor
  2686.                P.Material = Hit.Material
  2687.                P.TopSurface = "Smooth"
  2688.                P.BottomSurface = "Smooth"
  2689.                P.Size = Vector3.new(5,10,10)*(math.random(80,100)/100)
  2690.                P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,7,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50)))
  2691.                Parts[#Parts+1] = {P,P.CFrame,((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,1,0))*CFrame.Angles(0,math.rad(i),0)*CFrame.new(0,0,-Radius)*CFrame.Angles(math.rad(math.random(-50,-20)),math.rad(math.random(-15,15)),math.rad(math.random(-15,15))),P.Size}
  2692.                if math.random(0,5) == 0 then -- rubble
  2693.                        local P = Instance.new("Part",Torso.Parent)
  2694.                        P.Anchored = true
  2695.                        P.FormFactor = "Custom"
  2696.                        P.BrickColor = Hit.BrickColor
  2697.                        P.Material = Hit.Material
  2698.                        P.TopSurface = "Smooth"
  2699.                        P.BottomSurface = "Smooth"
  2700.                        P.Size = Vector3.new(2,2,2)*(math.random(80,100)/100)
  2701.                        P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,2.5,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50)))
  2702.                        Parts[#Parts+1] = {P,P.CFrame,(CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))*CFrame.Angles(0,math.rad(i),0)*CFrame.new(0,0,-Radius-8)*CFrame.Angles(math.rad(math.random(-90,90)),math.rad(math.random(-90,90)),math.rad(math.random(-90,90))),P.Size}
  2703.                end
  2704.        end
  2705.        for i = 0,1,0.05 do
  2706.                for i2,v in pairs(Parts) do
  2707.                        v[1].CFrame = LerpCFrame(v[2],v[3],ApplyTrig(i,math.cos))
  2708.                end
  2709.                wait(0.02)
  2710.        end
  2711.        for i,v in pairs(Parts) do
  2712.                if v[1].Size.X > 2.1 then
  2713.                        v[1].CFrame = v[1].CFrame+Vector3.new(0,2,0)
  2714.                end
  2715.                v[1].Anchored = false
  2716.        end
  2717.        for i = 0,1,0.05 do
  2718.                for i2,v in pairs(Parts) do
  2719.                        v[1].Transparency = i
  2720.                        if i == 1 then
  2721.                                v[1]:Destroy()
  2722.                        elseif i >= 0.25 then
  2723.                                v[1].CanCollide = false
  2724.                        end
  2725.                end
  2726.                wait(0.02)
  2727.        end
  2728.        Parts = nil
  2729.        end)
  2730. end
  2731. ----------------------------------------------------
  2732. mouse.KeyDown:connect(function(key)
  2733.    if key == "e" then
  2734.        if Debounces.CanAttack == true then
  2735.        Debounces.CanAttack = false
  2736.        Debounces.on = true
  2737.        Debounces.NoIdl = true
  2738.        for i = 1, 20 do
  2739.        rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.15,0.55,-1) *  CFrame.Angles(math.rad(115), math.rad(0), math.rad(-55)), 0.4)
  2740.        larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.15,0.55,-1) *  CFrame.Angles(math.rad(115), math.rad(0), math.rad(55)), 0.4)
  2741.        hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)),0.4)
  2742.        torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.4)
  2743.        lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, .3) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.4)
  2744.        rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -0.6) * CFrame.Angles(math.rad(0), 0, math.rad(0)), 0.4)
  2745.        cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(1.4, -3.5, -7) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(20)), 1)
  2746.            if Debounces.on == false then break end
  2747.            wait()
  2748.        end
  2749.        Spawn(function()
  2750.            local Parts = {}
  2751.            for Y = -5,5 do
  2752.                local P = Instance.new("Part",char)
  2753.                P.Anchored = true
  2754.                P.FormFactor = "Custom"
  2755.                P.CanCollide = false
  2756.                P.Size = Vector3.new(1,2,1)
  2757.                P.TopSurface = "SmoothNoOutlines"
  2758.                P.BottomSurface = "SmoothNoOutlines"
  2759.                P.BrickColor = BrickColor.new("Really black")
  2760.                P.Name = tostring(Y)
  2761.                local i = (Y+5)/(10)
  2762.                i = 1-math.cos(math.pi*i-(math.pi/2))
  2763.                P.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,Y,-15+(i*1.5))*CFrame.Angles(math.rad(Y*5),0,0)
  2764.                --[[P.Touched:connect(function(ht)
  2765.                    local hit = ht.Parent
  2766.                    if hit:FindFirstChild("Humanoid") then
  2767.                        hit.Humanoid:TakeDamage(math.random(20,50))
  2768.                    end
  2769.                end)]]--
  2770.        s = Instance.new("Sound",P)
  2771.        s.SoundId = "rbxassetid://228343271"
  2772.        s.Volume = .7
  2773.        s.Pitch = 0.9
  2774.        s:Play()
  2775. P.Touched:connect(function(ht)
  2776.        hit = ht.Parent
  2777.        if ht and hit:IsA("Model") then
  2778.                if hit:FindFirstChild("Humanoid") then
  2779.                    if hit.Name ~= p.Name then
  2780.                        --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  2781.                                Debounces.Slashed = true]]--
  2782.                                    hit:FindFirstChild("Humanoid"):TakeDamage(math.random(1,3))
  2783.                                    hit:FindFirstChild("Humanoid").PlatformStand = true
  2784.                                wait(1)
  2785.                                --Debounces.Slashed = false
  2786.                        --end
  2787.                end
  2788.                end
  2789.        elseif ht and hit:IsA("Hat") then
  2790.            if hit.Parent.Name ~= p.Name then
  2791.                if hit.Parent:FindFirstChild("Humanoid") then
  2792.                        --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  2793.                                Debounces.Slashed = true]]--
  2794.                                hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random (1,3))
  2795.                                hit:FindFirstChild("Humanoid").PlatformStand = true
  2796.                                wait(1)
  2797.                    --Debounces.Slashed = false
  2798.                --end
  2799.            end
  2800.        end
  2801.    end
  2802. end)
  2803.                Parts[#Parts+1] = P
  2804.            end
  2805.            local BREAKIT = false
  2806.            local CParts = {}
  2807.            local Rocks = {}
  2808.            local LastPos = nil
  2809.            for i = 1,70 do
  2810.                for i2,v in pairs(Parts) do
  2811.                    v.CFrame = v.CFrame*CFrame.new(0,0,-4)
  2812.                    local cf = v.CFrame
  2813.                    v.Size = v.Size+Vector3.new(0.4,0.35,0)
  2814.                    v.CFrame = cf
  2815.                    v.Transparency = v.Transparency+0.02
  2816.                    if v.Transparency >= 0.975 then BREAKIT = true end
  2817.                    if v.Name == "0" then
  2818.                        local Ignore = {}
  2819.                        for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2820.                            if v.Character ~= nil then
  2821.                                Ignore[#Ignore+1] = v.Character
  2822.                            end
  2823.                        end
  2824.                        local ray = Ray.new(v.Position+Vector3.new(0,20,0),Vector3.new(0,-200,0))
  2825.                        local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(ray,Ignore)
  2826.                        if Hit ~= nil then
  2827.                            if #Rocks == 0 then
  2828.                                for i = 1,5 do
  2829.                                    local P = Instance.new("Part",char)
  2830.                                    Rocks[#Rocks+1] = P
  2831.                                    P.Anchored = true
  2832.                                    P.FormFactor = "Custom"
  2833.                                    P.BrickColor = Hit.BrickColor
  2834.                                    P.Material = Hit.Material
  2835.                                    P.TopSurface = "Smooth"
  2836.                                    P.BottomSurface = "Smooth"
  2837.                                    P.Size = Vector3.new(1,1,1)*(math.random(500,900)/100)
  2838.                                end
  2839.                            end
  2840.                            for i,P in pairs(Rocks) do
  2841.                                P.CFrame = ((CFrame.new(Pos)*(v.CFrame-v.Position))*CFrame.new(math.random(-math.ceil(v.Size.X/2),math.ceil(v.Size.X/2)),0,-math.random(5,8))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(20,50)))
  2842.                            end
  2843.                            local P = Instance.new("Part",char)
  2844.                            CParts[#CParts+1] = {P,tick()}
  2845.                            P.Anchored = true
  2846.                            P.FormFactor = "Custom"
  2847.                            P.BrickColor = Hit.BrickColor
  2848.                            P.Material = Hit.Material
  2849.                            P.TopSurface = "Smooth"
  2850.                            P.BottomSurface = "Smooth"
  2851.                            P.Size = Vector3.new(1,1,1)*(math.random(100,300)/100)
  2852.                            Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  2853.                            Pos = Pos.p
  2854.                            P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(20,50)))
  2855.                            local P = P:Clone()
  2856.                            CParts[#CParts+1] = {P,tick()}
  2857.                            P.Parent = char
  2858.                            Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(-v.Size.X,0,0)
  2859.                            Pos = Pos.p
  2860.                            P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,-20)))
  2861.                            if LastPos ~= nil then
  2862.                                local P = P:Clone()
  2863.                                CParts[#CParts+1] = {P,tick()}
  2864.                                P.Parent = char
  2865.                                P.BrickColor = BrickColor.new("Really black")
  2866.                                Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  2867.                                Pos = Pos.p
  2868.                                local CFr = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  2869.                                P.Size = Vector3.new(v.Size.X-0.25,1,(CFr.p-LastPos.p).Magnitude+0.25)
  2870.                                --P.Velocity = Vector3.new(0,-1000,0)
  2871.                                P.CFrame = CFrame.new(CFr.p,LastPos.p)*CFrame.new(0,0,-((CFr.p-LastPos.p).Magnitude+0.25)/2)
  2872.                            end
  2873.                            LastPos = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  2874.                        end
  2875.                    end
  2876.                end
  2877.                if BREAKIT then break end
  2878.                wait(0.002)
  2879.            end
  2880.            for i,v in pairs(Rocks) do
  2881.                CParts[#CParts+1] = {v,tick()}
  2882.            end
  2883.            for i,v in pairs(Parts) do
  2884.                v:Destroy()
  2885.            end
  2886.            Parts = nil
  2887.            while true do
  2888.                local t = tick()
  2889.                local p = nil
  2890.                for i,v in pairs(CParts) do
  2891.                    if t-v[2] > 4 then
  2892.                        v[1].Transparency = v[1].Transparency+0.05
  2893.                        if v[1].Transparency >= 1 then
  2894.                            v[1]:Destroy()
  2895.                            CParts[i] = nil
  2896.                        end
  2897.                    end
  2898.                    p = v
  2899.                end
  2900.                if p == nil then break end
  2901.                wait(0.002)
  2902.            end
  2903.            for i,v in pairs(CParts) do
  2904.                v:Destroy()
  2905.            end
  2906.            CParts = {}
  2907.        end)
  2908.        for i = 1, 20 do
  2909.        rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.15,.4,-1) *   CFrame.Angles(math.rad(50), math.rad(0), math.rad(-55)), 0.4)
  2910.        larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.15,.4,-1) *   CFrame.Angles(math.rad(50), math.rad(0), math.rad(55)), 0.4)
  2911.        hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)),0.4)
  2912.        torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.4)
  2913.        lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.5, -0.7) * CFrame.Angles(math.rad(40), 0, math.rad(0)), 0.4)
  2914.        rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.8, -.45) * CFrame.Angles(math.rad(10), 0, math.rad(0)), 0.4)
  2915.        cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(1.4, -3.5, -7) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(20)), 1)
  2916.            if Debounces.on == false then break end
  2917.            wait()
  2918.        end
  2919.    if Debounces.CanAttack == false then
  2920.        Debounces.CanAttack = true
  2921.        Debounces.on = false
  2922.        Debounces.NoIdl = false
  2923.            end
  2924.        end
  2925.    end
  2926. end)
  2927. ----------------------------------------------------
  2928. mouse.KeyDown:connect(function(key)
  2929.     if key == "r" then
  2930.         if Debounces.CanAttack == true then
  2931.            Debounces.CanAttack = false
  2932.            Debounces.on = true
  2933.            Debounces.NoIdl = true
  2934.                 for i = 1, 15 do
  2935.                     rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,.45,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.2)
  2936.                     larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,.45,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-90)), 0.2)
  2937.                     hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.2)
  2938.                     torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.2)
  2939.                     lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  2940.                     rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  2941.                     cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  2942.                    if Debounces.on == false then break end
  2943.                    wait()
  2944.                end
  2945.                 x = Instance.new("Sound",char)
  2946.                 x.SoundId = "rbxassetid://228343271"
  2947.                 x.Pitch = 1
  2948.                 x.Volume = .8
  2949.                 wait(.1)
  2950.                 x:Play()
  2951.                 Debounces.on = false
  2952.                 Debounces.Here = false
  2953.                 shot = shot + 1
  2954. local rng = Instance.new("Part", char)
  2955. rng.Anchored = true
  2956. rng.BrickColor = BrickColor.new("Really black")
  2957. rng.CanCollide = false
  2958. rng.FormFactor = 3
  2959. rng.Name = "Ring"
  2960. rng.Size = Vector3.new(.5, .5, .5)
  2961. rng.Transparency = 0.35
  2962. rng.TopSurface = 0
  2963. rng.BottomSurface = 0
  2964. rng2 = rng:clone()
  2965. rng3 = rng2:clone()
  2966. rng4 = rng2:clone()
  2967. local rngm = Instance.new("SpecialMesh", rng)
  2968. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2969. rngm.Scale = Vector3.new(10, 10, 1)
  2970. rngm2 = rngm:clone()
  2971. rngm2.Scale = Vector3.new(5, 5, 1)
  2972. rngm3=rngm2:clone()
  2973. rngm3.Parent = rng3
  2974. rngm3.Scale = Vector3.new(8, 8, 1)
  2975. rngm4 = rngm2:clone()
  2976. rngm4.Parent = rng4
  2977. rngm4.Scale = Vector3.new(6, 6, 1)
  2978. local bem = Instance.new("Part", char)
  2979. bem.Anchored = true
  2980. bem.BrickColor = BrickColor.new("Lime green")
  2981. bem.CanCollide = false
  2982. bem.FormFactor = 3
  2983. bem.Name = "Beam" .. shot
  2984. bem.Size = Vector3.new(.5, .5, .5)
  2985. bem.Transparency = 0.35
  2986. bem.TopSurface = 0
  2987. bem.BottomSurface = 0
  2988. local bemm = Instance.new("SpecialMesh", bem)
  2989. bemm.MeshType = 4
  2990. bemm.Scale = Vector3.new(1, 4, 4)
  2991. local out = Instance.new("Part", char)
  2992. out.Anchored = true
  2993. out.BrickColor = BrickColor.new("Lime green")
  2994. out.CanCollide = false
  2995. out.FormFactor = 3
  2996. out.Name = "Out"
  2997. out.Size = Vector3.new(4, 4, 4)
  2998. out.Transparency = 0.35
  2999. out.TopSurface = 0
  3000. out.BottomSurface = 0
  3001. local outm = Instance.new("SpecialMesh", out)
  3002. outm.MeshId = "http://www.roblox.com/asset/?id=1033714"
  3003. outm.Scale = Vector3.new(4, 4, 4)
  3004. local bnd = Instance.new("Part", char)
  3005. bnd.Anchored = true
  3006. bnd.BrickColor = BrickColor.new("Lime green")
  3007. bnd.CanCollide = false
  3008. bnd.FormFactor = 3
  3009. bnd.Name = "Bend"
  3010. bnd.Size = Vector3.new(1, 1, 1)
  3011. bnd.Transparency = 1
  3012. bnd.TopSurface = 0
  3013. bnd.BottomSurface = 0
  3014. local bndm = Instance.new("SpecialMesh", bnd)
  3015. bndm.MeshType = 3
  3016. bndm.Scale = Vector3.new(8, 8, 8)
  3017. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  3018. bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
  3019. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  3020. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  3021. rng3.CFrame = rng.CFrame * CFrame.new(0, -.5, 0)
  3022. rng4.CFrame = rng3.CFrame * CFrame.new(0, -.5, 0)
  3023. Debounces.Shewt = true
  3024. coroutine.wrap(function()
  3025. for i = 1, 20, 0.2 do
  3026. rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  3027. rngm3.Scale = Vector3.new(8 + i*2, 8 + i*2, 1)
  3028. rngm4.Scale = Vector3.new(6 + i*2, 6 + i*2, 1)
  3029. rng.Transparency = i/20
  3030. rng3.Transparency = 1/16
  3031. rng4.Transparency = i/12
  3032. wait()
  3033. end
  3034. wait()
  3035. rng:Destroy()
  3036. end)()
  3037. if Debounces.Shewt == true then
  3038. char:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
  3039. hit = ht.Parent
  3040. if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
  3041. if HasntTouched(hit.Name) == true and deb == false then
  3042. deb = true
  3043. coroutine.wrap(function()
  3044. hit:FindFirstChild("Humanoid").PlatformStand = true
  3045. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  3046. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(24,73))
  3047. end)()
  3048. table.insert(Touche, hit.Name)
  3049. deb = false
  3050. end
  3051. elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
  3052. if HasntTouched(hit.Parent.Name) == true and deb == false then
  3053. deb = true
  3054. coroutine.wrap(function()
  3055. hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
  3056. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  3057. wait(1)
  3058. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  3059. end)()
  3060. table.insert(Touche, hit.Parent.Name)
  3061. deb = false
  3062. for i, v in pairs(Touche) do
  3063. print(v)
  3064. end
  3065. end
  3066. end
  3067. end)
  3068. end
  3069. for i = 0, 260, 8 do
  3070. bem.Size = Vector3.new(i, 2, 2)
  3071. bem.CFrame = larm.CFrame * CFrame.new(0, -4.2 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
  3072. bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2)
  3073. bnd.Size = Vector3.new(1,1,1)
  3074. bndm.Scale = Vector3.new(8,8,8)
  3075. if i % 10 == 0 then
  3076. local newRng = rng2:Clone()
  3077. newRng.Parent = char
  3078. newRng.CFrame = larm.CFrame * CFrame.new(0, -4.2-i, 0) * CFrame.Angles(math.rad(90), 0, 0)
  3079. local newRngm = rngm2:clone()
  3080. newRngm.Parent=newRng
  3081. coroutine.wrap(function()
  3082. for i = 1, 10, 0.2 do
  3083. newRngm.Scale = Vector3.new(8 + i*2, 8 + i*2, 1)
  3084. newRng.Transparency = i/10
  3085. wait()
  3086. end
  3087. wait()
  3088. newRng:Destroy()
  3089. end)()
  3090. end
  3091. wait()
  3092. end
  3093. wait()
  3094. Debounces.Shewt = false
  3095. bem:Destroy()
  3096. out:Destroy()
  3097. bnd:Destroy()
  3098. Debounces.Ready = false
  3099. for i, v in pairs(Touche) do
  3100. table.remove(Touche, i)
  3101. end
  3102. wait()
  3103. table.insert(Touche, char.Name)
  3104. Debounces.NoIdl = false
  3105. if Debounces.CanAttack == false then
  3106. Debounces.CanAttack = true
  3107. end
  3108. end
  3109. end
  3110. end)
  3111. ----------------------------------------------------
  3112. sidz = {"231917888", "231917845", "231917806"}
  3113. ptz = {0.65, 0.7, 0.75, 0.8, 0.95, 1}
  3114. mouse.KeyDown:connect(function(key)
  3115.    if key == "t" then
  3116.    --larm.BrickColor = BrickColor.new("lime green")
  3117.    --rarm.BrickColor = BrickColor.new("Lime green")
  3118.        if Debounces.CanAttack == true then
  3119.            Debounces.CanAttack = false
  3120.            Debounces.on = true
  3121.            Debounces.NoIdl = true
  3122.                for i = 1, 10 do
  3123.                    rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2, 1.2, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-34)), 0.4)
  3124.                    larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2, 1.2, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(34)), 0.4)
  3125.                    hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.4)
  3126.                    torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.4)
  3127.                    lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.4)
  3128.                    rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, -1.4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.4)
  3129.                    cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  3130.                    if Debounces.on == false then break end
  3131.                    wait()
  3132.                end
  3133.                z = Instance.new("Sound",char)
  3134.                z.SoundId = "rbxassetid://"..sidz[math.random(1,#sidz)]
  3135.                z.Pitch = ptz[math.random(1,#ptz)]
  3136.                z.Volume = 1
  3137.                z1 = Instance.new("Sound",char)
  3138.                z1.SoundId = z.SoundId
  3139.                z1.Pitch = z.Pitch
  3140.                z1.Volume = 1
  3141.                wait(1)
  3142.                z:Play()
  3143.                z1:Play()
  3144.                Stomp()
  3145.                for i = 1, 20 do
  3146.                    rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.45, .4)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(28)), 0.6)
  3147.                    larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.45, .4)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(-28)), 0.6)
  3148.                    hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2)*CFrame.Angles(math.rad(-26),math.rad(0),0), 0.6)
  3149.                    torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, -.6) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.6)
  3150.                    lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(30), 0, math.rad(0)), 0.6)
  3151.                    rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles(math.rad(30), 0, math.rad(0)), 0.6)
  3152.                    cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  3153.                    if Debounces.on == false then break end
  3154.                    wait()
  3155.                end
  3156.        if Debounces.CanAttack == false then
  3157.            Debounces.CanAttack = true
  3158.            Debounces.on = false
  3159.            Debounces.NoIdl = false
  3160.            --larm.BrickColor = BrickColor.new("Really black")
  3161.            --rarm.BrickColor = BrickColor.new("Really black")
  3162.            end
  3163.        end
  3164.    end
  3165. end)    
  3166. ----------------------------------------------------
  3167. mouse.KeyDown:connect(function(key)
  3168.    if key == "y" then
  3169.    --larm.BrickColor = BrickColor.new("Lime green")
  3170.    --rarm.BrickColor = BrickColor.new("Lime green")
  3171.        if Debounces.CanAttack == true then
  3172.        Debounces.CanAttack = false
  3173.        Debounces.on = true
  3174.        Debounces.NoIdl = true
  3175.        chrg = lleg.Touched:connect(function(ht)
  3176.        hit = ht.Parent
  3177.            if ht and hit:IsA("Model") then
  3178.                    if hit:FindFirstChild("Humanoid") then
  3179.                        if hit.Name ~= p.Name then
  3180.                            --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3181.                                    Debounces.Slashed = true]]--
  3182.                                    hit:FindFirstChild("Humanoid"):TakeDamage(2)
  3183.                                    hit:FindFirstChild("Humanoid").PlatformStand = true
  3184.                                    hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  3185.                                    --Debounces.Slashed = false
  3186.                            --end
  3187.                        end
  3188.                    end
  3189.            elseif ht and hit:IsA("Hat") then
  3190.                if hit.Parent.Name ~= p.Name then
  3191.                    if hit.Parent:FindFirstChild("Humanoid") then
  3192.                           --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  3193.                                    Debounces.Slashed = true]]--
  3194.                                    hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  3195.                                    hit:FindFirstChild("Humanoid").PlatformStand = true
  3196.                                    hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  3197.                        --Debounces.Slashed = false
  3198.                    end
  3199.                end
  3200.            end    
  3201.        end)
  3202.        for i = 1, 14 do
  3203.            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1, .45, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.5)
  3204.            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.3, .45, -.4)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.5)
  3205.            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2)*CFrame.Angles(math.rad(0),math.rad(90),math.rad(0)), 0.5)
  3206.            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)), 0.5)
  3207.            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(15)), 0.5)
  3208.            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(15)), 0.5)
  3209.            cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.3, -1.1) * CFrame.Angles(math.rad(-60), math.rad(-90), math.rad(0)), 0.9)
  3210.            if Debounces.on == false then break end
  3211.            wait()
  3212.        end
  3213.        charge()
  3214.        z = Instance.new("Sound",char)
  3215.        z.SoundId = "rbxassetid://200632875"
  3216.        z.Volume = 1
  3217.        z.Pitch = .8
  3218.        z1 = Instance.new("Sound",char)
  3219.        z1.SoundId = "rbxassetid://200632875"
  3220.        z1.Volume = 1
  3221.        z1.Pitch = .9
  3222.        z:Play()
  3223.        z1:Play()
  3224.        wait(1)
  3225.        z:Destroy()
  3226.        z1:Destroy()
  3227.        chrg:disconnect()
  3228.        if Debounces.CanAttack == false then
  3229.            Debounces.CanAttack = true
  3230.            Debounces.on = false
  3231.            Debounces.NoIdl = false
  3232.            --larm.BrickColor = BrickColor.new("Really black")
  3233.            --rarm.BrickColor = BrickColor.new("Really black")
  3234.            end
  3235.        end
  3236.    end
  3237. end)
  3238. ----------------------------------------------------
  3239. pt = {0.7, 0.8, 0.9}
  3240. mouse.KeyDown:connect(function(key)
  3241.    if key == "h" then
  3242.        if Debounces.CanJoke == true then
  3243.            Debounces.CanJoke = false
  3244.            u = Instance.new("Sound")
  3245.            u.SoundId = "http://www.roblox.com/asset/?id=138199573"
  3246.            u.Parent = char
  3247.            u.Looped = false
  3248.            u.Pitch = pt[math.random(1,#pt)]
  3249.            u.Volume = 3
  3250.            u2 = Instance.new("Sound")
  3251.            u2.SoundId = "http://www.roblox.com/asset/?id=138199573"
  3252.            u2.Parent = char
  3253.            u2.Looped = false
  3254.            u2.Pitch = u.Pitch
  3255.            u2.Volume = 1
  3256.            wait(.01)
  3257.            u:Play()
  3258.            u2:Play()
  3259.            wait(6)
  3260.            u:Destroy()
  3261.            u2:Destroy()
  3262.            if Debounces.CanJoke == false then
  3263.                Debounces.CanJoke = true
  3264.            end
  3265.        end
  3266.    end
  3267. end)
  3268. ----------------------------------------------------
  3269. mouse.KeyDown:connect(function(key)
  3270.    if key == "j" then
  3271.             if Debounces.CanJoke == true then
  3272.                 Debounces.CanJoke = false
  3273.                z = Instance.new("Sound",char)
  3274.                z.SoundId = "rbxassetid://135017578"
  3275.                z.Pitch = .76
  3276.                z.Volume = 3
  3277.                 wait()
  3278.                 z:Play()
  3279.                 wait(6)
  3280.                 z:Destroy()
  3281.             if Debounces.CanJoke == false then
  3282.                 Debounces.CanJoke = true
  3283.             end
  3284.         end
  3285.     end
  3286. end)
  3287. ----------------------------------------------------
  3288. mouse.KeyDown:connect(function(key)
  3289.    if key == "k" then
  3290.             if Debounces.CanJoke == true then
  3291.                 Debounces.CanJoke = false
  3292.                z = Instance.new("Sound",char)
  3293.                z.SoundId = "rbxassetid://1450018171"
  3294.                z.Pitch = .76
  3295.                z.Volume = 3
  3296.                 wait()
  3297.                 z:Play()
  3298.                 wait(7)
  3299.                 z:Destroy()
  3300.             if Debounces.CanJoke == false then
  3301.                 Debounces.CanJoke = true
  3302.             end
  3303.         end
  3304.     end
  3305. end)
  3306. -----------------------------------------------------
  3307. mouse.KeyDown:connect(function(key)
  3308.    if key == "l" then
  3309.             if Debounces.CanJoke == true then
  3310.                 Debounces.CanJoke = false
  3311.                z = Instance.new("Sound",char)
  3312.                z.SoundId = "rbxassetid://290085854"
  3313.                z.Pitch = .80
  3314.                z.Volume = 3
  3315.                 wait()
  3316.                 z:Play()
  3317.                 wait(8)
  3318.                 z:Destroy()
  3319.             if Debounces.CanJoke == false then
  3320.                 Debounces.CanJoke = true
  3321.             end
  3322.         end
  3323.     end
  3324. end)
  3325. -----------------------------------------------------
  3326. mouse.KeyDown:connect(function(key)
  3327.    if key == "z" then
  3328.             if Debounces.CanJoke == true then
  3329.                 Debounces.CanJoke = false
  3330.                z = Instance.new("Sound",char)
  3331.                z.SoundId = "rbxassetid://1848175344"
  3332.                z.Pitch = .80
  3333.                z.Volume = 3
  3334.                 wait()
  3335.                 z:Play()
  3336.                 wait(2)
  3337.                 z:Destroy()
  3338.             if Debounces.CanJoke == false then
  3339.                 Debounces.CanJoke = true
  3340.             end
  3341.         end
  3342.     end
  3343. end)
  3344. -----------------------------------------------------
  3345. mouse.KeyDown:connect(function(key)
  3346.    if key == "x" then
  3347.             if Debounces.CanJoke == true then
  3348.                 Debounces.CanJoke = false
  3349.                z = Instance.new("Sound",char)
  3350.                z.SoundId = "rbxassetid://1140666966"
  3351.                z.Pitch = .80
  3352.                z.Volume = 3
  3353.                 wait()
  3354.                 z:Play()
  3355.                 wait(8)
  3356.                 z:Destroy()
  3357.             if Debounces.CanJoke == false then
  3358.                 Debounces.CanJoke = true
  3359.             end
  3360.         end
  3361.     end
  3362. end)
  3363. ----------------------------------------------------
  3364. mouse.KeyDown:connect(function(key)
  3365.    if key == "c" then
  3366.             if Debounces.CanJoke == true then
  3367.                 Debounces.CanJoke = false
  3368.                z = Instance.new("Sound",char)
  3369.                z.SoundId = "rbxassetid://1848748988"
  3370.                z.Pitch = .90
  3371.                z.Volume = 3
  3372.                 wait()
  3373.                 z:Play()
  3374.                 wait(17)
  3375.                 z:Destroy()
  3376.             if Debounces.CanJoke == false then
  3377.                 Debounces.CanJoke = true
  3378.             end
  3379.         end
  3380.     end
  3381. end)
  3382. ----------------------------------------------------176349813
  3383. mouse.KeyDown:connect(function(key)
  3384.    if key == "u" then
  3385.        hum.WalkSpeed = 0.01
  3386.        if Debounces.CanAttack == true then
  3387.            Debounces.CanAttack = false
  3388.            Debounces.NoIdl = true
  3389.            Debounces.on = true
  3390.            for i = 1,20 do
  3391.            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, .5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(-30)), 0.1)
  3392.            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, .5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(30)), 0.1)
  3393.            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-20), math.rad(0), 0), 0.1)
  3394.            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.1)
  3395.            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(-5)), 0.1)
  3396.            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(5)), 0.1)
  3397.            cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  3398.            if Debounces.on == false then break end
  3399.            wait()
  3400.            end
  3401.        wait(1)
  3402.        v = Instance.new("Sound")
  3403.        v.SoundId = "rbxassetid://130792236" --181384451
  3404.        v.Parent = char
  3405.        v.Looped = false
  3406.        v.Pitch = .76 --1.04
  3407.        v.Volume = 1
  3408.        wait(.01)
  3409.        v:Play()
  3410.        
  3411.        if Daytime == true then
  3412.            Daytime = false
  3413.            l.TimeOfDay = 24
  3414.        else
  3415.            Daytime = true
  3416.            l.TimeOfDay = 12
  3417.            l.OutdoorAmbient = Color3.new(0.498039, 0.498039, 0.498039)
  3418.        end
  3419.        
  3420.            local Shockwave = function()
  3421.                local rng1 = Instance.new("Part", char)
  3422.                rng1.Anchored = true
  3423.                rng1.BrickColor = BrickColor.new("Really black")
  3424.                rng1.CanCollide = false
  3425.                rng1.FormFactor = 3
  3426.                rng1.Name = "Ring"
  3427.                rng1.Size = Vector3.new(1, 1, 1)
  3428.                rng1.Transparency = 0.35
  3429.                rng1.TopSurface = 0
  3430.                rng1.BottomSurface = 0
  3431.                local rngm1 = Instance.new("SpecialMesh", rng)
  3432.                rngm1.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3433.                rngm1.Scale = Vector3.new(10, 10, 1)
  3434.                rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
  3435.                local Wave = Instance.new("Part", game.Workspace--[[?]])
  3436.                Wave.Name = "Shockwave"
  3437.                Wave.BrickColor = BrickColor.new("Really black")
  3438.                Wave.Size = Vector3.new(1, 1, 1)
  3439.                Wave.Shape = "Ball"
  3440.                Wave.CanCollide = false
  3441.                Wave.Anchored = true
  3442.                Wave.TopSurface = 0
  3443.                Wave.BottomSurface = 0
  3444.                Wave.Touched:connect(function(hit)
  3445.                    if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  3446.                        local Occlude = true
  3447.                        local NotOccludes = {
  3448.                            char.Name;
  3449.                            "Wings";
  3450.                            "Scythe";
  3451.                            "Thingy";
  3452.                            "Thingy2"; -- put all of the names in a table pls
  3453.                        }
  3454.                        for i,v in pairs(NotOccludes) do
  3455.                            if hit.Parent.Name == v then
  3456.                                Occlude = false
  3457.                            end
  3458.                        end
  3459.                        --if hit.Parent.Name ~= char.Name and hit.Name ~= "Wings" and hit.Name ~= "Scythe" and hit.Name     ~= "Thingy" and hit.Name ~= "Thingy2" and hit.Parent.Name ~= "Wings" and hit.Parent.Name ~= "Scythe" and     hit.Parent.Name ~= "Thingy" and hit.Parent.Name ~= "Thingy2" then
  3460.                        if Occlude then
  3461.                            hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
  3462.                            hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  3463.                        end
  3464.                    end
  3465.                end)
  3466.                
  3467.                Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
  3468.                
  3469.                coroutine.wrap(function()
  3470.                    for i = 1, 20, 0.2 do
  3471.                        rngm1.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  3472.                        rng1.Transparency = i/20
  3473.                    wait()
  3474.                    end
  3475.                    wait()
  3476.                    rng1:Destroy()
  3477.                end)()
  3478.                
  3479.                Delay(0, function()
  3480.  
  3481.                    if Daytime == false then
  3482.                       for i = 1, 50, 1 do
  3483.                            Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  3484.                            Wave.CFrame = char.Torso.CFrame
  3485.                            local t = i / 50
  3486.                            Wave.Transparency = t
  3487.                            wait()
  3488.                        end
  3489.                    else
  3490.                        for i = 1, 50, 1 do
  3491.                            Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  3492.                            Wave.CFrame = char.Torso.CFrame
  3493.                            local t = i / 50
  3494.                            Wave.Transparency = t
  3495.                            wait()
  3496.                        end
  3497.                    end
  3498.                    Wave:Destroy()
  3499.                end)
  3500.                Delay(0, function()
  3501.                    while wait() do
  3502.                        if Wave ~= nil then
  3503.                            Wave.CFrame = char.Torso.CFrame
  3504.                        else
  3505.                            break
  3506.                        end
  3507.                    end
  3508.                end)
  3509.            end
  3510.        Shockwave()
  3511.        for i = 1, 15 do
  3512.            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.6, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(-130)), 0.2)
  3513.            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.6, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(70)), 0.2)
  3514.            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
  3515.            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(20),     math.rad(0)), 0.2)
  3516.            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
  3517.            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  3518.            if Debounces.on == false then break end
  3519.            wait()
  3520.        end
  3521.        for i = 1, 15 do
  3522.            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(-70)), 0.2)
  3523.            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(130)), 0.2)
  3524.            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
  3525.            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(-20),     math.rad(0)), 0.2)
  3526.            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  3527.            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
  3528.            if Debounces.on == false then break end
  3529.            wait()
  3530.        end
  3531.        for i = 1, 15 do
  3532.            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.6, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(-130)), 0.2)
  3533.            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.6, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(70)), 0.2)
  3534.            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
  3535.            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(20),     math.rad(0)), 0.2)
  3536.            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
  3537.            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  3538.            if Debounces.on == false then break end
  3539.            wait()
  3540.        end
  3541.        for i = 1, 15 do
  3542.            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(-70)), 0.2)
  3543.            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(130)), 0.2)
  3544.            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
  3545.            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(-20),     math.rad(0)), 0.2)
  3546.            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  3547.            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
  3548.            if Debounces.on == false then break end
  3549.            wait()
  3550.        end
  3551.        for i = 1, 15 do
  3552.            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.6, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(-130)), 0.2)
  3553.            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.6, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(70)), 0.2)
  3554.            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
  3555.            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(20),     math.rad(0)), 0.2)
  3556.            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
  3557.            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  3558.            if Debounces.on == false then break end
  3559.            wait()
  3560.        end
  3561.        for i = 1, 15 do
  3562.            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(-70)), 0.2)
  3563.            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(130)), 0.2)
  3564.            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
  3565.            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(-20),     math.rad(0)), 0.2)
  3566.            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  3567.            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
  3568.            if Debounces.on == false then break end
  3569.            wait()
  3570.        end
  3571.        wait(1.4)
  3572.        Debounces.NoIdl = false
  3573.        hum.WalkSpeed = 5
  3574.        Debounces.on = false
  3575.        wait()
  3576.        if Debounces.CanAttack == false then
  3577.            Debounces.CanAttack = true
  3578.            v:Destroy()
  3579.            end
  3580.        end
  3581.    end
  3582. end)
  3583. ----------------------------------------------------
  3584. mouse.KeyDown:connect(function(key)
  3585.    if string.byte(key) == 52 then
  3586.        char.Humanoid.WalkSpeed = 21
  3587.    end
  3588. end)
  3589. mouse.KeyUp:connect(function(key)
  3590.    if string.byte(key) == 52 then
  3591.        char.Humanoid.WalkSpeed = 5
  3592.    end
  3593. end)
  3594. ----------------------------------------------------
  3595. local animpose = "Idle"
  3596. local lastanimpose = "Idle"
  3597. local sine = 0
  3598. local change = 1
  3599. local val = 0
  3600. local ffing = false
  3601. ----------------------------------------------------
  3602. --[[x = Instance.new("Sound", char)
  3603. x.SoundId = "http://www.roblox.com/asset/?id=187922823"
  3604. x.Looped = true
  3605. x.Volume = 1
  3606. x.Pitch = 1
  3607. local footsteps = false]]--
  3608. -------------------------------
  3609. game:GetService("RunService").RenderStepped:connect(function()
  3610. --[[if char.Humanoid.Jump == true then
  3611. jump = true
  3612. else
  3613. jump = false
  3614. end]]
  3615. char.Humanoid.FreeFalling:connect(function(f)
  3616. if f then
  3617. ffing = true
  3618. else
  3619. ffing = false
  3620. end
  3621. end)
  3622. sine = sine + change
  3623. if jumpn == true then
  3624. animpose = "Jumping"
  3625. elseif ffing == true then
  3626. animpose = "Freefalling"
  3627. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  3628. animpose = "Idle"
  3629. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  3630. animpose = "Walking"
  3631. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  3632. animpose = "Running"
  3633. end
  3634. if animpose ~= lastanimpose then
  3635. sine = 0
  3636. if Debounces.NoIdl == false then
  3637. if animpose == "Idle" then
  3638. for i = 1, 2 do
  3639. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,.45,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.2)
  3640. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,.45,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.2)
  3641. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  3642. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  3643. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  3644. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  3645. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  3646. end
  3647. elseif animpose == "Walking" then
  3648. for i = 1, 2 do
  3649. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, .45, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(20)), 0.2)
  3650. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, .45, 0)*CFrame.Angles(0, math.rad(1), math.rad(-10)), 0.2)
  3651. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-8), math.rad(0), math.rad(0)),0.2)
  3652. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-4), 0, math.rad(0)), 0.2)
  3653. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.0) * CFrame.Angles(math.rad(-18), 0, 0), .4)
  3654. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -.0) * CFrame.Angles(math.rad(-18), 0, 0), .4)
  3655. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  3656. end
  3657. elseif animpose == "Running" then
  3658. for i = 1, 2 do
  3659. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.45, .5) * CFrame.Angles(math.rad(-10), math.rad(-40), math.rad(50)), 0.2)
  3660. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, .6, 0-1*math.cos(sine/4)/2)*CFrame.Angles(math.rad(50-80*math.cos(sine/8)/2), math.rad(0), math.rad(0-70*math.cos(sine/8)/2)), 0.2)
  3661. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(6+8*math.cos(sine/4)/1.8), math.rad(0), math.rad(0)),0.2)
  3662. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2+0.2*math.cos(sine/4)/2, 0) * CFrame.Angles(math.rad(-14+4*math.cos(sine/4)/2), 0, math.rad(0)), 0.2)
  3663. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1-0.3*math.cos(sine/8)/2.4, -.15 + math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + -math.sin(sine/8)/1.7, 0, 0), .4)
  3664. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1+0.3*math.cos(sine/8)/2.4, -.15 + -math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + math.sin(sine/8)/1.7, 0, 0), .4)
  3665. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  3666. end
  3667. wait()
  3668. end
  3669. else
  3670. end
  3671. end
  3672. lastanimpose = animpose
  3673. if Debounces.NoIdl == false then
  3674. if animpose == "Idle" then
  3675. if stanceToggle == "Normal" then
  3676. change = 0.5
  3677. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,.45,0)*CFrame.Angles(math.rad(0+0*math.cos(sine/14)),math.rad(0),math.rad(20)), 0.2)
  3678. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,.45+0.05*math.cos(sine/14),0)*CFrame.Angles(math.rad(50),math.rad(-30),math.rad(-40-2*math.cos(sine/14))), 0.2)
  3679. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14+1*math.cos(sine/14)),math.rad(40),0), 0.2)
  3680. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-40), 0), 0.2)
  3681. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  3682. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  3683. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  3684. elseif stanceToggle == "Sitting" then
  3685. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9, 0) * CFrame.Angles(math.rad(100-1*math.cos(sine/14)), math.rad(0), math.rad(20)), 0.2)
  3686. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2, .9, -1)*CFrame.Angles(math.rad(78+1*math.cos(sine/14)), math.rad(0), math.rad(50)), 0.2)
  3687. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -.3) * CFrame.Angles(math.rad(-14+1*math.cos(sine/14)), math.rad(0), math.rad(0)),0.2)
  3688. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -3, 0) * CFrame.Angles(math.rad(-10+1*math.cos(sine/14)), 0, math.rad(0)), 0.2)
  3689. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0, -1, -2) * CFrame.Angles(math.rad(-10-1*math.cos(sine/14)), 0, 0), 0.2)
  3690. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0, -3, .6) * CFrame.Angles(math.rad(-50-1*math.cos(sine/14)), 0, 0), 0.2)
  3691. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  3692. end
  3693. elseif animpose == "Walking" then
  3694. if stanceToggle == "Normal" then
  3695. change = 1
  3696. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, .45+.1*math.cos(sine/7), 0) * CFrame.Angles(math.rad(0+0*math.cos(sine/7)), math.rad(0), math.rad(20)), 0.2)
  3697. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, .60+.1*math.cos(sine/7), -math.sin(sine/14)/2)*CFrame.Angles(math.sin(sine/14)/4, math.rad(1) + -math.sin(sine/14)/2, math.rad(-30)), 0.2)
  3698. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-8+2*math.cos(sine/7)), math.rad(0), math.rad(0)),0.2)
  3699. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2+0.1*math.cos(sine/7), 0) * CFrame.Angles(math.rad(-4+2*math.cos(sine/7)), 0, math.rad(0)), 0.2)
  3700. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1-0.3*math.cos(sine/14)/2, -.05 + math.sin(sine/14)/4.5) * CFrame.Angles(math.rad(-20) + -math.sin(sine/14)/1.15, 0, 0), .2)
  3701. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1+0.3*math.cos(sine/14)/2, -.05 + -math.sin(sine/14)/4.5) * CFrame.Angles(math.rad(-20) + math.sin(sine/14)/1.15, 0, 0), .2)
  3702. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  3703. end
  3704. elseif animpose == "Running" then
  3705. change = 1
  3706. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.45, .5) * CFrame.Angles(math.rad(-10-20*math.cos(sine/4)/2), math.rad(-40+10*math.cos(sine/4)/2), math.rad(50-10*math.cos(sine/4)/2)), 0.2)
  3707. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.45, .5)*CFrame.Angles(math.rad(10+20*math.cos(sine/4)/2), math.rad(40-10*math.cos(sine/4)/2), math.rad(-50+10*math.cos(sine/4)/2)), 0.2)
  3708. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(6+6*math.cos(sine/4)/1.8), math.rad(0), math.rad(0)),0.2)
  3709. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2+0.2*math.cos(sine/4)/2, 0) * CFrame.Angles(math.rad(-14+10*math.cos(sine/4)/2), 0, math.rad(0)), 0.2)
  3710. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1-0.3*math.cos(sine/8)/2.4, -.15 + math.sin(sine/8)/4) * CFrame.Angles(math.rad(-20) + -math.sin(sine/8)/1.7, 0, 0), .4)
  3711. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1+0.3*math.cos(sine/8)/2.4, -.15 + -math.sin(sine/8)/4) * CFrame.Angles(math.rad(-20) + math.sin(sine/8)/1.7, 0, 0), .4)
  3712. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  3713. end
  3714. end
  3715. --[[if animpose == "Walking" then
  3716.    if footsteps == false then
  3717.        x:Play()
  3718.        footsteps = true
  3719.    end
  3720.    x.Pitch = 1.1
  3721. elseif animpose == "Idle" then
  3722.    x:Stop()
  3723.    footsteps = false
  3724. elseif animpose == "Running" then
  3725.    x.Pitch = 1.2
  3726.    if footsteps == false then
  3727.        x:Play()
  3728.        footsteps = true
  3729.    end
  3730. end]]--
  3731. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement