Advertisement
lafur

Untitled

Nov 11th, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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 wait(0.1)
  6.  
  7. local plr = game.Players.LocalPlayer
  8. local c = plr.Character
  9. local head = c.Head
  10. local torso = c.Torso
  11. local hrp = c.HumanoidRootPart
  12. rs = game:GetService("RunService")
  13. rsc = rs.RenderStepped
  14. rsh = rs.Heartbeat
  15. attacking = false
  16. pose = "Idle"
  17.  
  18. function newSound(id,extrasettings)
  19. local sound = Instance.new("Sound",hrp)
  20. sound.SoundId = id
  21. if extrasettings then
  22. for i=1,#extrasettings do
  23. local sets = extrasettings[i]:gmatch("[%w%.]+")
  24. local set = {}
  25. for v in (sets) do
  26. table.insert(set,v)
  27. end
  28.  
  29. sound[set[1]] = set[2]
  30. end
  31. end
  32. sound:Play()
  33. return sound
  34. end
  35.  
  36. local char = c
  37.  
  38. t = c.Torso
  39. h = c.Head
  40. hrp = c.HumanoidRootPart
  41. hum = c.Humanoid
  42.  
  43.  
  44. if char:FindFirstChildOfClass("Humanoid"):FindFirstChild("Animator") then char:FindFirstChildOfClass("Humanoid").Animator:Destroy() end
  45. if char:FindFirstChild("Animate") then char.Animate:Destroy() end
  46.  
  47. local RightArm1 = torso["Right Shoulder"]
  48. local LeftArm1 = torso["Left Shoulder"]
  49. local RightLeg1 = torso["Right Hip"]
  50. local LeftLeg1 = torso["Left Hip"]
  51. local Torso1 = hrp.RootJoint
  52. local Head1 = torso.Neck
  53.  
  54. local RightArm = torso["Right Shoulder"]:Clone()
  55. local LeftArm = torso["Left Shoulder"]:Clone()
  56. local RightLeg = torso["Right Hip"]:Clone()
  57. local LeftLeg = torso["Left Hip"]:Clone()
  58. local Torso = hrp.RootJoint:Clone()
  59. local Head = torso.Neck:Clone()
  60.  
  61. RightArm1:Destroy()
  62. LeftArm1:Destroy()
  63. RightLeg1:Destroy()
  64. LeftLeg1:Destroy()
  65. Torso1:Destroy()
  66. Head1:Destroy()
  67.  
  68. RightArm.Parent=torso
  69. LeftArm.Parent=torso
  70. RightLeg.Parent=torso
  71. LeftLeg.Parent=torso
  72. Head.Parent=torso
  73. Torso.Parent=char.HumanoidRootPart
  74.  
  75.  
  76. Warhammer = Instance.new("Model")
  77. Part1 = Instance.new("Part")
  78. Weld2 = Instance.new("Weld")
  79. CFrameValue3 = Instance.new("CFrameValue")
  80. Part4 = Instance.new("Part")
  81. Weld5 = Instance.new("Weld")
  82. CFrameValue6 = Instance.new("CFrameValue")
  83. Part7 = Instance.new("Part")
  84. Weld8 = Instance.new("Weld")
  85. CFrameValue9 = Instance.new("CFrameValue")
  86. Part10 = Instance.new("Part")
  87. Weld11 = Instance.new("Weld")
  88. CFrameValue12 = Instance.new("CFrameValue")
  89. Part13 = Instance.new("Part")
  90. SpecialMesh14 = Instance.new("SpecialMesh")
  91. Weld15 = Instance.new("Weld")
  92. CFrameValue16 = Instance.new("CFrameValue")
  93. Part17 = Instance.new("Part")
  94. SpecialMesh18 = Instance.new("SpecialMesh")
  95. Weld19 = Instance.new("Weld")
  96. CFrameValue20 = Instance.new("CFrameValue")
  97. Part21 = Instance.new("Part")
  98. SpecialMesh22 = Instance.new("SpecialMesh")
  99. Weld23 = Instance.new("Weld")
  100. CFrameValue24 = Instance.new("CFrameValue")
  101. Part25 = Instance.new("Part")
  102. SpecialMesh26 = Instance.new("SpecialMesh")
  103. Weld27 = Instance.new("Weld")
  104. CFrameValue28 = Instance.new("CFrameValue")
  105. Part29 = Instance.new("Part")
  106. SpecialMesh30 = Instance.new("SpecialMesh")
  107. Weld31 = Instance.new("Weld")
  108. CFrameValue32 = Instance.new("CFrameValue")
  109. Part33 = Instance.new("Part")
  110. SpecialMesh34 = Instance.new("SpecialMesh")
  111. Weld35 = Instance.new("Weld")
  112. CFrameValue36 = Instance.new("CFrameValue")
  113. Part37 = Instance.new("Part")
  114. SpecialMesh38 = Instance.new("SpecialMesh")
  115. Weld39 = Instance.new("Weld")
  116. CFrameValue40 = Instance.new("CFrameValue")
  117. Part41 = Instance.new("Part")
  118. Weld42 = Instance.new("Weld")
  119. CFrameValue43 = Instance.new("CFrameValue")
  120. Part44 = Instance.new("Part")
  121. Weld45 = Instance.new("Weld")
  122. CFrameValue46 = Instance.new("CFrameValue")
  123. Part47 = Instance.new("Part")
  124. SpecialMesh48 = Instance.new("SpecialMesh")
  125. Weld49 = Instance.new("Weld")
  126. CFrameValue50 = Instance.new("CFrameValue")
  127. Part51 = Instance.new("Part")
  128. SpecialMesh52 = Instance.new("SpecialMesh")
  129. Weld53 = Instance.new("Weld")
  130. CFrameValue54 = Instance.new("CFrameValue")
  131. Part55 = Instance.new("Part")
  132. Weld56 = Instance.new("Weld")
  133. CFrameValue57 = Instance.new("CFrameValue")
  134. Part58 = Instance.new("Part")
  135. SpecialMesh59 = Instance.new("SpecialMesh")
  136. Weld60 = Instance.new("Weld")
  137. CFrameValue61 = Instance.new("CFrameValue")
  138. Part62 = Instance.new("Part")
  139. Weld63 = Instance.new("Weld")
  140. CFrameValue64 = Instance.new("CFrameValue")
  141. Part65 = Instance.new("Part")
  142. SpecialMesh66 = Instance.new("SpecialMesh")
  143. Weld67 = Instance.new("Weld")
  144. CFrameValue68 = Instance.new("CFrameValue")
  145. Part69 = Instance.new("Part")
  146. SpecialMesh70 = Instance.new("SpecialMesh")
  147. Weld71 = Instance.new("Weld")
  148. CFrameValue72 = Instance.new("CFrameValue")
  149. Part73 = Instance.new("Part")
  150. SpecialMesh74 = Instance.new("SpecialMesh")
  151. Weld75 = Instance.new("Weld")
  152. CFrameValue76 = Instance.new("CFrameValue")
  153. Part77 = Instance.new("Part")
  154. SpecialMesh78 = Instance.new("SpecialMesh")
  155. Weld79 = Instance.new("Weld")
  156. CFrameValue80 = Instance.new("CFrameValue")
  157. Part81 = Instance.new("Part")
  158. Weld82 = Instance.new("Weld")
  159. CFrameValue83 = Instance.new("CFrameValue")
  160. Part84 = Instance.new("Part")
  161. SpecialMesh85 = Instance.new("SpecialMesh")
  162. Weld86 = Instance.new("Weld")
  163. CFrameValue87 = Instance.new("CFrameValue")
  164. Part88 = Instance.new("Part")
  165. Weld89 = Instance.new("Weld")
  166. CFrameValue90 = Instance.new("CFrameValue")
  167. Part91 = Instance.new("Part")
  168. Weld92 = Instance.new("Weld")
  169. CFrameValue93 = Instance.new("CFrameValue")
  170. Part94 = Instance.new("Part")
  171. SpecialMesh95 = Instance.new("SpecialMesh")
  172. Weld96 = Instance.new("Weld")
  173. CFrameValue97 = Instance.new("CFrameValue")
  174. Part98 = Instance.new("Part")
  175. SpecialMesh99 = Instance.new("SpecialMesh")
  176. Weld100 = Instance.new("Weld")
  177. CFrameValue101 = Instance.new("CFrameValue")
  178. Part102 = Instance.new("Part")
  179. Weld103 = Instance.new("Weld")
  180. CFrameValue104 = Instance.new("CFrameValue")
  181. Part105 = Instance.new("Part")
  182. Weld106 = Instance.new("Weld")
  183. CFrameValue107 = Instance.new("CFrameValue")
  184. Part108 = Instance.new("Part")
  185. Weld109 = Instance.new("Weld")
  186. CFrameValue110 = Instance.new("CFrameValue")
  187. Part111 = Instance.new("Part")
  188. SpecialMesh112 = Instance.new("SpecialMesh")
  189. Weld113 = Instance.new("Weld")
  190. CFrameValue114 = Instance.new("CFrameValue")
  191. Part115 = Instance.new("Part")
  192. Weld116 = Instance.new("Weld")
  193. CFrameValue117 = Instance.new("CFrameValue")
  194. Part118 = Instance.new("Part")
  195. Weld119 = Instance.new("Weld")
  196. CFrameValue120 = Instance.new("CFrameValue")
  197. Part121 = Instance.new("Part")
  198. Weld122 = Instance.new("Weld")
  199. CFrameValue123 = Instance.new("CFrameValue")
  200. Part124 = Instance.new("Part")
  201. Part125 = Instance.new("Part")
  202. SpecialMesh126 = Instance.new("SpecialMesh")
  203. Weld127 = Instance.new("Weld")
  204. CFrameValue128 = Instance.new("CFrameValue")
  205. Part129 = Instance.new("Part")
  206. Attachment130 = Instance.new("Attachment")
  207. Attachment131 = Instance.new("Attachment")
  208. Weld132 = Instance.new("Weld")
  209. CFrameValue133 = Instance.new("CFrameValue")
  210. Part134 = Instance.new("Part")
  211. Weld135 = Instance.new("Weld")
  212. CFrameValue136 = Instance.new("CFrameValue")
  213. Part137 = Instance.new("Part")
  214. Weld138 = Instance.new("Weld")
  215. CFrameValue139 = Instance.new("CFrameValue")
  216. Part140 = Instance.new("Part")
  217. Weld141 = Instance.new("Weld")
  218. CFrameValue142 = Instance.new("CFrameValue")
  219. Part143 = Instance.new("Part")
  220. Weld144 = Instance.new("Weld")
  221. CFrameValue145 = Instance.new("CFrameValue")
  222. Warhammer.Name = "Warhammer"
  223. Warhammer.PrimaryPart = Part124
  224. Part1.Parent = Warhammer
  225. Part1.Material = Enum.Material.SmoothPlastic
  226. Part1.BrickColor = BrickColor.new("Really black")
  227. Part1.Rotation = Vector3.new(90, 0.049999997, 90)
  228. Part1.Size = Vector3.new(0.5, 0.747824967, 0.291082442)
  229. Part1.CFrame = CFrame.new(-16.6353321, 4.07352924, 10.3534555, -7.75184308e-05, -0.999999642, 0.00086982036, 6.76766067e-05, -0.000869825599, -0.999999642, 1, -7.74595392e-05, 6.77440039e-05)
  230. Part1.BottomSurface = Enum.SurfaceType.Smooth
  231. Part1.TopSurface = Enum.SurfaceType.Smooth
  232. Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  233. Part1.Position = Vector3.new(-16.6353321, 4.07352924, 10.3534555)
  234. Part1.Orientation = Vector3.new(89.9499969, 85.5499954, 175.550003)
  235. Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  236. Weld2.Name = "qCFrameWeldThingy"
  237. Weld2.Parent = Part1
  238. Weld2.C1 = CFrame.new(-0.978652954, -0.00680541992, 1.3130064, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  239. Weld2.Part0 = Part124
  240. Weld2.Part1 = Part1
  241. CFrameValue3.Name = "qRelativeCFrameWeldValue"
  242. CFrameValue3.Parent = Part1
  243. CFrameValue3.Value = CFrame.new(-0.978652954, -0.00680541992, 1.3130064, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  244. Part4.Parent = Warhammer
  245. Part4.Material = Enum.Material.SmoothPlastic
  246. Part4.BrickColor = BrickColor.new("Really black")
  247. Part4.Rotation = Vector3.new(90, 0.049999997, 90)
  248. Part4.Size = Vector3.new(0.5, 0.747824967, 0.291082442)
  249. Part4.CFrame = CFrame.new(-16.6365147, 5.43391132, 10.353364, -7.75184308e-05, -0.999999642, 0.00086982036, 6.76766067e-05, -0.000869825599, -0.999999642, 1, -7.74595392e-05, 6.77440039e-05)
  250. Part4.BottomSurface = Enum.SurfaceType.Smooth
  251. Part4.TopSurface = Enum.SurfaceType.Smooth
  252. Part4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  253. Part4.Position = Vector3.new(-16.6365147, 5.43391132, 10.353364)
  254. Part4.Orientation = Vector3.new(89.9499969, 85.5499954, 175.550003)
  255. Part4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  256. Weld5.Name = "qCFrameWeldThingy"
  257. Weld5.Parent = Part4
  258. Weld5.C1 = CFrame.new(-0.978652954, -0.00680541992, 2.67338943, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  259. Weld5.Part0 = Part124
  260. Weld5.Part1 = Part4
  261. CFrameValue6.Name = "qRelativeCFrameWeldValue"
  262. CFrameValue6.Parent = Part4
  263. CFrameValue6.Value = CFrame.new(-0.978652954, -0.00680541992, 2.67338943, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  264. Part7.Parent = Warhammer
  265. Part7.Material = Enum.Material.SmoothPlastic
  266. Part7.Rotation = Vector3.new(90, 0.049999997, 90)
  267. Part7.Size = Vector3.new(2.37396789, 0.730451643, 1.46090329)
  268. Part7.CFrame = CFrame.new(-16.6290455, 4.76046419, 9.35101414, -7.75184308e-05, -0.999999642, 0.00086982036, 6.76766067e-05, -0.000869825599, -0.999999642, 1, -7.74595392e-05, 6.77440039e-05)
  269. Part7.BottomSurface = Enum.SurfaceType.Smooth
  270. Part7.TopSurface = Enum.SurfaceType.Smooth
  271. Part7.Position = Vector3.new(-16.6290455, 4.76046419, 9.35101414)
  272. Part7.Orientation = Vector3.new(89.9499969, 85.5499954, 175.550003)
  273. Weld8.Name = "qCFrameWeldThingy"
  274. Weld8.Parent = Part7
  275. Weld8.C1 = CFrame.new(0.0237426758, 0, 2.00000381, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  276. Weld8.Part0 = Part124
  277. Weld8.Part1 = Part7
  278. CFrameValue9.Name = "qRelativeCFrameWeldValue"
  279. CFrameValue9.Parent = Part7
  280. CFrameValue9.Value = CFrame.new(0.0237426758, 0, 2.00000381, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  281. Part10.Parent = Warhammer
  282. Part10.Material = Enum.Material.SmoothPlastic
  283. Part10.BrickColor = BrickColor.new("Really black")
  284. Part10.Rotation = Vector3.new(90, -44.9500008, 90.0099945)
  285. Part10.Size = Vector3.new(0.5, 0.747824967, 0.291082442)
  286. Part10.CFrame = CFrame.new(-16.1553726, 5.23510933, 10.3534145, -7.75184308e-05, -0.707721651, -0.70649153, 6.76766067e-05, 0.70649153, -0.707721651, 1, -0.000102674414, -6.86991916e-06)
  287. Part10.BottomSurface = Enum.SurfaceType.Smooth
  288. Part10.TopSurface = Enum.SurfaceType.Smooth
  289. Part10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  290. Part10.Position = Vector3.new(-16.1553726, 5.23510933, 10.3534145)
  291. Part10.Orientation = Vector3.new(45.0499992, -90, 0.00999999978)
  292. Part10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  293. Weld11.Name = "qCFrameWeldThingy"
  294. Weld11.Parent = Part10
  295. Weld11.C1 = CFrame.new(-0.978652954, -1.414217, 2.08478546, 0, 0, -1, -0.707106829, 0.707106829, 0, 0.707106829, 0.707106829, -0)
  296. Weld11.Part0 = Part124
  297. Weld11.Part1 = Part10
  298. CFrameValue12.Name = "qRelativeCFrameWeldValue"
  299. CFrameValue12.Parent = Part10
  300. CFrameValue12.Value = CFrame.new(-0.978652954, -1.414217, 2.08478546, 0, 0, -1, -0.707106829, 0.707106829, 0, 0.707106829, 0.707106829, -0)
  301. Part13.Parent = Warhammer
  302. Part13.Material = Enum.Material.Glass
  303. Part13.Rotation = Vector3.new(0, 0, 45.0499992)
  304. Part13.FormFactor = Enum.FormFactor.Plate
  305. Part13.Size = Vector3.new(0.200000003, 1, 0.200000003)
  306. Part13.CFrame = CFrame.new(-17.4323273, 5.57832336, 10.3528957, 0.70649153, -0.707721651, -7.75184308e-05, 0.707721651, 0.70649153, 6.76766067e-05, 6.86991916e-06, -0.000102674414, 1)
  307. Part13.TopSurface = Enum.SurfaceType.Weld
  308. Part13.Position = Vector3.new(-17.4323273, 5.57832336, 10.3528957)
  309. Part13.Orientation = Vector3.new(0, 0, 45.0499992)
  310. SpecialMesh14.Parent = Part13
  311. SpecialMesh14.MeshId = "http://www.roblox.com/asset/?id=1033714"
  312. SpecialMesh14.Scale = Vector3.new(0.150000006, 0.899999976, 0.150000006)
  313. SpecialMesh14.VertexColor = Vector3.new(0, 0.899999976, 0.699999988)
  314. SpecialMesh14.MeshType = Enum.MeshType.FileMesh
  315. SpecialMesh14.Scale = Vector3.new(0.150000006, 0.899999976, 0.150000006)
  316. Weld15.Name = "qCFrameWeldThingy"
  317. Weld15.Parent = Part13
  318. Weld15.C1 = CFrame.new(-1.42552757, -2.56042385, -0.978256226, -0.707106829, -0.707106829, 0, -0.707106829, 0.707106829, 0, 0, 0, -1)
  319. Weld15.Part0 = Part124
  320. Weld15.Part1 = Part13
  321. CFrameValue16.Name = "qRelativeCFrameWeldValue"
  322. CFrameValue16.Parent = Part13
  323. CFrameValue16.Value = CFrame.new(-1.42552757, -2.56042385, -0.978256226, -0.707106829, -0.707106829, 0, -0.707106829, 0.707106829, 0, 0, 0, -1)
  324. Part17.Parent = Warhammer
  325. Part17.Material = Enum.Material.Glass
  326. Part17.Rotation = Vector3.new(0, 0, -134.949997)
  327. Part17.FormFactor = Enum.FormFactor.Plate
  328. Part17.Size = Vector3.new(0.200000003, 1, 0.200000003)
  329. Part17.CFrame = CFrame.new(-15.8399534, 3.98871803, 10.3531265, -0.70649153, 0.707721651, -7.75184308e-05, -0.707721651, -0.70649153, 6.76766067e-05, -6.86991916e-06, 0.000102674414, 1)
  330. Part17.TopSurface = Enum.SurfaceType.Weld
  331. Part17.Position = Vector3.new(-15.8399534, 3.98871803, 10.3531265)
  332. Part17.Orientation = Vector3.new(0, 0, -134.949997)
  333. SpecialMesh18.Parent = Part17
  334. SpecialMesh18.MeshId = "http://www.roblox.com/asset/?id=1033714"
  335. SpecialMesh18.Scale = Vector3.new(0.150000006, 0.899999976, 0.150000006)
  336. SpecialMesh18.VertexColor = Vector3.new(0, 0.899999976, 0.699999988)
  337. SpecialMesh18.MeshType = Enum.MeshType.FileMesh
  338. SpecialMesh18.Scale = Vector3.new(0.150000006, 0.899999976, 0.150000006)
  339. Weld19.Name = "qCFrameWeldThingy"
  340. Weld19.Parent = Part17
  341. Weld19.C1 = CFrame.new(1.42552853, 0.310423851, -0.978256226, 0.707106829, 0.707106829, -0, 0.707106829, -0.707106829, 0, 0, 0, -1)
  342. Weld19.Part0 = Part124
  343. Weld19.Part1 = Part17
  344. CFrameValue20.Name = "qRelativeCFrameWeldValue"
  345. CFrameValue20.Parent = Part17
  346. CFrameValue20.Value = CFrame.new(1.42552853, 0.310423851, -0.978256226, 0.707106829, 0.707106829, -0, 0.707106829, -0.707106829, 0, 0, 0, -1)
  347. Part21.Parent = Warhammer
  348. Part21.Material = Enum.Material.Glass
  349. Part21.Rotation = Vector3.new(0, 0, 135.050003)
  350. Part21.FormFactor = Enum.FormFactor.Plate
  351. Part21.Size = Vector3.new(0.200000003, 1, 0.200000003)
  352. Part21.CFrame = CFrame.new(-17.4309406, 3.98733282, 10.3530035, -0.707721651, -0.70649153, -7.75184308e-05, 0.70649153, -0.707721651, 6.76766067e-05, -0.000102674414, -6.86991916e-06, 1)
  353. Part21.TopSurface = Enum.SurfaceType.Weld
  354. Part21.Position = Vector3.new(-17.4309406, 3.98733282, 10.3530035)
  355. Part21.Orientation = Vector3.new(0, 0, 135.050003)
  356. SpecialMesh22.Parent = Part21
  357. SpecialMesh22.MeshId = "http://www.roblox.com/asset/?id=1033714"
  358. SpecialMesh22.Scale = Vector3.new(0.150000006, 0.899999976, 0.150000006)
  359. SpecialMesh22.VertexColor = Vector3.new(0, 0.899999976, 0.699999988)
  360. SpecialMesh22.MeshType = Enum.MeshType.FileMesh
  361. SpecialMesh22.Scale = Vector3.new(0.150000006, 0.899999976, 0.150000006)
  362. Weld23.Name = "qCFrameWeldThingy"
  363. Weld23.Parent = Part21
  364. Weld23.C1 = CFrame.new(-1.43542099, 0.30052948, -0.978256226, -0.707106829, 0.707106829, 0, 0.707106829, 0.707106829, -0, 0, 0, -1)
  365. Weld23.Part0 = Part124
  366. Weld23.Part1 = Part21
  367. CFrameValue24.Name = "qRelativeCFrameWeldValue"
  368. CFrameValue24.Parent = Part21
  369. CFrameValue24.Value = CFrame.new(-1.43542099, 0.30052948, -0.978256226, -0.707106829, 0.707106829, 0, 0.707106829, 0.707106829, -0, 0, 0, -1)
  370. Part25.Parent = Warhammer
  371. Part25.Material = Enum.Material.Glass
  372. Part25.Rotation = Vector3.new(0, 0, -44.9500008)
  373. Part25.FormFactor = Enum.FormFactor.Plate
  374. Part25.Size = Vector3.new(0.200000003, 1, 0.200000003)
  375. Part25.CFrame = CFrame.new(-15.8413372, 5.57970524, 10.3530188, 0.707721651, 0.70649153, -7.75184308e-05, -0.70649153, 0.707721651, 6.76766067e-05, 0.000102674414, 6.86991916e-06, 1)
  376. Part25.TopSurface = Enum.SurfaceType.Weld
  377. Part25.Position = Vector3.new(-15.8413372, 5.57970524, 10.3530188)
  378. Part25.Orientation = Vector3.new(0, 0, -44.9500008)
  379. SpecialMesh26.Parent = Part25
  380. SpecialMesh26.MeshId = "http://www.roblox.com/asset/?id=1033714"
  381. SpecialMesh26.Scale = Vector3.new(0.150000006, 0.899999976, 0.150000006)
  382. SpecialMesh26.VertexColor = Vector3.new(0, 0.899999976, 0.699999988)
  383. SpecialMesh26.MeshType = Enum.MeshType.FileMesh
  384. SpecialMesh26.Scale = Vector3.new(0.150000006, 0.899999976, 0.150000006)
  385. Weld27.Name = "qCFrameWeldThingy"
  386. Weld27.Parent = Part25
  387. Weld27.C1 = CFrame.new(1.43542194, -2.55052662, -0.978256226, 0.707106829, -0.707106829, 0, -0.707106829, -0.707106829, 0, 0, 0, -1)
  388. Weld27.Part0 = Part124
  389. Weld27.Part1 = Part25
  390. CFrameValue28.Name = "qRelativeCFrameWeldValue"
  391. CFrameValue28.Parent = Part25
  392. CFrameValue28.Value = CFrame.new(1.43542194, -2.55052662, -0.978256226, 0.707106829, -0.707106829, 0, -0.707106829, -0.707106829, 0, 0, 0, -1)
  393. Part29.Parent = Warhammer
  394. Part29.Material = Enum.Material.Glass
  395. Part29.Rotation = Vector3.new(0, 0, 90.0499954)
  396. Part29.FormFactor = Enum.FormFactor.Plate
  397. Part29.Size = Vector3.new(0.200000003, 1, 0.200000003)
  398. Part29.CFrame = CFrame.new(-17.7611389, 4.78254128, 10.3529234, -0.00086982036, -0.999999642, -7.75184308e-05, 0.999999642, -0.000869825599, 6.76766067e-05, -6.77440039e-05, -7.74595392e-05, 1)
  399. Part29.TopSurface = Enum.SurfaceType.Weld
  400. Part29.Position = Vector3.new(-17.7611389, 4.78254128, 10.3529234)
  401. Part29.Orientation = Vector3.new(0, 0, 90.0499954)
  402. SpecialMesh30.Parent = Part29
  403. SpecialMesh30.MeshId = "http://www.roblox.com/asset/?id=1033714"
  404. SpecialMesh30.Scale = Vector3.new(0.150000006, 0.899999976, 0.150000006)
  405. SpecialMesh30.VertexColor = Vector3.new(0, 0.899999976, 0.699999988)
  406. SpecialMesh30.MeshType = Enum.MeshType.FileMesh
  407. SpecialMesh30.Scale = Vector3.new(0.150000006, 0.899999976, 0.150000006)
  408. Weld31.Name = "qCFrameWeldThingy"
  409. Weld31.Parent = Part29
  410. Weld31.C1 = CFrame.new(-2.02299786, -1.13199615, -0.978256226, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  411. Weld31.Part0 = Part124
  412. Weld31.Part1 = Part29
  413. CFrameValue32.Name = "qRelativeCFrameWeldValue"
  414. CFrameValue32.Parent = Part29
  415. CFrameValue32.Value = CFrame.new(-2.02299786, -1.13199615, -0.978256226, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  416. Part33.Parent = Warhammer
  417. Part33.Material = Enum.Material.Glass
  418. Part33.Rotation = Vector3.new(0, 0, -89.9499969)
  419. Part33.FormFactor = Enum.FormFactor.Plate
  420. Part33.Size = Vector3.new(0.200000003, 1, 0.200000003)
  421. Part33.CFrame = CFrame.new(-15.5111437, 4.78449869, 10.3530979, 0.00086982036, 0.999999642, -7.75184308e-05, -0.999999642, 0.000869825599, 6.76766067e-05, 6.77440039e-05, 7.74595392e-05, 1)
  422. Part33.TopSurface = Enum.SurfaceType.Weld
  423. Part33.Position = Vector3.new(-15.5111437, 4.78449869, 10.3530979)
  424. Part33.Orientation = Vector3.new(0, 0, -89.9499969)
  425. SpecialMesh34.Parent = Part33
  426. SpecialMesh34.MeshId = "http://www.roblox.com/asset/?id=1033714"
  427. SpecialMesh34.Scale = Vector3.new(0.150000006, 0.899999976, 0.150000006)
  428. SpecialMesh34.VertexColor = Vector3.new(0, 0.899999976, 0.699999988)
  429. SpecialMesh34.MeshType = Enum.MeshType.FileMesh
  430. SpecialMesh34.Scale = Vector3.new(0.150000006, 0.899999976, 0.150000006)
  431. Weld35.Name = "qCFrameWeldThingy"
  432. Weld35.Parent = Part33
  433. Weld35.C1 = CFrame.new(2.02299786, -1.11800003, -0.978256226, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  434. Weld35.Part0 = Part124
  435. Weld35.Part1 = Part33
  436. CFrameValue36.Name = "qRelativeCFrameWeldValue"
  437. CFrameValue36.Parent = Part33
  438. CFrameValue36.Value = CFrame.new(2.02299786, -1.11800003, -0.978256226, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  439. Part37.Parent = Warhammer
  440. Part37.Material = Enum.Material.Glass
  441. Part37.BrickColor = BrickColor.new("Really black")
  442. Part37.Reflectance = 0.15000000596046
  443. Part37.Rotation = Vector3.new(180, 0, 89.9499969)
  444. Part37.Shape = Enum.PartType.Cylinder
  445. Part37.Size = Vector3.new(0.75, 0.75, 0.75)
  446. Part37.CFrame = CFrame.new(-16.6252422, 0.385463715, 9.37505341, 0.00086982036, -0.999999642, 7.75184308e-05, -0.999999642, -0.000869825599, -6.76766067e-05, 6.77440039e-05, -7.74595392e-05, -1)
  447. Part37.BottomSurface = Enum.SurfaceType.Smooth
  448. Part37.TopSurface = Enum.SurfaceType.Smooth
  449. Part37.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  450. Part37.Position = Vector3.new(-16.6252422, 0.385463715, 9.37505341)
  451. Part37.Orientation = Vector3.new(0, 180, -90.0499954)
  452. Part37.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  453. SpecialMesh38.Parent = Part37
  454. SpecialMesh38.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  455. SpecialMesh38.Scale = Vector3.new(0.800000012, 1, 1)
  456. SpecialMesh38.MeshType = Enum.MeshType.FileMesh
  457. SpecialMesh38.Scale = Vector3.new(0.800000012, 1, 1)
  458. Weld39.Name = "qCFrameWeldThingy"
  459. Weld39.Parent = Part37
  460. Weld39.C1 = CFrame.new(-2.375, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  461. Weld39.Part0 = Part124
  462. Weld39.Part1 = Part37
  463. CFrameValue40.Name = "qRelativeCFrameWeldValue"
  464. CFrameValue40.Parent = Part37
  465. CFrameValue40.Value = CFrame.new(-2.375, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  466. Part41.Parent = Warhammer
  467. Part41.Material = Enum.Material.SmoothPlastic
  468. Part41.BrickColor = BrickColor.new("Really black")
  469. Part41.Rotation = Vector3.new(89.9899979, 45.0499992, 90.0099945)
  470. Part41.Size = Vector3.new(0.5, 0.747824967, 0.291082442)
  471. Part41.CFrame = CFrame.new(-17.1173058, 5.23426962, 10.3533401, -7.75184308e-05, -0.70649153, 0.707721651, 6.76766067e-05, -0.707721651, -0.70649153, 1, -6.86991916e-06, 0.000102674414)
  472. Part41.BottomSurface = Enum.SurfaceType.Smooth
  473. Part41.TopSurface = Enum.SurfaceType.Smooth
  474. Part41.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  475. Part41.Position = Vector3.new(-17.1173058, 5.23426962, 10.3533401)
  476. Part41.Orientation = Vector3.new(44.9500008, 89.9899979, 179.98999)
  477. Part41.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  478. Weld42.Name = "qCFrameWeldThingy"
  479. Weld42.Parent = Part41
  480. Weld42.C1 = CFrame.new(-0.978652954, 1.40459442, 2.09440422, 0, 0, -1, 0.707106829, 0.707106829, -0, 0.707106829, -0.707106829, 0)
  481. Weld42.Part0 = Part124
  482. Weld42.Part1 = Part41
  483. CFrameValue43.Name = "qRelativeCFrameWeldValue"
  484. CFrameValue43.Parent = Part41
  485. CFrameValue43.Value = CFrame.new(-0.978652954, 1.40459442, 2.09440422, 0, 0, -1, 0.707106829, 0.707106829, -0, 0.707106829, -0.707106829, 0)
  486. Part44.Parent = Warhammer
  487. Part44.Material = Enum.Material.SmoothPlastic
  488. Part44.BrickColor = BrickColor.new("Really black")
  489. Part44.Rotation = Vector3.new(89.9899979, 45.0499992, 90.0099945)
  490. Part44.Size = Vector3.new(0.5, 0.747824967, 0.291082442)
  491. Part44.CFrame = CFrame.new(-16.1545315, 4.27316856, 10.3534794, -7.75184308e-05, -0.70649153, 0.707721651, 6.76766067e-05, -0.707721651, -0.70649153, 1, -6.86991916e-06, 0.000102674414)
  492. Part44.BottomSurface = Enum.SurfaceType.Smooth
  493. Part44.TopSurface = Enum.SurfaceType.Smooth
  494. Part44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  495. Part44.Position = Vector3.new(-16.1545315, 4.27316856, 10.3534794)
  496. Part44.Orientation = Vector3.new(44.9500008, 89.9899979, 179.98999)
  497. Part44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  498. Weld45.Name = "qCFrameWeldThingy"
  499. Weld45.Parent = Part44
  500. Weld45.C1 = CFrame.new(-0.978652954, 1.40459347, 0.734019279, 0, 0, -1, 0.707106829, 0.707106829, -0, 0.707106829, -0.707106829, 0)
  501. Weld45.Part0 = Part124
  502. Weld45.Part1 = Part44
  503. CFrameValue46.Name = "qRelativeCFrameWeldValue"
  504. CFrameValue46.Parent = Part44
  505. CFrameValue46.Value = CFrame.new(-0.978652954, 1.40459347, 0.734019279, 0, 0, -1, 0.707106829, 0.707106829, -0, 0.707106829, -0.707106829, 0)
  506. Part47.Parent = Warhammer
  507. Part47.Material = Enum.Material.Glass
  508. Part47.Rotation = Vector3.new(0, 0, 0.049999997)
  509. Part47.FormFactor = Enum.FormFactor.Plate
  510. Part47.Size = Vector3.new(0.200000003, 1, 0.200000003)
  511. Part47.CFrame = CFrame.new(-16.6371212, 5.9085207, 10.3529348, 0.999999642, -0.00086982036, -7.75184308e-05, 0.000869825599, 0.999999642, 6.76766067e-05, 7.74595392e-05, -6.77440039e-05, 1)
  512. Part47.TopSurface = Enum.SurfaceType.Weld
  513. Part47.Position = Vector3.new(-16.6371212, 5.9085207, 10.3529348)
  514. Part47.Orientation = Vector3.new(0, 0, 0.049999997)
  515. SpecialMesh48.Parent = Part47
  516. SpecialMesh48.MeshId = "http://www.roblox.com/asset/?id=1033714"
  517. SpecialMesh48.Scale = Vector3.new(0.150000006, 0.899999976, 0.150000006)
  518. SpecialMesh48.VertexColor = Vector3.new(0, 0.899999976, 0.699999988)
  519. SpecialMesh48.MeshType = Enum.MeshType.FileMesh
  520. SpecialMesh48.Scale = Vector3.new(0.150000006, 0.899999976, 0.150000006)
  521. Weld49.Name = "qCFrameWeldThingy"
  522. Weld49.Parent = Part47
  523. Weld49.C1 = CFrame.new(0.00699996948, -3.14799881, -0.978256226, 0, -1, -0, -1, 0, -0, 0, 0, -1)
  524. Weld49.Part0 = Part124
  525. Weld49.Part1 = Part47
  526. CFrameValue50.Name = "qRelativeCFrameWeldValue"
  527. CFrameValue50.Parent = Part47
  528. CFrameValue50.Value = CFrame.new(0.00699996948, -3.14799881, -0.978256226, 0, -1, -0, -1, 0, -0, 0, 0, -1)
  529. Part51.Parent = Warhammer
  530. Part51.Material = Enum.Material.Glass
  531. Part51.Rotation = Vector3.new(0, 0, -179.949997)
  532. Part51.FormFactor = Enum.FormFactor.Plate
  533. Part51.Size = Vector3.new(0.200000003, 1, 0.200000003)
  534. Part51.CFrame = CFrame.new(-16.6351604, 3.65852237, 10.3530874, -0.999999642, 0.00086982036, -7.75184308e-05, -0.000869825599, -0.999999642, 6.76766067e-05, -7.74595392e-05, 6.77440039e-05, 1)
  535. Part51.TopSurface = Enum.SurfaceType.Weld
  536. Part51.Position = Vector3.new(-16.6351604, 3.65852237, 10.3530874)
  537. Part51.Orientation = Vector3.new(0, 0, -179.949997)
  538. SpecialMesh52.Parent = Part51
  539. SpecialMesh52.MeshId = "http://www.roblox.com/asset/?id=1033714"
  540. SpecialMesh52.Scale = Vector3.new(0.150000006, 0.899999976, 0.150000006)
  541. SpecialMesh52.VertexColor = Vector3.new(0, 0.899999976, 0.699999988)
  542. SpecialMesh52.MeshType = Enum.MeshType.FileMesh
  543. SpecialMesh52.Scale = Vector3.new(0.150000006, 0.899999976, 0.150000006)
  544. Weld53.Name = "qCFrameWeldThingy"
  545. Weld53.Parent = Part51
  546. Weld53.C1 = CFrame.new(-0.00699615479, 0.897999763, -0.978256226, 0, 1, 0, 1, 0, 0, 0, 0, -1)
  547. Weld53.Part0 = Part124
  548. Weld53.Part1 = Part51
  549. CFrameValue54.Name = "qRelativeCFrameWeldValue"
  550. CFrameValue54.Parent = Part51
  551. CFrameValue54.Value = CFrame.new(-0.00699615479, 0.897999763, -0.978256226, 0, 1, 0, 1, 0, 0, 0, 0, -1)
  552. Part55.Parent = Warhammer
  553. Part55.Material = Enum.Material.SmoothPlastic
  554. Part55.BrickColor = BrickColor.new("Really black")
  555. Part55.Rotation = Vector3.new(90, 0.049999997, 90)
  556. Part55.Size = Vector3.new(0.5, 0.747824967, 0.291082442)
  557. Part55.CFrame = CFrame.new(-16.6351757, 4.07339382, 8.3534708, -7.75184308e-05, -0.999999642, 0.00086982036, 6.76766067e-05, -0.000869825599, -0.999999642, 1, -7.74595392e-05, 6.77440039e-05)
  558. Part55.BottomSurface = Enum.SurfaceType.Smooth
  559. Part55.TopSurface = Enum.SurfaceType.Smooth
  560. Part55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  561. Part55.Position = Vector3.new(-16.6351757, 4.07339382, 8.3534708)
  562. Part55.Orientation = Vector3.new(89.9499969, 85.5499954, 175.550003)
  563. Part55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  564. Weld56.Name = "qCFrameWeldThingy"
  565. Weld56.Parent = Part55
  566. Weld56.C1 = CFrame.new(1.02133179, -0.00680541992, 1.3130064, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  567. Weld56.Part0 = Part124
  568. Weld56.Part1 = Part55
  569. CFrameValue57.Name = "qRelativeCFrameWeldValue"
  570. CFrameValue57.Parent = Part55
  571. CFrameValue57.Value = CFrame.new(1.02133179, -0.00680541992, 1.3130064, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  572. Part58.Parent = Warhammer
  573. Part58.Material = Enum.Material.Glass
  574. Part58.Rotation = Vector3.new(0, 0, 90.0499954)
  575. Part58.FormFactor = Enum.FormFactor.Plate
  576. Part58.Size = Vector3.new(0.200000003, 1, 0.200000003)
  577. Part58.CFrame = CFrame.new(-17.7609844, 4.78240585, 8.35293865, -0.00086982036, -0.999999642, -7.75184308e-05, 0.999999642, -0.000869825599, 6.76766067e-05, -6.77440039e-05, -7.74595392e-05, 1)
  578. Part58.TopSurface = Enum.SurfaceType.Weld
  579. Part58.Position = Vector3.new(-17.7609844, 4.78240585, 8.35293865)
  580. Part58.Orientation = Vector3.new(0, 0, 90.0499954)
  581. SpecialMesh59.Parent = Part58
  582. SpecialMesh59.MeshId = "http://www.roblox.com/asset/?id=1033714"
  583. SpecialMesh59.Scale = Vector3.new(0.150000006, 0.899999976, 0.150000006)
  584. SpecialMesh59.VertexColor = Vector3.new(0, 0.899999976, 0.699999988)
  585. SpecialMesh59.MeshType = Enum.MeshType.FileMesh
  586. SpecialMesh59.Scale = Vector3.new(0.150000006, 0.899999976, 0.150000006)
  587. Weld60.Name = "qCFrameWeldThingy"
  588. Weld60.Parent = Part58
  589. Weld60.C1 = CFrame.new(-2.02299786, -1.13199615, 1.02172852, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  590. Weld60.Part0 = Part124
  591. Weld60.Part1 = Part58
  592. CFrameValue61.Name = "qRelativeCFrameWeldValue"
  593. CFrameValue61.Parent = Part58
  594. CFrameValue61.Value = CFrame.new(-2.02299786, -1.13199615, 1.02172852, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  595. Part62.Parent = Warhammer
  596. Part62.Material = Enum.Material.SmoothPlastic
  597. Part62.BrickColor = BrickColor.new("Really black")
  598. Part62.Rotation = Vector3.new(90, -44.9500008, 90.0099945)
  599. Part62.Size = Vector3.new(0.5, 0.747824967, 0.291082442)
  600. Part62.CFrame = CFrame.new(-16.1552181, 5.23497391, 8.35342979, -7.75184308e-05, -0.707721651, -0.70649153, 6.76766067e-05, 0.70649153, -0.707721651, 1, -0.000102674414, -6.86991916e-06)
  601. Part62.BottomSurface = Enum.SurfaceType.Smooth
  602. Part62.TopSurface = Enum.SurfaceType.Smooth
  603. Part62.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  604. Part62.Position = Vector3.new(-16.1552181, 5.23497391, 8.35342979)
  605. Part62.Orientation = Vector3.new(45.0499992, -90, 0.00999999978)
  606. Part62.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  607. Weld63.Name = "qCFrameWeldThingy"
  608. Weld63.Parent = Part62
  609. Weld63.C1 = CFrame.new(1.02133179, -1.414217, 2.08478546, 0, 0, -1, -0.707106829, 0.707106829, 0, 0.707106829, 0.707106829, -0)
  610. Weld63.Part0 = Part124
  611. Weld63.Part1 = Part62
  612. CFrameValue64.Name = "qRelativeCFrameWeldValue"
  613. CFrameValue64.Parent = Part62
  614. CFrameValue64.Value = CFrame.new(1.02133179, -1.414217, 2.08478546, 0, 0, -1, -0.707106829, 0.707106829, 0, 0.707106829, 0.707106829, -0)
  615. Part65.Parent = Warhammer
  616. Part65.Material = Enum.Material.Glass
  617. Part65.Rotation = Vector3.new(0, 0, 45.0499992)
  618. Part65.FormFactor = Enum.FormFactor.Plate
  619. Part65.Size = Vector3.new(0.200000003, 1, 0.200000003)
  620. Part65.CFrame = CFrame.new(-17.4321728, 5.57818794, 8.352911, 0.70649153, -0.707721651, -7.75184308e-05, 0.707721651, 0.70649153, 6.76766067e-05, 6.86991916e-06, -0.000102674414, 1)
  621. Part65.TopSurface = Enum.SurfaceType.Weld
  622. Part65.Position = Vector3.new(-17.4321728, 5.57818794, 8.352911)
  623. Part65.Orientation = Vector3.new(0, 0, 45.0499992)
  624. SpecialMesh66.Parent = Part65
  625. SpecialMesh66.MeshId = "http://www.roblox.com/asset/?id=1033714"
  626. SpecialMesh66.Scale = Vector3.new(0.150000006, 0.899999976, 0.150000006)
  627. SpecialMesh66.VertexColor = Vector3.new(0, 0.899999976, 0.699999988)
  628. SpecialMesh66.MeshType = Enum.MeshType.FileMesh
  629. SpecialMesh66.Scale = Vector3.new(0.150000006, 0.899999976, 0.150000006)
  630. Weld67.Name = "qCFrameWeldThingy"
  631. Weld67.Parent = Part65
  632. Weld67.C1 = CFrame.new(-1.42552757, -2.56042385, 1.02172852, -0.707106829, -0.707106829, 0, -0.707106829, 0.707106829, 0, 0, 0, -1)
  633. Weld67.Part0 = Part124
  634. Weld67.Part1 = Part65
  635. CFrameValue68.Name = "qRelativeCFrameWeldValue"
  636. CFrameValue68.Parent = Part65
  637. CFrameValue68.Value = CFrame.new(-1.42552757, -2.56042385, 1.02172852, -0.707106829, -0.707106829, 0, -0.707106829, 0.707106829, 0, 0, 0, -1)
  638. Part69.Parent = Warhammer
  639. Part69.Material = Enum.Material.Glass
  640. Part69.Rotation = Vector3.new(0, 0, -134.949997)
  641. Part69.FormFactor = Enum.FormFactor.Plate
  642. Part69.Size = Vector3.new(0.200000003, 1, 0.200000003)
  643. Part69.CFrame = CFrame.new(-15.8397989, 3.98858261, 8.35314178, -0.70649153, 0.707721651, -7.75184308e-05, -0.707721651, -0.70649153, 6.76766067e-05, -6.86991916e-06, 0.000102674414, 1)
  644. Part69.TopSurface = Enum.SurfaceType.Weld
  645. Part69.Position = Vector3.new(-15.8397989, 3.98858261, 8.35314178)
  646. Part69.Orientation = Vector3.new(0, 0, -134.949997)
  647. SpecialMesh70.Parent = Part69
  648. SpecialMesh70.MeshId = "http://www.roblox.com/asset/?id=1033714"
  649. SpecialMesh70.Scale = Vector3.new(0.150000006, 0.899999976, 0.150000006)
  650. SpecialMesh70.VertexColor = Vector3.new(0, 0.899999976, 0.699999988)
  651. SpecialMesh70.MeshType = Enum.MeshType.FileMesh
  652. SpecialMesh70.Scale = Vector3.new(0.150000006, 0.899999976, 0.150000006)
  653. Weld71.Name = "qCFrameWeldThingy"
  654. Weld71.Parent = Part69
  655. Weld71.C1 = CFrame.new(1.42552853, 0.310423851, 1.02172852, 0.707106829, 0.707106829, -0, 0.707106829, -0.707106829, 0, 0, 0, -1)
  656. Weld71.Part0 = Part124
  657. Weld71.Part1 = Part69
  658. CFrameValue72.Name = "qRelativeCFrameWeldValue"
  659. CFrameValue72.Parent = Part69
  660. CFrameValue72.Value = CFrame.new(1.42552853, 0.310423851, 1.02172852, 0.707106829, 0.707106829, -0, 0.707106829, -0.707106829, 0, 0, 0, -1)
  661. Part73.Parent = Warhammer
  662. Part73.Material = Enum.Material.Glass
  663. Part73.Rotation = Vector3.new(0, 0, 135.050003)
  664. Part73.FormFactor = Enum.FormFactor.Plate
  665. Part73.Size = Vector3.new(0.200000003, 1, 0.200000003)
  666. Part73.CFrame = CFrame.new(-17.4307861, 3.9871974, 8.35301876, -0.707721651, -0.70649153, -7.75184308e-05, 0.70649153, -0.707721651, 6.76766067e-05, -0.000102674414, -6.86991916e-06, 1)
  667. Part73.TopSurface = Enum.SurfaceType.Weld
  668. Part73.Position = Vector3.new(-17.4307861, 3.9871974, 8.35301876)
  669. Part73.Orientation = Vector3.new(0, 0, 135.050003)
  670. SpecialMesh74.Parent = Part73
  671. SpecialMesh74.MeshId = "http://www.roblox.com/asset/?id=1033714"
  672. SpecialMesh74.Scale = Vector3.new(0.150000006, 0.899999976, 0.150000006)
  673. SpecialMesh74.VertexColor = Vector3.new(0, 0.899999976, 0.699999988)
  674. SpecialMesh74.MeshType = Enum.MeshType.FileMesh
  675. SpecialMesh74.Scale = Vector3.new(0.150000006, 0.899999976, 0.150000006)
  676. Weld75.Name = "qCFrameWeldThingy"
  677. Weld75.Parent = Part73
  678. Weld75.C1 = CFrame.new(-1.43542099, 0.30052948, 1.02172852, -0.707106829, 0.707106829, 0, 0.707106829, 0.707106829, -0, 0, 0, -1)
  679. Weld75.Part0 = Part124
  680. Weld75.Part1 = Part73
  681. CFrameValue76.Name = "qRelativeCFrameWeldValue"
  682. CFrameValue76.Parent = Part73
  683. CFrameValue76.Value = CFrame.new(-1.43542099, 0.30052948, 1.02172852, -0.707106829, 0.707106829, 0, 0.707106829, 0.707106829, -0, 0, 0, -1)
  684. Part77.Parent = Warhammer
  685. Part77.Material = Enum.Material.Glass
  686. Part77.Rotation = Vector3.new(0, 0, -44.9500008)
  687. Part77.FormFactor = Enum.FormFactor.Plate
  688. Part77.Size = Vector3.new(0.200000003, 1, 0.200000003)
  689. Part77.CFrame = CFrame.new(-15.8411827, 5.57956982, 8.35303402, 0.707721651, 0.70649153, -7.75184308e-05, -0.70649153, 0.707721651, 6.76766067e-05, 0.000102674414, 6.86991916e-06, 1)
  690. Part77.TopSurface = Enum.SurfaceType.Weld
  691. Part77.Position = Vector3.new(-15.8411827, 5.57956982, 8.35303402)
  692. Part77.Orientation = Vector3.new(0, 0, -44.9500008)
  693. SpecialMesh78.Parent = Part77
  694. SpecialMesh78.MeshId = "http://www.roblox.com/asset/?id=1033714"
  695. SpecialMesh78.Scale = Vector3.new(0.150000006, 0.899999976, 0.150000006)
  696. SpecialMesh78.VertexColor = Vector3.new(0, 0.899999976, 0.699999988)
  697. SpecialMesh78.MeshType = Enum.MeshType.FileMesh
  698. SpecialMesh78.Scale = Vector3.new(0.150000006, 0.899999976, 0.150000006)
  699. Weld79.Name = "qCFrameWeldThingy"
  700. Weld79.Parent = Part77
  701. Weld79.C1 = CFrame.new(1.43542194, -2.55052662, 1.02172852, 0.707106829, -0.707106829, 0, -0.707106829, -0.707106829, 0, 0, 0, -1)
  702. Weld79.Part0 = Part124
  703. Weld79.Part1 = Part77
  704. CFrameValue80.Name = "qRelativeCFrameWeldValue"
  705. CFrameValue80.Parent = Part77
  706. CFrameValue80.Value = CFrame.new(1.43542194, -2.55052662, 1.02172852, 0.707106829, -0.707106829, 0, -0.707106829, -0.707106829, 0, 0, 0, -1)
  707. Part81.Parent = Warhammer
  708. Part81.Material = Enum.Material.SmoothPlastic
  709. Part81.BrickColor = BrickColor.new("Really black")
  710. Part81.Rotation = Vector3.new(90, 0.049999997, 90)
  711. Part81.Size = Vector3.new(0.5, 0.747824967, 0.291082442)
  712. Part81.CFrame = CFrame.new(-16.6363602, 5.4337759, 8.3533783, -7.75184308e-05, -0.999999642, 0.00086982036, 6.76766067e-05, -0.000869825599, -0.999999642, 1, -7.74595392e-05, 6.77440039e-05)
  713. Part81.BottomSurface = Enum.SurfaceType.Smooth
  714. Part81.TopSurface = Enum.SurfaceType.Smooth
  715. Part81.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  716. Part81.Position = Vector3.new(-16.6363602, 5.4337759, 8.3533783)
  717. Part81.Orientation = Vector3.new(89.9499969, 85.5499954, 175.550003)
  718. Part81.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  719. Weld82.Name = "qCFrameWeldThingy"
  720. Weld82.Parent = Part81
  721. Weld82.C1 = CFrame.new(1.02133179, -0.00680541992, 2.67338943, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  722. Weld82.Part0 = Part124
  723. Weld82.Part1 = Part81
  724. CFrameValue83.Name = "qRelativeCFrameWeldValue"
  725. CFrameValue83.Parent = Part81
  726. CFrameValue83.Value = CFrame.new(1.02133179, -0.00680541992, 2.67338943, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  727. Part84.Parent = Warhammer
  728. Part84.Material = Enum.Material.Glass
  729. Part84.Rotation = Vector3.new(0, 0, -89.9499969)
  730. Part84.FormFactor = Enum.FormFactor.Plate
  731. Part84.Size = Vector3.new(0.200000003, 1, 0.200000003)
  732. Part84.CFrame = CFrame.new(-15.5109882, 4.78436327, 8.35311317, 0.00086982036, 0.999999642, -7.75184308e-05, -0.999999642, 0.000869825599, 6.76766067e-05, 6.77440039e-05, 7.74595392e-05, 1)
  733. Part84.TopSurface = Enum.SurfaceType.Weld
  734. Part84.Position = Vector3.new(-15.5109882, 4.78436327, 8.35311317)
  735. Part84.Orientation = Vector3.new(0, 0, -89.9499969)
  736. SpecialMesh85.Parent = Part84
  737. SpecialMesh85.MeshId = "http://www.roblox.com/asset/?id=1033714"
  738. SpecialMesh85.Scale = Vector3.new(0.150000006, 0.899999976, 0.150000006)
  739. SpecialMesh85.VertexColor = Vector3.new(0, 0.899999976, 0.699999988)
  740. SpecialMesh85.MeshType = Enum.MeshType.FileMesh
  741. SpecialMesh85.Scale = Vector3.new(0.150000006, 0.899999976, 0.150000006)
  742. Weld86.Name = "qCFrameWeldThingy"
  743. Weld86.Parent = Part84
  744. Weld86.C1 = CFrame.new(2.02299786, -1.11800003, 1.02172852, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  745. Weld86.Part0 = Part124
  746. Weld86.Part1 = Part84
  747. CFrameValue87.Name = "qRelativeCFrameWeldValue"
  748. CFrameValue87.Parent = Part84
  749. CFrameValue87.Value = CFrame.new(2.02299786, -1.11800003, 1.02172852, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  750. Part88.Parent = Warhammer
  751. Part88.Material = Enum.Material.SmoothPlastic
  752. Part88.BrickColor = BrickColor.new("Really black")
  753. Part88.Rotation = Vector3.new(90, -44.9500008, 90.0099945)
  754. Part88.Size = Vector3.new(0.5, 0.747824967, 0.291082442)
  755. Part88.CFrame = CFrame.new(-17.1163177, 4.27219915, 8.35342026, -7.75184308e-05, -0.707721651, -0.70649153, 6.76766067e-05, 0.70649153, -0.707721651, 1, -0.000102674414, -6.86991916e-06)
  756. Part88.BottomSurface = Enum.SurfaceType.Smooth
  757. Part88.TopSurface = Enum.SurfaceType.Smooth
  758. Part88.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  759. Part88.Position = Vector3.new(-17.1163177, 4.27219915, 8.35342026)
  760. Part88.Orientation = Vector3.new(45.0499992, -90, 0.00999999978)
  761. Part88.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  762. Weld89.Name = "qCFrameWeldThingy"
  763. Weld89.Parent = Part88
  764. Weld89.C1 = CFrame.new(1.02133179, -1.41421604, 0.72440052, 0, 0, -1, -0.707106829, 0.707106829, 0, 0.707106829, 0.707106829, -0)
  765. Weld89.Part0 = Part124
  766. Weld89.Part1 = Part88
  767. CFrameValue90.Name = "qRelativeCFrameWeldValue"
  768. CFrameValue90.Parent = Part88
  769. CFrameValue90.Value = CFrame.new(1.02133179, -1.41421604, 0.72440052, 0, 0, -1, -0.707106829, 0.707106829, 0, 0.707106829, 0.707106829, -0)
  770. Part91.Parent = Warhammer
  771. Part91.Material = Enum.Material.SmoothPlastic
  772. Part91.BrickColor = BrickColor.new("Really black")
  773. Part91.Rotation = Vector3.new(-84.909996, 89.9499969, -95.0899963)
  774. Part91.Size = Vector3.new(0.5, 0.747824967, 0.291082442)
  775. Part91.CFrame = CFrame.new(-17.315958, 4.7529912, 8.35337257, -7.75184308e-05, 0.00086982036, 0.999999642, 6.76766067e-05, -0.999999642, 0.000869825599, 1, 6.77440039e-05, 7.74595392e-05)
  776. Part91.BottomSurface = Enum.SurfaceType.Smooth
  777. Part91.TopSurface = Enum.SurfaceType.Smooth
  778. Part91.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  779. Part91.Position = Vector3.new(-17.315958, 4.7529912, 8.35337257)
  780. Part91.Orientation = Vector3.new(-0.049999997, 90, 180)
  781. Part91.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  782. Weld92.Name = "qCFrameWeldThingy"
  783. Weld92.Parent = Part91
  784. Weld92.C1 = CFrame.new(1.02133179, 1.99319601, 0.68699646, 0, 0, -1, 1, 0, 0, 0, -1, 0)
  785. Weld92.Part0 = Part124
  786. Weld92.Part1 = Part91
  787. CFrameValue93.Name = "qRelativeCFrameWeldValue"
  788. CFrameValue93.Parent = Part91
  789. CFrameValue93.Value = CFrame.new(1.02133179, 1.99319601, 0.68699646, 0, 0, -1, 1, 0, 0, 0, -1, 0)
  790. Part94.Parent = Warhammer
  791. Part94.Material = Enum.Material.Glass
  792. Part94.Rotation = Vector3.new(0, 0, 0.049999997)
  793. Part94.FormFactor = Enum.FormFactor.Plate
  794. Part94.Size = Vector3.new(0.200000003, 1, 0.200000003)
  795. Part94.CFrame = CFrame.new(-16.6369667, 5.90838528, 8.3529501, 0.999999642, -0.00086982036, -7.75184308e-05, 0.000869825599, 0.999999642, 6.76766067e-05, 7.74595392e-05, -6.77440039e-05, 1)
  796. Part94.TopSurface = Enum.SurfaceType.Weld
  797. Part94.Position = Vector3.new(-16.6369667, 5.90838528, 8.3529501)
  798. Part94.Orientation = Vector3.new(0, 0, 0.049999997)
  799. SpecialMesh95.Parent = Part94
  800. SpecialMesh95.MeshId = "http://www.roblox.com/asset/?id=1033714"
  801. SpecialMesh95.Scale = Vector3.new(0.150000006, 0.899999976, 0.150000006)
  802. SpecialMesh95.VertexColor = Vector3.new(0, 0.899999976, 0.699999988)
  803. SpecialMesh95.MeshType = Enum.MeshType.FileMesh
  804. SpecialMesh95.Scale = Vector3.new(0.150000006, 0.899999976, 0.150000006)
  805. Weld96.Name = "qCFrameWeldThingy"
  806. Weld96.Parent = Part94
  807. Weld96.C1 = CFrame.new(0.00699996948, -3.14799881, 1.02172852, 0, -1, -0, -1, 0, -0, 0, 0, -1)
  808. Weld96.Part0 = Part124
  809. Weld96.Part1 = Part94
  810. CFrameValue97.Name = "qRelativeCFrameWeldValue"
  811. CFrameValue97.Parent = Part94
  812. CFrameValue97.Value = CFrame.new(0.00699996948, -3.14799881, 1.02172852, 0, -1, -0, -1, 0, -0, 0, 0, -1)
  813. Part98.Parent = Warhammer
  814. Part98.Material = Enum.Material.Glass
  815. Part98.Rotation = Vector3.new(0, 0, -179.949997)
  816. Part98.FormFactor = Enum.FormFactor.Plate
  817. Part98.Size = Vector3.new(0.200000003, 1, 0.200000003)
  818. Part98.CFrame = CFrame.new(-16.635006, 3.65838695, 8.35310268, -0.999999642, 0.00086982036, -7.75184308e-05, -0.000869825599, -0.999999642, 6.76766067e-05, -7.74595392e-05, 6.77440039e-05, 1)
  819. Part98.TopSurface = Enum.SurfaceType.Weld
  820. Part98.Position = Vector3.new(-16.635006, 3.65838695, 8.35310268)
  821. Part98.Orientation = Vector3.new(0, 0, -179.949997)
  822. SpecialMesh99.Parent = Part98
  823. SpecialMesh99.MeshId = "http://www.roblox.com/asset/?id=1033714"
  824. SpecialMesh99.Scale = Vector3.new(0.150000006, 0.899999976, 0.150000006)
  825. SpecialMesh99.VertexColor = Vector3.new(0, 0.899999976, 0.699999988)
  826. SpecialMesh99.MeshType = Enum.MeshType.FileMesh
  827. SpecialMesh99.Scale = Vector3.new(0.150000006, 0.899999976, 0.150000006)
  828. Weld100.Name = "qCFrameWeldThingy"
  829. Weld100.Parent = Part98
  830. Weld100.C1 = CFrame.new(-0.00699615479, 0.897999763, 1.02172852, 0, 1, 0, 1, 0, 0, 0, 0, -1)
  831. Weld100.Part0 = Part124
  832. Weld100.Part1 = Part98
  833. CFrameValue101.Name = "qRelativeCFrameWeldValue"
  834. CFrameValue101.Parent = Part98
  835. CFrameValue101.Value = CFrame.new(-0.00699615479, 0.897999763, 1.02172852, 0, 1, 0, 1, 0, 0, 0, 0, -1)
  836. Part102.Parent = Warhammer
  837. Part102.Material = Enum.Material.SmoothPlastic
  838. Part102.BrickColor = BrickColor.new("Really black")
  839. Part102.Rotation = Vector3.new(89.9899979, 45.0499992, 90.0099945)
  840. Part102.Size = Vector3.new(0.5, 0.747824967, 0.291082442)
  841. Part102.CFrame = CFrame.new(-17.1171494, 5.2341342, 8.35335541, -7.75184308e-05, -0.70649153, 0.707721651, 6.76766067e-05, -0.707721651, -0.70649153, 1, -6.86991916e-06, 0.000102674414)
  842. Part102.BottomSurface = Enum.SurfaceType.Smooth
  843. Part102.TopSurface = Enum.SurfaceType.Smooth
  844. Part102.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  845. Part102.Position = Vector3.new(-17.1171494, 5.2341342, 8.35335541)
  846. Part102.Orientation = Vector3.new(44.9500008, 89.9899979, 179.98999)
  847. Part102.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  848. Weld103.Name = "qCFrameWeldThingy"
  849. Weld103.Parent = Part102
  850. Weld103.C1 = CFrame.new(1.02133179, 1.40459442, 2.09440422, 0, 0, -1, 0.707106829, 0.707106829, -0, 0.707106829, -0.707106829, 0)
  851. Weld103.Part0 = Part124
  852. Weld103.Part1 = Part102
  853. CFrameValue104.Name = "qRelativeCFrameWeldValue"
  854. CFrameValue104.Parent = Part102
  855. CFrameValue104.Value = CFrame.new(1.02133179, 1.40459442, 2.09440422, 0, 0, -1, 0.707106829, 0.707106829, -0, 0.707106829, -0.707106829, 0)
  856. Part105.Parent = Warhammer
  857. Part105.Material = Enum.Material.SmoothPlastic
  858. Part105.BrickColor = BrickColor.new("Really black")
  859. Part105.Rotation = Vector3.new(89.9899979, 45.0499992, 90.0099945)
  860. Part105.Size = Vector3.new(0.5, 0.747824967, 0.291082442)
  861. Part105.CFrame = CFrame.new(-16.154377, 4.27303314, 8.35349464, -7.75184308e-05, -0.70649153, 0.707721651, 6.76766067e-05, -0.707721651, -0.70649153, 1, -6.86991916e-06, 0.000102674414)
  862. Part105.BottomSurface = Enum.SurfaceType.Smooth
  863. Part105.TopSurface = Enum.SurfaceType.Smooth
  864. Part105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  865. Part105.Position = Vector3.new(-16.154377, 4.27303314, 8.35349464)
  866. Part105.Orientation = Vector3.new(44.9500008, 89.9899979, 179.98999)
  867. Part105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  868. Weld106.Name = "qCFrameWeldThingy"
  869. Weld106.Parent = Part105
  870. Weld106.C1 = CFrame.new(1.02133179, 1.40459347, 0.734019279, 0, 0, -1, 0.707106829, 0.707106829, -0, 0.707106829, -0.707106829, 0)
  871. Weld106.Part0 = Part124
  872. Weld106.Part1 = Part105
  873. CFrameValue107.Name = "qRelativeCFrameWeldValue"
  874. CFrameValue107.Parent = Part105
  875. CFrameValue107.Value = CFrame.new(1.02133179, 1.40459347, 0.734019279, 0, 0, -1, 0.707106829, 0.707106829, -0, 0.707106829, -0.707106829, 0)
  876. Part108.Parent = Warhammer
  877. Part108.Material = Enum.Material.SmoothPlastic
  878. Part108.BrickColor = BrickColor.new("Really black")
  879. Part108.Rotation = Vector3.new(-84.909996, 89.9499969, -95.0899963)
  880. Part108.Size = Vector3.new(0.5, 0.747824967, 0.291082442)
  881. Part108.CFrame = CFrame.new(-15.9555731, 4.75417471, 8.35347748, -7.75184308e-05, 0.00086982036, 0.999999642, 6.76766067e-05, -0.999999642, 0.000869825599, 1, 6.77440039e-05, 7.74595392e-05)
  882. Part108.BottomSurface = Enum.SurfaceType.Smooth
  883. Part108.TopSurface = Enum.SurfaceType.Smooth
  884. Part108.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  885. Part108.Position = Vector3.new(-15.9555731, 4.75417471, 8.35347748)
  886. Part108.Orientation = Vector3.new(-0.049999997, 90, 180)
  887. Part108.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  888. Weld109.Name = "qCFrameWeldThingy"
  889. Weld109.Parent = Part108
  890. Weld109.C1 = CFrame.new(1.02133179, 1.99319601, -0.673389435, 0, 0, -1, 1, 0, 0, 0, -1, 0)
  891. Weld109.Part0 = Part124
  892. Weld109.Part1 = Part108
  893. CFrameValue110.Name = "qRelativeCFrameWeldValue"
  894. CFrameValue110.Parent = Part108
  895. CFrameValue110.Value = CFrame.new(1.02133179, 1.99319601, -0.673389435, 0, 0, -1, 1, 0, 0, 0, -1, 0)
  896. Part111.Parent = Warhammer
  897. Part111.Material = Enum.Material.Glass
  898. Part111.BrickColor = BrickColor.new("Really black")
  899. Part111.Reflectance = 0.15000000596046
  900. Part111.Rotation = Vector3.new(0, 0, 0.049999997)
  901. Part111.FormFactor = Enum.FormFactor.Plate
  902. Part111.Size = Vector3.new(0.200000003, 1.25, 0.200000003)
  903. Part111.CFrame = CFrame.new(-16.6371536, 6.03345299, 9.35294151, 0.999999642, -0.00086982036, -7.75184308e-05, 0.000869825599, 0.999999642, 6.76766067e-05, 7.74595392e-05, -6.77440039e-05, 1)
  904. Part111.TopSurface = Enum.SurfaceType.Weld
  905. Part111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  906. Part111.Position = Vector3.new(-16.6371536, 6.03345299, 9.35294151)
  907. Part111.Orientation = Vector3.new(0, 0, 0.049999997)
  908. Part111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  909. SpecialMesh112.Parent = Part111
  910. SpecialMesh112.MeshId = "http://www.roblox.com/asset/?id=1033714"
  911. SpecialMesh112.Scale = Vector3.new(0.150000006, 2, 0.150000006)
  912. SpecialMesh112.VertexColor = Vector3.new(0, 0.899999976, 0.699999988)
  913. SpecialMesh112.MeshType = Enum.MeshType.FileMesh
  914. SpecialMesh112.Scale = Vector3.new(0.150000006, 2, 0.150000006)
  915. Weld113.Name = "qCFrameWeldThingy"
  916. Weld113.Parent = Part111
  917. Weld113.C1 = CFrame.new(0.00699996948, -3.27299881, 0.0217285156, 0, -1, -0, -1, 0, -0, 0, 0, -1)
  918. Weld113.Part0 = Part124
  919. Weld113.Part1 = Part111
  920. CFrameValue114.Name = "qRelativeCFrameWeldValue"
  921. CFrameValue114.Parent = Part111
  922. CFrameValue114.Value = CFrame.new(0.00699996948, -3.27299881, 0.0217285156, 0, -1, -0, -1, 0, -0, 0, 0, -1)
  923. Part115.Parent = Warhammer
  924. Part115.Material = Enum.Material.Glass
  925. Part115.BrickColor = BrickColor.new("Navy blue")
  926. Part115.Rotation = Vector3.new(0, 0, 90.0499954)
  927. Part115.FormFactor = Enum.FormFactor.Plate
  928. Part115.Shape = Enum.PartType.Cylinder
  929. Part115.Size = Vector3.new(0.200000003, 0.349999994, 0.699999988)
  930. Part115.CFrame = CFrame.new(-16.6366539, 5.45846176, 9.35298061, -0.00086982036, -0.999999642, -7.75184308e-05, 0.999999642, -0.000869825599, 6.76766067e-05, -6.77440039e-05, -7.74595392e-05, 1)
  931. Part115.TopSurface = Enum.SurfaceType.Weld
  932. Part115.Color = Color3.new(0, 0.12549, 0.376471)
  933. Part115.Position = Vector3.new(-16.6366539, 5.45846176, 9.35298061)
  934. Part115.Orientation = Vector3.new(0, 0, 90.0499954)
  935. Part115.Color = Color3.new(0, 0.12549, 0.376471)
  936. Weld116.Name = "qCFrameWeldThingy"
  937. Weld116.Parent = Part115
  938. Weld116.C1 = CFrame.new(-2.69800758, -0.00699996948, 0.0217285156, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  939. Weld116.Part0 = Part124
  940. Weld116.Part1 = Part115
  941. CFrameValue117.Name = "qRelativeCFrameWeldValue"
  942. CFrameValue117.Parent = Part115
  943. CFrameValue117.Value = CFrame.new(-2.69800758, -0.00699996948, 0.0217285156, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  944. Part118.Parent = Warhammer
  945. Part118.Material = Enum.Material.SmoothPlastic
  946. Part118.Rotation = Vector3.new(90, -44.9500008, 90.0099945)
  947. Part118.Size = Vector3.new(2.37396789, 0.730451643, 1.46090329)
  948. Part118.CFrame = CFrame.new(-16.6290455, 4.76046562, 9.35101414, -7.75184308e-05, -0.707721651, -0.70649153, 6.76766067e-05, 0.70649153, -0.707721651, 1, -0.000102674414, -6.86991916e-06)
  949. Part118.BottomSurface = Enum.SurfaceType.Smooth
  950. Part118.TopSurface = Enum.SurfaceType.Smooth
  951. Part118.Position = Vector3.new(-16.6290455, 4.76046562, 9.35101414)
  952. Part118.Orientation = Vector3.new(45.0499992, -90, 0.00999999978)
  953. Weld119.Name = "qCFrameWeldThingy"
  954. Weld119.Parent = Part118
  955. Weld119.C1 = CFrame.new(0.0237426758, -1.414217, 1.414217, 0, 0, -1, -0.707106829, 0.707106829, 0, 0.707106829, 0.707106829, -0)
  956. Weld119.Part0 = Part124
  957. Weld119.Part1 = Part118
  958. CFrameValue120.Name = "qRelativeCFrameWeldValue"
  959. CFrameValue120.Parent = Part118
  960. CFrameValue120.Value = CFrame.new(0.0237426758, -1.414217, 1.414217, 0, 0, -1, -0.707106829, 0.707106829, 0, 0.707106829, 0.707106829, -0)
  961. Part121.Parent = Warhammer
  962. Part121.Material = Enum.Material.SmoothPlastic
  963. Part121.BrickColor = BrickColor.new("Really black")
  964. Part121.Rotation = Vector3.new(90, -44.9500008, 90.0099945)
  965. Part121.Size = Vector3.new(0.5, 0.747824967, 0.291082442)
  966. Part121.CFrame = CFrame.new(-17.1164722, 4.27233458, 10.353405, -7.75184308e-05, -0.707721651, -0.70649153, 6.76766067e-05, 0.70649153, -0.707721651, 1, -0.000102674414, -6.86991916e-06)
  967. Part121.BottomSurface = Enum.SurfaceType.Smooth
  968. Part121.TopSurface = Enum.SurfaceType.Smooth
  969. Part121.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  970. Part121.Position = Vector3.new(-17.1164722, 4.27233458, 10.353405)
  971. Part121.Orientation = Vector3.new(45.0499992, -90, 0.00999999978)
  972. Part121.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  973. Weld122.Name = "qCFrameWeldThingy"
  974. Weld122.Parent = Part121
  975. Weld122.C1 = CFrame.new(-0.978652954, -1.41421604, 0.72440052, 0, 0, -1, -0.707106829, 0.707106829, 0, 0.707106829, 0.707106829, -0)
  976. Weld122.Part0 = Part124
  977. Weld122.Part1 = Part121
  978. CFrameValue123.Name = "qRelativeCFrameWeldValue"
  979. CFrameValue123.Parent = Part121
  980. CFrameValue123.Value = CFrame.new(-0.978652954, -1.41421604, 0.72440052, 0, 0, -1, -0.707106829, 0.707106829, 0, 0.707106829, 0.707106829, -0)
  981. Part124.Name = "Handle"
  982. Part124.Parent = Warhammer
  983. Part124.Material = Enum.Material.Glass
  984. Part124.BrickColor = BrickColor.new("Navy blue")
  985. Part124.Rotation = Vector3.new(180, 0, 89.9499969)
  986. Part124.Shape = Enum.PartType.Cylinder
  987. Part124.Size = Vector3.new(4.5, 0.5, 0.5)
  988. Part124.CFrame = CFrame.new(-16.6273079, 2.76046276, 9.37489223, 0.00086982036, -0.999999642, 7.75184308e-05, -0.999999642, -0.000869825599, -6.76766067e-05, 6.77440039e-05, -7.74595392e-05, -1)
  989. Part124.BottomSurface = Enum.SurfaceType.Smooth
  990. Part124.TopSurface = Enum.SurfaceType.Smooth
  991. Part124.Color = Color3.new(0, 0.12549, 0.376471)
  992. Part124.Position = Vector3.new(-16.6273079, 2.76046276, 9.37489223)
  993. Part124.Orientation = Vector3.new(0, 180, -90.0499954)
  994. Part124.Color = Color3.new(0, 0.12549, 0.376471)
  995. Part125.Parent = Warhammer
  996. Part125.Material = Enum.Material.Glass
  997. Part125.Reflectance = 0.15000000596046
  998. Part125.Rotation = Vector3.new(179.949997, -45, 89.9300003)
  999. Part125.Shape = Enum.PartType.Cylinder
  1000. Part125.Size = Vector3.new(0.75, 0.75, 0.75)
  1001. Part125.CFrame = CFrame.new(-16.6252422, 0.385463715, 9.37505341, 0.00086982036, -0.707161427, -0.707051754, -0.999999642, -0.000567205017, -0.000662914244, 6.77440039e-05, 0.707052052, -0.707161605)
  1002. Part125.BottomSurface = Enum.SurfaceType.Smooth
  1003. Part125.TopSurface = Enum.SurfaceType.Smooth
  1004. Part125.Position = Vector3.new(-16.6252422, 0.385463715, 9.37505341)
  1005. Part125.Orientation = Vector3.new(0.0399999991, -135, -90.0299988)
  1006. SpecialMesh126.Parent = Part125
  1007. SpecialMesh126.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1008. SpecialMesh126.Scale = Vector3.new(0.5, 1, 1)
  1009. SpecialMesh126.MeshType = Enum.MeshType.FileMesh
  1010. SpecialMesh126.Scale = Vector3.new(0.5, 1, 1)
  1011. Weld127.Name = "qCFrameWeldThingy"
  1012. Weld127.Parent = Part125
  1013. Weld127.C1 = CFrame.new(-2.375, 0, 0, 1, 0, 0, 0, 0.707106829, -0.707106829, -0, 0.707106829, 0.707106829)
  1014. Weld127.Part0 = Part124
  1015. Weld127.Part1 = Part125
  1016. CFrameValue128.Name = "qRelativeCFrameWeldValue"
  1017. CFrameValue128.Parent = Part125
  1018. CFrameValue128.Value = CFrame.new(-2.375, 0, 0, 1, 0, 0, 0, 0.707106829, -0.707106829, -0, 0.707106829, 0.707106829)
  1019. Part129.Name = "Hitbox"
  1020. Part129.Parent = Warhammer
  1021. Part129.Material = Enum.Material.SmoothPlastic
  1022. Part129.Transparency = 1
  1023. Part129.Rotation = Vector3.new(90, 0.049999997, 90)
  1024. Part129.CanCollide = false
  1025. Part129.Size = Vector3.new(2.37396789, 3.23045158, 3.21090317)
  1026. Part129.CFrame = CFrame.new(-16.6291542, 4.88546419, 9.35100555, -7.75184308e-05, -0.999999642, 0.00086982036, 6.76766067e-05, -0.000869825599, -0.999999642, 1, -7.74595392e-05, 6.77440039e-05)
  1027. Part129.BottomSurface = Enum.SurfaceType.Smooth
  1028. Part129.TopSurface = Enum.SurfaceType.Smooth
  1029. Part129.Position = Vector3.new(-16.6291542, 4.88546419, 9.35100555)
  1030. Part129.Orientation = Vector3.new(89.9499969, 85.5499954, 175.550003)
  1031. Attachment130.Name = "Top"
  1032. Attachment130.Parent = Part129
  1033. Attachment130.CFrame = CFrame.new(0, 0, -0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1034. Attachment130.Position = Vector3.new(0, 0, -0.5)
  1035. Attachment131.Name = "Bottom"
  1036. Attachment131.Parent = Part129
  1037. Attachment131.CFrame = CFrame.new(0, 0, 0.75, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1038. Attachment131.Position = Vector3.new(0, 0, 0.75)
  1039. Weld132.Name = "qCFrameWeldThingy"
  1040. Weld132.Parent = Part129
  1041. Weld132.C1 = CFrame.new(0.0237426758, 0, 2.12500381, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1042. Weld132.Part0 = Part124
  1043. Weld132.Part1 = Part129
  1044. CFrameValue133.Name = "qRelativeCFrameWeldValue"
  1045. CFrameValue133.Parent = Part129
  1046. CFrameValue133.Value = CFrame.new(0.0237426758, 0, 2.12500381, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1047. Part134.Parent = Warhammer
  1048. Part134.Material = Enum.Material.SmoothPlastic
  1049. Part134.BrickColor = BrickColor.new("Really black")
  1050. Part134.Rotation = Vector3.new(-84.909996, 89.9499969, -95.0899963)
  1051. Part134.Size = Vector3.new(0.5, 0.747824967, 0.291082442)
  1052. Part134.CFrame = CFrame.new(-17.3161144, 4.75312662, 10.3533573, -7.75184308e-05, 0.00086982036, 0.999999642, 6.76766067e-05, -0.999999642, 0.000869825599, 1, 6.77440039e-05, 7.74595392e-05)
  1053. Part134.BottomSurface = Enum.SurfaceType.Smooth
  1054. Part134.TopSurface = Enum.SurfaceType.Smooth
  1055. Part134.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1056. Part134.Position = Vector3.new(-17.3161144, 4.75312662, 10.3533573)
  1057. Part134.Orientation = Vector3.new(-0.049999997, 90, 180)
  1058. Part134.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1059. Weld135.Name = "qCFrameWeldThingy"
  1060. Weld135.Parent = Part134
  1061. Weld135.C1 = CFrame.new(-0.978652954, 1.99319601, 0.68699646, 0, 0, -1, 1, 0, 0, 0, -1, 0)
  1062. Weld135.Part0 = Part124
  1063. Weld135.Part1 = Part134
  1064. CFrameValue136.Name = "qRelativeCFrameWeldValue"
  1065. CFrameValue136.Parent = Part134
  1066. CFrameValue136.Value = CFrame.new(-0.978652954, 1.99319601, 0.68699646, 0, 0, -1, 1, 0, 0, 0, -1, 0)
  1067. Part137.Parent = Warhammer
  1068. Part137.Material = Enum.Material.SmoothPlastic
  1069. Part137.BrickColor = BrickColor.new("Really black")
  1070. Part137.Rotation = Vector3.new(-84.909996, 89.9499969, -95.0899963)
  1071. Part137.Size = Vector3.new(0.5, 0.747824967, 0.291082442)
  1072. Part137.CFrame = CFrame.new(-15.9557285, 4.75431013, 10.3534622, -7.75184308e-05, 0.00086982036, 0.999999642, 6.76766067e-05, -0.999999642, 0.000869825599, 1, 6.77440039e-05, 7.74595392e-05)
  1073. Part137.BottomSurface = Enum.SurfaceType.Smooth
  1074. Part137.TopSurface = Enum.SurfaceType.Smooth
  1075. Part137.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1076. Part137.Position = Vector3.new(-15.9557285, 4.75431013, 10.3534622)
  1077. Part137.Orientation = Vector3.new(-0.049999997, 90, 180)
  1078. Part137.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1079. Weld138.Name = "qCFrameWeldThingy"
  1080. Weld138.Parent = Part137
  1081. Weld138.C1 = CFrame.new(-0.978652954, 1.99319601, -0.673389435, 0, 0, -1, 1, 0, 0, 0, -1, 0)
  1082. Weld138.Part0 = Part124
  1083. Weld138.Part1 = Part137
  1084. CFrameValue139.Name = "qRelativeCFrameWeldValue"
  1085. CFrameValue139.Parent = Part137
  1086. CFrameValue139.Value = CFrame.new(-0.978652954, 1.99319601, -0.673389435, 0, 0, -1, 1, 0, 0, 0, -1, 0)
  1087. Part140.Parent = Warhammer
  1088. Part140.Material = Enum.Material.SmoothPlastic
  1089. Part140.Rotation = Vector3.new(89.9899979, 45.0499992, 90.0099945)
  1090. Part140.Size = Vector3.new(2.37396789, 0.730451643, 1.46090329)
  1091. Part140.CFrame = CFrame.new(-16.6290455, 4.76046562, 9.35101414, -7.75184308e-05, -0.70649153, 0.707721651, 6.76766067e-05, -0.707721651, -0.70649153, 1, -6.86991916e-06, 0.000102674414)
  1092. Part140.BottomSurface = Enum.SurfaceType.Smooth
  1093. Part140.TopSurface = Enum.SurfaceType.Smooth
  1094. Part140.Position = Vector3.new(-16.6290455, 4.76046562, 9.35101414)
  1095. Part140.Orientation = Vector3.new(44.9500008, 89.9899979, 179.98999)
  1096. Weld141.Name = "qCFrameWeldThingy"
  1097. Weld141.Parent = Part140
  1098. Weld141.C1 = CFrame.new(0.0237426758, 1.414217, 1.414217, 0, 0, -1, 0.707106829, 0.707106829, -0, 0.707106829, -0.707106829, 0)
  1099. Weld141.Part0 = Part124
  1100. Weld141.Part1 = Part140
  1101. CFrameValue142.Name = "qRelativeCFrameWeldValue"
  1102. CFrameValue142.Parent = Part140
  1103. CFrameValue142.Value = CFrame.new(0.0237426758, 1.414217, 1.414217, 0, 0, -1, 0.707106829, 0.707106829, -0, 0.707106829, -0.707106829, 0)
  1104. Part143.Parent = Warhammer
  1105. Part143.Material = Enum.Material.SmoothPlastic
  1106. Part143.Rotation = Vector3.new(95.0899963, -89.9499969, 95.0899963)
  1107. Part143.Size = Vector3.new(2.37396789, 0.730451643, 1.46090329)
  1108. Part143.CFrame = CFrame.new(-16.6290455, 4.76046419, 9.35101414, -7.75184308e-05, -0.00086982036, -0.999999642, 6.76766067e-05, 0.999999642, -0.000869825599, 1, -6.77440039e-05, -7.74595392e-05)
  1109. Part143.BottomSurface = Enum.SurfaceType.Smooth
  1110. Part143.TopSurface = Enum.SurfaceType.Smooth
  1111. Part143.Position = Vector3.new(-16.6290455, 4.76046419, 9.35101414)
  1112. Part143.Orientation = Vector3.new(0.049999997, -90, 0)
  1113. Weld144.Name = "qCFrameWeldThingy"
  1114. Weld144.Parent = Part143
  1115. Weld144.C1 = CFrame.new(0.0237426758, -2.00000381, 0, 0, 0, -1, -1, 0, 0, 0, 1, 0)
  1116. Weld144.Part0 = Part124
  1117. Weld144.Part1 = Part143
  1118. CFrameValue145.Name = "qRelativeCFrameWeldValue"
  1119. CFrameValue145.Parent = Part143
  1120. CFrameValue145.Value = CFrame.new(0.0237426758, -2.00000381, 0, 0, 0, -1, -1, 0, 0, 0, 1, 0)
  1121.  
  1122. Warhammer.Parent = c
  1123.  
  1124. Handle = Instance.new("Motor6D",c['Right Arm'])
  1125. Handle.Part0 = c['Right Arm']
  1126. Handle.Part1 = Warhammer.Handle
  1127.  
  1128. --ANIMATIONS
  1129.  
  1130. mouse = plr:GetMouse()
  1131.  
  1132. --pose
  1133. rsh:connect(function()
  1134. if hum.MoveDirection == Vector3.new(0,0,0) then
  1135. pose = "Idle"
  1136. else
  1137. pose = "Running"
  1138. end
  1139. end)
  1140.  
  1141. --walking
  1142. ll0 = LeftLeg.C0
  1143. ll1 = LeftLeg.C1
  1144. rl0 = RightLeg.C0
  1145. rl1 = RightLeg.C1
  1146.  
  1147. sine = 1
  1148. sine2 = 1
  1149. sine3 = 1
  1150. sine4 = 0.5
  1151. sine5 = 1
  1152.  
  1153. rsh:connect(function()
  1154. if pose == "Running" then
  1155. sine = sine + 0.01
  1156. sine2 = sine2 + 0.02
  1157. sine3 = sine3 + 0.1
  1158. sine4 = sine4 + 0.1
  1159.  
  1160. local sin = math.sin(sine)
  1161. local sin2 = math.sin(sine2)
  1162. local sin3 = math.sin(sine3)
  1163. local sin4 = math.sin(sine4)
  1164.  
  1165. local llcf = CFrame.Angles(0,-sin4/25,math.rad(10)+sin4/1.5)
  1166. local llcf2 = CFrame.new(-math.abs(sin4/15),sin3/10 + math.abs(sin4/10),0)
  1167.  
  1168. local rlcf = CFrame.Angles(0,-sin4/25,-math.rad(10)+sin4/1.5)
  1169. local rlcf2 = CFrame.new(math.abs(sin4/15),-sin3/10 + math.abs(sin4/10),0)
  1170.  
  1171. LeftLeg.C0 = LeftLeg.C0:lerp(CFrame.new(-1, -1, 0, -4.37113883e-08, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-08)*llcf,0.1)
  1172. LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.5, 1, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08)*llcf2,0.1)
  1173.  
  1174. RightLeg.C0 = RightLeg.C0:lerp(CFrame.new(1, -1, 0, -4.37113883e-08, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-08)*rlcf,0.1)
  1175. RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.5, 1, 0, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08)*rlcf2,0.1)
  1176. else
  1177. LeftLeg.C0 = LeftLeg.C0:lerp(CFrame.new(-1, -1, 0, -4.37113883e-08, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-08),0.02)
  1178. LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.5, 1, 1.67638063e-08, -4.36652599e-08, -0.0459293611, -0.9989447, -0.0248316098, 0.998636723, -0.0459151976, 0.999691665, 0.0248054117, -0.00114054407),0.1)
  1179. RightLeg.C0 = RightLeg.C0:lerp(CFrame.new(1, -1, 0, -4.37113883e-08, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-08),0.02)
  1180. RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.5, 1, -2.79396772e-09, -4.36713457e-08, 0.0427935533, 0.999083936, -0.0143565964, 0.998980939, -0.0427891389, -0.999896884, -0.014343448, 0.000614326273),0.1)
  1181. end
  1182. end)
  1183.  
  1184. --otheranimations
  1185. for i,v in pairs (Warhammer:GetChildren()) do
  1186. v.CanCollide = false
  1187. end
  1188.  
  1189. debounce = true
  1190. Warhammer.Hitbox.Touched:connect(function(t)
  1191. if debounce == false then return end
  1192. if attacking == false then return end
  1193. debounce = false
  1194. hit()
  1195. local h = t.Parent:FindFirstChildOfClass("Humanoid") or t.Parent.Parent:FindFirstChildOfClass("Humanoid")
  1196. if h then
  1197. h.Health = h.Health - h.MaxHealth / 6
  1198. end
  1199. wait(0.2)
  1200. debounce = true
  1201. end)
  1202.  
  1203. function woosh()
  1204. local wooshes = {'rbxassetid://541909867','rbxassetid://541909814'}
  1205. newSound(wooshes[math.random(1,#wooshes)],{
  1206. [1] = "PlaybackSpeed, "..tostring(1+math.random(-200,200)/1000);
  1207. [2] = "Volume, 0.1";
  1208. [3] = "PlaybackSpeed, 1.3";
  1209. })
  1210. end
  1211.  
  1212. function hit()
  1213. local hitsounds = {"rbxassetid://220025741",
  1214. "rbxassetid://220025689",
  1215. "rbxassetid://220025689"
  1216. }
  1217. newSound(hitsounds[math.random(1,#hitsounds)],{
  1218. [1] = "PlaybackSpeed, "..tostring(1+math.random(-200,200)/1000);
  1219. [2] = "Volume, 0.25";
  1220. })
  1221. end
  1222.  
  1223. do
  1224. local sine = 1
  1225. local sine2 = 1
  1226. local sine3 = 1
  1227. local sine4 = 0.5
  1228. local sine5 = 0.5
  1229.  
  1230. rsh:connect(function()
  1231. if attacking == true then return end
  1232. local lacf
  1233. local racf
  1234. local tcf
  1235. local hcf
  1236. local hacf
  1237. if pose == "Idle" then
  1238. sine = sine + 0.025
  1239. sine2 = sine2 + 0.025
  1240. sine3 = sine3 + 0.1
  1241. sine4 = sine4 + 0.1
  1242. sine5 = sine5 + 0.025
  1243.  
  1244. local sin = math.sin(sine)
  1245. local sin2 = math.sin(sine2)
  1246. local sin3 = math.sin(sine3)
  1247. local sin4 = math.sin(sine4)
  1248. local sin5 = math.sin(sine5)
  1249.  
  1250. lacf = CFrame.Angles(sin2/30,0,sin/30)
  1251. racf = CFrame.Angles(sin2/30,0,0)
  1252.  
  1253. tcf = CFrame.Angles(0,0,0)
  1254. hcf = CFrame.Angles(math.rad(5) + sin5/20,0,0)
  1255.  
  1256. hacf = CFrame.Angles(math.rad(180),0,0)
  1257. else
  1258. sine = sine + 0.04
  1259. sine2 = sine2 + 0.05
  1260. sine3 = sine3 + 0.2
  1261. sine4 = sine4 + 0.1
  1262. sine5 = sine5 + 0.2
  1263.  
  1264. local sin = math.sin(sine)
  1265. local sin2 = math.sin(sine2)
  1266. local sin3 = math.sin(sine3)
  1267. local sin4 = math.sin(sine4)
  1268. local sin5 = math.sin(sine5)
  1269.  
  1270. lacf = CFrame.Angles(sin2/30,-sin/20,0)
  1271. racf = CFrame.Angles(sin2/30,sin/30,0)
  1272.  
  1273. tcf = CFrame.Angles(math.rad(10) + sin3/10,sin4/10,0)
  1274. hcf = CFrame.Angles(math.rad(5) + sin5/20,0,0)
  1275.  
  1276. hacf = CFrame.Angles(math.rad(180),0,0)
  1277. end
  1278. Torso.C1 = Torso.C1:lerp(tcf*CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0),0.025)
  1279. LeftArm.C1 = LeftArm.C1:lerp(lacf*CFrame.new(0.406059742, 0.5, 0, 0.148883656, 0.114018582, -0.982259333, 0.852841556, 0.487954289, 0.185908154, 0.500494659, -0.865390301, -0.0245913733),0.1)
  1280. RightArm.C1 = RightArm.C1:lerp(racf*CFrame.new(-0.438018531, 0.537211299, 0.0648512542, 0.209007382, -0.121981807, 0.970276415, -0.856200457, 0.456550717, 0.241831154, -0.472479373, -0.881295562, -0.00901839696),0.1)
  1281. Head.C1 = Head.C1:lerp(hcf*CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0),0.1)
  1282. Handle.C1 = Handle.C1:lerp(hacf*CFrame.new(1.84274173, 0.0976401046, -0.52762866, 0.979260087, 0.199535012, -0.0351508707, -0.0209231004, 0.272158563, 0.962024868, 0.201524198, -0.941337228, 0.270688921),0.1)
  1283. end)
  1284. end
  1285.  
  1286. function click(se)
  1287. attacking = true
  1288. if se == 1 then
  1289. woosh()
  1290. for i = 1,9 do
  1291. rsh:Wait(0)
  1292. Torso.C1 = Torso.C1:lerp(CFrame.new(0, 0, 0, -0.883958817, 0.467564702, 0, 0, 0, 1, 0.467564702, 0.883958817, 0),0.2)
  1293. LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.5, 1, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),0.2)
  1294. RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.5, 1, 0, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08),0.2)
  1295. LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.5, 1.03938198, 0, 0.68901211, 0.101205662, -0.717648745, 0.710030079, 0.104292877, 0.696405232, 0.14532581, -0.989383876, -6.35239283e-09),0.2)
  1296. RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.500000119, 0.5, 0, -0.534399688, 0.110124439, 0.838027298, -0.820781171, 0.169139445, -0.545628488, -0.201830491, -0.979420483, -8.82229134e-09),0.2)
  1297. Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -0.956030369, -0.293267667, 0, 0, 0, 1, -0.293267667, 0.956030369, 0),0.2)
  1298. Handle.C1 = Handle.C1:lerp(CFrame.new(1.50527, 0, 0.630046725, 0.999463022, 0.0326696783, -0.00250829756, 0, -0.0765521079, -0.997065544, -0.0327658653, 0.996530116, -0.0765110105),0.2)
  1299. end
  1300. woosh()
  1301. for i = 1,16 do
  1302. rsh:Wait(0)
  1303. Torso.C1 = Torso.C1:lerp(CFrame.new(0, 0, 0, -0.999988854, -0.00470845401, 0, 0, 0, 1, -0.00470845401, 0.999988854, 0),0.2)
  1304. LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.5, 1, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),0.2)
  1305. RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.5, 1, 0, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08),0.2)
  1306. LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.515393257, 1.35030603, 0, 0.592601478, 0.0870443657, -0.800778866, 0.792277575, 0.116373837, 0.598960102, 0.14532581, -0.989383876, -6.35239283e-09),0.2)
  1307. RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.234545529, 0.829127073, 0, 0.132359877, -0.0272755772, 0.990826368, -0.970435739, 0.199978963, 0.13514097, -0.201830491, -0.979420483, -8.82229134e-09),0.2)
  1308. Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -0.998267174, -0.0588439107, 0, 0, 0, 1, -0.0588439107, 0.998267174, 0),0.2)
  1309. Handle.C1 = Handle.C1:lerp(CFrame.new(1.83591962, 0.143771589, -0.790929794, -0.154596686, 0.974227369, 0.164258525, -0.0146970497, 0.163971171, -0.986355603, -0.987868369, -0.154901385, -0.0110311378),0.2)
  1310. end
  1311. end
  1312. if se == 2 then
  1313. woosh()
  1314. for i = 1,9 do
  1315. rsh:Wait(0)
  1316. Torso.C1 = Torso.C1:lerp(CFrame.new(0, 0, 0, -0.871373713, -0.490619838, 0, 0, 0, 1, -0.490619838, 0.871373713, 0),0.2)
  1317. LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.5, 1, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),0.2)
  1318. RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.5, 1, 0, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08),0.2)
  1319. LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.358877718, 0.461238176, 0, -0.209123269, -0.0336373523, -0.977310598, 0.964907944, 0.155204907, -0.211811289, 0.158808172, -0.987309456, -6.94172586e-09),0.2)
  1320. RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.5, 0.857159376, 0, 0.495865554, -0.0154771823, 0.868261397, -0.8678388, 0.0270873811, 0.496107012, -0.0311972648, -0.999513268, -1.36367573e-09),0.2)
  1321. Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -0.976906657, 0.213666514, 0, 0, 0, 1, 0.213666514, 0.976906657, 0),0.2)
  1322. Handle.C1 = Handle.C1:lerp(CFrame.new(1.6469301, 0, 0.638868272, 0.965751886, 0.258893847, -0.0172427744, 0, -0.0664545, -0.997789443, -0.259467363, 0.963617027, -0.0641785562),0.2)
  1323. end
  1324. woosh()
  1325. for i = 1,16 do
  1326. rsh:Wait(0)
  1327. Torso.C1 = Torso.C1:lerp(CFrame.new(0, 0, 0, -0.975885153, 0.218284562, 0, 0, 0, 1, 0.218284562, 0.975885153, 0),0.2)
  1328. LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.5, 1, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),0.2)
  1329. RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.5, 1, 0, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08),0.2)
  1330. LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.746779382, 1.18872297, 0.21410355, 0.838824391, 0.330751717, -0.432408363, 0.413514197, 0.129515767, 0.901238978, 0.354090035, -0.934788227, -0.0281295478),0.2)
  1331. RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.482689261, 0.849700272, -0.0723579526, 0.190981433, -0.0107483519, 0.981534719, -0.974695742, 0.116259396, 0.190923825, -0.116164759, -0.993160725, 0.0117270118),0.2)
  1332. Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0),0.2)
  1333. Handle.C1 = Handle.C1:lerp(CFrame.new(2.04438424, 9.31322575e-10, -0.379182577, -0.00618352741, 0.999704778, 0.0234992709, 0, 0.0234997217, -0.999723852, -0.999980867, -0.00618183613, -0.000145310536),0.2)
  1334. end
  1335. end
  1336. if se == 3 then
  1337. woosh()
  1338. for i = 1,9 do
  1339. rsh:Wait(0)
  1340. Torso.C1 = Torso.C1:lerp(CFrame.new(0, 0, 0, -1, 0, 0, 0, 0.0481352657, 0.998840809, 0, 0.998840809, -0.0481352657),0.2)
  1341. LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.5, 1, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),0.2)
  1342. RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.5, 1, 0, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08),0.2)
  1343. LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.500000119, 0.767259002, -0.0133467913, 0.888860047, 0.131813124, -0.438808829, 0.457518488, -0.203944549, 0.865496099, 0.0245910622, -0.970067978, -0.241585106),0.2)
  1344. RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.0161123276, 0.84863627, -0.185328588, 0.26514098, -0.265319228, 0.926987588, -0.938337326, -0.292216539, 0.184750035, 0.221863389, -0.918811798, -0.326437533),0.2)
  1345. Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -1, 0, 0, 0, -0.132920295, 0.991126716, 0, 0.991126716, 0.132920295),0.2)
  1346. Handle.C1 = Handle.C1:lerp(CFrame.new(1.17461789, 0.36029619, 0.460662782, 0.30258742, -0.0504898652, 0.951783359, 0.934745729, 0.210862562, -0.285985053, -0.186256155, 0.976210892, 0.110999487),0.2)
  1347. end
  1348. woosh()
  1349. for i = 1,16 do
  1350. rsh:Wait(0)
  1351. Torso.C1 = Torso.C1:lerp(CFrame.new(0, 0, 0, -1, 0, 0, 0, -0.110172585, 0.993912458, 0, 0.993912458, 0.110172585),0.2)
  1352. LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.5, 1, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),0.2)
  1353. RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.5, 1, 0, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-08),0.2)
  1354. LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.364095479, 1.35104907, 0.11177367, 0.512246251, -0.0612211972, -0.856653869, 0.831899881, 0.283231497, 0.477202922, 0.213416427, -0.957095504, 0.196014166),0.2)
  1355. RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.0161123276, 0.749096453, 0.0289891362, 0.26514098, -0.265319228, 0.926987588, -0.935194373, 0.163311109, 0.31423068, -0.234758824, -0.95022893, -0.204824612),0.2)
  1356. Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -1, 0, 0, 0, -0.00563183427, 0.999984145, 0, 0.999984145, 0.00563183427),0.2)
  1357. Handle.C1 = Handle.C1:lerp(CFrame.new(2.52092814, 0.571677446, 0.0386929065, -0.298392057, 0.947127163, 0.117949724, 0.931009054, 0.316050887, -0.18257539, -0.21020028, 0.0553332716, -0.976091087),0.2)
  1358. end
  1359. end
  1360. attacking = false
  1361. end
  1362.  
  1363. mouse.KeyDown:connect(function(k)
  1364. if attacking == true then return end
  1365. local key = k:lower()
  1366. if key == "q" then
  1367. click(1)
  1368. end
  1369. if key == "e" then
  1370. click(2)
  1371. end
  1372. if key == "r" then
  1373. click(3)
  1374. end
  1375. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement